Skip to content

Releases: vueform/multiselect

2.6.0

11 Mar 11:46
Compare
Choose a tag to compare

🎉 Feature

  • All texts including, option & group labels can now be provided in multiple languages. Added locale and fallbackLocale props.
  • Added searchFilter prop that allow to provide a custom search algorithm #313.
  • Added allowAbsent option to allow adding values that are not among the options.
  • Added closeOnDeselect prop.
  • Deprecated option event, added create instead (option still works).
  • Tags that added can also be disabled, which will prevent their removal.

🐞 Bug Fixes

  • Fix for new option display when using groups, createOption and tags #254 #291.
  • String pointer equality #316.
  • Disabled tags will not be removed on backspace #318.
  • Added .mjs extension build and referenced module to that #290 #258.
  • The selectAll() now does not select disabled options and does not duplicate already selected options.

2.5.8

21 Dec 13:22
Compare
Choose a tag to compare

🎉 Feature

  • Added --ms-border-width-active and --ms-border-color-active CSS vars #213.
  • Added @max event #269.
  • Added clearOnBlur option #251.

🐞 Bug Fixes

  • Removed max-height duplicate from default theme #240.
  • Norwegian chars fix #243.
  • Trigger @change event on updating external value #259.
  • Docs fix for 2.7 installation instructions #294.
  • Docs fix fiddle url.
  • Tags dropdown focus fix #286 #300.
  • Stop propagation on tag remove click #295.

2.5.7

21 Nov 17:46
Compare
Choose a tag to compare

🎉 Feature

  • BREAKING: added a wrapper div and related classes inside the main container next to the dropdown container.
  • Accessibility improvements.

🐞 Bug Fixes

  • Don't select new tag on IME enter #226.
  • Removed v-html from option & single label for XSS security #278.
  • Arrow left should not throw error when not using tags #271.

2.5.6

28 Sep 12:37
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Async options resolve fix #266.

2.5.5

26 Sep 19:23
Compare
Choose a tag to compare

🎉 Feature

  • Unnecessary ES6 feature removed.

2.5.4

26 Sep 18:16
Compare
Choose a tag to compare

🎉 Features

  • A11y improvements.

2.5.3

22 Sep 11:45
Compare
Choose a tag to compare

🎉 Feature

  • A11y improvements.

2.5.2

22 Jul 08:18
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix for tailwind.css.

2.5.1

11 Jul 15:50
Compare
Choose a tag to compare

🎉 Feature

  • Vue 2.7 compatibility.

2.5.0

11 Jul 08:37
Compare
Choose a tag to compare

🎉 Feature

  • Vue 2.7 compatibility.