Bump vue from 3.3.13 to 3.4.0
Bumps vue from 3.3.13 to 3.4.0.
Release notes
Sourced from vue's releases.
v3.4.0
Please refer to CHANGELOG.md for details.
v3.4.0-rc.3
Please refer to CHANGELOG.md for details.
v3.4.0-rc.2
Please refer to CHANGELOG.md for details.
v3.4.0-rc.1
Please refer to CHANGELOG.md for details.
v3.4.0-beta.4
Please refer to CHANGELOG.md for details.
v3.4.0-beta.3
Please refer to CHANGELOG.md for details.
v3.4.0-beta.2
Please refer to CHANGELOG.md for details.
v3.4.0-beta.1
Please refer to CHANGELOG.md for details.
v3.4.0-alpha.4
Please refer to CHANGELOG.md for details.
v3.4.0-alpha.3
Please refer to CHANGELOG.md for details.
v3.4.0-alpha.2
Please refer to CHANGELOG.md for details.
v3.4.0-alpha.1
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vue's changelog.
3.4.0 Slam Dunk (2023-12-29)
Read this blog post for an overview of the release highlights.
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:
- Volar / vue-tsc@^1.8.27 (required)
@vitejs/plugin-vue
@^5.0.0 (if using Vite)- nuxt@^3.9.0 (if using Nuxt)
- vue-loader@^17.4.0 (if using webpack or vue-cli)
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
- general: MathML support (#7836) (d42b6ba), closes #7820
- reactivity: more efficient reactivity system (#5912) (16e06ca), closes #311 #1811 #6018 #7160 #8714 #9149 #9419 #9464
- reactivity: expose last result for computed getter (#9497) (48b47a1)
- runtime-core / dx: link errors to docs in prod build (#9165) (9f8ba98)
- runtime-core: add
once
option to watch (#9034) (a645e7a)- runtime-core: provide full props to props validator functions (#3258) (8e27692)
- compiler-core: export error message (#8729) (f7e80ee)
- compiler-core: support specifying root namespace when parsing (40f72d5)
- compiler-core: support v-bind shorthand for key and value with the same name (#9451) (26399aa)
- compiler-core: improve parsing tolerance for language-tools (41ff68e)
- compiler-core: support accessing Error as global in template expressions (#7018) (bcca475)
- compiler-core: lift vnode hooks deprecation warning to error (8abc754)
- compiler-core: export runtime error strings (#9301) (feb2f2e)
- compiler-core: add current filename to TransformContext (#8950) (638f1ab)
- compiler-sfc: analyze import usage in template via AST (#9729) (e8bbc94), closes #8897 nuxt/nuxt#22416
- compiler-sfc: expose resolve type-based props and emits (#8874) (9e77580)
- compiler-sfc: bump postcss-modules to v6 (2a507e3)
- compiler-sfc: promote defineModel stable (#9598) (ef688ba)
- compiler-sfc: support import attributes and
using
syntax (#8786) (5b2bd1d)- compiler-sfc:
defineModel
support local mutation by default, remove local option (f74785b), closes /github.com/vuejs/rfcs/discussions/503#discussioncomment-7566278- ssr: add
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__
feature flag (#9550) (bc7698d)- ssr: improve ssr hydration mismatch checks (#5953) (2ffc1e8), closes #5063
- types: use enum to replace const enum (#9261) (fff7b86), closes #1228
- types: add emits and slots type to
FunctionalComponent
(#8644) (927ab17)- types: export
AriaAttributes
type (#8909) (fd0b6ba)- types: export
ObjectPlugin
andFunctionPlugin
types (#8946) (fa4969e), closes #8577- types: expose
DefineProps
type (096ba81)- types: expose
PublicProps
type (#2403) (44135dc)- types: improve event type inference when using
h
with native elements (#9756) (a625376)- types: provide
ComponentInstance
type (#5408) (bfb8565)- types: support passing generics when registering global directives (#9660) (a41409e)
... (truncated)
Commits
-
d702b66
release: v3.4.0 -
75dbbb8
chore: split out 3.3 changelog [ci skip] -
d5f14ce
chore: link to compile-time flag reference in docs [ci skip] -
ef90a99
release: v3.4.0-rc.3 -
9e529f8
chore(sfc-playground): correctly show selected version on start up -
9183069
chore: apply eslint fix on commit -
a772031
feat(defineModel): support modifiers and transformers -
d7bb32f
chore: ignore style commit in git blame -
bfe6b45
style: update format & lint config (#9162) -
baf0b76
refactor(sfc-playground): default to dev mode - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts