🚀 Features
- fromEvent: Support HTMLElement - by @rorry121 and @antfu in #2048
- useAxios: Add R genericity type for custom response data - by @jahnli in #2304
- useFocusTrap: Enable options in component - by @azaleta in #2321
- useSorted: New function - by @okxiaoliang4 in #1799
🐞 Bug Fixes
- nuxt: Wrap ssr plugin in defineNuxtPlugin - by @dan-online in #2326
- useBluetooth: Use
shallowRef
for bluetooth instance - by @antfu (0199b) - useFetch: Fix incorrect
chainCallbacks
behavior - by @GODLiangCY in #2231 - useFirestore: Auto dispose documents - by @Zehir in #2318
- useStorage: Fixed data desynchronization in case of clearing storage - by @yuryrudey in #2221
- useTitle: Prevent
observe
andtitleTemplate
been specified at the same time - by @huynl-96 and @antfu in #2049