🚀 Features
- useCycleList: Support MaybeRef for initialValue - by @Waleed-KH in #2025
- usePrecision: New function - by @antfu (49c8a)
- usePreferredReducedMotion: New function - by @Zhaocl1997 in #2039
- useToNumber: New function - by @antfu (f69a3)
- useToString: New function - by @antfu (2b869)
🐞 Bug Fixes
- Improve
MaybeComputedRef
- by @antfu (28c5a) - useFavicon: Writable return type - by @chaii3 and @antfu in #2036
- useOffsetPagination: Min value for pageCount should be 1 - by @jd-solanki and @antfu in #2001
- useScriptTag: Normalize
src
arg - by @huynl-96 in #2030 - useToFixed: Deprecated in favor of
usePrecision
- by @antfu (790ef) - useTransition: Improve type of
TransitionPresets
- by @antfu (cc865)