]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.12 v4.0.12
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Oct 2021 15:54:43 +0000 (17:54 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Oct 2021 15:54:43 +0000 (17:54 +0200)
CHANGELOG.md
package.json

index 754f34a965c7c652f0deb207c5d620691c2f1eab..4691847d5ccbb99e872c86eec35a23efcd50f9d9 100644 (file)
@@ -1,3 +1,14 @@
+## [4.0.12](https://github.com/vuejs/vue-router-next/compare/v4.0.11...v4.0.12) (2021-10-14)
+
+### Bug Fixes
+
+- **history:** ensure base is normalized in memory history ([#1112](https://github.com/vuejs/vue-router-next/issues/1112)) ([198a5bd](https://github.com/vuejs/vue-router-next/commit/198a5bda8354ea6c3121f5fbf92ed93390e70cfb))
+
+### Features
+
+- **devtools:** display router view path ([3ce3834](https://github.com/vuejs/vue-router-next/commit/3ce383402fbaa1539cdfe32cbdd48dfda5fbfa7b)), closes [#1119](https://github.com/vuejs/vue-router-next/issues/1119)
+- **warn:** improve message for onBeforeRoute\*() ([7d5230e](https://github.com/vuejs/vue-router-next/commit/7d5230e556002b6ddd17c857ad43608590e9a7bd))
+
 ## [4.0.11](https://github.com/vuejs/vue-router-next/compare/v4.0.10...v4.0.11) (2021-08-09)
 
 ### Bug Fixes
index e9c834a1d35bd96be9244a30094522aa4daef024..b15f60a43922a20b3110ee43f123d1bbeffa4899 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.11",
+  "version": "4.0.12",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",