]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.4 v4.0.4
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Feb 2021 13:17:03 +0000 (14:17 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Feb 2021 13:17:03 +0000 (14:17 +0100)
CHANGELOG.md
package.json

index 4a33a5776a90638c3547c12265fcce4d7b0a887f..62002eb87a4abc2bf0f9cf5c2b6c6e99367dcc53 100644 (file)
@@ -1,3 +1,16 @@
+## [4.0.4](https://github.com/vuejs/vue-router-next/compare/v4.0.3...v4.0.4) (2021-02-19)
+
+### Bug Fixes
+
+- **devtools:** id and label ([#742](https://github.com/vuejs/vue-router-next/issues/742)) ([d034307](https://github.com/vuejs/vue-router-next/commit/d034307444860fb834b0f5b5a1ddd0cce9d6d842))
+- **guards:** vue-class-component call guards on first... ([#755](https://github.com/vuejs/vue-router-next/issues/755)) ([06f942d](https://github.com/vuejs/vue-router-next/commit/06f942d0fbe1c5c86dc7e17d38c00d595854bd4f))
+- **matcher:** force leading slash with optional param in multi segments ([11c882f](https://github.com/vuejs/vue-router-next/commit/11c882f8f3b56d2c87fc095c46eb8050fbbf61df))
+- **warn:** should not warn missing optional params in aliases ([92f8901](https://github.com/vuejs/vue-router-next/commit/92f8901f54775cb4b3d1f2415b6a2b3ff77eb440))
+
+### Features
+
+- **types:** make meta type safe with unknown ([eef0472](https://github.com/vuejs/vue-router-next/commit/eef0472e3589ed0a6df0528a7b96f1d7bf316843))
+
 ## [4.0.3](https://github.com/vuejs/vue-router-next/compare/v4.0.2...v4.0.3) (2021-01-11)
 
 ### Bug Fixes
index 12604e04c3eb580cce5ea564b775dd71fb6e5cef..e01cad7131f251c39c8e68c12f9ff52ec38c4597 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.3",
+  "version": "4.0.4",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",