File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
Yii2 multiple input change log
2
2
==============================
3
3
4
- 1.2.2 in development
4
+ 1.2.3 in development
5
5
--------------------
6
6
7
+ 1.2.2
8
+ -----
9
+
10
+ - Enh #31 : Added support of anonymous function for ` items ` attribute
11
+ - Enh: added hidden field for radio and checkbox inputs
12
+ - Enh: improved css
13
+
7
14
1.2.1
8
15
-----
9
16
@@ -29,12 +36,12 @@ Yii2 multiple input change log
29
36
--------------------
30
37
31
38
- Bug #15 : Fix setting current values of dropDownList (unclead)
32
- - Bug #16 fix render of dropDown and similar inputs (unclead)
33
- - Add attributeOptions property
39
+ - Bug #16 : fix render of dropDown and similar inputs (unclead)
40
+ - Enh: Add attributeOptions property
34
41
35
42
1.0.3
36
43
-----
37
- - Hidden fields no longer break markup (unclead, kotchuprik)
44
+ - Bug: Hidden fields no longer break markup (unclead, kotchuprik)
38
45
39
46
1.0.2
40
47
-----
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Yii2 widget for handle multiple inputs for an attribute of model
7
7
[ ![ License] ( https://poser.pugx.org/unclead/yii2-multiple-input/license )] ( https://packagist.org/packages/unclead/yii2-multiple-input )
8
8
9
9
##Latest release
10
- The latest version of the extension is v1.2.1 . Follow the [ instruction] ( ./UPGRADE.md ) for upgrading from previous versions
10
+ The latest version of the extension is v1.2.2 . Follow the [ instruction] ( ./UPGRADE.md ) for upgrading from previous versions
11
11
12
12
Contents:
13
13
Original file line number Diff line number Diff line change 9
9
" yii2 tabular input"
10
10
],
11
11
"type" : " yii2-extension" ,
12
- "version" : " 1.2.1 " ,
12
+ "version" : " 1.2.2 " ,
13
13
"license" : " BSD-3-Clause" ,
14
14
"support" : {
15
15
"issues" : " https://github.com/unclead/yii2-multiple-input/issues?state=open" ,
You can’t perform that action at this time.
0 commit comments