Releases: calvinlough/ember-tag-input
Releases · calvinlough/ember-tag-input
v3.1.0
v3.0.1
- Add option to allow using commas in tags (#297)
- Thanks @kprasadpvv!
v3.0.0
- Modernize addon (#208 & #234)
- Thanks @charlesfries!
- Dependency updates
- ember-cli-babel:
^7.13.2
->^7.26.11
- ember-cli-htmlbars:
^4.2.0
->^6.0.1
- ember-cli-babel:
v2.0.3
- Add aria-label attribute to input control (#200)
- thanks @brianjgeiger!
v2.0.2
- Remove jQuery (#127)
- thanks @ianknauer!
v2.0.1
Update .npmignore to fix package size issue
- #118
- #117 (thanks @bradleypriest!)
v2.0.0
Release 2.0.0
v1.2.2
v1.2.1
- Adds event handling for updating readOnly attribute (#12) - @ujazdowskip