mirror of
https://github.com/zhigang1992/bootstrap-tokenfield.git
synced 2026-01-12 22:46:09 +08:00
Bump version and update docs
This commit is contained in:
13
README.md
13
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bootstrap-tokenfield",
|
||||
"version": "0.9.5",
|
||||
"version": "0.9.7",
|
||||
"title": "Bootstrap Tokenfield",
|
||||
"author": {
|
||||
"name": "Illimar Tambek"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user