]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: add changelog file
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Feb 2020 10:21:50 +0000 (11:21 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Feb 2020 10:21:50 +0000 (11:21 +0100)
CHANGELOG.md [new file with mode: 0644]

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..4cd94be
--- /dev/null
@@ -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