Releases: lekoala/bootstrap5-tags
Releases · lekoala/bootstrap5-tags
1.6.2
Keep improving on 1.6 logic
- Full width is now the default since the goal is to make the form work more often like a select element. This is needed to align with the use of the drop down icon taken from the select element. Full width menu now position like bootstrap (2px offset below input).
- The dropdown icon is hidden if you have a suggestionThreshold > 0 or no option
- Added a is-max-reached class, which allows for example to hide the drop icon when max is reached, providing visual feedback that the component has reached its max elements
- Fix form-select-lg/-sm styles not working anymore
- Properly dispose of tooltips
- Various code cleanup
Full Changelog: 1.6.1...1.6.2
1.6.1
- Fix blurry text if translateY was used
- Fix canAdd regression with server parameter
Full Changelog: 1.6.0...1.6.1
1.6.0
- Add support for items in config
- Revamp how single select are displayed. Use max=1 if you want to show as badges
- Make this work more like a select element except if using live server (+ add drop icon)
- Improve how same values options are dealt with
- Dark mode fixes + BS 5.3 fixes
- Remove delay after blur
- Improve clear button positioning
Full Changelog: 1.5.24...1.6.0
1.5.24
- Fix accessibility attributes in Firefox
Full Changelog: 1.5.23...1.5.24
1.5.23
- Fuzzy search
- Customizable search fields
- Improve related param field
- Customizable server data key
Full Changelog: 1.5.22...1.5.23
1.5.22
What's Changed
- #89 placeholder respect autofirst option by @Gaetanbrl in #90
New Contributors
- @Gaetanbrl made their first contribution in #90
Full Changelog: 1.5.21...1.5.22
1.5.21
- Update css + add pure css var version
- Improve server callback (pass instance, allow nested objects, check invalid callbacks)
- Add public config getter (useful in callbacks mostly)
Full Changelog: 1.5.20...1.5.21
1.5.20
- Remove console.log (and add a test for it)
Full Changelog: 1.5.19...1.5.20
1.5.19
- Don't focus back on search input if single or max reached
Full Changelog: 1.5.18...1.5.19
1.5.18
- Add onBlur&onFocus callbacks
Full Changelog: 1.5.17...1.5.18