Skip to content

Releases: lekoala/bootstrap5-tags

1.6.2

18 Jun 06:38
Compare
Choose a tag to compare

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

16 Jun 16:41
Compare
Choose a tag to compare
  • Fix blurry text if translateY was used
  • Fix canAdd regression with server parameter

Full Changelog: 1.6.0...1.6.1

1.6.0

15 Jun 17:21
Compare
Choose a tag to compare
  • 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

14 Jun 07:54
Compare
Choose a tag to compare
  • Fix accessibility attributes in Firefox

Full Changelog: 1.5.23...1.5.24

1.5.23

08 Jun 13:06
Compare
Choose a tag to compare
  • Fuzzy search
  • Customizable search fields
  • Improve related param field
  • Customizable server data key

Full Changelog: 1.5.22...1.5.23

1.5.22

12 May 10:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.21...1.5.22

1.5.21

02 May 09:51
Compare
Choose a tag to compare
  • 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

27 Apr 17:03
Compare
Choose a tag to compare
  • Remove console.log (and add a test for it)

Full Changelog: 1.5.19...1.5.20

1.5.19

26 Apr 19:37
Compare
Choose a tag to compare
  • Don't focus back on search input if single or max reached

Full Changelog: 1.5.18...1.5.19

1.5.18

21 Apr 06:34
Compare
Choose a tag to compare
  • Add onBlur&onFocus callbacks

Full Changelog: 1.5.17...1.5.18