Skip to content

Commit 14b87f6

Browse files
committed
release: vue-router@4.5.1
1 parent 56b5cbb commit 14b87f6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/router/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.5.1](https://github.com/vuejs/router/compare/v4.5.0...v4.5.1) (2025-04-25)
2+
3+
### Bug Fixes
4+
5+
- missing viewTransition prop on RouterLink ([#2465](https://github.com/vuejs/router/issues/2465)) ([2ddd19f](https://github.com/vuejs/router/commit/2ddd19fcfb9877b6952d55c75989fea6ba6a1367))
6+
7+
### Features
8+
9+
- activate madvue banner ([#2480](https://github.com/vuejs/router/issues/2480)) ([8e38733](https://github.com/vuejs/router/commit/8e387338c40cd0d68fc02f8ee8fb83d6a3b834f0))
10+
- memory history stores state ([#2491](https://github.com/vuejs/router/issues/2491)) ([24ff936](https://github.com/vuejs/router/commit/24ff936bed41166a03f365ab1437960f6426bed1))
11+
- **types:** add support for children routes as union ([#2475](https://github.com/vuejs/router/issues/2475)) ([0ce408d](https://github.com/vuejs/router/commit/0ce408dadbb45a4790e2ccee311a032cc7c6d957))
12+
113
# [4.5.0](https://github.com/vuejs/router/compare/v4.4.5...v4.5.0) (2024-11-25)
214

315
### Bug Fixes

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"main": "index.js",
55
"unpkg": "dist/vue-router.global.js",
66
"jsdelivr": "dist/vue-router.global.js",

0 commit comments

Comments
 (0)