Releases: developit/tags-input
Releases · developit/tags-input
1.1.0
29 Apr 19:50
Compare
Sorry, something went wrong.
No results found
Support original element values (PR #14 ) - thanks @tbranyen !
1.0.1
24 Aug 00:34
Compare
Sorry, something went wrong.
No results found
Fixes broken sourcemaps in 1.0.0
1.0.0
24 Aug 00:34
Compare
Sorry, something went wrong.
No results found
Rewritten in ES6 & LESS
Added support for most/all of the remaining HTML input attributes/properties
Merged @mikemaccana 's CSV paste support
0.8.0
08 Apr 17:04
Compare
Sorry, something went wrong.
No results found
Features
Adds support for pasting comma-separated values (#6 ), generating multiple tags
Changes
Various cleanup things
License is actually MIT (#7 /#8 )
0.6.0
24 Feb 13:36
Compare
Sorry, something went wrong.
No results found
Features
Adds support for input event (works like a live change event)
Saves partially entered text if the user uses the mouse to navigate elsewhere
Bugfixes
Fixes incorrect input value on change (was lagging by one character)
Changes
Use constants for key codes
Switch to proper event registration
JSHint fixes