diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | bower.json | 2 |
3 files changed, 12 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a743b3..09c61f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v2.0.1 +##### Added / Updated +- <a href="https://github.com/isteven/angular-multi-select/issues/52">#52</a> Form tag is now properly closed + ### v2.0.0 ##### Added / Updated - 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 @@ ### v1.2.0 ##### Added / Updated: -- Default label on the dropdown button is now configurable using attribute "default-label"="..." (Issue #19) -- Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)" (Issue #16) +- <a href="https://github.com/isteven/angular-multi-select/issues/19">#19</a> Default label on the dropdown button is now configurable using attribute "default-label"="..." +- <a href="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)" ### v1.1.0 ##### Added / Updated: - Added event callbacks -- Helper elements are now configurable (Issue #5) +- <a href="https://github.com/isteven/angular-multi-select/issues/5">#5</a> Helper elements are now configurable ### v1.0.0 First release @@ -1,7 +1,7 @@ # AngularJS MultiSelect -An AngularJS directive which creates a dropdown button with multiple or single selections. Fully configurable through element attributes and CSS. -Allows you to customize your labels and use some HTML tags in the data. -Doesn't require jQuery and works well with other Javascript libraries. +Pure AngularJS directive which creates a dropdown button with multiple or single selections. +Doesn't require jQuery and works well with other Javascript libraries. +Fully configurable through element attributes and CSS.  @@ -9,7 +9,7 @@ Doesn't require jQuery and works well with other Javascript libraries. Go to http://isteven.github.io/angular-multi-select ### Current Version -2.0.0 +2.0.1 ### Change Log See <a href="https://github.com/isteven/angular-multi-select/blob/master/CHANGELOG.md">CHANGELOG.md</a> @@ -1,6 +1,6 @@ { "name" : "isteven-angular-multiselect", - "version" : "v2.0.0", + "version" : "v2.0.1", "main" : [ "angular-multi-select.js" ], |