]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.6.4 v4.6.4
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Dec 2025 15:13:46 +0000 (16:13 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Dec 2025 15:13:46 +0000 (16:13 +0100)
packages/router/CHANGELOG.md
packages/router/package.json

index ff2e62c853afca2aa17c9df2e2192309abca5c5e..c847a9fd63baa52896eb4978e051a883b9583612 100644 (file)
@@ -1,3 +1,15 @@
+## [4.6.4](https://github.com/vuejs/router/compare/v4.6.3...v4.6.4) (2025-12-11)
+
+### Bug Fixes
+
+- **experimental:** isActive with custom params ([edca66c](https://github.com/vuejs/router/commit/edca66c6da5650aaa98f47ff9f4c125bbb05bb7f))
+- make the build output compatible with v4.5 ([#2591](https://github.com/vuejs/router/issues/2591)) ([42bc246](https://github.com/vuejs/router/commit/42bc246f74d2c0720ebe444d35fc4977b4c4fc6c))
+
+### Features
+
+- **experimental:** basic alias ([ded2d57](https://github.com/vuejs/router/commit/ded2d578954752e5d1fb3f0ed0fc028bb7bd0786))
+- **experimental:** handle redirect types ([92efba7](https://github.com/vuejs/router/commit/92efba791e263e9bda23eb6f9e97c44b4e6ddb57))
+
 ## [4.6.3](https://github.com/vuejs/router/compare/v4.6.2...v4.6.3) (2025-10-16)
 
 ### Bug Fixes
index 5739b783f1f259b847dc085498f5cb0dd4bb5581..7d9bea937b92835ea4cc29a812623e8b17a3b8f3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.6.3",
+  "version": "4.6.4",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",