Releases: hc-oss/react-tag-input-component
Releases · hc-oss/react-tag-input-component
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- fixes typo
seprators
should beseparators
by @maskott in #32 - Prevent default behavior when validation failed by @moinakmalkhan in #31
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- refactor: ♻️ added
disableBackspaceRemove
by @harshzalavadiya in #28 - refactor: ♻️ prevent
onChange
when component loads by @harshzalavadiya in #29 - refactor: ♻️ move to tsup by @harshzalavadiya in #30
Notes
- dependency
goober
is removed so this is zero dependency package now 🎉 - major version bump is due to changing internal build infrastructure
- css classes can be overwritten directly to apply new style in your framework of choice
Full Changelog: v1.1.3...v2.0.0
v1.1.3
What's Changed
- refactor: ♻️ detact outside value changes by @harshzalavadiya in #27
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- feat: ✨
onKeyUp
event callback and customclassNames
for tag and input by @harshzalavadiya in #24
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- feat: ✨ added custom validator by @harshzalavadiya in #15
Full Changelog: v1.0.9...v1.1.0
v1.0.9
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- [Improvement] - Added Disabled mode (#8) by @CrafterSama in #9
New Contributors
- @CrafterSama made their first contribution in #9
Full Changelog: v1.0.7...v1.0.8
v1.0.7
:bug: prevent event bubbling