Releases: TotomInc/vue3-select-component
Releases · TotomInc/vue3-select-component
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)
View changes on GitHub
v0.5.0
🚀 Features
- select:
🐞 Bug Fixes
- docs:
- Missing on demo source-code for with-complex-menu-filter - by @TotomInc (c25ce)
- Add missing CSS vars on styling page - by @TotomInc (e8b5a)
View changes on GitHub
v0.4.0
v0.3.0
v0.2.4
v0.2.3
🚀 Features
- ci: Add test jobs - by @TotomInc (8aaa9)
- docs: Add google-site-verification - by @TotomInc (21dd3)
- tests: Add v8 coverage - by @TotomInc (7b417)
- vite: Reference vitest types - by @TotomInc (4d9bf)
🐞 Bug Fixes
- menu-option: Add keydown.enter emit - by @TotomInc (da5cf)
- select: Remove duplicate @keydown event listeners - by @TotomInc (4c711)