]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.16 v4.0.16
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 9 Jun 2022 19:01:56 +0000 (21:01 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 9 Jun 2022 19:01:56 +0000 (21:01 +0200)
CHANGELOG.md
package.json

index 78e045f4107156bf288d90ffe0a26f7dd1e41db1..c65d8bb60e7f551eab457df7eb72c2dfed33c13f 100644 (file)
@@ -1,3 +1,10 @@
+## [4.0.16](https://github.com/vuejs/router/compare/v4.0.15...v4.0.16) (2022-06-09)
+
+### Bug Fixes
+
+- **compat:** force router-link mode to Vue 3 ([#1426](https://github.com/vuejs/router/issues/1426)) ([0478512](https://github.com/vuejs/router/commit/047851299c4c438cc977f6d5d7da455eb69195db))
+- **matcher:** leave catchall routes at the end ([77f0998](https://github.com/vuejs/router/commit/77f099835a237e5b996ff4af19d1488b49990c38)), closes [#1435](https://github.com/vuejs/router/issues/1435)
+
 ## [4.0.15](https://github.com/vuejs/router/compare/v4.0.14...v4.0.15) (2022-05-04)
 
 ### Bug Fixes
index 8c90481cbf4c2d3cf9288ef623ea00cd995bdc84..119d8909ee2b3d9959aede2b9c5a34fc4f451210 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.15",
+  "version": "4.0.16",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",