Skip to content

Releases: vueform/multiselect

2.1.0

04 Aug 11:51
Compare
Choose a tag to compare

🎉 Feature

  • BREAKING: dropdown class now has dropdownHidden when it is closed instead of using v-show (requires using 2.1.0's themes/default.css)
  • BREAKING: removed :maxHeight prop. Use var(--ms-max-height) instead.
  • BREAKING: tags search layout has changed -> added a wrapper div and an extra span to calculate input width.
  • Dropddown can be closed on caret click #88.
  • Added :strict prop to achieve accent-free search #82.
  • Removed inline styles, CSP compilance #84.
  • Background images are now customizable via background-color #85.

🐞 Bug Fixes

  • Free typed tags fix #96.
  • Tabindex becomes -1 when :disabled.

2.0.1

27 Jun 19:11
Compare
Choose a tag to compare
  • Classname fixes.
  • Readme update.

2.0.0

20 Jun 05:40
Compare
Choose a tag to compare
  • BREAKING: Completely rewritten <template> and default.css.
  • Added CSS vars support for easier styling.
  • Added support for utility classes, like TailwindCSS.
  • Caret is now always displayed when caret: true regardless if the multiselect has selected option(s).
  • Added canDeselect and classes prop.
  • Added ; and , options to addTagOn prop.

1.5.0

17 May 13:13
Compare
Choose a tag to compare

🎉 Feature

  • Added native input support #48.
  • Added openDirection prop #52.
  • Added option as second param for select and deselect events.
  • Added @clear event #68.

🐞 Bug Fixes

  • Clear icon CSS fix.
  • Fixed unintendeed clear button showing up when canDeselect is false #61.