]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.0-beta.7 v4.0.0-beta.7
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 19 Aug 2020 13:19:52 +0000 (15:19 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 19 Aug 2020 13:19:52 +0000 (15:19 +0200)
CHANGELOG.md
package.json

index 28cc168c196330d9c1f721b7b7564244348b2cc6..1144801946031a438ebe3f5502ffd0b23e561cb2 100644 (file)
@@ -1,3 +1,16 @@
+# [4.0.0-beta.7](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2020-08-19)
+
+### Bug Fixes
+
+- **encoding:** encode partial params ([eb04117](https://github.com/vuejs/vue-router-next/commit/eb041175c02ab0dac093823574a85bbbbf2056eb))
+- **matcher:** avoid trailing slash with optional params ([faf0aab](https://github.com/vuejs/vue-router-next/commit/faf0aab6451848e5b4330e1d01033137a0c42a5a))
+- **types:** append declare module ([50ad404](https://github.com/vuejs/vue-router-next/commit/50ad404ae45086f051b01ac552e4a3ab98535633)), closes [#419](https://github.com/vuejs/vue-router-next/issues/419)
+- **vetur:** update tags/attributes definition ([#408](https://github.com/vuejs/vue-router-next/issues/408)) ([df8b2b1](https://github.com/vuejs/vue-router-next/commit/df8b2b140155d1e4ad5d00cd17d57ab2046a75e2))
+
+### Features
+
+- **warn:** warn against infinite redirections ([e3dcc8d](https://github.com/vuejs/vue-router-next/commit/e3dcc8d9477e17f9b92e22787b750edc4658b77a))
+
 # [4.0.0-beta.6](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2020-08-05)
 
 ### Bug Fixes
index 7dbae5e3541c776839e11eb881f72af5b5b7e2d8..a5e08bf6ac6d46acb8c64494532aa54fdb59bc0a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.0-beta.6",
+  "version": "4.0.0-beta.7",
   "main": "dist/vue-router.cjs.js",
   "browser": "dist/vue-router.esm.js",
   "unpkg": "dist/vue-router.global.js",