Skip to content

Commit 1ea221f

Browse files
committed
release: v4.0.0-beta.8
1 parent a1cdcc9 commit 1ea221f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [4.0.0-beta.8](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2020-09-01)
2+
3+
### Bug Fixes
4+
5+
- **router-view:** reuse saved instances in different records ([#446](https://github.com/vuejs/vue-router-next/issues/446)) ([6554171](https://github.com/vuejs/vue-router-next/commit/65541718b0d5af665fd87dc0e48770cba832a2bb))
6+
- **types:** add HTML attributes for JSX ([06f3f8f](https://github.com/vuejs/vue-router-next/commit/06f3f8fd7c3a32da331802fe5d3d19ced17200a3)), closes [#435](https://github.com/vuejs/vue-router-next/issues/435)
7+
- **types:** allow components defined via defineComponent ([#421](https://github.com/vuejs/vue-router-next/issues/421)) ([e47c84c](https://github.com/vuejs/vue-router-next/commit/e47c84c74a97ae7bb9095ea75f98a6fa8a216532))
8+
9+
### BREAKING CHANGES
10+
11+
- **router-view:** `onBeforeRouteLeave` and `onBeforeRouteUpdate` used to
12+
have access to the component instance through `instance.proxy` but given
13+
that:
14+
1. It has been marked as `internal` (https://github.com/vuejs/vue-next/pull/1849)
15+
2. When using `setup`, all variables are accessible on the scope (and
16+
should be accessed that way because the code minimizes better)
17+
It has been removed to prevent wrong usage and lighten Vue Router
18+
119
# [4.0.0-beta.7](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2020-08-19)
220

321
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router",
3-
"version": "4.0.0-beta.7",
3+
"version": "4.0.0-beta.8",
44
"main": "dist/vue-router.cjs.js",
55
"browser": "dist/vue-router.esm.js",
66
"unpkg": "dist/vue-router.global.js",

0 commit comments

Comments
 (0)