kolibri
kolibri copied to clipboard
Bump @vueuse/core from 4.11.1 to 9.2.0
Bumps @vueuse/core from 4.11.1 to 9.2.0.
Release notes
Sourced from @vueuse/core's releases.
v9.2.0
🚨 Breaking Changes
- Bump Nuxt support to RC.9, update
autoImports:sourceshook - by@DamianGlowalain vueuse/vueuse#2166🚀 Features
- useAxios: Support RequestConfig for
execute- by@azaletain vueuse/vueuse#2152- useBreakpoints: Support
greaterOrEqualetc. - by@azaletain vueuse/vueuse#2148- useCloned: New function - by
@chaii3and@antfuin vueuse/vueuse#2045- useDraggable: Support customizing
triggerelement - by@imguolaoin vueuse/vueuse#2133- useElementSize: Support
boxsizing - by@vaakianand@antfuin vueuse/vueuse#2143- useElementVisibility: Support watch the real element - by
@sxzzin vueuse/vueuse#2169- useUrlSearchParams: Add
writeoption - by@waldonUBin vueuse/vueuse#2165- useVModel: Support
cloneoption - by@edumuduand@antfuin vueuse/vueuse#2022- useWebSocket: Enhence heartbeat - by
@azaletain vueuse/vueuse#2170- useWindowSize: Support
includeScrollbar- by@vaakianin vueuse/vueuse#2161🐞 Bug Fixes
- useArrayMap: Allow return type matches the mapper function - by
@GODLiangCYin vueuse/vueuse#2172- useAxios: Reset error on
execute- by@flyingTodreamin vueuse/vueuse#2095- useDevicePixelRatio: More efficient mechanism - by
@Waleed-KHand@antfuin vueuse/vueuse#2044- useFavicon: Improve type overload - by
@azaletain vueuse/vueuse#2123- useFileDialog: Choose file not work on mobile - by
@1SZX1and@antfuin vueuse/vueuse#2080- useFocusWithin: Change focused typing to ComputedRef - by
@chaii3in vueuse/vueuse#2073- useMemoize: Allow number in
getKey- by@chaii3in vueuse/vueuse#2074View changes on GitHub
v9.1.1
🚀 Features
- usePreferredContrast: New function - by
@Zhaocl1997in vueuse/vueuse#2040🐞 Bug Fixes
- firebase: Improve externalization - by
@antfu(e2a78)- shared: Resolve internal circular reference - by
@antfu(0fdbb)- useActiveElement: Use
computedWithControlinstead ofcounterref - by@vaakianin vueuse/vueuse#2093- useElementHover: Support set el ref type - by
@JiatLnin vueuse/vueuse#2079- useScroll: Account for rounding errors when calculating arrivedState - by
@curtgrimesin vueuse/vueuse#2051- useURLSearchParams: Avoid referencing to global
location- by@mskrin vueuse/vueuse#2066View changes on GitHub
v9.1.0
🚀 Features
- useCycleList: Support MaybeRef for initialValue - by
@Waleed-KHin vueuse/vueuse#2025
... (truncated)
Commits
f321ecdchore: release v9.2.01de8d6echore: fix types33587d1feat(useDraggable): support customizingtriggerelement (#2133)369e177feat(useVModel): supportcloneoption (#2022)eb05403fix(useDevicePixelRatio): more efficient mechanism (#2044)c463ab7fix(useFileDialog): choose file not work on mobile (#2080)3c642b7feat(useElementSize): supportboxsizing (#2143)fbc8959refactor:hasOwnutil0a0a1dafeat(useCloned): new function (#2045)db7ffa6fix!: bump Nuxt support to RC.9, updateautoImports:sourceshook (#2166)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Looks like our imports of effectScope, getCurrentScope and onScopeDispose are no longer supported.
Oh, this may be an issue with version mismatches between the composition-api import and vueuse/core.
Superseded by #9742.