summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--README.md8
-rw-r--r--bower.json2
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
diff --git a/README.md b/README.md
index b06cc29..480b9c9 100644
--- a/README.md
+++ b/README.md
@@ -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.
![Screenshot](https://raw.githubusercontent.com/isteven/angular-multi-select/master/screenshot.png)
@@ -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>
diff --git a/bower.json b/bower.json
index 54b284e..6443140 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name" : "isteven-angular-multiselect",
- "version" : "v2.0.0",
+ "version" : "v2.0.1",
"main" : [
"angular-multi-select.js"
],