]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.15 v4.0.15
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 May 2022 08:16:36 +0000 (10:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 May 2022 08:16:36 +0000 (10:16 +0200)
CHANGELOG.md
package.json

index 99df0172bfdfd81c0dc7b318b3fbf4b47e734ce8..78e045f4107156bf288d90ffe0a26f7dd1e41db1 100644 (file)
@@ -1,3 +1,11 @@
+## [4.0.15](https://github.com/vuejs/router/compare/v4.0.14...v4.0.15) (2022-05-04)
+
+### Bug Fixes
+
+- **matcher:** keep trailing slash on empty optional params ([2f1e9b9](https://github.com/vuejs/router/commit/2f1e9b976d7c5c1ada38c57f276304688d31b7e4)), closes [#1357](https://github.com/vuejs/router/issues/1357)
+- setup history listeners once ([faa8562](https://github.com/vuejs/router/commit/faa85624d37367c638fb9272a4130d8524143120)), closes [#1344](https://github.com/vuejs/router/issues/1344)
+- **view:** handle @vue/compat automatically ([92becf6](https://github.com/vuejs/router/commit/92becf6dc6c4ef21985abb52887b4cec626f5c82)), closes [#1315](https://github.com/vuejs/router/issues/1315)
+
 ## [4.0.14](https://github.com/vuejs/router/compare/v4.0.13...v4.0.14) (2022-03-10)
 
 ### Features
index 6c918cf3085a6a361c1d4af834535705ef40fbd6..8c90481cbf4c2d3cf9288ef623ea00cd995bdc84 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.14",
+  "version": "4.0.15",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",