Releases: TotomInc/vue3-select-component
Releases · TotomInc/vue3-select-component
v0.11.6-beta.2
🚀 Features
- select:
- Invalid v-model with is-multi prop now returns all options - by @TotomInc (3ccbe)
- Automatically convert v-model to array when undefined with is-multi - by @TotomInc (0eb0e)
- Invalid v-model with is-multi prop now returns all options - by @TotomInc (f8a80)
- Automatically convert v-model to array when undefined with is-multi - by @TotomInc (cb3ac)
🐞 Bug Fixes
- select: Use getOptionValue to determine selected options when using isMulti prop - by @TotomInc (80170)
View changes on GitHub
v0.11.6-beta.1
v0.11.5
v0.11.4
🐞 Bug Fixes
- select: IsMulti with non-array v-model should return empty array in selectedOptions - by @TotomInc in #213 (b9f02)
View changes on GitHub
v0.11.3
v0.11.2
🚀 Features
- select: Add uid prop to improve a11y with aria-labelledby, aria-owns and aria-controls - by @TotomInc (990ec)
View changes on GitHub
v0.11.1
v0.11.0
🚀 Features
- Improve DOM structure, VitePress Teleport fix, minor features & bug fixes - by @TotomInc in #204 (289ef)
View changes on GitHub
v0.11.0-beta.1
🚀 Features
- Major improvements, restructure DOM, split components, improve styles - by @TotomInc (65a83)
- docs:
- /dropdown-options to /options - by @TotomInc (54bf2)
- Add props.class - by @TotomInc (b0b51)
- Update styling docs - by @TotomInc (75098)
- Update events docs - by @TotomInc (20d46)
- Update /typescript docs - by @TotomInc (fbec5)
- Update /options docs - by @TotomInc (29036)
- Add external link to playground - by @TotomInc (44ffc)
- Rework demos and make them SSR friendly - by @TotomInc (7881a)
- select:
🐞 Bug Fixes
- docs: Experiment with to avoid SSR issues on /demo/single-select - by @TotomInc (b0a1d)
- select: Don't import defineExpose since it's a compiler macro - by @TotomInc (5df01)