]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
release: v3.2.28 v3.2.28
authorEvan You <yyx990803@gmail.com>
Fri, 21 Jan 2022 08:15:13 +0000 (16:15 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 21 Jan 2022 08:15:13 +0000 (16:15 +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 f84611f4dae0478fb6adfcd17d7011ce2196b5ad..d78263a67047a6f7363797e406b044a725828794 100644 (file)
@@ -1,3 +1,32 @@
+## <small>3.2.28 (2022-01-21)</small>
+
+* build: fix build script ([3d80b15](https://github.com/vuejs/vue-next/commit/3d80b15))
+* fix(compat): convertLegacyVModelProps should merge model option in mixins (#5251) ([72130ac](https://github.com/vuejs/vue-next/commit/72130ac)), closes [#5251](https://github.com/vuejs/vue-next/issues/5251)
+* fix(compat): ensure fallthrough *Native events are not dropped during props update (#5228) ([97f6bd9](https://github.com/vuejs/vue-next/commit/97f6bd9)), closes [#5228](https://github.com/vuejs/vue-next/issues/5228)
+* fix(compat): simulate Vue 2.6.14 version in compat build (#5293) ([d0b9708](https://github.com/vuejs/vue-next/commit/d0b9708)), closes [#5293](https://github.com/vuejs/vue-next/issues/5293)
+* fix(compiler-core): handle v-memo in template v-for (#5291) ([9f55e6f](https://github.com/vuejs/vue-next/commit/9f55e6f)), closes [#5291](https://github.com/vuejs/vue-next/issues/5291) [#5288](https://github.com/vuejs/vue-next/issues/5288)
+* fix(compiler-sfc): support complex expression in CSS v-bind() (#5114) ([95d49bf](https://github.com/vuejs/vue-next/commit/95d49bf)), closes [#5114](https://github.com/vuejs/vue-next/issues/5114) [#5109](https://github.com/vuejs/vue-next/issues/5109)
+* fix(compiler-sfc/reactivity-transform): fix edge case where normal script has ref macros but script  ([4768f26](https://github.com/vuejs/vue-next/commit/4768f26))
+* fix(reactivity-transform): apply transform for labelled variable declarations ([a05b000](https://github.com/vuejs/vue-next/commit/a05b000)), closes [/github.com/vuejs/core/issues/5298#issuecomment-1017970061](https://github.com//github.com/vuejs/core/issues/5298/issues/issuecomment-1017970061)
+* fix(reactivity-transform): apply transform on exported variable declarations ([a81a992](https://github.com/vuejs/vue-next/commit/a81a992)), closes [#5298](https://github.com/vuejs/vue-next/issues/5298)
+* fix(reactivity): differentiate shallow/deep proxies of same target when nested in reactive ([9c304bf](https://github.com/vuejs/vue-next/commit/9c304bf)), closes [#5271](https://github.com/vuejs/vue-next/issues/5271)
+* fix(reactivity): mutating a readonly ref nested in a reactive object should fail. (#5048) ([171f5e9](https://github.com/vuejs/vue-next/commit/171f5e9)), closes [#5048](https://github.com/vuejs/vue-next/issues/5048) [#5042](https://github.com/vuejs/vue-next/issues/5042)
+* fix(runtime-core): ensure mergeProps skips undefined event handlers (#5299) ([c35ec47](https://github.com/vuejs/vue-next/commit/c35ec47)), closes [#5299](https://github.com/vuejs/vue-next/issues/5299) [#5296](https://github.com/vuejs/vue-next/issues/5296)
+* fix(ssr): only cache computed getters during render phase ([2f91872](https://github.com/vuejs/vue-next/commit/2f91872)), closes [#5300](https://github.com/vuejs/vue-next/issues/5300)
+* fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) ([c64907d](https://github.com/vuejs/vue-next/commit/c64907d)), closes [#5212](https://github.com/vuejs/vue-next/issues/5212)
+* refactor: includes instead of indexOf (#5117) ([63210fe](https://github.com/vuejs/vue-next/commit/63210fe)), closes [#5117](https://github.com/vuejs/vue-next/issues/5117)
+* chore: bump marked ([0c06c74](https://github.com/vuejs/vue-next/commit/0c06c74))
+* chore: comment dom tag config usage [ci skip] ([b2bac9f](https://github.com/vuejs/vue-next/commit/b2bac9f))
+* chore: fix typo (#5261) [ci skip] ([e603fd2](https://github.com/vuejs/vue-next/commit/e603fd2)), closes [#5261](https://github.com/vuejs/vue-next/issues/5261)
+* chore: fix typo (#5282) [ci skip] ([e802275](https://github.com/vuejs/vue-next/commit/e802275)), closes [#5282](https://github.com/vuejs/vue-next/issues/5282)
+* chore: type improvements (#5264) ([92e04a6](https://github.com/vuejs/vue-next/commit/92e04a6)), closes [#5264](https://github.com/vuejs/vue-next/issues/5264)
+* chore: update repo references ([ae4b078](https://github.com/vuejs/vue-next/commit/ae4b078))
+* perf(reactivity): optimize effect run condition ([25bc654](https://github.com/vuejs/vue-next/commit/25bc654))
+* feat(reactivity): add isShallow api ([9fda941](https://github.com/vuejs/vue-next/commit/9fda941))
+* docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip] ([8cbfe09](https://github.com/vuejs/vue-next/commit/8cbfe09)), closes [#3559](https://github.com/vuejs/vue-next/issues/3559)
+
+
+
 ## [3.2.27](https://github.com/vuejs/core/compare/v3.2.26...v3.2.27) (2022-01-16)
 
 
index de73907e213610b93ca4894dbfb5a86b35dc797f..2106eb692f9d87ecd9cf8c0c681409080c7f5b32 100644 (file)
@@ -1,6 +1,6 @@
 {
   "private": true,
-  "version": "3.2.27",
+  "version": "3.2.28",
   "scripts": {
     "dev": "node scripts/dev.js",
     "build": "node scripts/build.js",
index ed124f076e8be84277c7aa2366779ad213320fb2..cf0df67e30d06ff440a370c772e12c8af0da59f0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-core",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
+    "@vue/shared": "3.2.28",
     "@babel/parser": "^7.16.4",
     "estree-walker": "^2.0.2",
     "source-map": "^0.6.1"
index 5116d8737105c35da19fe0a42915504dedafeeb2..038ab3162469c15202d9df5d3a8fed0ab5e736dc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-dom",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/compiler-core": "3.2.27"
+    "@vue/shared": "3.2.28",
+    "@vue/compiler-core": "3.2.28"
   }
 }
index 33e97b6d2fa764f7809d358eb75ceeaa55c6b42c..61430357069f988c239701daf15c70fe890a1c9e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-sfc",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/compiler-dom": "3.2.27",
-    "@vue/compiler-ssr": "3.2.27",
-    "@vue/reactivity-transform": "3.2.27",
-    "@vue/shared": "3.2.27",
+    "@vue/compiler-core": "3.2.28",
+    "@vue/compiler-dom": "3.2.28",
+    "@vue/compiler-ssr": "3.2.28",
+    "@vue/reactivity-transform": "3.2.28",
+    "@vue/shared": "3.2.28",
     "estree-walker": "^2.0.2",
     "magic-string": "^0.25.7",
     "source-map": "^0.6.1",
index 17037b4defb263a0a4a482a16cf135ccafc286a6..1a0aba6f3a57104be4b6a2eaad9a85c10dc6206a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-ssr",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/compiler-dom": "3.2.27"
+    "@vue/shared": "3.2.28",
+    "@vue/compiler-dom": "3.2.28"
   }
 }
index f9e1fef3ebf0f1cb20255d727e342dbf68454d81..6aff167723c3adca84d01608f3ee623274bda749 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/reactivity-transform",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/shared": "3.2.27",
+    "@vue/compiler-core": "3.2.28",
+    "@vue/shared": "3.2.28",
     "estree-walker": "^2.0.2",
     "magic-string": "^0.25.7"
   },
index 39f5cf91c33090fa0b41f25c729ad4d7c921228d..f68505f5a45ed7085ec0c27d3d531aae47c8c17f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/reactivity",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27"
+    "@vue/shared": "3.2.28"
   }
 }
index e1e624b7f3abe8d4abe0f1bb658592068e0e971c..ced766e5a5dba8f42611bdbe9e6b9bc5f999847b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-core",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/reactivity": "3.2.27"
+    "@vue/shared": "3.2.28",
+    "@vue/reactivity": "3.2.28"
   }
 }
index f40a83f301fe21a9d28a87a56028f6f33542676b..c7c96b369350b95750b00dca2232ce4a2587cd9f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-dom",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/runtime-core": "3.2.27",
+    "@vue/shared": "3.2.28",
+    "@vue/runtime-core": "3.2.28",
     "csstype": "^2.6.8"
   }
 }
index 1d7befa3633f34d38adcc8d03e5ba7f4365824c9..a68b870bc119dd234c8022f7dee5e92e509afb42 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-test",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/runtime-core": "3.2.27"
+    "@vue/shared": "3.2.28",
+    "@vue/runtime-core": "3.2.28"
   }
 }
index 5c02752f5ab32ed9e389cd24de7ace756069146a..9582130a6c6209376a1a350d92d549fd5a666219 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/server-renderer",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27"
+    "vue": "3.2.28"
   },
   "dependencies": {
-    "@vue/shared": "3.2.27",
-    "@vue/compiler-ssr": "3.2.27"
+    "@vue/shared": "3.2.28",
+    "@vue/compiler-ssr": "3.2.28"
   }
 }
index 30d76c9af8146151df4f1b2f51a0ae7860b5ed49..748e9978b4fe8b771cce40ce3cf33b6c7a5275c1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/sfc-playground",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "private": true,
   "scripts": {
     "dev": "vite",
@@ -12,7 +12,7 @@
     "vite": "^2.7.1"
   },
   "dependencies": {
-    "vue": "3.2.27",
+    "vue": "3.2.28",
     "@vue/repl": "^0.4.8",
     "file-saver": "^2.0.5",
     "jszip": "^3.6.0"
index 1040838d0740c2eaaa4ca14b68a95aea284cb8a9..be7ffecf04c23b444f4c7ab47e645406ba04890d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/shared",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "description": "internal utils shared across @vue packages",
   "main": "index.js",
   "module": "dist/shared.esm-bundler.js",
index 1bbb29bbee25f11287a135908a7eea57aa8e5d02..c4cfa842904daee11a7daffc9097eec8f31a96b2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/size-check",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "private": true,
   "scripts": {
     "build": "vite build"
index 05c02976c74e24483cb413e316c9e9ea671e4555..cec4aa35aa7691d91a58b1fefa7596b18471c706 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/template-explorer",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "private": true,
   "buildOptions": {
     "formats": [
index 83eef5a6b0082c7e6eb0d7dfcf8240cf2e2e5cff..f0f9ed76efb6f1f49c5c575416c706a2c9113988 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compat",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "description": "Vue 3 compatibility build for Vue 2",
   "main": "index.js",
   "module": "dist/vue.runtime.esm-bundler.js",
@@ -38,6 +38,6 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
   "peerDependencies": {
-    "vue": "3.2.27"
+    "vue": "3.2.28"
   }
 }
index 355e86823c69b82e17edc4a0f771767ef0ad3b7c..11b05bae9b7fca5000ec7a142c67e5843b813037 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue",
-  "version": "3.2.27",
+  "version": "3.2.28",
   "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.27",
-    "@vue/compiler-dom": "3.2.27",
-    "@vue/runtime-dom": "3.2.27",
-    "@vue/compiler-sfc": "3.2.27",
-    "@vue/server-renderer": "3.2.27"
+    "@vue/shared": "3.2.28",
+    "@vue/compiler-dom": "3.2.28",
+    "@vue/runtime-dom": "3.2.28",
+    "@vue/compiler-sfc": "3.2.28",
+    "@vue/server-renderer": "3.2.28"
   }
 }
index 424319db61ae6447084c798516e301c909871223..ec3e65f6284729244ccbffa7e4f84e232cf0262d 100644 (file)
@@ -104,7 +104,7 @@ importers:
     specifiers:
       '@babel/parser': ^7.16.4
       '@babel/types': ^7.16.0
-      '@vue/shared': 3.2.27
+      '@vue/shared': 3.2.28
       estree-walker: ^2.0.2
       source-map: ^0.6.1
     dependencies:
@@ -117,8 +117,8 @@ importers:
 
   packages/compiler-dom:
     specifiers:
-      '@vue/compiler-core': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/compiler-core': 3.2.28
+      '@vue/shared': 3.2.28
     dependencies:
       '@vue/compiler-core': link:../compiler-core
       '@vue/shared': link:../shared
@@ -129,12 +129,12 @@ importers:
       '@babel/types': ^7.16.0
       '@types/estree': ^0.0.48
       '@types/lru-cache': ^5.1.0
-      '@vue/compiler-core': 3.2.27
-      '@vue/compiler-dom': 3.2.27
-      '@vue/compiler-ssr': 3.2.27
+      '@vue/compiler-core': 3.2.28
+      '@vue/compiler-dom': 3.2.28
+      '@vue/compiler-ssr': 3.2.28
       '@vue/consolidate': ^0.17.3
-      '@vue/reactivity-transform': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/reactivity-transform': 3.2.28
+      '@vue/shared': 3.2.28
       estree-walker: ^2.0.2
       hash-sum: ^2.0.0
       lru-cache: ^5.1.1
@@ -172,15 +172,15 @@ importers:
 
   packages/compiler-ssr:
     specifiers:
-      '@vue/compiler-dom': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/compiler-dom': 3.2.28
+      '@vue/shared': 3.2.28
     dependencies:
       '@vue/compiler-dom': link:../compiler-dom
       '@vue/shared': link:../shared
 
   packages/reactivity:
     specifiers:
-      '@vue/shared': 3.2.27
+      '@vue/shared': 3.2.28
     dependencies:
       '@vue/shared': link:../shared
 
@@ -189,8 +189,8 @@ importers:
       '@babel/core': ^7.16.0
       '@babel/parser': ^7.16.4
       '@babel/types': ^7.16.0
-      '@vue/compiler-core': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/compiler-core': 3.2.28
+      '@vue/shared': 3.2.28
       estree-walker: ^2.0.2
       magic-string: ^0.25.7
     dependencies:
@@ -205,16 +205,16 @@ importers:
 
   packages/runtime-core:
     specifiers:
-      '@vue/reactivity': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/reactivity': 3.2.28
+      '@vue/shared': 3.2.28
     dependencies:
       '@vue/reactivity': link:../reactivity
       '@vue/shared': link:../shared
 
   packages/runtime-dom:
     specifiers:
-      '@vue/runtime-core': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/runtime-core': 3.2.28
+      '@vue/shared': 3.2.28
       csstype: ^2.6.8
     dependencies:
       '@vue/runtime-core': link:../runtime-core
@@ -223,16 +223,16 @@ importers:
 
   packages/runtime-test:
     specifiers:
-      '@vue/runtime-core': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/runtime-core': 3.2.28
+      '@vue/shared': 3.2.28
     dependencies:
       '@vue/runtime-core': link:../runtime-core
       '@vue/shared': link:../shared
 
   packages/server-renderer:
     specifiers:
-      '@vue/compiler-ssr': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/compiler-ssr': 3.2.28
+      '@vue/shared': 3.2.28
     dependencies:
       '@vue/compiler-ssr': link:../compiler-ssr
       '@vue/shared': link:../shared
@@ -244,7 +244,7 @@ importers:
       file-saver: ^2.0.5
       jszip: ^3.6.0
       vite: ^2.7.1
-      vue: 3.2.27
+      vue: 3.2.28
     dependencies:
       '@vue/repl': 0.4.8
       file-saver: 2.0.5
@@ -270,11 +270,11 @@ importers:
 
   packages/vue:
     specifiers:
-      '@vue/compiler-dom': 3.2.27
-      '@vue/compiler-sfc': 3.2.27
-      '@vue/runtime-dom': 3.2.27
-      '@vue/server-renderer': 3.2.27
-      '@vue/shared': 3.2.27
+      '@vue/compiler-dom': 3.2.28
+      '@vue/compiler-sfc': 3.2.28
+      '@vue/runtime-dom': 3.2.28
+      '@vue/server-renderer': 3.2.28
+      '@vue/shared': 3.2.28
     dependencies:
       '@vue/compiler-dom': link:../compiler-dom
       '@vue/compiler-sfc': link:../compiler-sfc