]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.5 v4.0.5
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Mar 2021 15:31:45 +0000 (16:31 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Mar 2021 15:31:45 +0000 (16:31 +0100)
CHANGELOG.md
package.json

index 62002eb87a4abc2bf0f9cf5c2b6c6e99367dcc53..55be788c57939f0eaca9c00239a367bd288e42bc 100644 (file)
@@ -1,3 +1,15 @@
+## [4.0.5](https://github.com/vuejs/vue-router-next/compare/v4.0.4...v4.0.5) (2021-03-11)
+
+### Bug Fixes
+
+- **guards:** avoid enter guards between aliases ([0048b9b](https://github.com/vuejs/vue-router-next/commit/0048b9b1b0fd0a0652fdabb683309fc5c0d5dbe4))
+- **guards:** ensure beforeRouteUpdate works with aliases ([#819](https://github.com/vuejs/vue-router-next/issues/819)) ([45ecb20](https://github.com/vuejs/vue-router-next/commit/45ecb205920be60c9b454dbb55cf4fe213bbc697)), closes [#805](https://github.com/vuejs/vue-router-next/issues/805)
+- **view:** correctly reuse instance guards ([#795](https://github.com/vuejs/vue-router-next/issues/795)) ([d4fde59](https://github.com/vuejs/vue-router-next/commit/d4fde599803a1be9d4823de0e406c9ce66143e2c))
+
+### Features
+
+- **devtools:** group navigations ([d3b5dfb](https://github.com/vuejs/vue-router-next/commit/d3b5dfb6d8a3da96ee93426dc4b5429581e8a739))
+
 ## [4.0.4](https://github.com/vuejs/vue-router-next/compare/v4.0.3...v4.0.4) (2021-02-19)
 
 ### Bug Fixes
index 4f679fc877cb6f6ce5b43c60f7990f673a5d8986..120cdf9590b46740d95b033964f17740239362e8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",