legado
legado copied to clipboard
Bump @vueuse/shared from 10.11.1 to 11.0.3 in /modules/web
Bumps @vueuse/shared from 10.11.1 to 11.0.3.
Release notes
Sourced from @vueuse/shared
's releases.
v11.0.3
🚀 Features
- templateRef: Support specifying allowed keys via generic argument - by
@zhiyuanzmj
in vueuse/vueuse#4162 (acce3)🐞 Bug Fixes
- createSharedComposable: Handle the case where the return value of composable function is empty - by
@XinXiaoIsMe
in vueuse/vueuse#4151 (a2441)- useCssVar: Replace getComputedStyle with direct style property access - by
@babu-ch
in vueuse/vueuse#4166 (d0523)- useDropZone: Ensure files ref is updated even without onDrop callback - by
@babu-ch
in vueuse/vueuse#4168 (1c849)- usePermission: State setting - by
@ferferga
in vueuse/vueuse#4167 (2aaa1)- useWebSocket: Only reconnect if is the current ws socket - by
@freakbite
in vueuse/vueuse#4161 (e0e99)- useWebSocket: Should reset retry count when connection is established - by
@freakbite
in vueuse/vueuse#4164 (3c2fc)View changes on GitHub
v11.0.1
🐞 Bug Fixes
- usePermission: Fix memory leak - by
@ferferga
in vueuse/vueuse#4157 (63a22)- useStorage: Sync within the same document - by
@ferferga
in vueuse/vueuse#4152 (a9b49)View changes on GitHub
v11.0.0
🚨 Breaking Changes
- useChangeCase: Migrate to
change-case@v5
, closes #3457 - by@wheatjs
and@antfu
in vueuse/vueuse#3460 and vueuse/vueuse#3457 (df343)- useFuse: Upgrade
fuse.js
to v7 - by@antfu
in vueuse/vueuse#4036 (cb44c)- useIntersectionObserver: Update the
threshold
default to 0 - by@Alfred-Skyblue
in vueuse/vueuse#4069 (13e36)- useJwt: Upgrade
jwt-decode
to v4 - by@root5427
and@antfu
in vueuse/vueuse#3510 (9037d)🚀 Features
- integrations: Bump
drauu
anduniversal-cookie
major version - by@antfu
(1c9ec)- useCssVars: Remove property on null/undefined - by
@ferferga
in vueuse/vueuse#3821 (fe19c)- useDateFormat: Locales is now reactive - by
@OrbisK
and@antfu
in vueuse/vueuse#3907 (4a7a8)- useDraggable: Add
buttons
option - by@DrJonki
and@antfu
in vueuse/vueuse#4084 (e9938)- useElementBounding: Add
updateTiming
option - by@DerZade
and@antfu
in vueuse/vueuse#3869 (0fa17)- useElementHover: Add options to the directive - by
@userquin
and@antfu
in vueuse/vueuse#3897 (cf439)- useFocusTrap: Support multiple refs - by
@Sma11X
in vueuse/vueuse#4022 (83c41)- useInfiniteScroll: Add a reset method - by
@schelmo
in vueuse/vueuse#3892 (aefb6)- usePermission: Add local-fonts permission - by
@seanmcbroom
,@antfu
and autofix-ci[bot] in vueuse/vueuse#4098 (5f584)- useResizeObserver: Added
vResizeObserver
directive - by@pkc918
in vueuse/vueuse#4008 (d4310)- useSpeechRecognition: Support
maxAlternatives
option - by@pkc918
in vueuse/vueuse#4067 (9eda8)- useStorage: Conditionally use event based on the used storage backend - by
@ferferga
in vueuse/vueuse#3822 (5a302)- useWebSocket: Allow different heartbeat response message - by
@lavolpecheprogramma
and@antfu
in vueuse/vueuse#3950 (adbe0)- useWindowSize: Add ability to get outer sizes of the window - by
@khawarizmus
and@antfu
in vueuse/vueuse#3999 (bfba3)🐞 Bug Fixes
... (truncated)
Commits
67ab3b6
chore: release v11.0.3fc02f9a
chore: release v11.0.2a24411e
fix(createSharedComposable): handle the case where the return value of compos...881c37d
chore: use pnpm catalogs5a4224e
chore: release v11.0.142a4501
chore: release v11.0.03a0f0db
chore: release v11.0.0-beta.3005c18e
pref(createEventHook): optimize EventHookTrigger to support multiple paramete...5725a58
fix(computedWithControl): allow optional oldValue parameter in computedWithCo...fd8842b
fix(isDefined): moves most specific overload to the top (#4141)- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)