Releases: okcoker/taggle.js
Releases Β· okcoker/taggle.js
1.15.0
- Added keyboard navigation (#139)
1.14.4
- Includes minimal css file from JSFiddle link in the readme. (#105)
Sorry, this should have been a feature version bump
1.14.3
- Properly trim tags when adding a character delimited string (@adamgruber #144)
1.14.1
- Added TypeScript types (@FranklinWhale #127 #131)
- Clean up close events when removing tags. This could cause a potential memory leak. (#124)
1.14.0
- Add edit method (#114)
- Edit add method to accept an index (#115)
- Add move method which will probably be the foundation for drag and drop
getTagElements()
returns a copy of the elements instead of the internal reference
- Polyfill HTMLElement in IE8 (#120)
- Fix close button attribute modification for IE8 (#120)
1.13.0
- Add
removeEvents
and attachEvents
(#104)
- Fix edge case where input calculations were rounded too early (#98)
1.12.0
- Add enable/disable methods (#97)
- Fix "delimiter" typo. This will replace "delimeter" in the next major version as well as throw an error when providing foreign options. (#91)
- Add getData/setData functions (#78)
1.11.2
Make placeholder reappear when calling removeAll()
. We'll see if anyone needs this for remove()
later. (#88)
1.11.1
Fix issue where placeholder would reappear when input was not cleared