]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
release: v3.0.0-rc.11 v3.0.0-rc.11
authorEvan You <yyx990803@gmail.com>
Tue, 15 Sep 2020 17:15:42 +0000 (13:15 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 15 Sep 2020 17:15:42 +0000 (13:15 -0400)
15 files changed:
CHANGELOG.md
package.json
packages/compiler-core/package.json
packages/compiler-dom/package.json
packages/compiler-sfc/package.json
packages/compiler-ssr/package.json
packages/reactivity/package.json
packages/runtime-core/package.json
packages/runtime-dom/package.json
packages/runtime-test/package.json
packages/server-renderer/package.json
packages/shared/package.json
packages/size-check/package.json
packages/template-explorer/package.json
packages/vue/package.json

index a726486eafb62bdd0f9f548c905c73e00814c3d7..29e9398b05726061319779e3188839ed829c0a35 100644 (file)
@@ -1,3 +1,48 @@
+# [3.0.0-rc.11](https://github.com/vuejs/vue-next/compare/v3.0.0-rc.10...v3.0.0-rc.11) (2020-09-15)
+
+
+### Bug Fixes
+
+* **compiler-core:** fix prefixing for `<template v-for>` key expressions ([be946ea](https://github.com/vuejs/vue-next/commit/be946ea549d5073274813ed15348bdbfabcaa30c)), closes [#2085](https://github.com/vuejs/vue-next/issues/2085)
+* **compiler-core:** fix v-if block handling for components that fail to resolve ([a096a58](https://github.com/vuejs/vue-next/commit/a096a58e412dc37ae618a3b4702f591c580d376a)), closes [#2058](https://github.com/vuejs/vue-next/issues/2058)
+* **compiler-sfc:** should extract comment for import or type declarations ([#2107](https://github.com/vuejs/vue-next/issues/2107)) ([05df696](https://github.com/vuejs/vue-next/commit/05df696a2b846a249f2569f4d6183c16e4be88e7)), closes [#2102](https://github.com/vuejs/vue-next/issues/2102)
+* **compiler-ssr:** correct the variable name generated by the generator ([#2065](https://github.com/vuejs/vue-next/issues/2065)) ([aa8dc9a](https://github.com/vuejs/vue-next/commit/aa8dc9a50706e6407978da3c43d7e4d2eb292d56))
+* **compiler-ssr/teleport:** correct the target prop of teleport ([#2053](https://github.com/vuejs/vue-next/issues/2053)) ([7455dca](https://github.com/vuejs/vue-next/commit/7455dca11cea22f26a7c72628f6b61ad02856bfc))
+* **inject:** fix support for inject option default function ([d472461](https://github.com/vuejs/vue-next/commit/d4724619fc3d005311f27c1ac7cab0a0e735c4d2)), closes [#2050](https://github.com/vuejs/vue-next/issues/2050)
+* **keep-alive:** should use onMounted and onUpdated to invoke cacheSubtree ([#1984](https://github.com/vuejs/vue-next/issues/1984)) ([890ca8a](https://github.com/vuejs/vue-next/commit/890ca8aa346e77002e0ffbc497018bdc5a6f8125))
+* **KeepAlive:** when exclude prop change, it should prune cache that not matched ([#2111](https://github.com/vuejs/vue-next/issues/2111)) ([98cc1f9](https://github.com/vuejs/vue-next/commit/98cc1f9d848edf9a58315018d57885f983bb5baa))
+* **reactivity:** `toRef` should not wrap a `ref` ([#2103](https://github.com/vuejs/vue-next/issues/2103)) ([d4bf9bc](https://github.com/vuejs/vue-next/commit/d4bf9bcbb430fa0168ca48039579d59e6789c6f5))
+* should be able to parse  decorators in script lang="ts" & jsx ([#2088](https://github.com/vuejs/vue-next/issues/2088)) ([273d19a](https://github.com/vuejs/vue-next/commit/273d19ad461a46d5b8753be2d2886249947494a6))
+* **reactivity:** add NaN prop on Array should not trigger length dependency. ([#1998](https://github.com/vuejs/vue-next/issues/1998)) ([0d4910a](https://github.com/vuejs/vue-next/commit/0d4910a211f6debd8ea5ca414d6308f1028679a3))
+* **reactivity:** revert ac81dcf ([5f40539](https://github.com/vuejs/vue-next/commit/5f4053967cb61620d3dd27518f571166d7b5ec8f)), closes [#2043](https://github.com/vuejs/vue-next/issues/2043)
+* **reactivity:** should trigger collection's write-function correctly on non-reactive keys ([#1992](https://github.com/vuejs/vue-next/issues/1992)) ([fcf9b2c](https://github.com/vuejs/vue-next/commit/fcf9b2cf194512b35dcad05d79206b1077abb929))
+* inherit `el` for static nodes inside keyed `template` fragment ([#2089](https://github.com/vuejs/vue-next/issues/2089)) ([a32870a](https://github.com/vuejs/vue-next/commit/a32870a8f611dd1146bb17d5605b168a7805c73f)), closes [#2080](https://github.com/vuejs/vue-next/issues/2080)
+* **runtime-core:** fix priority of option merging ([#2041](https://github.com/vuejs/vue-next/issues/2041)) ([95c07d8](https://github.com/vuejs/vue-next/commit/95c07d8c36a69bfc29e661fbbfb92735c4fe5d3e))
+* **runtime-core:** warn reserved prefix for setup return properties and ensure consistent dev/prod behavior ([fa7ab0a](https://github.com/vuejs/vue-next/commit/fa7ab0a7f7a939dc7724930a548805219e6a86c5)), closes [#2042](https://github.com/vuejs/vue-next/issues/2042)
+* **runtime-core/inject:** handle optional `from` option in inject object config ([#2073](https://github.com/vuejs/vue-next/issues/2073)) ([313dd06](https://github.com/vuejs/vue-next/commit/313dd06065b1782d67f6881fbd42ae92a7f9cade))
+* **runtime-core/refs:** handle multiple merged refs for dynamic component with vnode ([612eb67](https://github.com/vuejs/vue-next/commit/612eb6712a3858e4280946d98153b6f35792c652)), closes [#2078](https://github.com/vuejs/vue-next/issues/2078)
+* **sfc:** fix scoped style regression for child component with single root + comment ([6dbc6c4](https://github.com/vuejs/vue-next/commit/6dbc6c4cd0d298d3c6faa6d6aeb318be7a963700)), closes [#2046](https://github.com/vuejs/vue-next/issues/2046)
+* **types:** properly infer return type from async setup ([#2051](https://github.com/vuejs/vue-next/issues/2051)) ([24fcf6a](https://github.com/vuejs/vue-next/commit/24fcf6ae7cd75c782a5aa2771aca259542e2a680)), closes [#2049](https://github.com/vuejs/vue-next/issues/2049)
+
+
+### Features
+
+* update Suspense usage ([#2099](https://github.com/vuejs/vue-next/issues/2099)) ([5ae7380](https://github.com/vuejs/vue-next/commit/5ae7380b4a9144c6a2873d0181a0f21a9a090018))
+* **compiler-sfc:** support `additionalData` option in `compileStyle` when processing sass ([#1952](https://github.com/vuejs/vue-next/issues/1952)) ([9377352](https://github.com/vuejs/vue-next/commit/937735251ce2539ce9a087359eb270ce5b260ffe))
+* **runtime-dom:** allow native Set as v-model checkbox source ([#1957](https://github.com/vuejs/vue-next/issues/1957)) ([cf1b6c6](https://github.com/vuejs/vue-next/commit/cf1b6c666f45a284494f80981522a3dc4804a683))
+
+
+### Performance Improvements
+
+* should not trigger child update if changed prop is declared emit listener ([124c385](https://github.com/vuejs/vue-next/commit/124c385bafb40f8df7ec61b612765706015ff0fa)), closes [#2072](https://github.com/vuejs/vue-next/issues/2072)
+
+
+### Reverts
+
+* Revert "refactor(runtime-core): add @internal for instance.proxy (#1849)" (#2024) ([09a939d](https://github.com/vuejs/vue-next/commit/09a939d37cbfc4e3276c99a741fc6801eea48405)), closes [#1849](https://github.com/vuejs/vue-next/issues/1849) [#2024](https://github.com/vuejs/vue-next/issues/2024)
+
+
+
 # [3.0.0-rc.10](https://github.com/vuejs/vue-next/compare/v3.0.0-rc.9...v3.0.0-rc.10) (2020-09-02)
 
 
index 800da7a37ca28793da914206146d189c5507d3ca..15608a2dd9e8984be72d6191ed01ca0e80ec2a1a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "private": true,
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "workspaces": [
     "packages/*"
   ],
index a968fc80def004b5b78c7b64cb09dc7725cdd570..8939293bae625faab10803d0be79c9d9bf328c4f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-core",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "@vue/compiler-core",
   "main": "index.js",
   "module": "dist/compiler-core.esm-bundler.js",
@@ -31,7 +31,7 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-core#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
+    "@vue/shared": "3.0.0-rc.11",
     "@babel/parser": "^7.11.5",
     "@babel/types": "^7.11.5",
     "estree-walker": "^2.0.1",
index 363bee6892c5fd585f5a4acc2663a06e832de4b3..97cf1e6db884f0c5101e95f3417be6a3e4b20bf8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-dom",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "@vue/compiler-dom",
   "main": "index.js",
   "module": "dist/compiler-dom.esm-bundler.js",
@@ -36,7 +36,7 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-dom#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
-    "@vue/compiler-core": "3.0.0-rc.10"
+    "@vue/shared": "3.0.0-rc.11",
+    "@vue/compiler-core": "3.0.0-rc.11"
   }
 }
index fe05a2b725f404369fd40c2b4db90a09402f7d32..3fcee9ceaef713b553b812b7aa9d4540d38d971c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-sfc",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "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.0.0-rc.10"
+    "vue": "3.0.0-rc.11"
   },
   "dependencies": {
     "@babel/parser": "^7.11.5",
     "@babel/types": "^7.11.5",
-    "@vue/compiler-core": "3.0.0-rc.10",
-    "@vue/compiler-dom": "3.0.0-rc.10",
-    "@vue/compiler-ssr": "3.0.0-rc.10",
-    "@vue/shared": "3.0.0-rc.10",
+    "@vue/compiler-core": "3.0.0-rc.11",
+    "@vue/compiler-dom": "3.0.0-rc.11",
+    "@vue/compiler-ssr": "3.0.0-rc.11",
+    "@vue/shared": "3.0.0-rc.11",
     "consolidate": "^0.16.0",
     "estree-walker": "^2.0.1",
     "hash-sum": "^2.0.0",
index 6aeaf64befa8059e88f5bc7a342adefb668f47f8..1a8aa3a9b5ce4695316b8f8a9966e52eac6e1336 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-ssr",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "@vue/compiler-ssr",
   "main": "dist/compiler-ssr.cjs.js",
   "types": "dist/compiler-ssr.d.ts",
@@ -28,7 +28,7 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-ssr#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
-    "@vue/compiler-dom": "3.0.0-rc.10"
+    "@vue/shared": "3.0.0-rc.11",
+    "@vue/compiler-dom": "3.0.0-rc.11"
   }
 }
index cb1d3fb2f5d47207c4f09abe8700bbd87040693e..e3702b9afee1b2ecbfb751a1e00d88902b270941 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/reactivity",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "@vue/reactivity",
   "main": "index.js",
   "module": "dist/reactivity.esm-bundler.js",
@@ -36,6 +36,6 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10"
+    "@vue/shared": "3.0.0-rc.11"
   }
 }
index b028317463e0830501b033a021efeeeb33913e8f..64b2dec3d110e002151828434dda9b1bce2a07ed 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-core",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "@vue/runtime-core",
   "main": "index.js",
   "module": "dist/runtime-core.esm-bundler.js",
@@ -32,7 +32,7 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-core#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
-    "@vue/reactivity": "3.0.0-rc.10"
+    "@vue/shared": "3.0.0-rc.11",
+    "@vue/reactivity": "3.0.0-rc.11"
   }
 }
index 15dcd138fe332de8ced7aa7f33d9a1441d763297..bebc31896cbc89f13700adacf9889635200dfca7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-dom",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "@vue/runtime-dom",
   "main": "index.js",
   "module": "dist/runtime-dom.esm-bundler.js",
@@ -35,8 +35,8 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
-    "@vue/runtime-core": "3.0.0-rc.10",
+    "@vue/shared": "3.0.0-rc.11",
+    "@vue/runtime-core": "3.0.0-rc.11",
     "csstype": "^2.6.8"
   }
 }
index a72897ee9f682a4f7a81da388ff7676b1da2d9c2..8d1d17d79fd5ba0fb53bdda7f8ec1538ee1c1ede 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-test",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "@vue/runtime-test",
   "private": true,
   "main": "index.js",
@@ -25,7 +25,7 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-test#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
-    "@vue/runtime-core": "3.0.0-rc.10"
+    "@vue/shared": "3.0.0-rc.11",
+    "@vue/runtime-core": "3.0.0-rc.11"
   }
 }
index b3a0d114884d9e6414425b4d797485b0060faae4..e70d5996c80d39d7dd5e5f0bf89a83dad6b59e12 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/server-renderer",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "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.0.0-rc.10"
+    "vue": "3.0.0-rc.11"
   },
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
-    "@vue/compiler-ssr": "3.0.0-rc.10"
+    "@vue/shared": "3.0.0-rc.11",
+    "@vue/compiler-ssr": "3.0.0-rc.11"
   }
 }
index 245a92a469bbe10848004c27e94ad6421101eae3..b759bc25a79cd9da1f4454ae35557b6350b4139f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/shared",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "internal utils shared across @vue packages",
   "main": "index.js",
   "module": "dist/shared.esm-bundler.js",
index 4f2b2c14f3b0576c82e9a5b9440a23bf3b3cf420..63f0b3dec9d6cfb1312a875ee4eb2bb344214476 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/size-check",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "private": true,
   "buildOptions": {
     "name": "Vue",
index 4c7e2536a2930ea510a4bec87aa445f988f329fd..7cf44487ff07889bdd3e9fccc9508583f4210cb6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/template-explorer",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "private": true,
   "buildOptions": {
     "formats": [
index 26b9a759c074b510c76793f8ab8221fa928d0953..6ebf2b9a24f5f055fa7198c51faf2663fcd24084 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue",
-  "version": "3.0.0-rc.10",
+  "version": "3.0.0-rc.11",
   "description": "vue",
   "main": "index.js",
   "module": "dist/vue.runtime.esm-bundler.js",
@@ -37,9 +37,9 @@
   },
   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
   "dependencies": {
-    "@vue/shared": "3.0.0-rc.10",
-    "@vue/compiler-dom": "3.0.0-rc.10",
-    "@vue/runtime-dom": "3.0.0-rc.10"
+    "@vue/shared": "3.0.0-rc.11",
+    "@vue/compiler-dom": "3.0.0-rc.11",
+    "@vue/runtime-dom": "3.0.0-rc.11"
   },
   "devDependencies": {
     "lodash": "^4.17.15",