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

Qiang Xue committed
4 5 6 7 8 9
2.0.0 under development
-----------------------

- no changes in this release.


10 11
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
12

13 14 15 16
- Chg #1551: Jui datepicker has a new property `$dateFormat` which is used to set the clientOption `dateFormat`.
   The new property does not use the datepicker formatting synax anymore but uses the same as the `yii\i18n\Formatter`
   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
17 18


19 20
2.0.0-beta April 13, 2014
-------------------------
21

22 23
- 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)
andy5 committed
24
- Enh #2573: Jui datepicker now uses the current appliaction language by default. (andy5)
25

Carsten Brandt committed
26
2.0.0-alpha, December 1, 2013
27 28 29
-----------------------------

- Initial release.