Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-28 | 2.9 kB | |
v13.6.0 source code.tar.gz | 2025-07-28 | 887.0 kB | |
v13.6.0 source code.zip | 2025-07-28 | 1.4 MB | |
Totals: 3 Items | 2.3 MB | 1 |
š Features
- Mark templateRef as deprecated - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4894 (0271e)
- useFileDialog: Add MaybRef to multiple, accept, capture, reset, and directory - by @hunterwilhelm, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/4813 (a44bd)
- useFocusTrap: Expose updateContainerElements for dynamic contai⦠- by @PeikyLiu and @ilyaliao in https://github.com/vueuse/vueuse/issues/4849 (3d5e5)
- useIDBKeyval: Add
options.serializer
- by @matthewjumpsoffbuildings, @OrbisK and @43081j in https://github.com/vueuse/vueuse/issues/4781 (bb831) - useStorageAsync: Add
onReady
option and Promise return - by @asika32764, Fernando FernƔndez, @OrbisK and Anthony Fu in https://github.com/vueuse/vueuse/issues/4158 (3a2df) - useTransition: Support custom window - by @byronogis and Anthony Fu in https://github.com/vueuse/vueuse/issues/4850 (a75f4)
š Bug Fixes
- onClickOutside: The order of overload signatures - by @whiteyebrw, @ilyaliao and Anthony Fu in https://github.com/vueuse/vueuse/issues/4839 (d5812)
- types: Use Vue's native
MaybeRef
andMaybeRefOrGetter
instead - by @RYGRIT in https://github.com/vueuse/vueuse/issues/4913 (2d179) - useDraggable: Add capture prop to component - by @wgh970312 in https://github.com/vueuse/vueuse/issues/4911 (547f8)
- useMagicKeys: Prevent incorrect clearing of other keys after releasing shift - by @keeplearning66 in https://github.com/vueuse/vueuse/issues/4916 (d7f28)
- useMouseInElement: Correctly update elementX and elementY - by @cszhjh and @ilyaliao in https://github.com/vueuse/vueuse/issues/4846 (cf02b)
- useVirtualList: Resolve invalid watch source - by @cszhjh and @OrbisK in https://github.com/vueuse/vueuse/issues/4857 (d2381)