Releases: TotomInc/vue3-select-component
Releases · TotomInc/vue3-select-component
v0.0.1-beta.3
🚀 Features
- Add aria prop, improve accessibility with aria - by @TotomInc (2f97f)
- Keyboard accessibility improvements - by @TotomInc (76121)
- Handle deleting option when pressing backspace - by @TotomInc (ec245)
- Add aria-required prop - by @TotomInc (f49fc)
- Improve menu option scroll into viewport - by @TotomInc (5c9b9)
- website: Add vercel analytics - by @TotomInc (c215f)
🐞 Bug Fixes
- On blur close menu - by @TotomInc (4ac89)
- Invalid multi-select selected options order - by @TotomInc (7db99)
- website: Add focus on link - by @TotomInc (6cc99)
View changes on GitHub
v0.0.1-beta.2
v0.0.1-beta.1
🚀 Features
- Add LICENSE - by @TotomInc (40023)
- Add README - by @TotomInc (513b1)
- Allow for more customizable CSS variables - by @TotomInc (6034d)
- Add teleport on the menu - by @TotomInc (22443)
- Update README - by @TotomInc (b05eb)
- Improve dts build with dedicated tsconfig - by @TotomInc (85a0d)
- Add bump & CI actions - by @TotomInc (e9772)
🐞 Bug Fixes
- Invalid text-align on menu-option - by @TotomInc (77752)
- Invalid default export - by @TotomInc (3aa9a)
- Missing package.json export properties - by @TotomInc (40067)
- Missing properties inside package.json, bundle es + umd - by @TotomInc (da973)
- Update README installation block - by @TotomInc (4d9ab)