]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
release: v3.2.45 v3.2.45
authorEvan You <yyx990803@gmail.com>
Fri, 11 Nov 2022 09:35:27 +0000 (17:35 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 11 Nov 2022 09:35:27 +0000 (17:35 +0800)
19 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-transform/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/sfc-playground/package.json
packages/shared/package.json
packages/size-check/package.json
packages/template-explorer/package.json
packages/vue-compat/package.json
packages/vue/package.json
pnpm-lock.yaml

index 7057c13aa6055e18da1d0d4bd0462fa94ad86af2..634502a1cfbd53bc543d952ed7b8d2a7d4e5f760 100644 (file)
@@ -1,3 +1,29 @@
+## [3.2.45](https://github.com/vuejs/core/compare/v3.2.44...v3.2.45) (2022-11-11)
+
+
+### Bug Fixes
+
+* **compiler/v-model:** catch incorrect v-model usage on prop bindings ([001184e](https://github.com/vuejs/core/commit/001184e6bbbc85c4698f460b1f810beca3aed262)), closes [#5584](https://github.com/vuejs/core/issues/5584)
+* **custom-elements:** also dispatch hyphenated version of emitted events ([#5378](https://github.com/vuejs/core/issues/5378)) ([0b39e46](https://github.com/vuejs/core/commit/0b39e46192c6258d5bf9d3b6992b84edb0b641d3)), closes [#5373](https://github.com/vuejs/core/issues/5373)
+* **custom-elements:** custom element should re-instantiate when inserted again ([#6966](https://github.com/vuejs/core/issues/6966)) ([67890da](https://github.com/vuejs/core/commit/67890daad1a8474c5178565f32a4efa427db911a)), closes [#6934](https://github.com/vuejs/core/issues/6934)
+* **custom-elements:** define declared properties in constructor ([#5328](https://github.com/vuejs/core/issues/5328)) ([55382ae](https://github.com/vuejs/core/commit/55382aed58aa3d937f442ad9445b3fff83a07de1))
+* **custom-elements:** ensure custom elements can inherit provides from ancestors ([#5098](https://github.com/vuejs/core/issues/5098)) ([192dcb6](https://github.com/vuejs/core/commit/192dcb648c0630ac20d2009eed512e142a72654a)), closes [#5096](https://github.com/vuejs/core/issues/5096)
+* **custom-elements:** fix event emitting for async custom elements ([#5601](https://github.com/vuejs/core/issues/5601)) ([665f2ae](https://github.com/vuejs/core/commit/665f2ae121ec31d65cf22bd577f12fb1d9ffa4a2)), closes [#5599](https://github.com/vuejs/core/issues/5599)
+* **custom-elements:** fix number type props casting check ([89f37ce](https://github.com/vuejs/core/commit/89f37ceb62363c77697d177675790a9ab81ba34f)), closes [#5793](https://github.com/vuejs/core/issues/5793) [#5794](https://github.com/vuejs/core/issues/5794)
+* **custom-elements:** properties set pre-upgrade should not show up in $attrs ([afe8899](https://github.com/vuejs/core/commit/afe889999cbcaa11020c46c30b591a5ee6c3d4cf))
+* **custom-elements:** respect slot props in custom element mode ([ffef822](https://github.com/vuejs/core/commit/ffef8228694b39638f07c0fe5bc30d826262b672))
+* **custom-elements:** should not reflect non-decalred properties set before upgrade ([5e50909](https://github.com/vuejs/core/commit/5e509091000779acbfae4c85cc1cc3973b1b2e64))
+* **hmr/keep-alive:** fix error in reload component ([#7049](https://github.com/vuejs/core/issues/7049)) ([a54bff2](https://github.com/vuejs/core/commit/a54bff2c9c8e1d908b4a0f3826ac715c9a35e68c)), closes [#7042](https://github.com/vuejs/core/issues/7042)
+* **runtime-core:** fix move/removal of static fragments containing text nodes ([#6858](https://github.com/vuejs/core/issues/6858)) ([4049ffc](https://github.com/vuejs/core/commit/4049ffcf29dc12dca71f682edf0b422a5c502e23)), closes [#6852](https://github.com/vuejs/core/issues/6852)
+* **sfc:** also generate getter for import bindings during dev ([0594400](https://github.com/vuejs/core/commit/0594400980d3bdc394e92db63fc939a6609f7a94))
+* **sfc:** ensure `<script setup>` binding behavior consistency on `this` between prod and dev ([f73925d](https://github.com/vuejs/core/commit/f73925d76a76ee259749b8b48cb68895f539a00f)), closes [#6248](https://github.com/vuejs/core/issues/6248)
+* **sfc:** ensure consistent dev/prod behavior for non-reactive variables declared in `<script setup>` ([5a3d45a](https://github.com/vuejs/core/commit/5a3d45ae29e26938a36e16c7ab9a804bfe4bcb08)), closes [#5655](https://github.com/vuejs/core/issues/5655)
+* **teleport/css-v-bind:** fix css v-bind for teleported content ([42239cf](https://github.com/vuejs/core/commit/42239cf2846f50b6ac2c060dad381113840d9ea1)), closes [#4605](https://github.com/vuejs/core/issues/4605) [#4609](https://github.com/vuejs/core/issues/4609)
+* **teleport/css-v-bind:** fix css v-bind in teleport in child component slot ([11214ee](https://github.com/vuejs/core/commit/11214eedd2699e15106c44927f4d1206b111fbd3))
+* **v-model:** fix incorrect codegen for non-ref bindings ([15e889a](https://github.com/vuejs/core/commit/15e889afaf75143484946b2dde281572ebf9e8ab)), closes [#6241](https://github.com/vuejs/core/issues/6241)
+
+
+
 ## [3.2.44](https://github.com/vuejs/core/compare/v3.2.43...v3.2.44) (2022-11-09)
 
 
index 1bc00042c53a2128543b68fef51b4147eab0622d..2a3cdae3517bc3070d57719a23a572d30808c1a2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "private": true,
-  "version": "3.2.44",
+  "version": "3.2.45",
   "packageManager": "pnpm@7.1.0",
   "scripts": {
     "dev": "node scripts/dev.js",
index 34ec6a0e4ff01d2ce9e6c1eb824a235ab18f8012..61ef0f8a6168ae41ea6a3a0eea867f90f66dfa5b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-core",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/compiler-core",
   "main": "index.js",
   "module": "dist/compiler-core.esm-bundler.js",
@@ -32,7 +32,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44",
+    "@vue/shared": "3.2.45",
     "@babel/parser": "^7.16.4",
     "estree-walker": "^2.0.2",
     "source-map": "^0.6.1"
index dd8ea6a7a1a2fac8ce302b8e778d44b4b4b40cd9..a9039c870396c2cf12cbc55cfea2c9935a12b4f2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-dom",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/compiler-dom",
   "main": "index.js",
   "module": "dist/compiler-dom.esm-bundler.js",
@@ -37,7 +37,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44",
-    "@vue/compiler-core": "3.2.44"
+    "@vue/shared": "3.2.45",
+    "@vue/compiler-core": "3.2.45"
   }
 }
index f6b98e7f75afba77af8a507b814b8b96c0f81a2e..6ee4893ce2d18450d40a9fc5b444961ae429d464 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-sfc",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/compiler-sfc",
   "main": "dist/compiler-sfc.cjs.js",
   "module": "dist/compiler-sfc.esm-browser.js",
   "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
   "dependencies": {
     "@babel/parser": "^7.16.4",
-    "@vue/compiler-core": "3.2.44",
-    "@vue/compiler-dom": "3.2.44",
-    "@vue/compiler-ssr": "3.2.44",
-    "@vue/reactivity-transform": "3.2.44",
-    "@vue/shared": "3.2.44",
+    "@vue/compiler-core": "3.2.45",
+    "@vue/compiler-dom": "3.2.45",
+    "@vue/compiler-ssr": "3.2.45",
+    "@vue/reactivity-transform": "3.2.45",
+    "@vue/shared": "3.2.45",
     "estree-walker": "^2.0.2",
     "magic-string": "^0.25.7",
     "source-map": "^0.6.1",
index f7ef601060eaed09ffe7c4df73cf0f82df8421b4..140e4be3273fee2d7c08b9b55e3ce1ef08b18609 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-ssr",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "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/core/tree/main/packages/compiler-ssr#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44",
-    "@vue/compiler-dom": "3.2.44"
+    "@vue/shared": "3.2.45",
+    "@vue/compiler-dom": "3.2.45"
   }
 }
index 0d8e3e6cc5a58867bf8d992b94edefca152bba18..4305a813aa8d00f60f174db70b3f36cea0635782 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/reactivity-transform",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/reactivity-transform",
   "main": "dist/reactivity-transform.cjs.js",
   "files": [
@@ -29,8 +29,8 @@
   "homepage": "https://github.com/vuejs/core/tree/dev/packages/reactivity-transform#readme",
   "dependencies": {
     "@babel/parser": "^7.16.4",
-    "@vue/compiler-core": "3.2.44",
-    "@vue/shared": "3.2.44",
+    "@vue/compiler-core": "3.2.45",
+    "@vue/shared": "3.2.45",
     "estree-walker": "^2.0.2",
     "magic-string": "^0.25.7"
   },
index eda0efd1d1d7a72cc92a96e593fae7f549924326..dc63faf98f78c43d73254a92e86932715a06cef7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/reactivity",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/reactivity",
   "main": "index.js",
   "module": "dist/reactivity.esm-bundler.js",
@@ -36,6 +36,6 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/reactivity#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44"
+    "@vue/shared": "3.2.45"
   }
 }
index db4d207d1d5f97ab96fca898818a157dc961376c..4ff404ca6cfe98b251165adfc1b905068f4b0d50 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-core",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/runtime-core",
   "main": "index.js",
   "module": "dist/runtime-core.esm-bundler.js",
@@ -32,7 +32,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44",
-    "@vue/reactivity": "3.2.44"
+    "@vue/shared": "3.2.45",
+    "@vue/reactivity": "3.2.45"
   }
 }
index bad5c8947331c9c5d965baf76185e766aaebbe6c..b06a96985328d13321e233279a6801faa66b0d97 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-dom",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/runtime-dom",
   "main": "index.js",
   "module": "dist/runtime-dom.esm-bundler.js",
@@ -35,8 +35,8 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44",
-    "@vue/runtime-core": "3.2.44",
+    "@vue/shared": "3.2.45",
+    "@vue/runtime-core": "3.2.45",
     "csstype": "^2.6.8"
   }
 }
index e5a91d71ea82a70e9a030095bffb327441925fc1..40c3dda022bf784d5c8a2a7ec7f304038302ddb3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-test",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/runtime-test",
   "private": true,
   "main": "index.js",
@@ -25,7 +25,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-test#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44",
-    "@vue/runtime-core": "3.2.44"
+    "@vue/shared": "3.2.45",
+    "@vue/runtime-core": "3.2.45"
   }
 }
index a3c739542b22ae2a45076b824820c3016bdb51b4..41ae8fa8851a090f1d83e541f993075212fe1987 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/server-renderer",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "@vue/server-renderer",
   "main": "index.js",
   "module": "dist/server-renderer.esm-bundler.js",
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/server-renderer#readme",
   "peerDependencies": {
-    "vue": "3.2.44"
+    "vue": "3.2.45"
   },
   "dependencies": {
-    "@vue/shared": "3.2.44",
-    "@vue/compiler-ssr": "3.2.44"
+    "@vue/shared": "3.2.45",
+    "@vue/compiler-ssr": "3.2.45"
   }
 }
index 342312f90303ff24e83f93c9c573bef32015d1de..3a63fc969bb97498784af8b05ea5012436ad0598 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/sfc-playground",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "private": true,
   "scripts": {
     "dev": "vite",
@@ -12,7 +12,7 @@
     "vite": "^3.0.0"
   },
   "dependencies": {
-    "vue": "3.2.44",
+    "vue": "3.2.45",
     "@vue/repl": "^1.3.0",
     "file-saver": "^2.0.5",
     "jszip": "^3.6.0"
index b74a95256769213c6cfffc37963e4faf8be5039d..5bb2d41f8648a6e50ecc330889c365545a6b2d89 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/shared",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "internal utils shared across @vue packages",
   "main": "index.js",
   "module": "dist/shared.esm-bundler.js",
index 8fd6459171af8ea7d7b862c937e7f72152b2b3b1..db522398a0277f490511fcea4e69826f0bf9c328 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/size-check",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "private": true,
   "scripts": {
     "build": "vite build"
index b961f7a5fe4effac759be59839a96b0cdf304d5a..ec594cb3bd8e91d31e8522fb5a443f8694a668fc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/template-explorer",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "private": true,
   "buildOptions": {
     "formats": [
index 92a7ebc0190ca8b16444ca21f765f806599ca66b..85209cba2aea06ce24feb0d8b817205e584a6dc3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compat",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "Vue 3 compatibility build for Vue 2",
   "main": "index.js",
   "module": "dist/vue.runtime.esm-bundler.js",
@@ -43,6 +43,6 @@
     "source-map": "^0.6.1"
   },
   "peerDependencies": {
-    "vue": "3.2.44"
+    "vue": "3.2.45"
   }
 }
index f3b0aeb41a3b10cfe7e3a972c891eaddd4ea4ee4..63228a401542fab41823bafce66e06f8553e2a0a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue",
-  "version": "3.2.44",
+  "version": "3.2.45",
   "description": "The progressive JavaScript framework for building modern web UI.",
   "main": "index.js",
   "module": "dist/vue.runtime.esm-bundler.js",
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
   "dependencies": {
-    "@vue/shared": "3.2.44",
-    "@vue/compiler-dom": "3.2.44",
-    "@vue/runtime-dom": "3.2.44",
-    "@vue/compiler-sfc": "3.2.44",
-    "@vue/server-renderer": "3.2.44"
+    "@vue/shared": "3.2.45",
+    "@vue/compiler-dom": "3.2.45",
+    "@vue/runtime-dom": "3.2.45",
+    "@vue/compiler-sfc": "3.2.45",
+    "@vue/server-renderer": "3.2.45"
   }
 }
index 077a04e1f98918bee260a0e900a927230c2f4f8b..6c5b9d59f65a493776ef4911c242281f1dbe639e 100644 (file)
@@ -108,7 +108,7 @@ importers:
     specifiers:
       '@babel/parser': ^7.16.4
       '@babel/types': ^7.16.0
-      '@vue/shared': 3.2.44
+      '@vue/shared': 3.2.45
       estree-walker: ^2.0.2
       source-map: ^0.6.1
     dependencies:
@@ -121,8 +121,8 @@ importers:
 
   packages/compiler-dom:
     specifiers:
-      '@vue/compiler-core': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/compiler-core': 3.2.45
+      '@vue/shared': 3.2.45
     dependencies:
       '@vue/compiler-core': link:../compiler-core
       '@vue/shared': link:../shared
@@ -133,12 +133,12 @@ importers:
       '@babel/types': ^7.16.0
       '@types/estree': ^0.0.48
       '@types/lru-cache': ^5.1.0
-      '@vue/compiler-core': 3.2.44
-      '@vue/compiler-dom': 3.2.44
-      '@vue/compiler-ssr': 3.2.44
+      '@vue/compiler-core': 3.2.45
+      '@vue/compiler-dom': 3.2.45
+      '@vue/compiler-ssr': 3.2.45
       '@vue/consolidate': ^0.17.3
-      '@vue/reactivity-transform': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/reactivity-transform': 3.2.45
+      '@vue/shared': 3.2.45
       estree-walker: ^2.0.2
       hash-sum: ^2.0.0
       lru-cache: ^5.1.1
@@ -176,15 +176,15 @@ importers:
 
   packages/compiler-ssr:
     specifiers:
-      '@vue/compiler-dom': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/compiler-dom': 3.2.45
+      '@vue/shared': 3.2.45
     dependencies:
       '@vue/compiler-dom': link:../compiler-dom
       '@vue/shared': link:../shared
 
   packages/reactivity:
     specifiers:
-      '@vue/shared': 3.2.44
+      '@vue/shared': 3.2.45
     dependencies:
       '@vue/shared': link:../shared
 
@@ -193,8 +193,8 @@ importers:
       '@babel/core': ^7.16.0
       '@babel/parser': ^7.16.4
       '@babel/types': ^7.16.0
-      '@vue/compiler-core': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/compiler-core': 3.2.45
+      '@vue/shared': 3.2.45
       estree-walker: ^2.0.2
       magic-string: ^0.25.7
     dependencies:
@@ -209,16 +209,16 @@ importers:
 
   packages/runtime-core:
     specifiers:
-      '@vue/reactivity': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/reactivity': 3.2.45
+      '@vue/shared': 3.2.45
     dependencies:
       '@vue/reactivity': link:../reactivity
       '@vue/shared': link:../shared
 
   packages/runtime-dom:
     specifiers:
-      '@vue/runtime-core': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/runtime-core': 3.2.45
+      '@vue/shared': 3.2.45
       csstype: ^2.6.8
     dependencies:
       '@vue/runtime-core': link:../runtime-core
@@ -227,16 +227,16 @@ importers:
 
   packages/runtime-test:
     specifiers:
-      '@vue/runtime-core': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/runtime-core': 3.2.45
+      '@vue/shared': 3.2.45
     dependencies:
       '@vue/runtime-core': link:../runtime-core
       '@vue/shared': link:../shared
 
   packages/server-renderer:
     specifiers:
-      '@vue/compiler-ssr': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/compiler-ssr': 3.2.45
+      '@vue/shared': 3.2.45
     dependencies:
       '@vue/compiler-ssr': link:../compiler-ssr
       '@vue/shared': link:../shared
@@ -248,7 +248,7 @@ importers:
       file-saver: ^2.0.5
       jszip: ^3.6.0
       vite: ^3.0.0
-      vue: 3.2.44
+      vue: 3.2.45
     dependencies:
       '@vue/repl': 1.3.0_vue@packages+vue
       file-saver: 2.0.5
@@ -274,11 +274,11 @@ importers:
 
   packages/vue:
     specifiers:
-      '@vue/compiler-dom': 3.2.44
-      '@vue/compiler-sfc': 3.2.44
-      '@vue/runtime-dom': 3.2.44
-      '@vue/server-renderer': 3.2.44
-      '@vue/shared': 3.2.44
+      '@vue/compiler-dom': 3.2.45
+      '@vue/compiler-sfc': 3.2.45
+      '@vue/runtime-dom': 3.2.45
+      '@vue/server-renderer': 3.2.45
+      '@vue/shared': 3.2.45
     dependencies:
       '@vue/compiler-dom': link:../compiler-dom
       '@vue/compiler-sfc': link:../compiler-sfc