Improved
v14.0.0-alpha.3
🚨 Breaking Changes
- createSharedComposable: Return only the sharedComposable on client side - by @9romise in https://github.com/vueuse/vueuse/issues/4997 (73aad)
🚀 Features
- computedEager: Deprecate
computedEager- by @ilyaliao in https://github.com/vueuse/vueuse/issues/5034 (26a7d) - watch: Update watch return typo in watchExtractedObservable, watchDebounced, watchDeep, watchImmediate, watchOnce, watchThrottled and watchWithFilter - by @ArthurDarkstone in https://github.com/vueuse/vueuse/issues/4896 (b8102)
- watchAtMost: Add pause and resume to return value - by @ArthurDarkstone in https://github.com/vueuse/vueuse/issues/4897 (d3176)
- watchPausable: Deprecate
watchPausable- by @ilyaliao in https://github.com/vueuse/vueuse/issues/5040 (4a28b)
🐞 Bug Fixes
- Update return type of createReusableTemplate and createTemplateP… - by @ArthurDarkstone in https://github.com/vueuse/vueuse/issues/4962 (5fd3a)
- Update return types for createTemplatePromise, useMagicKeys, use… - by @ArthurDarkstone in https://github.com/vueuse/vueuse/issues/4963 (554b7)
- useFullscreen: Specify return types for request, exit, and enabl… - by @ArthurDarkstone in https://github.com/vueuse/vueuse/issues/4965 (8ac73)
- useMagicKeys: Clearing of other keys after releasing alt - by @NoiseFan in https://github.com/vueuse/vueuse/issues/5037 (3f113)