]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.5.1 v4.5.1
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 25 Apr 2025 13:02:58 +0000 (15:02 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 25 Apr 2025 13:02:58 +0000 (15:02 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index d96e8ad752cde9734763101efd0b6ecfaffc7eae..39d75a4c1c355009071a36fe7e99da4225c34d0e 100644 (file)
@@ -1,3 +1,15 @@
+## [4.5.1](https://github.com/vuejs/router/compare/v4.5.0...v4.5.1) (2025-04-25)
+
+### Bug Fixes
+
+- missing viewTransition prop on RouterLink ([#2465](https://github.com/vuejs/router/issues/2465)) ([2ddd19f](https://github.com/vuejs/router/commit/2ddd19fcfb9877b6952d55c75989fea6ba6a1367))
+
+### Features
+
+- activate madvue banner ([#2480](https://github.com/vuejs/router/issues/2480)) ([8e38733](https://github.com/vuejs/router/commit/8e387338c40cd0d68fc02f8ee8fb83d6a3b834f0))
+- memory history stores state ([#2491](https://github.com/vuejs/router/issues/2491)) ([24ff936](https://github.com/vuejs/router/commit/24ff936bed41166a03f365ab1437960f6426bed1))
+- **types:** add support for children routes as union ([#2475](https://github.com/vuejs/router/issues/2475)) ([0ce408d](https://github.com/vuejs/router/commit/0ce408dadbb45a4790e2ccee311a032cc7c6d957))
+
 # [4.5.0](https://github.com/vuejs/router/compare/v4.4.5...v4.5.0) (2024-11-25)
 
 ### Bug Fixes
index 5294ad56dced85f2f2d720da256a1fe73094d76a..776753dfd2422c1e88ff2dcfff75cc15d6806a5f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.5.0",
+  "version": "4.5.1",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",