Releases: vueform/multiselect
Releases · vueform/multiselect
2.6.0
🎉 Feature
- All texts including, option & group labels can now be provided in multiple languages. Added
locale
andfallbackLocale
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, addedcreate
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
andtags
#254 #291. - String pointer equality #316.
- Disabled tags will not be removed on backspace #318.
- Added
.mjs
extension build and referencedmodule
to that #290 #258. - The
selectAll()
now does not select disabled options and does not duplicate already selected options.
2.5.8
2.5.7
🎉 Feature
- BREAKING: added a wrapper
div
and related classes inside the main container next to the dropdown container. - Accessibility improvements.
🐞 Bug Fixes
2.5.6
2.5.5
🎉 Feature
- Unnecessary ES6 feature removed.
2.5.4
🎉 Features
- A11y improvements.
2.5.3
🎉 Feature
- A11y improvements.
2.5.2
🐞 Bug Fixes
- Fix for
tailwind.css
.
2.5.1
🎉 Feature
- Vue
2.7
compatibility.
2.5.0
🎉 Feature
- Vue
2.7
compatibility.