Releases: TotomInc/vue3-select-component
Releases · TotomInc/vue3-select-component
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)
View changes on GitHub
v0.10.0
v0.9.1
🐞 Bug Fixes
View changes on GitHub
v0.9.0
v0.8.0
v0.7.0
v0.6.1
v0.6.0
🚀 Features
🐞 Bug Fixes
- Faulty click area because of padding on invalid element - by @TotomInc in #115 (5e473)
- build: Change vite build target to es2020 - by @TotomInc (94347)
- lint: Ignore consistent-function-scoping rule inline - by @TotomInc (190b6)
- select: Defer teleport of the menu, requires vue 3.5 - by @TotomInc (127f0)
View changes on GitHub
v0.5.2
🐞 Bug Fixes
View changes on GitHub
v0.5.1
🚀 Features
- tests:
🐞 Bug Fixes
- Don't open menu when is-disabled and a value is pre-selected - by @TotomInc (5adbb)
- select: Remove trailing space between multi-value label & x-cross button - by @TotomInc (7c68a)
- tests: Invalid KeyboardEvent dispatched using Space to select option - by @TotomInc (d5a2c)