Skip to content

Commit 4b270b5

Browse files
author
isteven
committed
v2.0.0
1 parent 91ff859 commit 4b270b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
### v2.0.0
2-
Added / Updated
2+
##### Added / Updated
33
- 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.
44
- Helper buttons are now filter aware as well (For example, if you filter something and click 'Select All', the directive will tick all of the filtered result only. Same goes with 'Select None' and 'Reset' )
55
- Supports arrow key navigation (up, down, left, right, and spacebar).
66
- New CSS styling
77
- default-label attribute. You can define your default text on the button when nothing is selected.
8-
- on-item-click attribute. This is a new callback which will be triggered when a user click an item. Returns the clicked item as an object.
9-
- on-open and on-close callbacks now will return the multi-select element (HTML)
10-
Removed / Deprecated:
8+
- on-item-click attribute. This is a callback which will be triggered when a user click an item.
9+
10+
##### Removed / Deprecated:
1111
- on-focus attribute is deprecated.
1212
- on-blur attribute is deprecated. Use on-close instead, as it will be triggered when user close a directive by clicking outside the directive.
1313
- IE8 will no longer be supported.
1414

1515
### v1.2.0
16-
Added / Updated:
16+
##### Added / Updated:
1717
- Default label on the dropdown button is now configurable using attribute "default-label"="..." (Issue #19)
1818
- Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)" (Issue #16)
1919

2020
### v1.1.0
21-
Added / Updated:
21+
##### Added / Updated:
2222
- Added event callbacks
2323
- Helper elements are now configurable (Issue #5)
2424

0 commit comments

Comments
 (0)