]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.0-rc.6 v4.0.0-rc.6
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 30 Nov 2020 08:35:31 +0000 (09:35 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 30 Nov 2020 08:35:31 +0000 (09:35 +0100)
CHANGELOG.md
package.json

index 8feddf8d765c0649e173db3b7648e8a61d152be7..80d42e09471ecdf0b52d77e21958ed5609b57517 100644 (file)
@@ -1,3 +1,14 @@
+# [4.0.0-rc.6](https://github.com/vuejs/vue-router-next/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2020-11-30)
+
+### Bug Fixes
+
+- **guards:** correctly reuse guards ([#616](https://github.com/vuejs/vue-router-next/issues/616)) ([95d44c8](https://github.com/vuejs/vue-router-next/commit/95d44c8ff2a961e052fd67b2160b87fb32d0ffb4)), closes [#614](https://github.com/vuejs/vue-router-next/issues/614)
+
+### Features
+
+- **devtools:** improve active + match in routes inspector ([9f59489](https://github.com/vuejs/vue-router-next/commit/9f59489f04cedfca5ba55da019b2dc790e926fd7))
+- **types:** expose `LocationQueryValueRaw` as internal ([dc02850](https://github.com/vuejs/vue-router-next/commit/dc028500c3e931ed5fd6beedf58b5425f5115b52))
+
 # [4.0.0-rc.5](https://github.com/vuejs/vue-router-next/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2020-11-21)
 
 ### Features
index af21543312e9b192697644f19993e9ba1f43ef59..5284a0684b7d2caf898f0fe66532f3025b9e4139 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.0-rc.5",
+  "version": "4.0.0-rc.6",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",