Releases: vueuse/vueuse
Releases · vueuse/vueuse
v13.2.0
🚀 Features
- computedAsync: Add option to control watcher's flush timing - by @ferferga in #4746 (b1bc8)
- useFileDialog: Allow custom input element for file dialog - by @ishakhorski in #4679 (0ea16)
- useScroll: Add missing measure documentation - by @Matkolit and Mateusz Kołodziej in #4727 (dd98a)
- useStyleTag: Support passing
nonce
- by @1-dilikelei and 董梁玮 in #4749 (fa2c0) - watchOnce: Use vue's native once behaviour - by @ferferga in #4750 (08f7d)
🐞 Bug Fixes
- Allow vertical scroll in usePointerSwipe - by @2nofa11 in #4637 and #4720 (d3ed6)
- Always mount listeners in useStorage - by @43081j in #4730 (65a99)
- UseArrayFindReturn: Missing template type - by @michaelcozzolino in #4715 (43903)
- computedAsync: Return
ComputedRef<T>
type whenlazy: true
- by @ferferga in #4751 (b1718) - docs: Grammar in /packages/nuxt/README.md - by @neeko-cat in #4701 (44b40)
- fromEvent: Fix type error of element reference - by @ywenhao and @antfu in #4728 (94fea)
- onClickOutside: Workaround for iOS - by @ferferga in #4735 (1c60c)
- useElementSize: Component type warning - by @menghany in #4722 (9889f)
- useEventSource: Add missing data generic - by @OrbisK in #4726 (a969e)
- useFullscreen: Get the correct initial state while mounted - by @ben-lau and liubaobin in #4745 (09cbd)
- useMagicKeys: Correctly clear current pressed keys when releasing Shift - by @Kedlingar and Skstud5 in #4731 (ab7ac)
View changes on GitHub
v13.1.0
🚀 Features
- shared: Ensure return types exists - by @OrbisK in #4659 (c1d6e)
- useSortable: Add possibility to use it with Component ref - by @michaelcozzolino in #4684 (15917)
🐞 Bug Fixes
- docs: Blog moved to different domain - by @th1m0 in #4663 (72c9a)
- nuxt: Don't require
@vueuse/core
installed at root - by @danielroe in #4698 (17a46) - tryOnMounted: Pass target to getLifeCycleTarget - by @Eazash in #4685 (16551)
- useDropZone: Allow passing
document
as target - by @osbre in #4681 (21fa6)
View changes on GitHub
v13.0.0
🚨 Breaking Changes
View changes on GitHub
v13.0.0-beta.2
v13.0.0-beta.1
v12.8.2
v12.8.1
🐞 Bug Fixes
View changes on GitHub
v12.8.0
🚀 Features
- nuxt: Support wider Nuxt range - by @antfu (c478e)
- types: Deprecate
MaybeRef
andMaybeRefOrGetter
in favor of Vue's native - by @ilyaliao and @antfu in #4636 (7432f) - useCached: Add
options.deepRefs
- by @OrbisK and @antfu in #4591 (9afee) - useWebSocket: Pass the
retried
to theautoReconnect.retries
- by @9romise and @OrbisK in #4604 (73e6d)
🐞 Bug Fixes
- onStartTyping: Incorrect accepted valid characters - by @Bernard-Borg in #4616 (58a3b)
- useAnimate: Correct condition for updating keyframes - by @Mrlilili and liyan1 in #4619 (e8665)
- useClipboard: Unhandled rejection on read permission prompt - by @Vitalis11 in #4615 (a54c4)
- useCssVar: Update
variable
when initial - by @ilyaliao in #4641 (d680f) - useDeviceList: AudioInputs doesn't update if camera permission is
granted
- by @Nikitatopodin and Никита Быковский in #4559 (f9685) - useScroll: Handle negative scroll values - by @ilyaliao and eavlee in #4613 (4b7ab)
- useWebSocket: Don't call close() on pongTimeout if connection al… - by @Azurency in #4608 (9ba07)
View changes on GitHub
v12.7.0
v12.6.1
No significant changes
View changes on GitHub
Previous Next