🚨 Breaking Changes
- useAxios: Remove deprecated apis - by @antfu (1f8b9)
- useFullscreen: Better cross-platform compatibility - by @ferferga and @antfu in #2915 (2e467)
- useToFixed: Remove deprecated function - by @antfu (a6e5b)
- useUserMedia: Remove deprecated apis - by @antfu (85468)
- useWindowSize: Use media query instead of
orientationchange
listener - by @zhousg and @antfu in #2919 (4e7b0)
🚀 Features
- Update deps - by @antfu (e75a5)
- useDraggable: Introduce
axis
option - by @Alfred-Skyblue and @antfu in #2948 (0842a) - useFirestore: Support delay for autoDispose, fixes #2252 - by @Zehir in #2276 and #2252 (05781)
🐞 Bug Fixes
- onStartTyping: Fix char ascii - by @meenie-net in #2932 (e9ab3)
- useMounted: Check for the current instance - by @antfu (1aab1)
- useSortable: Order of dom and array is different - by @Alfred-Skyblue in #2926 (3a508)
- watchDeep,watchImmediate: Fix callback function execution logic - by @Alfred-Skyblue in #2951 (e6e25)
🏎 Performance
- useStorageAsync,useFetch: Replace setTimeout with Promise - by @Alfred-Skyblue in #2917 (8bd63)