Improved
v14.0.0-alpha.0
🚨 Breaking Changes
- components: Refactor components and make them consistent - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4912 (8c521)
- useThrottleFn: Align with traditional throttle behavior - by @IceMooncake and @ilyaliao in https://github.com/vueuse/vueuse/issues/4923 (cefd2)
🚀 Features
- onLongPress: Allow function as value in delay - by @keeplearning66 in https://github.com/vueuse/vueuse/issues/4979 (415f3)
- useAsyncState: Allow initial value to be a ref - by @43081j in https://github.com/vueuse/vueuse/issues/4992 (e38e8)