]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.11 v4.0.11
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Aug 2021 07:51:22 +0000 (09:51 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Aug 2021 07:51:22 +0000 (09:51 +0200)
CHANGELOG.md
package.json

index 10298a01ef14d89b7b3d690837f9ac0065403ce2..754f34a965c7c652f0deb207c5d620691c2f1eab 100644 (file)
@@ -1,3 +1,12 @@
+## [4.0.11](https://github.com/vuejs/vue-router-next/compare/v4.0.10...v4.0.11) (2021-08-09)
+
+### Bug Fixes
+
+- **query:** empty object with custom stringify ([4dd2fbf](https://github.com/vuejs/vue-router-next/commit/4dd2fbfeb486800a7d5fbc384eb567c3c6532f41))
+- **router:** allow null | undefined for params ([ebca15a](https://github.com/vuejs/vue-router-next/commit/ebca15a0140453c6671fdae7a9864badc650531e))
+- **router:** invalidate ongoing navigation when unmounting ([d8fb7d0](https://github.com/vuejs/vue-router-next/commit/d8fb7d0ab1694fe86edbd52668f84fb9bb9f4dcf))
+- **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))
+
 ## [4.0.10](https://github.com/vuejs/vue-router-next/compare/v4.0.9...v4.0.10) (2021-06-21)
 
 ### Features
index d90982d9a54e997759e291036267b5af14421901..f9d8094a265654292aa5dc041f314ebac7939ef8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.10",
+  "version": "4.0.11",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",