Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 1.73 KB

yii2-dynamicform change Log

  • Enh: Updated composer.json ('symfony/dom-crawler': '~2.8|~3.0' and 'symfony/css-selector': '~2.8|~3.0').
  • Bug #40: Fixed dropDownList reset after insert item.
  • Enh #25: Added enhancements to better support for nested widgets.
  • Enh #24: Added support for "jquery.inputmask". It only works with Yii 2.0.4 or higher.
  • Enh: Remove "error/success" class css template to be cloned.
  • Bug: Fixes for: checkbox(), checkboxList(), radio() and radioList().
  • Bug #224: Fixes the cloning of elements.
  • Bug #22: Correct reset attributes (id, name) when we have more than two nested widgets
  • Bug: Fixed error for the use of multiple nested widgets with zero initial elements

v2.0.0 (2015-02-22)

  • Enh #20: Added trigger 'beforeDelete'
  • Bug #19: Fixes checkboxes on new items
  • Enh #15: Added support for multiple nested widgets

v1.1.0 (2014-12-16)

  • Bug #7: Added support for "kartik-v/yii2-widget-depdrop" for working with type DepDrop::TYPE_SELECT2
  • Bug #8: Fixes to support the latest version of kartik-v widgets
  • Bug: Fixed client validation
  • Bug #6: Fixed settings for datepicker
  • Enh: Added support for "kartik-v/yii2-widget-depdrop"
  • Enh: Added support for "kartik-v/yii2-widget-select2"
  • Bug: Fixed html name attribute for "kartik-v/yii2-widget-colorinput"
  • Enh: Added support for "kartik-v/yii2-widget-timepicker"
  • Enh: Added support for "kartik-v/yii2-widget-colorinput"

v1.0.0 (2014-11-05)

Initial release