CHANGELOG.md 1.5 KB
Newer Older
1 2 3
Yii Framework 2 jui extension Change Log
========================================

4 5 6 7 8 9
2.0.3 under development
-----------------------

- no changes in this release.


Qiang Xue committed
10 11
2.0.2 January 11, 2015
----------------------
Qiang Xue committed
12

Carsten Brandt committed
13
- Enh #6570: Datepicker now uses fallback to find language files, e.g. application language is `de-DE` and the translation files does not exists, it will use `de` instead (cebe)
14
- Enh #6471: Datepicker will now show an empty field when value is an empty string (cebe)
Qiang Xue committed
15 16


Qiang Xue committed
17
2.0.1 December 07, 2014
Qiang Xue committed
18 19 20 21 22
-----------------------

- no changes in this release.


Qiang Xue committed
23 24
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
25 26 27 28

- no changes in this release.


29 30
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
31

32
- Chg #1551: Jui datepicker has a new property `$dateFormat` which is used to set the clientOption `dateFormat`.
munawer committed
33
   The new property does not use the datepicker formatting syntax anymore but uses the same as the `yii\i18n\Formatter`
34 35
   class which is the ICU syntax for date formatting, you have to adjust all your DatePicker widgets to use
   the new property instead of setting the dateFormat in the clientOptions (cebe)
Qiang Xue committed
36 37


38 39
2.0.0-beta April 13, 2014
-------------------------
40

41 42
- Bug #1550: fixed the issue that JUI input widgets did not property input IDs. (qiangxue)
- Bug #2514: Jui sortable clientEvents were not working because of wrong naming assumptions. (cebe)
munawer committed
43
- Enh #2573: Jui datepicker now uses the current application language by default. (andy5)
44

Carsten Brandt committed
45
2.0.0-alpha, December 1, 2013
46 47 48
-----------------------------

- Initial release.