🚀 Features
- useActiveElement: Support shadow roots - by @43081j and @antfu in #2592 (07f20)
- useArrayUnique: New function - by @Alfred-Skyblue in #2597 (162cd)
- useDebounceFn,useThrottleFn: Return result using promise - by @vaakian in #2580 (4d305)
- useMouse: Support for movement detection - by @daniser and Sergey Danilchenko in #2589 (0c39d)
- useVirutalList: Expose
scrollTo
in component - by @Agapanthus and Eric Skaliks in #2397 (9f495)
🐞 Bug Fixes
- nuxt: Disable useImage in the Nuxt package for auto imports - by @wheatjs in #2602 (d3d1d)
- onKeyStroke: Make
target
ref nullable - by @vaakian in #2579 (28614) - useActiveElement: Ignore if relatedTarget is set - by @dpschen in #2600 (ae78d)
- useElementBounding: Update on scroll - by @Ducz01 and sibbng in #2596 (268a6)
- useScrollLock: Fix iOS touchmove bug - by @robinscholz, Robin Scholz, webfansplz and @antfu in #2362 (c9a9a)