+# [3.1.0-beta.4](https://github.com/vuejs/vue-next/compare/v3.1.0-beta.3...v3.1.0-beta.4) (2021-05-24)
+
+
+### Bug Fixes
+
+* **compat:** avoid accidentally delete the modelValue prop ([#3772](https://github.com/vuejs/vue-next/issues/3772)) ([4f17be7](https://github.com/vuejs/vue-next/commit/4f17be7b1ce4872ded085a36b95c1897d8c1f299))
+* **compat:** enum coercion warning ([#3755](https://github.com/vuejs/vue-next/issues/3755)) ([f01aadf](https://github.com/vuejs/vue-next/commit/f01aadf2a16a7bef422eb039d7b157bef9ad32fc))
+* **compiler-core:** fix whitespace management for slots with whitespace: 'preserve' ([#3767](https://github.com/vuejs/vue-next/issues/3767)) ([47da921](https://github.com/vuejs/vue-next/commit/47da92146c9fb3fa6b1e250e064ca49b74d815e4)), closes [#3766](https://github.com/vuejs/vue-next/issues/3766)
+* **compiler-dom:** comments in the v-if branchs should be ignored when used in Transition ([#3622](https://github.com/vuejs/vue-next/issues/3622)) ([7c74feb](https://github.com/vuejs/vue-next/commit/7c74feb3dc6beae7ff3ad22193be3b5a0f4d8aac)), closes [#3619](https://github.com/vuejs/vue-next/issues/3619)
+* **compiler-sfc:** support tsx in setup script ([#3825](https://github.com/vuejs/vue-next/issues/3825)) ([01e8ba8](https://github.com/vuejs/vue-next/commit/01e8ba8f873afe3857a23fb68b44fdc057e31781)), closes [#3808](https://github.com/vuejs/vue-next/issues/3808)
+* **compiler-ssr:** disable hoisting in compiler-ssr ([3ef1fcc](https://github.com/vuejs/vue-next/commit/3ef1fcc8590da186664197a0a82e7856011c1693)), closes [#3536](https://github.com/vuejs/vue-next/issues/3536)
+* **devtools:** send update to component owning the slot ([1355ee2](https://github.com/vuejs/vue-next/commit/1355ee27a65d466bfe8f3a7ba99aa2213e25bc50))
+* **runtime-core:** avoid double-setting props when casting ([0255be2](https://github.com/vuejs/vue-next/commit/0255be2f4b3581bfdf4af9368dcd6c1a27a5ee03)), closes [#3371](https://github.com/vuejs/vue-next/issues/3371) [#3384](https://github.com/vuejs/vue-next/issues/3384)
+* **runtime-core:** avoid the proxy object polluting the slots of the internal instance ([#3698](https://github.com/vuejs/vue-next/issues/3698)) ([4ce0df6](https://github.com/vuejs/vue-next/commit/4ce0df6ef1a31ee45402e61e01777e3836b2c223)), closes [#3695](https://github.com/vuejs/vue-next/issues/3695)
+* **types:** declared prop keys should always exist in `props` argument ([#3726](https://github.com/vuejs/vue-next/issues/3726)) ([9b160b9](https://github.com/vuejs/vue-next/commit/9b160b940555abb6b6ce722fddbd9649ee196f7b))
+* **types/reactivity:** error TS4058 caused by `RefSymbol` ([#2548](https://github.com/vuejs/vue-next/issues/2548)) ([90aa835](https://github.com/vuejs/vue-next/commit/90aa8358129f25826bfc4c234325c1442aef8d55))
+
+
+### Features
+
+* **devtools:** performance events ([f7c54ca](https://github.com/vuejs/vue-next/commit/f7c54caeb1dac69a26b79c98409e9633a7fe4bd3))
+
+
+
# [3.1.0-beta.3](https://github.com/vuejs/vue-next/compare/v3.1.0-beta.2...v3.1.0-beta.3) (2021-05-12)
{
"private": true,
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"workspaces": [
"packages/*"
],
{
"name": "@vue/compiler-core",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/compiler-core",
"main": "index.js",
"module": "dist/compiler-core.esm-bundler.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-core#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
+ "@vue/shared": "3.1.0-beta.4",
"@babel/parser": "^7.12.0",
"@babel/types": "^7.12.0",
"estree-walker": "^2.0.1",
{
"name": "@vue/compiler-dom",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/compiler-dom",
"main": "index.js",
"module": "dist/compiler-dom.esm-bundler.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-dom#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
- "@vue/compiler-core": "3.1.0-beta.3"
+ "@vue/shared": "3.1.0-beta.4",
+ "@vue/compiler-core": "3.1.0-beta.4"
}
}
{
"name": "@vue/compiler-sfc",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/compiler-sfc",
"main": "dist/compiler-sfc.cjs.js",
"types": "dist/compiler-sfc.d.ts",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc#readme",
"peerDependencies": {
- "vue": "3.1.0-beta.3"
+ "vue": "3.1.0-beta.4"
},
"dependencies": {
"@babel/parser": "^7.13.9",
"@babel/types": "^7.13.0",
- "@vue/compiler-core": "3.1.0-beta.3",
- "@vue/compiler-dom": "3.1.0-beta.3",
- "@vue/compiler-ssr": "3.1.0-beta.3",
- "@vue/shared": "3.1.0-beta.3",
+ "@vue/compiler-core": "3.1.0-beta.4",
+ "@vue/compiler-dom": "3.1.0-beta.4",
+ "@vue/compiler-ssr": "3.1.0-beta.4",
+ "@vue/shared": "3.1.0-beta.4",
"consolidate": "^0.16.0",
"estree-walker": "^2.0.1",
"hash-sum": "^2.0.0",
{
"name": "@vue/compiler-ssr",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/compiler-ssr",
"main": "dist/compiler-ssr.cjs.js",
"types": "dist/compiler-ssr.d.ts",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-ssr#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
- "@vue/compiler-dom": "3.1.0-beta.3"
+ "@vue/shared": "3.1.0-beta.4",
+ "@vue/compiler-dom": "3.1.0-beta.4"
}
}
{
"name": "@vue/reactivity",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/reactivity",
"main": "index.js",
"module": "dist/reactivity.esm-bundler.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3"
+ "@vue/shared": "3.1.0-beta.4"
}
}
{
"name": "@vue/runtime-core",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/runtime-core",
"main": "index.js",
"module": "dist/runtime-core.esm-bundler.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-core#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
- "@vue/reactivity": "3.1.0-beta.3"
+ "@vue/shared": "3.1.0-beta.4",
+ "@vue/reactivity": "3.1.0-beta.4"
}
}
{
"name": "@vue/runtime-dom",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/runtime-dom",
"main": "index.js",
"module": "dist/runtime-dom.esm-bundler.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
- "@vue/runtime-core": "3.1.0-beta.3",
+ "@vue/shared": "3.1.0-beta.4",
+ "@vue/runtime-core": "3.1.0-beta.4",
"csstype": "^2.6.8"
}
}
{
"name": "@vue/runtime-test",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/runtime-test",
"private": true,
"main": "index.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-test#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
- "@vue/runtime-core": "3.1.0-beta.3"
+ "@vue/shared": "3.1.0-beta.4",
+ "@vue/runtime-core": "3.1.0-beta.4"
}
}
{
"name": "@vue/server-renderer",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "@vue/server-renderer",
"main": "index.js",
"types": "dist/server-renderer.d.ts",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/server-renderer#readme",
"peerDependencies": {
- "vue": "3.1.0-beta.3"
+ "vue": "3.1.0-beta.4"
},
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
- "@vue/compiler-ssr": "3.1.0-beta.3"
+ "@vue/shared": "3.1.0-beta.4",
+ "@vue/compiler-ssr": "3.1.0-beta.4"
}
}
{
"name": "@vue/sfc-playground",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"private": true,
"scripts": {
"dev": "vite",
{
"name": "@vue/shared",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "internal utils shared across @vue packages",
"main": "index.js",
"module": "dist/shared.esm-bundler.js",
{
"name": "@vue/size-check",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"private": true,
"buildOptions": {
"name": "Vue",
{
"name": "@vue/template-explorer",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"private": true,
"buildOptions": {
"formats": [
{
"name": "@vue/compat",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "Vue 3 compatibility build for Vue 2",
"main": "index.js",
"module": "dist/vue.runtime.esm-bundler.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue-compat#readme",
"peerDependencies": {
- "vue": "3.1.0-beta.3"
+ "vue": "3.1.0-beta.4"
}
}
{
"name": "vue",
- "version": "3.1.0-beta.3",
+ "version": "3.1.0-beta.4",
"description": "The progressive JavaScript framework for buiding modern web UI.",
"main": "index.js",
"module": "dist/vue.runtime.esm-bundler.js",
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
"dependencies": {
- "@vue/shared": "3.1.0-beta.3",
- "@vue/compiler-dom": "3.1.0-beta.3",
- "@vue/runtime-dom": "3.1.0-beta.3"
+ "@vue/shared": "3.1.0-beta.4",
+ "@vue/compiler-dom": "3.1.0-beta.4",
+ "@vue/runtime-dom": "3.1.0-beta.4"
},
"devDependencies": {
"lodash": "^4.17.15",