diff --git a/README.md b/README.md index c6c7f92..39a2b90 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,19 @@ Check out the [demo and docs](http://sliptree.github.io/bootstrap-tokenfield/) ### Changelog +0.9.7 Valuable + +* Fixed: Twitter Typeahead valueKey support #18 +* Fixed: Removing multiple tokens returned wrong data #30 +* Fixed: If token is removed in beforeEdit event, no longer falls over #27, #28 +* Fixed: Change event was triggered on initialization #22 +* Fixed: When token is removed in beforeCreateToken event, no longer tries to create a token +* Fixed: Pressing comma key was not handled reliably +* New: `prevetDuplicateToken` event +* Improved: Typeahead integration +* Improved: styling +* Minor tweaks, fixes, improvements + 0.9.5 Typeable * New: Twitter Typeahead support diff --git a/bootstrap-tokenfield.jquery.json b/bootstrap-tokenfield.jquery.json index a3b7b85..81b3293 100644 --- a/bootstrap-tokenfield.jquery.json +++ b/bootstrap-tokenfield.jquery.json @@ -1,6 +1,6 @@ { "name": "bootstrap-tokenfield", - "version": "0.9.5", + "version": "0.9.7", "title": "Bootstrap Tokenfield", "author": { "name": "Illimar Tambek" diff --git a/bower.json b/bower.json index 555fa53..37242ae 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-tokenfield", - "version": "0.9.5", + "version": "0.9.7", "main": ["bootstrap-tokenfield/bootstrap-tokenfield.js","bootstrap-tokenfield/bootstrap-tokenfield.css"], "dependencies": { "jquery": "1.9.x"