Bump version and update docs

This commit is contained in:
Illimar Tambek
2013-10-26 18:08:42 +03:00
parent 2fd8b2ed9b
commit 64fb503d0b
3 changed files with 15 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "bootstrap-tokenfield",
"version": "0.9.5",
"version": "0.9.7",
"title": "Bootstrap Tokenfield",
"author": {
"name": "Illimar Tambek"

View File

@@ -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"