Skip to content

Releases: vueform/multiselect

2.4.1

31 May 05:18
Compare
Choose a tag to compare

🐞 Bug Fixes

2.4.0

30 May 19:18
Compare
Choose a tag to compare

🎉 Feature

  • 🎉 Added accessibility (a11y) support #22, #179.
  • 🎉 Added infinite scroll #76, #165, #198.
  • 🎉 Added RTL support #206.
  • 🎉 Close on click if opened #162.
  • Added id to input when searchable.
  • Re-open input on arrows & search type if closed.
  • Close dropdown instead of blur on select.
  • Added regex option #138.
  • Scroll to first selected on open #168.
  • Options are not reversed when openPosition: true.
  • Added reverse option.
  • Added searchStart option #169.
  • Added disabledProp option #202.
  • Added onCreate option #204.
  • Added select$ as second param to events and async options.
  • Added isSelected & isPointed to option slot scope #195.

🐞 Bug Fixes

  • Headless UI conflict resolved #182.
  • Keep selected options when async #228.
  • Show spinner even when not active #223.
  • Allow false value #222.
  • Resolve options on minChars: 0 too #230.
  • Added keyup, keydown events.
  • Resolved number tag creation duplicate bug.
  • Input height fix when searchable for FF.
  • CSS: moved max height to dropdown container from wrapper.
  • Vite & Nuxt 3 build warn fixes.

2.3.4

11 May 19:09
Compare
Choose a tag to compare

🎉 Feature

  • Async options change detectiion.
  • Label prop change detection.
  • Option & label texts can contain HTML.

2.3.3

26 Feb 12:21
Compare
Choose a tag to compare

🎉 Feature

  • Added attrs prop.

2.3.2

06 Feb 11:14
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Removed @apply from default theme.

2.3.1

16 Dec 16:40
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Removed exports from package.json #178.

2.3.0

16 Dec 16:15
Compare
Choose a tag to compare

🎉 Feature

  • Deprecated: appendNewTag, createTag, addTagOn props and @tag event.
  • Added appendNewOption, createOption, addOptionOn props and @option event #150.
  • Added selectAll method #172.
  • The trackBy prop now defaults to label #175.
  • Replaces focus on search when an option is selected #163.
  • Added <span> wrapper for single label with singleLabelText class key #157.

🐞 Bug Fixes

  • Don't show spinner when not active #156.
  • TailwindCSS 3 compatibility issue fix #176.
  • Don't show caret when showOptions are disabled #173.
  • Resolved headless UI modal click issue #148.
  • Resolved TailwindCSS/form ring issue #135.
  • Made classes reactive #126.
  • The addTagOn prop uses key instead of keyCode internally #125.

2.2.1

23 Nov 17:18
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Added missing CSS vars.

2.2.0

09 Sep 15:43
Compare
Choose a tag to compare

🎉 Feature

  • 🎉🎉 Added groups and related props which allow groupping options. 🎉🎉
  • Added tailwind.scss theme to use instead of classes if needed.
  • Added support for case sensitive tags when createTag is true #119.
  • Added inputType prop #108, #116.
  • Added @paste event #105.
  • Added tab as option for addTagOn #117.
  • Updated default max-height for dropdown (to 15rem).

🐞 Bug Fixes

  • When closeOnSelect is true in searchable tags and multiple mode the input now blurs upon selecting an option.
  • Fix for empty dropdown when async options are loading #115.
  • Fixed dropdown auto-scrolling when using arrows.

2.1.1

09 Aug 11:50
Compare
Choose a tag to compare

🎉 Feature

  • Added closeOnSelect prop.

🐞 Bug Fixes

  • Clear search on single option select #99 and #106.
  • Don't blur input when tags are being removed.