summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoristeven <ignatius.steven@gmail.com>2015-02-20 16:39:43 +0800
committeristeven <ignatius.steven@gmail.com>2015-02-20 16:39:43 +0800
commitb33a51992f76c668906f12b5e728c63cc8ac0d63 (patch)
treeaf6ba5e550933e1665865fc04763b44766da3309
parent83267cdd1f1074f618ca926c7322a7b9ce15e14b (diff)
downloadangular-multi-select-b33a51992f76c668906f12b5e728c63cc8ac0d63.zip
angular-multi-select-b33a51992f76c668906f12b5e728c63cc8ac0d63.tar.gz
angular-multi-select-b33a51992f76c668906f12b5e728c63cc8ac0d63.tar.bz2
update changelog.mdv3.0.0
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c570b6..e20c614 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,13 @@
### v3.0.0
##### Added / Updated
+- Support for AngularJs version 1.3.x (v3.0.0 also supports AngularJs 1.2.x, but beware of the breaking changes)
- Customized text on helper elements
- 5 new callbacks
- You can now set minimum characters required to trigger the search functionality
- You can now define which input-model properties to search from (previously, all input-model properties are searched)
- On close, parent button will now receive focus.
- Using proper semantics (well at least better than previous version).
+- Limited support on promise objects.
- Various small optimizations.
##### Deprecated / Breaking Changes