Sourced from @vueuse/core
's
releases.
v12.5.0
🚀 Features
- More passive event handlers - by
@ferferga
in vueuse/vueuse#4484 (eddbf)- Use
useEventListener
where it was not being used - by@ferferga
in vueuse/vueuse#4479 (c6c6e)- useClipboard: Should fall back to legacy clipboard when read/write fails - by
@OrbisK
in vueuse/vueuse#4512 (01acd)- useCountdown: New function - by
@rtugeek
,@huang-julien
, Anthony Fu and@antfu
in vueuse/vueuse#4125 (69ced)- useEventListener: Make all parameters arrayable and reactive - by
@ferferga
in vueuse/vueuse#4486 (caf08)- useFetch: Add parameters to the
afterFetch
andonFetchError
- by@tolking
and Anthony Fu in vueuse/vueuse#4499 (98a83)- useFileDialog: Add initialFiles option - by
@EvgenyWas
in vueuse/vueuse#4509 (8a8d6)🐞 Bug Fixes
- debounceFilter: Invoke on maxWait with the latest invoker - by
@43081j
and@OrbisK
in vueuse/vueuse#4497 (48e0a)- useMagicKeys: Fix key order issue on first use - by
@babu-ch
in vueuse/vueuse#4505 (b6947)- useVirtualList: Allow readonly arrays as input - by
@RebeccaStevens
in vueuse/vueuse#4504 (f3cc7)View changes on GitHub
1e153e9
chore: release v12.5.098a83d7
feat(useFetch): add parameters to the afterFetch
and
onFetchError
(#4499)01acd57
feat(useClipboard): should fall back to legacy clipboard when read/write
fail...0ebefbe
docs(useClipboardItems): fix demo by using text/plain
mime
type (#4513)f3cc7ec
fix(useVirtualList): allow readonly arrays as input (#4504)69cedd2
feat(useCountdown): new function (#4125)b6947f7
fix(useMagicKeys): fix key order issue on first use (#4505)d08eb2c
refactor: use useTemplateRef
instead of ref
in
demos and docs (#4482)8a8d6a3
feat(useFileDialog): add initialFiles option (#4509)3933a0b
chore(deps): update to vitest@3 (#4501)