1
- yii2-dynamicform change Log
2
- ===========================
1
+ # yii2-dynamicform change Log
2
+
3
+
4
+ ## [ v2.0.3 (2020-05-18)] ( https://github.com/wbraganca/yii2-dynamicform/compare/v2.0.3...v2.0.2 )
3
5
4
- dev-master
5
- ----------
6
6
- Enh: Updated composer.json ('symfony/dom-crawler': '~ 2.8|~ 3.0' and 'symfony/css-selector': '~ 2.8|~ 3.0').
7
7
- Bug #40 : Fixed dropDownList reset after insert item.
8
8
- Enh #25 : Added enhancements to better support for nested widgets.
9
9
- Enh #24 : Added support for "jquery.inputmask". It only works with Yii 2.0.4 or higher.
10
10
- Enh: Remove "error/success" class css template to be cloned.
11
- - Bug: Fixes for: checkbox(), checkboxList(), radio() and radioList()
11
+ - Bug: Fixes for: checkbox(), checkboxList(), radio() and radioList().
12
+ - Bug #224 : Fixes the cloning of elements.
13
+
12
14
15
+ ## [ v2.0.2 (2015-02-25)] ( https://github.com/wbraganca/yii2-dynamicform/compare/v2.0.2...v2.0.1 )
13
16
14
- version 2.0.2
15
- -------------
16
- ** Date:** 25-Fev-2015
17
17
- Bug #22 : Correct reset attributes (id, name) when we have more than two nested widgets
18
18
19
19
20
- version 2.0.1
21
- -------------
22
- ** Date:** 23-Fev-2015
20
+ ## [ v2.0.1 (2015-02-23)] ( https://github.com/wbraganca/yii2-dynamicform/compare/v2.0.1...v2.0.0 )
21
+
23
22
- Bug: Fixed error for the use of multiple nested widgets with zero initial elements
24
23
25
24
26
- version 2.0.0
27
- -------------
28
- ** Date:** 22-Fev-2015
25
+ ## v2.0.0 (2015-02-22)
26
+
29
27
- Enh #20 : Added trigger 'beforeDelete'
30
28
- Bug #19 : Fixes checkboxes on new items
31
29
- Enh #15 : Added support for multiple nested widgets
32
30
33
31
34
- version 1.1.0
35
- -------------
36
- ** Date:** 16-Dez-2014
32
+ ## v1.1.0 (2014-12-16)
37
33
38
34
- Bug #7 : Added support for "kartik-v/yii2-widget-depdrop" for working with type DepDrop::TYPE_SELECT2
39
35
- Bug #8 : Fixes to support the latest version of kartik-v widgets
@@ -46,8 +42,6 @@ version 1.1.0
46
42
- Enh: Added support for "kartik-v/yii2-widget-colorinput"
47
43
48
44
49
- version 1.0.0
50
- -------------
51
- ** Date:** 05-Nov-2014
45
+ ## v1.0.0 (2014-11-05)
52
46
53
47
Initial release
0 commit comments