You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
### v2.0.1
2
+
##### Added / Updated
3
+
- <ahref="https://github.com/isteven/angular-multi-select/issues/52">#52</a> Form tag is now properly closed
4
+
1
5
### v2.0.0
2
6
##### Added / Updated
3
7
- Unlimited nested grouping. Group headers are clickable to select / deselect all items under the group. Group headers are filter aware, means it will only affect filtered result.
@@ -16,13 +20,13 @@
16
20
17
21
### v1.2.0
18
22
##### Added / Updated:
19
-
- Default label on the dropdown button is now configurable using attribute "default-label"="..." (Issue #19)
20
-
- Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)" (Issue #16)
23
+
-<ahref="https://github.com/isteven/angular-multi-select/issues/19">#19</a> Default label on the dropdown button is now configurable using attribute "default-label"="..."
24
+
-<ahref="https://github.com/isteven/angular-multi-select/issues/16">#16</a> Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)"
21
25
22
26
### v1.1.0
23
27
##### Added / Updated:
24
28
- Added event callbacks
25
-
- Helper elements are now configurable (Issue #5)
29
+
-<ahref="https://github.com/isteven/angular-multi-select/issues/5">#5</a> Helper elements are now configurable
0 commit comments