]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.10 v4.0.10
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 21 Jun 2021 14:48:14 +0000 (16:48 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 21 Jun 2021 14:48:14 +0000 (16:48 +0200)
CHANGELOG.md
package.json

index 44b90b2e9188bcfc70f46b236fd4dad534b6def1..10298a01ef14d89b7b3d690837f9ac0065403ce2 100644 (file)
@@ -1,3 +1,10 @@
+## [4.0.10](https://github.com/vuejs/vue-router-next/compare/v4.0.9...v4.0.10) (2021-06-21)
+
+### Features
+
+- **devtools:** display components using `useLink()` ([aab8c04](https://github.com/vuejs/vue-router-next/commit/aab8c0414af6784fc0250fb4b81be4186ff4cfec)), closes [#1003](https://github.com/vuejs/vue-router-next/issues/1003)
+- **link:** expose useLink on RouterLink as internal ([#1002](https://github.com/vuejs/vue-router-next/issues/1002)) ([57b1468](https://github.com/vuejs/vue-router-next/commit/57b1468645248068c76b809efd10f3f42762d52b))
+
 ## [4.0.9](https://github.com/vuejs/vue-router-next/compare/v4.0.8...v4.0.9) (2021-06-16)
 
 ### Bug Fixes
index 2a25d71156de6f7f8570fbcac6c464952d7359cc..1f53c571a64ad40e9bf1aa949deb3a26002b1a96 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.9",
+  "version": "4.0.10",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",