This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
fix(deps): update dependency @vueuse/core to v9 #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.9.4
->9.1.0
Release Notes
vueuse/vueuse
v9.1.0
Compare Source
🚀 Features
🐞 Bug Fixes
MaybeComputedRef
- by @antfu (28c5a)src
arg - by @huynl-96 in https://github.com/vueuse/vueuse/issues/2030usePrecision
- by @antfu (790ef)TransitionPresets
- by @antfu (cc865)View changes on GitHub
v9.0.2
Compare Source
🐞 Bug Fixes
integrations
- by @antfu (0a43b)View changes on GitHub
v9.0.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v9.0.0
Compare Source
🚨 Breaking Changes
isSupported
becomesRef<boolean>
instead ofboolean
for SSR compatibility - by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1800Use
prefix, huge thanks to @okxiaoliang4! (this should not affect most of the usage case, unless you are importing those types directly)All Changes
Status
toUseSpeechSynthesisStatus
- by @antfu (db61f)KeyStrokeOptions
toOnKeyStrokeOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1807AsyncStateOptions
toUseAsyncStateOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1809ClipboardOptions
toUseClipboardOptions
andClipboardReturn
toUseClipboardReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1861VisibilityScrollTargetOptions
toUseElementVisibilityOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1863UseEventSourceReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1864FaviconOptions
toUseFaviconOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1865FocusWithinReturn
toUseFocusWithinReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1866GeolocationOptions
toUseGeolocationOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1868IdleOptions
toUseIdleOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1869IntersectionObserverOptions
toUseIntersectionObserverOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1870JwtOptions
toUseJwtOptions
andJwtResult
toUseJwtReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1899ModifierOptions
toUseModifierOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1871MagicKeys
toUseMagicKeysReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1873UseMemoizedFn
toUseMemoizeReturn
and new typeUseMemoizeOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1872MemoryOptions
toUseMemoryOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1605MouseOptions
toUseMouseOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1877MutationObserverOptions
toUseMutationObserverOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1884ParallaxOptions
toUseParallaxOptions
andParallaxReturn
toUseParallaxReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1885PointerSwipeOptions
toUsePointerSwipeOptions
andPointerSwipeReturn
toUsePointerSwipeReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1886RTDBOptions
toUseRTDBOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1901RafFnOptions
toUseRafFnOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1887ResizeObserverOptions
toUseResizeObserverOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1862ShareOptions
toUseShareOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1888SpeechRecognitionOptions
toUseSpeechRecognitionOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1889SpeechSynthesisOptions
toUseSpeechSynthesisOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1890voiceInfo
, allowvoice
as ref - by @sibbng in https://github.com/vueuse/vueuse/issues/1882StorageOptions
toUseStorageOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1867StorageAsyncOptions
toUseStorageAsyncOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1883SwipeOptions
toUseSwipeOptions
andSwipeReturn
toUseSwipeReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1891TimestampOptions
toUseTimestampOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1892TransitionOptions
toUseTransitionOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1893VModelOptions
toUseVModelOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1894WebSocketOptions
toUseWebSocketOptions
andWebSocketResult
toUseWebSocketReturn
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1895WebWorkerOptions
toUseWebWorkerOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1896WindowSizeOptions
toUseWindowSizeOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1897IntervalOptions
toUseIntervalOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1945IntervalFnOptions
toUseIntervalFnOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1943TimeoutOptions
toUseTimeoutOptions
andTimeoutFnOptions
toUseTimeoutFnOptions
- by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/1944logicAnd
,logicOr
,logicNot
,useClamp
to@vueuse/math
- by @antfu in https://github.com/vueuse/vueuse/issues/1794, https://github.com/vueuse/vueuse/issues/1810trailing
option should befalse
by default - by @webfansplz and @antfu in https://github.com/vueuse/vueuse/issues/1687key
instead ofkeyCode
incurrent
- by @wvffle in https://github.com/vueuse/vueuse/issues/1506🚀 Features
all: Support reactive getter as argument - in https://github.com/vueuse/vueuse/issues/1768
This introduces a new convention of passing reactive getters as arguments. Previously, many of VueUse functions supported a convention to accept optional Ref as arguments (
MaybeRef<T>
) to make the reactivity connections. For example:Since v9.0, most of the VueUse function also accepts a getter function similar to
computed
or the watch source ofwatch
to provide better flexibility.It also works great with Reactivity Transform.
math: New
@vueuse/math
packageNew Array-related utilities
syncRef: Support custom transforms - by @chaii3 and @antfu in https://github.com/vueuse/vueuse/issues/1968
useAsyncState: Add
throwError
option - by @TuiMao233 and @antfu in https://github.com/vueuse/vueuse/issues/1975useColorMode: New
initialValue
option - by @antfu (fcaf9)useStorage:
mergeDefaults
option - by @webfansplz and @antfu in https://github.com/vueuse/vueuse/issues/1957useTextDirection: New function - by @iChengbo and @antfu in https://github.com/vueuse/vueuse/issues/1678
🐞 Bug Fixes
@vueuse/integrations
- by @antfu (18ba0)currentPageSize
value - by @webfansplz in https://github.com/vueuse/vueuse/issues/1949onend
, fix demo - by @sibbng in https://github.com/vueuse/vueuse/issues/1941CLOSED
- by @chaii3 in https://github.com/vueuse/vueuse/issues/1960View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.