Releases: vueform/multiselect
Releases · vueform/multiselect
2.5.0
🎉 Feature
- Vue
2.7compatibility.
2.4.2
2.4.1
2.4.0
🎉 Feature
- 🎉 Added accessibility (a11y) support #22, #179.
- 🎉 Added infinite scroll #76, #165, #198.
- 🎉 Added RTL support #206.
- 🎉 Close on click if opened #162.
- Added
idto input when searchable. - Re-open input on arrows & search type if closed.
- Close dropdown instead of blur on select.
- Added
regexoption #138. - Scroll to first selected on open #168.
- Options are not reversed when
openPosition: true. - Added
reverseoption. - Added
searchStartoption #169. - Added
disabledPropoption #202. - Added
onCreateoption #204. - Added
select$as second param to events and async options. - Added
isSelected&isPointedtooptionslot scope #195.
🐞 Bug Fixes
- Headless UI conflict resolved #182.
- Keep selected options when async #228.
- Show spinner even when not active #223.
- Allow
falsevalue #222. - Resolve options on
minChars: 0too #230. - Added
keyup,keydownevents. - Resolved number tag creation duplicate bug.
- Input height fix when
searchablefor FF. - CSS: moved max height to dropdown container from wrapper.
- Vite & Nuxt 3 build warn fixes.
2.3.4
🎉 Feature
- Async options change detectiion.
- Label prop change detection.
- Option & label texts can contain HTML.
2.3.3
🎉 Feature
- Added
attrsprop.
2.3.2
🐞 Bug Fixes
- Removed
@applyfrom default theme.
2.3.1
2.3.0
🎉 Feature
- Deprecated:
appendNewTag,createTag,addTagOnprops and@tagevent. - Added
appendNewOption,createOption,addOptionOnprops and@optionevent #150. - Added
selectAllmethod #172. - The
trackByprop now defaults tolabel#175. - Replaces focus on search when an option is selected #163.
- Added
<span>wrapper for single label withsingleLabelTextclass key #157.
🐞 Bug Fixes
- Don't show spinner when not active #156.
- TailwindCSS 3 compatibility issue fix #176.
- Don't show caret when
showOptionsare disabled #173. - Resolved headless UI modal click issue #148.
- Resolved TailwindCSS/form ring issue #135.
- Made classes reactive #126.
- The
addTagOnprop useskeyinstead ofkeyCodeinternally #125.
2.2.1
🐞 Bug Fixes
- Added missing CSS vars.