From: Eduardo San Martin Morote Date: Wed, 26 Feb 2020 10:21:50 +0000 (+0100) Subject: chore: add changelog file X-Git-Tag: v4.0.0-alpha.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea1c30e3534ac78818ca68ca7066bf5d430b6e6;p=thirdparty%2Fvuejs%2Frouter.git chore: add changelog file --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..4cd94bea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# [4.0.0-alpha.0](https://github.com/vuejs/vue-router-next/compare/v0.0.11...v4.0.0-alpha.0) (2020-02-26) + +## Known issues + +### Breaking changes compared to vue-router@3.x + +- `mode: 'history'` -> `history: createHistory()` +- Catch all routes (`/*`) must now be defined using a parameter with a custom regex: `/:catchAll(.*)` + +### Missing features + +- `keep-alive` is not yet supported +- Partial support of per-component navigation guards. No `beforeRouteEnter` yet