File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 4.0.148] ( https://github.com/vuejs/router/compare/v4.0.14...v4.0.148 ) (2022-04-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** matcher:** keep trailing slash on empty optional params ([ 2f1e9b9] ( https://github.com/vuejs/router/commit/2f1e9b976d7c5c1ada38c57f276304688d31b7e4 ) ), closes [ #1357 ] ( https://github.com/vuejs/router/issues/1357 )
6
+ - no dist ([ c4b9b62] ( https://github.com/vuejs/router/commit/c4b9b623cb899d79fea8e3209332088b3434fb9b ) )
7
+ - RouterView remounts ([ b81296c] ( https://github.com/vuejs/router/commit/b81296c04d3c8d001b8cd58343cfe7b41d2589df ) )
8
+ - setup history listeners once ([ faa8562] ( https://github.com/vuejs/router/commit/faa85624d37367c638fb9272a4130d8524143120 ) ), closes [ #1344 ] ( https://github.com/vuejs/router/issues/1344 )
9
+ - ** view:** handle @vue/compat automatically ([ 92becf6] ( https://github.com/vuejs/router/commit/92becf6dc6c4ef21985abb52887b4cec626f5c82 ) ), closes [ #1315 ] ( https://github.com/vuejs/router/issues/1315 )
10
+
1
11
## [ 4.0.14] ( https://github.com/vuejs/router/compare/v4.0.13...v4.0.14 ) (2022-03-10)
2
12
3
13
### Features
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue-router" ,
3
- "version" : " 4.0.147 " ,
2
+ "name" : " @borisich37/ vue-router" ,
3
+ "version" : " 4.0.148 " ,
4
4
"main" : " dist/vue-router.cjs.js" ,
5
5
"unpkg" : " dist/vue-router.global.js" ,
6
6
"jsdelivr" : " dist/vue-router.global.js" ,
24
24
" vetur/attributes.json" ,
25
25
" README.md"
26
26
],
27
+ "publishConfig" : {
28
+ "access" : " public"
29
+ },
27
30
"scripts" : {
28
31
"dev" : " vite --config playground/vite.config.js" ,
29
32
"release" : " bash scripts/release.sh" ,
You can’t perform that action at this time.
0 commit comments