Releases: vueform/multiselect
Releases · vueform/multiselect
2.2.0
🎉 Feature
- 🎉🎉 Added
groupsand related props which allow groupping options. 🎉🎉 - Added
tailwind.scsstheme to use instead ofclassesif needed. - Added support for case sensitive tags when
createTagistrue#119. - Added
inputTypeprop #108, #116. - Added
@pasteevent #105. - Added
tabas option foraddTagOn#117. - Updated default
max-heightfor dropdown (to15rem).
🐞 Bug Fixes
- When
closeOnSelectistrueinsearchabletagsandmultiplemode 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
2.1.0
🎉 Feature
- BREAKING:
dropdownclass now hasdropdownHiddenwhen it is closed instead of usingv-show(requires using 2.1.0'sthemes/default.css) - BREAKING: removed
:maxHeightprop. Usevar(--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
:strictprop 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
-1when:disabled.
2.0.1
- Classname fixes.
- Readme update.
2.0.0
- BREAKING: Completely rewritten
<template>anddefault.css. - Added CSS vars support for easier styling.
- Added support for utility classes, like TailwindCSS.
- Caret is now always displayed when
caret: trueregardless if the multiselect has selected option(s). - Added
canDeselectandclassesprop. - Added
;and,options toaddTagOnprop.