- fix triggering change event for ReactJS
- add native change event for the original input element on tag change #18
- fix initialization #23. Thanks to James Lucas
- add placeholder option. Thanks to James Lucas
- fix another wrapping issue #37
- fix wrapping issues #30 thanks to James Lucas
- Fix completion on Safari #7
- Fix autocomplete #22
- fix typescript definition for completion
- [Breaking] value in input no longer have space after comma
- fix updating input when deleting tag using backspace
- add option
add_on_blur
- add option
tag_limit
- fix npm package
- add wrap option
- fix remove_tag API
- make settings optional
- add typescript types
- fix ambiguous tags
- reject empty tags
- Fix remove_tag when links are disabled
- link option
- working completion
- allow to use querySelectorAll etc.
- fix inialization in UMD
- fix bug in adding tags
- fix initalization of tags from input
- initial version