-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency vue to v3.4.5 #789
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
9df80c1
to
cbb2fb9
Compare
cbb2fb9
to
11515fc
Compare
11515fc
to
9ffb9cb
Compare
56d4654
to
af60991
Compare
af60991
to
3b7b9a3
Compare
3b7b9a3
to
1777265
Compare
2c42647
to
634b3ff
Compare
634b3ff
to
62ba133
Compare
62ba133
to
2a77e10
Compare
2a77e10
to
a94a2e5
Compare
a94a2e5
to
0daf60d
Compare
0daf60d
to
8ebe75d
Compare
8ebe75d
to
63273d4
Compare
63273d4
to
095d6af
Compare
095d6af
to
d8cd421
Compare
d8cd421
to
c644d3b
Compare
This PR contains the following updates:
3.2.47
->3.4.5
Release Notes
vuejs/core (vue)
v3.4.5
Compare Source
Bug Fixes
v3.4.4
Compare Source
Bug Fixes
watchEffect
(#9948) (f300a40)Performance Improvements
v3.4.3
Compare Source
Bug Fixes
v3.4.2
Compare Source
Bug Fixes
v3.4.1
Compare Source
Bug Fixes
Features
v3.4.0
Compare Source
Potential Actions Needed
To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:
If using TSX with Vue, check actions needed in Removed: Global JSX Namespace.
Make sure you are no longer using any deprecated features (if you are, you should have warnings in the console telling you so). They may have been removed in 3.4.
Features
once
option to watch (#9034) (a645e7a)using
syntax (#8786) (5b2bd1d)defineModel
support local mutation by default, remove local option (f74785b), closes /github.com/vuejs/rfcs/discussions/503#discussioncomment-7566278__VUE_PROD_HYDRATION_MISMATCH_DETAILS__
feature flag (#9550) (bc7698d)FunctionalComponent
(#8644) (927ab17)AriaAttributes
type (#8909) (fd0b6ba)ObjectPlugin
andFunctionPlugin
types (#8946) (fa4969e), closes #8577DefineProps
type (096ba81)PublicProps
type (#2403) (44135dc)h
with native elements (#9756) (a625376)ComponentInstance
type (#5408) (bfb8565)Performance Improvements
BREAKING CHANGES
Global JSX Registration Removed
Starting in 3.4, Vue no longer registers the global
JSX
namespace by default. This is necessary to avoid global namespace collision with React so that TSX of both libs can co-exist in the same project. This should not affect SFC-only users with latest version of Volar.If you are using TSX, there are two options:
Explicitly set jsxImportSource to
'vue'
intsconfig.json
before upgrading to 3.4. You can also opt-in per file by adding a/* @​jsxImportSource vue */
comment at the top of the file.If you have code that depends on the presence of the global
JSX
namespace, e.g. usage of types likeJSX.Element
etc., you can retain the exact pre-3.4 global behavior by explicitly referencingvue/jsx
, which registers the globalJSX
namespace.Note that this is a type-only breaking change in a minor release, which adheres to our release policy.
Deprecated Features Removed
app.config.unwrapInjectedRef
has been removed. It was deprecated and enabled by default in 3.3. In 3.4 it is no longer possible to disable this behavior.@vnodeXXX
event listeners in templates are now a compiler error instead of a deprecation warning. Use@vue:XXX
listeners instead.v-is
directive has been removed. It was deprecated in 3.3. Use theis
attribute withvue:
prefix instead.v3.3.13
Compare Source
Bug Fixes
v3.3.12
Compare Source
Bug Fixes
xmlns:xlink
toSVGAttributes
(#9300) (0d61b42), closes #9299shallowRef
type error (#9839) (9a57158)v3.3.11
Compare Source
Bug Fixes
v3.3.10
Compare Source
Bug Fixes
Performance Improvements
v3.3.9
Compare Source
Bug Fixes
resolveParserPlugins
decorators check (#9566) (9d0eba9), closes #9560:is
and:where
selector in scoped css rewrite (#8929) (3227e50)__vnode
missing for devtools (#9328) (5156ac5)StyleValue
(#7954) (17aa92b), closes #7955unref
andtoValue
when input union type contains ComputedRef (#8748) (176d476), closes #8747 #8857v3.3.8
Compare Source
Bug Fixes
Error
type indefineProps
(#5955) (a989345)v3.3.7
Compare Source
Bug Fixes
h
overload to support union of string and component (#5432) (16ecb44), closes #5431v3.3.6
Compare Source
Bug Fixes
Performance Improvements
v3.3.5
Compare Source
Bug Fixes
inert
attribute and missinghidden
values (#8090) (ceb0732)Performance Improvements
MutationObserver
listener when disconnected (#8666) (24d98f0)defineComponent
as side-effects-free (#8512) (438027c)v3.3.4
Compare Source
Bug Fixes
v3.3.3
Compare Source
Bug Fixes
v3.3.2
Compare Source
Bug Fixes
v3.3.1
Compare Source
Bug Fixes
v3.3.0
Compare Source
For a detailed walkthrough of the new features in 3.3, please read the release blog post.
Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.
Features
defineSlots
macro andslots
option (#7982) (5a2f5d5)defineModel
macro anduseModel
helper (#8018) (14f3d74)<Suspense>
(#6736) (cb37d0b), closes #5513Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, 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.