v9.12.0
版本发布时间: 2023-01-29 11:55:00
vueuse/vueuse最新发布版本:v11.1.0(2024-09-16 17:09:03)
🚀 Features
- usePrevious: New function - by @antfu (e101f)
- useRafFn, useIntervalFn, useTimeoutFn: Make status readonly - by @rotu in https://github.com/vueuse/vueuse/issues/2685 (39183)
- useWebSocket: Allow undefined ref for url - by @ferferga in https://github.com/vueuse/vueuse/issues/2473 (13924)
🐞 Bug Fixes
- useElementSize: Use contentBoxSize as an array in useElementSize - by @threedayAAAAA and vaakian X in https://github.com/vueuse/vueuse/issues/2520 (30475)
- useElementSize: Fix incorrect element size on SVG - by @Lionad-Morotar, @wheatjs and @antfu in https://github.com/vueuse/vueuse/issues/2661 (902b3)
- useMediaControls: Ended status not updating - by @ferferga in https://github.com/vueuse/vueuse/issues/2680 (4ef27)
- useMouseInElement: Check if mouse out of window - by @chaii3 and @antfu in https://github.com/vueuse/vueuse/issues/2458 (54f4e)
- usePrecision: Fix return type - by @ClemDee in https://github.com/vueuse/vueuse/issues/2676 (e331b)
- useTimeoutFn: Respect callback parameters in start function - by @wvffle in https://github.com/vueuse/vueuse/issues/2693 (e054a)