🚀 Features
- nuxt: Support wider Nuxt range - by @antfu (c478e)
- types: Deprecate
MaybeRef
andMaybeRefOrGetter
in favor of Vue's native - by @ilyaliao and @antfu in #4636 (7432f) - useCached: Add
options.deepRefs
- by @OrbisK and @antfu in #4591 (9afee) - useWebSocket: Pass the
retried
to theautoReconnect.retries
- by @9romise and @OrbisK in #4604 (73e6d)
🐞 Bug Fixes
- onStartTyping: Incorrect accepted valid characters - by @Bernard-Borg in #4616 (58a3b)
- useAnimate: Correct condition for updating keyframes - by @Mrlilili and liyan1 in #4619 (e8665)
- useClipboard: Unhandled rejection on read permission prompt - by @Vitalis11 in #4615 (a54c4)
- useCssVar: Update
variable
when initial - by @ilyaliao in #4641 (d680f) - useDeviceList: AudioInputs doesn't update if camera permission is
granted
- by @Nikitatopodin and Никита Быковский in #4559 (f9685) - useScroll: Handle negative scroll values - by @ilyaliao and eavlee in #4613 (4b7ab)
- useWebSocket: Don't call close() on pongTimeout if connection al… - by @Azurency in #4608 (9ba07)