Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

65 lines (47 loc) · 1.45 KB

0.6.1

  • fix triggering change event for ReactJS

0.6.0

  • add native change event for the original input element on tag change #18

0.5.0

0.4.5

  • fix another wrapping issue #37

0.4.4

0.4.3

  • Fix completion on Safari #7

0.4.2

  • Fix autocomplete #22

0.4.1

  • fix typescript definition for completion

0.4.0

  • [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

0.3.1

  • fix npm package

0.3.0

  • add wrap option
  • fix remove_tag API
  • make settings optional
  • add typescript types

0.2.3

  • fix ambiguous tags

0.2.2

  • reject empty tags

0.2.1

  • Fix remove_tag when links are disabled

0.2.0

  • link option
  • working completion
  • allow to use querySelectorAll etc.

0.1.3

  • fix inialization in UMD

0.1.2

  • fix bug in adding tags

0.1.1

  • fix initalization of tags from input

0.1.0

  • initial version