Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-19 | 3.9 kB | |
v13.4.0 source code.tar.gz | 2025-06-19 | 876.9 kB | |
v13.4.0 source code.zip | 2025-06-19 | 1.4 MB | |
Totals: 3 Items | 2.2 MB | 3 |
🚀 Features
- shared: Introduce
TimerHandle
for setTimeout type - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4801 (319d8) - useAsyncState: Add executeImmediate with the same type as the promise fn - by @davidglezz in https://github.com/vueuse/vueuse/issues/4716 (82740)
- useEventSource: Added lastEventId for named events - by @whiteyebrw in https://github.com/vueuse/vueuse/issues/4791 (f6f0b)
- useFetch: Support for custom abort reason - by @doyuli in https://github.com/vueuse/vueuse/issues/4820 (44c0b)
- useRefHistory: Add
shouldCommit
- by @JonathanSchndr, Anthony Fu and Robin in https://github.com/vueuse/vueuse/issues/4471 (18acf) - useUrlSearchParams: Add a stringify option for users to provide stringify logic - by @mingXta, Robin and Anthony Fu in https://github.com/vueuse/vueuse/issues/4773 (6a523)
🐞 Bug Fixes
- computedWithControl: Allow deeply watching source - by @MetRonnie and Anthony Fu in https://github.com/vueuse/vueuse/issues/4786 (ffc1a)
- useDevicesList: Check for device availability before requesting permissions - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4818 (c424f)
- useEventListener: Improve types - by @ArthurDarkstone, liliang18 and @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/4787 (6f565)
- useIdle: Changed the
reset
call when the initial value is true - by @whiteyebrw in https://github.com/vueuse/vueuse/issues/4800 (c6469) - useMouseInElement: Fixing the issue where target element updates were not considered. - by @Codfisher and bgm.cod in https://github.com/vueuse/vueuse/issues/4782 (04af9)
- useScreenSafeArea: Сhanged initial value update - by @whiteyebrw in https://github.com/vueuse/vueuse/issues/4789 (ae573)
- useScriptTag: Support passing nonce - by @1-dilikelei and 董梁玮 in https://github.com/vueuse/vueuse/issues/4753 (57370)
- useScroll: Use mutationObserver to update arrivedState when the DOM is changed - by @andylou0102, AndyLuo, Robin and Anthony Fu in https://github.com/vueuse/vueuse/issues/4433 (135d5)
- watchIgnorable: Add and export types - by @ArthurDarkstone, liliang18 and Robin in https://github.com/vueuse/vueuse/issues/4809 (0e10e)
🏎 Performance
- computedWithControl: Optimize with shallowRef - by @broBinChen and binge_c-admin in https://github.com/vueuse/vueuse/issues/4826 (2c91a)