From 2d0a79def756db3284fc848098d6fec81ac893a4 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 25 Nov 2024 15:56:52 +0100 Subject: [PATCH] release: vue-router@4.5.0 --- packages/router/CHANGELOG.md | 13 +++++++++++++ packages/router/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 30812a460..d96e8ad75 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,3 +1,16 @@ +# [4.5.0](https://github.com/vuejs/router/compare/v4.4.5...v4.5.0) (2024-11-25) + +### Bug Fixes + +- combining 'end' and 'strict' ([#2154](https://github.com/vuejs/router/issues/2154)) ([ab62098](https://github.com/vuejs/router/commit/ab62098b4f47b910ad89b8f08b882bf0d38c973f)) +- custom directive doesn't work when custom=true ([#2377](https://github.com/vuejs/router/issues/2377)) ([0d8d997](https://github.com/vuejs/router/commit/0d8d9978cbf1cae77ee4d9ac6cec69cc341a8243)) +- **router:** allow duplicated navigation on back + redirect ([#2133](https://github.com/vuejs/router/issues/2133)) ([d992bb2](https://github.com/vuejs/router/commit/d992bb2085cadf01b270e4f04b3d91c4fd5a70e3)) + +### Features + +- **link:** add view-transition prop ([#2356](https://github.com/vuejs/router/issues/2356)) ([e978eb8](https://github.com/vuejs/router/commit/e978eb8efeef193dfaf5f358a56109633d17fc56)) +- throw if parent and child routes have the same name ([#2267](https://github.com/vuejs/router/issues/2267)) ([8c73877](https://github.com/vuejs/router/commit/8c73877dc159fb7d736f9d0a71ba22e8130012a3)) + ## [4.4.5](https://github.com/vuejs/router/compare/v4.4.4...v4.4.5) (2024-09-13) ### Bug Fixes diff --git a/packages/router/package.json b/packages/router/package.json index 8b78cdbb8..5294ad56d 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "vue-router", - "version": "4.4.5", + "version": "4.5.0", "main": "index.js", "unpkg": "dist/vue-router.global.js", "jsdelivr": "dist/vue-router.global.js",