]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.0-alpha.14 v4.0.0-alpha.14
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 1 Jul 2020 13:39:02 +0000 (15:39 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 1 Jul 2020 13:39:02 +0000 (15:39 +0200)
CHANGELOG.md
package.json

index 4742278ac7069f14c960c16a72fdb20912049f5a..262c13a6d0b248c71275df24fa655a5016df3c17 100644 (file)
@@ -1,3 +1,16 @@
+# [4.0.0-alpha.14](https://github.com/vuejs/vue-router-next/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-07-01)
+
+### Bug Fixes
+
+- **hash:** use relative links in hash mode ([32c9590](https://github.com/vuejs/vue-router-next/commit/32c9590db89e69c8f7c61905a5eaf19df2054e42)), closes [#342](https://github.com/vuejs/vue-router-next/issues/342)
+- **query:** do not normalize query with custom stringifyQuery ([ea65066](https://github.com/vuejs/vue-router-next/commit/ea65066e8511d8320ad8de37b32ea9a8028fa9d5)), closes [#328](https://github.com/vuejs/vue-router-next/issues/328)
+- **query:** isSameRouteLocation compares queries by string ([6e1f0ea](https://github.com/vuejs/vue-router-next/commit/6e1f0eacf60c7e3d465dd0af68f79dc649269b17)), closes [#328](https://github.com/vuejs/vue-router-next/issues/328)
+
+### Features
+
+- **redirect:** allow redirect on routes witch children ([e57b875](https://github.com/vuejs/vue-router-next/commit/e57b875dd9d375778a847627434803f4ec79a818))
+- **router:** support multiple apps at the same time ([565ec9d](https://github.com/vuejs/vue-router-next/commit/565ec9d489b4aad347ee466b781ca85aff76bf2d))
+
 # [4.0.0-alpha.13](https://github.com/vuejs/vue-router-next/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-06-18)
 
 ### Bug Fixes
index adabc55fa3b01746cf6da6c3bca514df3b1c979f..7adeea641f8b2c84aa214944a1d391454891017e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.0-alpha.13",
+  "version": "4.0.0-alpha.14",
   "main": "dist/vue-router.cjs.js",
   "browser": "dist/vue-router.esm.js",
   "unpkg": "dist/vue-router.global.js",