Improved
v14.0.0-beta.1
ย ย ย ๐ Features
- useTransition: Add support for custom interpolator functions ย -ย by @scottbedard and Anthony Fu in https://github.com/vueuse/vueuse/issues/5011 (cf905)
ย ย ย ๐ Bug Fixes
- useAsyncState: Track latest execution to avoid newer results being replaced by outdated ones ย -ย by @andreww2012 in https://github.com/vueuse/vueuse/issues/5047 (3e6cb)
- useShare: Improve the accuracy of sharing logic ย -ย by @ArthurDarkstone in https://github.com/vueuse/vueuse/issues/5048 (61e1b)
- useUserMedia: Add deep watch to constraints ย -ย by @babu-ch and @ilyaliao in https://github.com/vueuse/vueuse/issues/5046 (4b3e9)