]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.6 v4.0.6
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 6 Apr 2021 08:28:05 +0000 (10:28 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 6 Apr 2021 08:28:05 +0000 (10:28 +0200)
CHANGELOG.md
package.json

index 55be788c57939f0eaca9c00239a367bd288e42bc..5c2db33a6b51a7092c1025204a8754bff144a152 100644 (file)
@@ -1,3 +1,15 @@
+## [4.0.6](https://github.com/vuejs/vue-router-next/compare/v4.0.5...v4.0.6) (2021-04-06)
+
+### Bug Fixes
+
+- **link:** let vue merge attrs ([4142871](https://github.com/vuejs/vue-router-next/commit/4142871189dbb13e1ce2d6be8d82bd5aa27526a3)), closes [#846](https://github.com/vuejs/vue-router-next/issues/846)
+- **link:** use flush post in devtools watcher ([4108814](https://github.com/vuejs/vue-router-next/commit/41088143c62244fe7b198e0907f4f6f98852df62)), closes [#845](https://github.com/vuejs/vue-router-next/issues/845)
+
+### Features
+
+- **types:** allow currentLocation param in resolve ([add6ce9](https://github.com/vuejs/vue-router-next/commit/add6ce9677ffd2c636e215ffab5ddbdef22b0158))
+- **warn:** throws if history is missing ([#844](https://github.com/vuejs/vue-router-next/issues/844)) ([dd8bf6c](https://github.com/vuejs/vue-router-next/commit/dd8bf6cf48db352cef72f419a14d1540818eb6ff))
+
 ## [4.0.5](https://github.com/vuejs/vue-router-next/compare/v4.0.4...v4.0.5) (2021-03-11)
 
 ### Bug Fixes
index fed05afae351105759ae2b865573e88653a9e8d0..502d5f3e8781286f3d623f00b65b18af213caca1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.5",
+  "version": "4.0.6",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",