🚀 Features
- More passive event handlers - by @ferferga in #4484 (eddbf)
- Use
useEventListener
where it was not being used - by @ferferga in #4479 (c6c6e) - useClipboard: Should fall back to legacy clipboard when read/write fails - by @OrbisK in #4512 (01acd)
- useCountdown: New function - by @rtugeek, @huang-julien, Anthony Fu and @antfu in #4125 (69ced)
- useEventListener: Make all parameters arrayable and reactive - by @ferferga in #4486 (caf08)
- useFetch: Add parameters to the
afterFetch
andonFetchError
- by @tolking and Anthony Fu in #4499 (98a83) - useFileDialog: Add initialFiles option - by @EvgenyWas in #4509 (8a8d6)
🐞 Bug Fixes
- debounceFilter: Invoke on maxWait with the latest invoker - by @43081j and @OrbisK in #4497 (48e0a)
- useMagicKeys: Fix key order issue on first use - by @babu-ch in #4505 (b6947)
- useVirtualList: Allow readonly arrays as input - by @RebeccaStevens in #4504 (f3cc7)