File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 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)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** encoding:** encode partial params ([ eb04117] ( https://github.com/vuejs/vue-router-next/commit/eb041175c02ab0dac093823574a85bbbbf2056eb ) )
6
+ - ** matcher:** avoid trailing slash with optional params ([ faf0aab] ( https://github.com/vuejs/vue-router-next/commit/faf0aab6451848e5b4330e1d01033137a0c42a5a ) )
7
+ - ** types:** append declare module ([ 50ad404] ( https://github.com/vuejs/vue-router-next/commit/50ad404ae45086f051b01ac552e4a3ab98535633 ) ), closes [ #419 ] ( https://github.com/vuejs/vue-router-next/issues/419 )
8
+ - ** vetur:** update tags/attributes definition ([ #408 ] ( https://github.com/vuejs/vue-router-next/issues/408 ) ) ([ df8b2b1] ( https://github.com/vuejs/vue-router-next/commit/df8b2b140155d1e4ad5d00cd17d57ab2046a75e2 ) )
9
+
10
+ ### Features
11
+
12
+ - ** warn:** warn against infinite redirections ([ e3dcc8d] ( https://github.com/vuejs/vue-router-next/commit/e3dcc8d9477e17f9b92e22787b750edc4658b77a ) )
13
+
1
14
# [ 4.0.0-beta.6] ( https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.5...v4.0.0-beta.6 ) (2020-08-05)
2
15
3
16
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-router" ,
3
- "version" : " 4.0.0-beta.6 " ,
3
+ "version" : " 4.0.0-beta.7 " ,
4
4
"main" : " dist/vue-router.cjs.js" ,
5
5
"browser" : " dist/vue-router.esm.js" ,
6
6
"unpkg" : " dist/vue-router.global.js" ,
You can’t perform that action at this time.
0 commit comments