Skip to content

Commit 3bd2d53

Browse files
author
isteven
committed
v2.0.0
1 parent 3550dfe commit 3bd2d53

File tree

8 files changed

+881
-329
lines changed

8 files changed

+881
-329
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### v2.0.0
2+
Added / Updated
3+
- 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.
4+
- 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' )
5+
- Supports arrow key navigation (up, down, left, right, and spacebar).
6+
- New CSS styling
7+
- default-label attribute. You can define your default text on the button when nothing is selected.
8+
- on-item-click attribute. This is a callback which will be triggered when a user click an item.
9+
Removed / Deprecated:
10+
- on-focus attribute is deprecated.
11+
- on-blur attribute is deprecated. Use on-close instead, as it will be triggered when user close a directive by clicking outside the directive.
12+
- IE8 will no longer be supported.
13+
14+
### v1.2.0
15+
Added / Updated:
16+
- Default label on the dropdown button is now configurable using attribute "default-label"="..." (Issue #19)
17+
- Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)" (Issue #16)
18+
19+
### v1.1.0
20+
Added / Updated:
21+
- Added event callbacks
22+
- Helper elements are now configurable (Issue #5)
23+
24+
### v1.0.0
25+
First release

LICENSE renamed to LICENSE.txt

File renamed without changes.

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ Demo & How To
1010
--
1111
Go to http://isteven.github.io/angular-multi-select
1212

13+
Changes
14+
--
15+
See changelog.md
16+
1317
Note
1418
--
15-
I'm a Github newbie so pardon me if you experience weird commit / forking sequence =)
16-
<br />I'm all ears for new development ideas. Just open an issue in <a href="https://github.com/isteven/angular-multi-select">https://github.com/isteven/angular-multi-select</a>.
17-
<br />Kindly let me know if you use this directive in your projects -just open a new issue in Github- it's a huge motivation for me. Thanks!
19+
<br />If you have any problem, just open an issue in https://github.com/isteven/angular-multi-select.
20+
<br />Pardon the some incorrect HTML highlighting. Apparently highlight.js breaks when it sees on-open="function()" etc.
21+
<br />If you like / use this directive in your awesome projects, star this repo. It's a huge motivation for me. Thanks!
1822

1923
Licence
2024
--

0 commit comments

Comments
 (0)