Skip to content

Commit d25371a

Browse files
committed
release: v4.0.11
1 parent 4dd2fbf commit d25371a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.0.11](https://github.com/vuejs/vue-router-next/compare/v4.0.10...v4.0.11) (2021-08-09)
2+
3+
### Bug Fixes
4+
5+
- **query:** empty object with custom stringify ([4dd2fbf](https://github.com/vuejs/vue-router-next/commit/4dd2fbfeb486800a7d5fbc384eb567c3c6532f41))
6+
- **router:** allow null | undefined for params ([ebca15a](https://github.com/vuejs/vue-router-next/commit/ebca15a0140453c6671fdae7a9864badc650531e))
7+
- **router:** invalidate ongoing navigation when unmounting ([d8fb7d0](https://github.com/vuejs/vue-router-next/commit/d8fb7d0ab1694fe86edbd52668f84fb9bb9f4dcf))
8+
- **types:** Support `undefined` in NavigationGuardNext ([#1059](https://github.com/vuejs/vue-router-next/issues/1059)) ([6cce232](https://github.com/vuejs/vue-router-next/commit/6cce232ba0dc5d89f6a53c1af674a8e0c6eb8790))
9+
110
## [4.0.10](https://github.com/vuejs/vue-router-next/compare/v4.0.9...v4.0.10) (2021-06-21)
211

312
### Features

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.10",
3+
"version": "4.0.11",
44
"main": "dist/vue-router.cjs.js",
55
"unpkg": "dist/vue-router.global.js",
66
"jsdelivr": "dist/vue-router.global.js",

0 commit comments

Comments
 (0)