- Bug #8607:
yii\jui\Spinner
was using wrong event names (samdark)
- Bug #6: When using
DatePicker
translations, asset was registered without timestamp when asset manager$appendTimestamp
was enabled (samdark) - Bug (CVE-2015-3397): Using
Json::htmlEncode()
for safer JSON data encoding in HTML code (samdark, Tomasz Tokarski)
- Enh #7127:
name
ormodel
andattribute
are no longer required properties ofyii\jui\InputWidget
(nirvana-msu, cebe)
- 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 usede
instead (cebe) - Enh #6471: Datepicker will now show an empty field when value is an empty string (cebe)
- no changes in this release.
- no changes in this release.
- Chg #1551: Jui datepicker has a new property
$dateFormat
which is used to set the clientOptiondateFormat
. The new property does not use the datepicker formatting syntax anymore but uses the same as theyii\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)
- 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)
- Enh #2573: Jui datepicker now uses the current application language by default. (andy5)
- Initial release.