Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/vuePublic

Commit81598ea

Browse files
committed
release: v2.7.15
1 parentaf9a10f commit81598ea

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

‎CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
##[2.7.15](https://github.com/vuejs/vue/compare/v2.7.14...v2.7.15) (2023-10-23)
2+
3+
4+
###Bug Fixes
5+
6+
***compiler-sfc:** add semicolon after`defineProps` statement ([#12879](https://github.com/vuejs/vue/issues/12879)) ([51fef2c](https://github.com/vuejs/vue/commit/51fef2ca69459c1175e105991f60511f1996e0c8))
7+
***compiler-sfc:** fix macro usage in multi-variable declaration ([#12873](https://github.com/vuejs/vue/issues/12873)) ([d27c128](https://github.com/vuejs/vue/commit/d27c128b7cb1640f3aa185a5ecdea4ff35763794))
8+
***compiler-sfc:** Optimize the value of emitIdentifier ([#12851](https://github.com/vuejs/vue/issues/12851)) ([bb59751](https://github.com/vuejs/vue/commit/bb59751dd4e45afcaafd607f22505a724b1ef841))
9+
***compiler-sfc:** Resolve object expression parsing errors in`v-on` ([#12862](https://github.com/vuejs/vue/issues/12862)) ([b8c8b3f](https://github.com/vuejs/vue/commit/b8c8b3fc7a211744fdabd237a1a986a1f80b7c43))
10+
***lifecycle:** scope might changed when call hook ([#13070](https://github.com/vuejs/vue/issues/13070)) ([74ca5a1](https://github.com/vuejs/vue/commit/74ca5a13ba12a31580f1567e7c6d789e96730e46))
11+
***patch:** clone insert hooks to avoid being mutated during iteration ([#12905](https://github.com/vuejs/vue/issues/12905)) ([c223634](https://github.com/vuejs/vue/commit/c22363425ae246ccbb8418342e94edfa270d93e5))
12+
***types/sfc:** improve the type inference using`withDefaults` ([#12872](https://github.com/vuejs/vue/issues/12872)) ([099401e](https://github.com/vuejs/vue/commit/099401e227fd5ed496ff615528d1a9b3b64d4fbf))
13+
***types:** correct serverPrefetch this type ([#13068](https://github.com/vuejs/vue/issues/13068)) ([67c1d26](https://github.com/vuejs/vue/commit/67c1d26cb0af3eb2db0a11fc7768a8299e7f7d58)), closes[#12488](https://github.com/vuejs/vue/issues/12488)
14+
15+
16+
117
##[2.7.14](https://github.com/vuejs/vue/compare/v2.7.13...v2.7.14) (2022-11-09)
218

319

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"vue",
3-
"version":"2.7.14",
3+
"version":"2.7.15",
44
"packageManager":"pnpm@8.9.2",
55
"description":"Reactive, component-oriented view layer for modern web interfaces.",
66
"main":"dist/vue.runtime.common.js",

‎packages/compiler-sfc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@vue/compiler-sfc",
3-
"version":"2.7.14",
3+
"version":"2.7.15",
44
"description":"compiler-sfc for Vue 2",
55
"main":"dist/compiler-sfc.js",
66
"types":"dist/compiler-sfc.d.ts",

‎packages/server-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"vue-server-renderer",
3-
"version":"2.7.14",
3+
"version":"2.7.15",
44
"description":"server renderer for Vue 2.0",
55
"main":"index.js",
66
"types":"types/index.d.ts",

‎packages/template-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"vue-template-compiler",
3-
"version":"2.7.14",
3+
"version":"2.7.15",
44
"description":"template compiler for Vue 2.0",
55
"main":"index.js",
66
"unpkg":"browser.js",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp