This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Releases: erwinheldy/tagin
Releases · erwinheldy/tagin
Bug fixed
Bug fixed
- fix "tagin.min.js" not working
Major breaking change
- Refactor Tagin as a class.
- Rewrite with TypeScript.
- Namespaced data attributes. For example, we use
data-tagin-placeholder
instead ofdata-placeholder
. - Added 3 new methods.
addTag
getTag
getTags
. - Added Tagin module files.
v1.4.0
- Added new feature: Force add on enter
- Added: Example validation style
v1.3.1: Merge pull request #7 from re-gmbh/master
- add module export for using tagin via import
v1.3.0
- Support bootstrap v5
- Fix paste string with tag separator not splitting
v1.2.0
v1.1.0
added "placeholder" feature