Update dependency vue to v3 #72
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/vue-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^2.6.11
->^3.0.0
Release Notes
vuejs/core
v3.2.31
Compare Source
Bug Fixes
v3.2.30
Compare Source
Features
Performance Improvements
v3.2.29
Compare Source
Bug Fixes
v3.2.28
Compare Source
v3.2.27
Compare Source
Bug Fixes
Features
ExtractPropTypes
to avoid props JSDocs being removed (#5166) (a570b38)Performance Improvements
v3.2.26
Compare Source
v3.2.25
Compare Source
Bug Fixes
Features
v3.2.24
Compare Source
Bug Fixes
Features
v3.2.23
Compare Source
Bug Fixes
null
as default prop value. (#4979) (f2d2d7b), closes #4868Features
v3.2.22
Compare Source
Bug Fixes
v3.2.21
Compare Source
Bug Fixes
v-memo
to built-in directives check (#4787) (5eb7263)v3.2.20
Compare Source
Bug Fixes
toRef
return correct type(fix #4732) (#4734) (925bc34)Features
<script setup>
defineProps destructure transform (#4690) (467e113)v3.2.19
Compare Source
Bug Fixes
v3.2.18
Compare Source
v3.2.17
Compare Source
Bug Fixes
v3.2.16
Compare Source
Bug Fixes
v3.2.15
Compare Source
Bug Fixes
v3.2.14
Compare Source
Bug Fixes
v3.2.13
Compare Source
Bug Fixes
Features
v3.2.12
Compare Source
Bug Fixes
v3.2.11
Compare Source
Bug Fixes
v3.2.10
Compare Source
Bug Fixes
v3.2.9
Compare Source
Bug Fixes
Date
prop type with defineProps (#4519) (fac9a29)v3.2.8
Compare Source
Bug Fixes
v3.2.7
Compare Source
Bug Fixes
v3.2.6
Compare Source
Bug Fixes
v3.2.5
Compare Source
Bug Fixes
<script>
and<script setup>
co-usage ordering edge case (#4419) (9826382), closes #4395 #4376<script setup>
is used (872b3f7), closes #4369Features
<script>
(06051c4)v3.2.4
Compare Source
Bug Fixes
Reverts
v3.2.3
Compare Source
Bug Fixes
v3.2.2
Compare Source
Bug Fixes
v3.2.1
Compare Source
Bug Fixes
v3.2.0
Compare Source
Compatibility Notes
This release contains no public API breakage. However, there are a few compatibility related notes:
Due to usage of new runtime helpers, code generated by the template compiler in >= 3.2 will not be compatible with runtime < 3.2.
This only affects cases where there is a version mismatch between the compiler and the runtime. The most common case is libraries that ship pre-compiled Vue components. If you are a library author and ship code pre-compiled by Vue >= 3.2, your library will be only compatible Vue >= 3.2.
This release ships TypeScript typings that rely on Template Literal Types and requires TS >= 4.1.
Features
SFC
<script setup>
(27104ea) (Docs) (RFC)<style>
v-bind (3b38c9a) (Docs) (RFC)<script setup>
by avoiding exposing unused imports to template during dev (5a3ccfd), closes #3183<script setup>
(e5a4412)Custom Elements
defineCustomElement
(8610e1c) (Docs)Reactivity
effectScope
API (#2195) (f5617fc) (RFC)onTrack/onTrigger
debug options forcomputed
(5cea9a1)SSR
Generic
v-memo
directive (3b64508) (Docs)v-bind
.prop & .attr modifiers (1c7d737) (Docs)watchPostEffect
API (42ace95) (Docs)watchSyncEffect
API (d87d059) (Docs)compilerOptions.comments
to affect comment inclusion in dev (#4115) (dd0f9d1), closes #3392 #3395Types
Performance Improvements
Bug Fixes
Please refer to changelogs of previous beta releases for bug fixes included in this release.
v3.1.5
Compare Source
Bug Fixes
<script setup>
async context preservation logic (03e2684), closes #4050this
onnextTick
function (#3608) (18911ab), closes #3599v3.1.4
Compare Source
Bug Fixes
v3.1.3
Compare Source
Bug Fixes
<script setup>
(1ffd48a)<script setup>
(0b8b576)Features
defineEmits
and deprecatedefineEmit
(#3725) (a137da8)<script setup>
directive resolution to require v prefix (d35e0b1), closes #3543<template inherit-attrs>
support (6f6f0cf)<script setup>
helper types available globally (004bd18)v3.1.2
Compare Source
Bug Fixes
Performance Improvements
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
compilerOptions
when using runtime compiler (ce0bbe0)app.config.compilerOptions
(091e6d6)Performance Improvements
$attrs
update when it has actually changed (5566d39)Deprecations
app.config.isCustomElement
has been deprecated and should be now nested underapp.config.compilerOptions
. [Docs]delimiters
component option has been deprecated and should now be nested under thecompilerOptions
component option. [Docs]v-is
has been deprecated in favor ofis="vue:xxx"
[Docs]Minor Breaking Changes
this.$props
and theprops
object passed tosetup()
now always contain all the keys for declared props, even for props that are absent (4fe4de0). This has always been the behavior in Vue 2 and is therefore considered a fix (see reasoning in #3288). However, this could break Vue 3 code that relied on the keys for prop absence checks. The workaround is to use a Symbol default value for props that need absence checks:optionMergeStrategies
functions no longer receivethe component instance as the 3rd argument. The argument was technically
internal in Vue 2 and only used for generating warnings, and should not
be needed in userland code. This removal enables much more efficient
caching of option merging.
Bug Fixes
null
tovalue
(#3564) (e3f5dcb)props
argument (#3726) (9b160b9)RefSymbol
(#2548) (90aa835)v3.0.11
Compare Source
Bug Fixes
<script setup>
components (7f7dcc9)v3.0.10
Compare Source
Bug Fixes
Performance Improvements
v3.0.9
Compare Source
Bug Fixes
v3.0.8
Compare Source
Bug Fixes
null
value (#3477) (ca6aa01), closes #3475Performance Improvements
v3.0.7
Compare Source
Bug Fixes
Performance Improvements
v3.0.6
Compare Source
Bug Fixes
this.proxy
to source as the first argument (#2753) (ec8fd10)ShadowRoot
withwindow.
(#2943) (97d6f1a)Features
BigInt
in template (#2900) (c9f94fa)BigInt
(#2891) (ffd5288)Performance Improvements
__isVue
(#2940) (dd02cf3)v3.0.5
Compare Source
Note: this release contains a type-only change that requires TypeScript 4.0+, which
may cause build issues in projects still using TS 3.x.
Bug Fixes
Features
v3.0.4
Compare Source
Bug Fixes
lang=""
is used on plain element (#2569) (5f2a853), closes #2566Features
v3.0.3
Compare Source
Bug Fixes
Experimental Features
<script setup>
sfc template (3f99e23)Reverts
v3.0.2
Compare Source
Bug Fixes
Features
v3.0.1
Compare Source
Bug Fixes
<script setup>
components (7f7dcc9)v3.0.0
Compare Source
v2.6.14
Compare Source
v2.6.13
Compare Source
Configuration
📅 Schedule: 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 Renovate Bot.
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will reenable minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
Pull request closed