Releases: baleada/vue-features
Releases · baleada/vue-features
v0.14.11
🐞 Bug Fixes
- Simplify and fix pointer interactions on planes - by @AlexVipond (2b651)
View changes on GitHub
v0.14.10
v0.14.9
🚀 Features
- Prefer SSR-friendly unique IDs via Vue 3.5.x - by @AlexVipond (1c0ea)
- Add focus-visible and focus-within tracking to useFocus - by @AlexVipond (4182f)
- Manage scroll allowance (e.g. prevent scroll by default when popups are open) - by @AlexVipond (10ae7)
- UseSupportsCss - by @AlexVipond (943d7)
🐞 Bug Fixes
- In hover and press gestures, properly mark touch listeners as passive - by @AlexVipond (e3856)
- Use correct effect timing when programatically opening and searching combobox - by @AlexVipond (76694)
- Include
is
in non-toggle button API - by @AlexVipond (fc819) - Support
element
param fordelegate
- by @AlexVipond (7b965) - De-dupe values before binding to list-friendly element attributes like aria-describedby - by @AlexVipond (7e397)
- When handling labeling meta, avoid overwriting existing bound values - by @AlexVipond (94bb2)
- Allow more than just HTMLButtonElement for useButton - by @AlexVipond (95e3f)
- Switch to pointer events for press and hover to reduce the number of event listeners added, improve accuracy, and fix bugs with delegation - by @AlexVipond (b8adb)
- Allow checkbox checked state to be set directly - by @AlexVipond (abe03)
- Support and test indeterminate state and press interactions on checkbox - by @AlexVipond (ec8f3)
- In textbox, only set selection on supported input types - by @AlexVipond (c3f4c)
View changes on GitHub
v0.14.8
🚀 Features
- Capture rich hover metadata, implement hover event delegation, simplify usePress, support delegated presses and hovers on nested elements and their ancestors - by @AlexVipond (8b033)
🐞 Bug Fixes
- Prevent touch events from updating hover state - by @AlexVipond (62bbf)
- Add default values for useSize refs - by @AlexVipond (38e6a)
View changes on GitHub
v0.14.7
🐞 Bug Fixes
- In types and runtime, explicitly support SVGElement - by @AlexVipond (d3390)
- Correctly detect intended event target from delegated touch events - by @AlexVipond (77f01)
View changes on GitHub
v0.14.6
🚀 Features
- Support dragging selection on touch devices - by @AlexVipond (9c55c)
🐞 Bug Fixes
- Better naming conventions - by @AlexVipond (a0680)
View changes on GitHub
v0.14.5
🚀 Features
- Add firstPress to facilitate act-on-press UX - by @AlexVipond (b4b85)
🐞 Bug Fixes
- Rename, fix, and test press event delegation system - by @AlexVipond (e0e8e)
View changes on GitHub
v0.14.4
🚀 Features
- Improve stability and DX of ability and validity - by @AlexVipond (e4350)
View changes on GitHub
v0.14.3
🚀 Features
- Expand support and feature set for ability and validity - by @AlexVipond (f4825)
🐞 Bug Fixes
- accessibility: Support reactive values in accessible labelling metadata - by @AlexVipond (16319)
View changes on GitHub
v0.14.2
🐞 Bug Fixes
- Correct labelledBy typo, mark validity as optional for useTextbox - by @AlexVipond (adbfc)