Releases: lekoala/bootstrap5-tags
Releases · lekoala/bootstrap5-tags
1.4.30
- Fix input size for non ascii languages
1.4.29
What's Changed
- more values for testing by @mariusa in #49
- placeholder also works as a constructor param by @mariusa in #48
- add full width feature
New Contributors
Full Changelog: 1.4.28...1.4.29
1.4.28
- Fix bounding (right and bottom)
1.4.26
- Add keep open
- Debounce ajax calls
- Support custom columns names
Full Changelog: 1.4.25...1.4.26
1.4.24
- Deal better with window borders and overflow containers
- Remove unnecessary standalone build since we don't use the dropdown js lib
1.4.23
- Switch from private var/methods to _ based convention and mangle props. This allows support for safari 14.1 and improve min file size even more.
1.4.22
- Support multiple classes on badges
1.4.21
- Allow to use esc to hide suggestions
- Added some unit tests and rework some of the internals