From: Eduardo San Martin Morote Date: Fri, 19 Feb 2021 13:17:03 +0000 (+0100) Subject: release: v4.0.4 X-Git-Tag: v4.0.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef43f1bbc2aad094fddfef0f2c91c9b25cb9881;p=thirdparty%2Fvuejs%2Frouter.git release: v4.0.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a33a577..62002eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 12604e04..e01cad71 100644 --- a/package.json +++ b/package.json @@ -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",