Skip to content

Commit 5282ff0

Browse files
committed
release: v3.0.0-alpha.9
1 parent d318576 commit 5282ff0

File tree

15 files changed

+93
-37
lines changed

15 files changed

+93
-37
lines changed

CHANGELOG.md

+56
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
# [3.0.0-alpha.9](https://github.com/vuejs/vue-next/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2020-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** remove __RUNTIME_COMPILE__ flag ([206640a](https://github.com/vuejs/vue-next/commit/206640a2d859a9ce9c19f22e201692f15a8d1da3)), closes [#817](https://github.com/vuejs/vue-next/issues/817)
7+
* **compiler-core:** fix property shorthand detection ([586e5bb](https://github.com/vuejs/vue-next/commit/586e5bb8003916ba6be9b3394087df80328657f4)), closes [#845](https://github.com/vuejs/vue-next/issues/845)
8+
* **compiler-ssr:** fix input w/ v-bind="obj" codegen ([3b40fc5](https://github.com/vuejs/vue-next/commit/3b40fc56dba56a5c1085582d11f3287e9317a151))
9+
* **compiler-ssr:** should pass necessary tag names for dynamic v-bind ([a46f3b3](https://github.com/vuejs/vue-next/commit/a46f3b354d451a857df750a318bd0536338008cd))
10+
* **runtime-core:** always set invalid vnode type ([#820](https://github.com/vuejs/vue-next/issues/820)) ([28a9bee](https://github.com/vuejs/vue-next/commit/28a9beed1624de9812e0f4ce9b63f7f3ed2c6db8))
11+
* **runtime-core:** empty boolean props ([#844](https://github.com/vuejs/vue-next/issues/844)) ([c7ae269](https://github.com/vuejs/vue-next/commit/c7ae2699724bd5206ce7d2db73b86c1ef5947641)), closes [#843](https://github.com/vuejs/vue-next/issues/843)
12+
* **runtime-core:** pass instance proxy as data() argument ([#828](https://github.com/vuejs/vue-next/issues/828)) ([d9dd1d8](https://github.com/vuejs/vue-next/commit/d9dd1d8a0ac81d7d463e0788bb2e75b2d4866db6))
13+
* **runtime-dom:** patch xlink attribute ([#842](https://github.com/vuejs/vue-next/issues/842)) ([d318576](https://github.com/vuejs/vue-next/commit/d318576d74f8756e471942ff44d2af2a4661d775))
14+
* simplify and use correct ctx in withCtx ([4dc8ffc](https://github.com/vuejs/vue-next/commit/4dc8ffc3788c38aff3e4c0f271d0ca111f723140))
15+
* **runtime-core:** pass prev value to hostPatchProp ([#809](https://github.com/vuejs/vue-next/issues/809)) ([cd34603](https://github.com/vuejs/vue-next/commit/cd34603864142d5468486ec3f379679b22014a1b)), closes [#808](https://github.com/vuejs/vue-next/issues/808)
16+
* **runtime-core:** should allow empty string and 0 as valid vnode key ([#807](https://github.com/vuejs/vue-next/issues/807)) ([54a0e93](https://github.com/vuejs/vue-next/commit/54a0e93c276f95a35b3bd6510a7f52d967fd3b7f))
17+
* **types:** app.component should accept defineComponent return type ([#822](https://github.com/vuejs/vue-next/issues/822)) ([1e9d131](https://github.com/vuejs/vue-next/commit/1e9d1319c3f66a0a7430a4f6ac7b508486894b6b)), closes [#730](https://github.com/vuejs/vue-next/issues/730)
18+
19+
20+
### Code Refactoring
21+
22+
* **runtime-core:** adjust patchProp value arguments order ([ca5f39e](https://github.com/vuejs/vue-next/commit/ca5f39ee3501a1d9cacdb74108318c15ee7c0abb))
23+
24+
25+
### Features
26+
27+
* **compiler-core:** wrap slot functions with render context ([ecd7ce6](https://github.com/vuejs/vue-next/commit/ecd7ce60d5234a7a0dbc11add6a690c3f9ff0617))
28+
* **compiler-sfc:** add ssr option ([3b2d236](https://github.com/vuejs/vue-next/commit/3b2d23671409f8ac358252311bf5212882fa985a))
29+
* **runtime-core:** add special property to get class component options ([#821](https://github.com/vuejs/vue-next/issues/821)) ([dd17fa1](https://github.com/vuejs/vue-next/commit/dd17fa1c9071b9685c379e1b12102214b757cf35))
30+
* **runtime-core:** implement RFC-0020 ([bb7fa3d](https://github.com/vuejs/vue-next/commit/bb7fa3dabce73de63d016c75f1477e7d8bed8858))
31+
* **runtime-core:** set context for manual slot functions as well ([8a58dce](https://github.com/vuejs/vue-next/commit/8a58dce6034944b18c2e507b5d9ab8177f60e269))
32+
* **server-renderer:** render suspense in vnode mode ([#727](https://github.com/vuejs/vue-next/issues/727)) ([589aeb4](https://github.com/vuejs/vue-next/commit/589aeb402c58f463cc32d5e7728b56614bc9bf33))
33+
* **ssr:** compiler-ssr support for Suspense ([80c625d](https://github.com/vuejs/vue-next/commit/80c625dce33610e53c953e9fb8fde26e3e10e358))
34+
* **ssr:** hide comment anchors during hydration in dev mode ([cad5bcc](https://github.com/vuejs/vue-next/commit/cad5bcce40b9f2aaa520ccbd377cd5419650e55f))
35+
* **ssr:** improve fragment mismatch handling ([60ed4e7](https://github.com/vuejs/vue-next/commit/60ed4e7e0821a2932660b87fbf8d5ca953e0e073))
36+
* **ssr:** support getSSRProps for vnode directives ([c450ede](https://github.com/vuejs/vue-next/commit/c450ede12d1a93a70271a2fe7fcb6f8efcf1cd4c))
37+
* **ssr/suspense:** suspense hydration ([a3cc970](https://github.com/vuejs/vue-next/commit/a3cc970030579f2c55d893d6e83bbc05324adad4))
38+
* **types:** export `ErrorTypes` ([#840](https://github.com/vuejs/vue-next/issues/840)) ([760c3e0](https://github.com/vuejs/vue-next/commit/760c3e0fd67f6360995cdbb125f9eae4e024f3af))
39+
40+
41+
### Reverts
42+
43+
* Revert "refactor(directives): remove binding.instance" ([2370166](https://github.com/vuejs/vue-next/commit/23701666cb487e55d05b74d66990361051715ba4))
44+
45+
46+
### BREAKING CHANGES
47+
48+
* **runtime-core:** data no longer supports object format (per RFC-0020)
49+
* **runtime-core:** `RendererOptions.patchProp` arguments order has changed
50+
51+
The `prevValue` and `nextValue` position has been swapped to keep it
52+
consistent with other functions in the renderer implementation. This
53+
only affects custom renderers using the `createRenderer` API.
54+
55+
56+
157
# [3.0.0-alpha.8](https://github.com/vuejs/vue-next/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2020-03-06)
258

359

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"workspaces": [
55
"packages/*"
66
],

packages/compiler-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/compiler-core",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/compiler-core",
55
"main": "index.js",
66
"module": "dist/compiler-core.esm-bundler.js",
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-core#readme",
3232
"dependencies": {
33-
"@vue/shared": "3.0.0-alpha.8",
33+
"@vue/shared": "3.0.0-alpha.9",
3434
"@babel/parser": "^7.8.6",
3535
"@babel/types": "^7.8.6",
3636
"estree-walker": "^0.8.1",

packages/compiler-dom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/compiler-dom",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/compiler-dom",
55
"main": "index.js",
66
"module": "dist/compiler-dom.esm-bundler.js",
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-dom#readme",
3636
"dependencies": {
37-
"@vue/shared": "3.0.0-alpha.8",
38-
"@vue/compiler-core": "3.0.0-alpha.8"
37+
"@vue/shared": "3.0.0-alpha.9",
38+
"@vue/compiler-core": "3.0.0-alpha.9"
3939
}
4040
}

packages/compiler-sfc/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/compiler-sfc",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/compiler-sfc",
55
"main": "dist/compiler-sfc.cjs.js",
66
"types": "dist/compiler-sfc.d.ts",
@@ -27,13 +27,13 @@
2727
},
2828
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc#readme",
2929
"peerDependencies": {
30-
"vue": "3.0.0-alpha.8"
30+
"vue": "3.0.0-alpha.9"
3131
},
3232
"dependencies": {
33-
"@vue/shared": "3.0.0-alpha.8",
34-
"@vue/compiler-core": "3.0.0-alpha.8",
35-
"@vue/compiler-dom": "3.0.0-alpha.8",
36-
"@vue/compiler-ssr": "3.0.0-alpha.8",
33+
"@vue/shared": "3.0.0-alpha.9",
34+
"@vue/compiler-core": "3.0.0-alpha.9",
35+
"@vue/compiler-dom": "3.0.0-alpha.9",
36+
"@vue/compiler-ssr": "3.0.0-alpha.9",
3737
"consolidate": "^0.15.1",
3838
"hash-sum": "^2.0.0",
3939
"lru-cache": "^5.1.1",

packages/compiler-ssr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/compiler-ssr",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/compiler-ssr",
55
"main": "dist/compiler-ssr.cjs.js",
66
"types": "dist/compiler-ssr.d.ts",
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-ssr#readme",
2929
"dependencies": {
30-
"@vue/shared": "3.0.0-alpha.8",
31-
"@vue/compiler-dom": "3.0.0-alpha.8"
30+
"@vue/shared": "3.0.0-alpha.9",
31+
"@vue/compiler-dom": "3.0.0-alpha.9"
3232
}
3333
}

packages/reactivity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/reactivity",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/reactivity",
55
"main": "index.js",
66
"module": "dist/reactivity.esm-bundler.js",
@@ -34,6 +34,6 @@
3434
},
3535
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme",
3636
"dependencies": {
37-
"@vue/shared": "3.0.0-alpha.8"
37+
"@vue/shared": "3.0.0-alpha.9"
3838
}
3939
}

packages/runtime-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/runtime-core",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/runtime-core",
55
"main": "index.js",
66
"module": "dist/runtime-core.esm-bundler.js",
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-core#readme",
3333
"dependencies": {
34-
"@vue/shared": "3.0.0-alpha.8",
35-
"@vue/reactivity": "3.0.0-alpha.8"
34+
"@vue/shared": "3.0.0-alpha.9",
35+
"@vue/reactivity": "3.0.0-alpha.9"
3636
}
3737
}

packages/runtime-dom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/runtime-dom",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/runtime-dom",
55
"main": "index.js",
66
"module": "dist/runtime-dom.esm-bundler.js",
@@ -37,8 +37,8 @@
3737
},
3838
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
3939
"dependencies": {
40-
"@vue/shared": "3.0.0-alpha.8",
41-
"@vue/runtime-core": "3.0.0-alpha.8",
40+
"@vue/shared": "3.0.0-alpha.9",
41+
"@vue/runtime-core": "3.0.0-alpha.9",
4242
"csstype": "^2.6.8"
4343
}
4444
}

packages/runtime-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/runtime-test",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/runtime-test",
55
"private": true,
66
"main": "index.js",
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-test#readme",
3232
"dependencies": {
33-
"@vue/shared": "3.0.0-alpha.8",
34-
"@vue/runtime-core": "3.0.0-alpha.8"
33+
"@vue/shared": "3.0.0-alpha.9",
34+
"@vue/runtime-core": "3.0.0-alpha.9"
3535
}
3636
}

packages/server-renderer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/server-renderer",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "@vue/server-renderer",
55
"main": "index.js",
66
"types": "dist/server-renderer.d.ts",
@@ -27,10 +27,10 @@
2727
},
2828
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/server-renderer#readme",
2929
"peerDependencies": {
30-
"vue": "3.0.0-alpha.8"
30+
"vue": "3.0.0-alpha.9"
3131
},
3232
"dependencies": {
33-
"@vue/shared": "3.0.0-alpha.8",
34-
"@vue/compiler-ssr": "3.0.0-alpha.8"
33+
"@vue/shared": "3.0.0-alpha.9",
34+
"@vue/compiler-ssr": "3.0.0-alpha.9"
3535
}
3636
}

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/shared",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "internal utils shared across @vue packages",
55
"main": "index.js",
66
"module": "dist/shared.esm-bundler.js",

packages/size-check/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/size-check",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"private": true,
55
"buildOptions": {
66
"name": "Vue",

packages/template-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/template-explorer",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"private": true,
55
"buildOptions": {
66
"formats": [

packages/vue/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue",
3-
"version": "3.0.0-alpha.8",
3+
"version": "3.0.0-alpha.9",
44
"description": "vue",
55
"main": "index.js",
66
"module": "dist/vue.runtime.esm-bundler.js",
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
3737
"dependencies": {
38-
"@vue/shared": "3.0.0-alpha.8",
39-
"@vue/compiler-dom": "3.0.0-alpha.8",
40-
"@vue/runtime-dom": "3.0.0-alpha.8"
38+
"@vue/shared": "3.0.0-alpha.9",
39+
"@vue/compiler-dom": "3.0.0-alpha.9",
40+
"@vue/runtime-dom": "3.0.0-alpha.9"
4141
},
4242
"devDependencies": {
4343
"lodash": "^4.17.15",

0 commit comments

Comments
 (0)