]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.0-beta.4 v4.0.0-beta.4
authorEduardo San Martin Morote <posva13@gmail.com>
Sat, 25 Jul 2020 19:22:19 +0000 (21:22 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sat, 25 Jul 2020 19:22:19 +0000 (21:22 +0200)
CHANGELOG.md
package.json

index e7063d214eb545ce5aaee254fe4d4392eacc9d69..5fece01283fd54d7ad39f11d33dd38c0031d3443 100644 (file)
@@ -1,3 +1,10 @@
+# [4.0.0-beta.4](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2020-07-25)
+
+### Bug Fixes
+
+- **router-view:** render the slot when there is no match ([bae42d4](https://github.com/vuejs/vue-router-next/commit/bae42d41c2240947e5b649e568cad274214c6346)), closes [#385](https://github.com/vuejs/vue-router-next/issues/385)
+- work on Edge by adding an argument to catch ([#383](https://github.com/vuejs/vue-router-next/issues/383)) ([9580bea](https://github.com/vuejs/vue-router-next/commit/9580bead1f03f1be95473e965daa1f1ee78921f3))
+
 # [4.0.0-beta.3](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2020-07-21)
 
 ### Bug Fixes
index e760e4c647ddad19d04874dce27194221046772b..58b01c3da26a546591555da3dd9925f051caddc8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.0-beta.3",
+  "version": "4.0.0-beta.4",
   "main": "dist/vue-router.cjs.js",
   "browser": "dist/vue-router.esm.js",
   "unpkg": "dist/vue-router.global.js",