From: Eduardo San Martin Morote Date: Wed, 17 Apr 2024 09:06:02 +0000 (+0200) Subject: release: vue-router@4.3.1 X-Git-Tag: v4.3.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85e5cbcada56a49f8423de2d6776e3129062c71;p=thirdparty%2Fvuejs%2Frouter.git release: vue-router@4.3.1 --- diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index f9e11096..99b60b04 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,3 +1,14 @@ +## [4.3.1](https://github.com/vuejs/router/compare/v4.3.0...v4.3.1) (2024-04-17) + +### Bug Fixes + +- avoid normalizing the fullPath ([#2189](https://github.com/vuejs/router/issues/2189)) ([c54fc84](https://github.com/vuejs/router/commit/c54fc8407bd1944a3b724fbcc7f6fbac5ff45f0f)), closes [vuejs/router#2187](https://github.com/vuejs/router/issues/2187) + +### Features + +- **dx:** warn when `addRoute` cannot find the parent ([#2157](https://github.com/vuejs/router/issues/2157)) ([6377083](https://github.com/vuejs/router/commit/63770832d01a86a7464fde744e94058aae07de2e)) +- **dx:** warn when passing undefined/null locations ([#2158](https://github.com/vuejs/router/issues/2158)) ([089378b](https://github.com/vuejs/router/commit/089378bb973a6d91ddfe8eea76a670cd805fb5cf)) + # [4.3.0](https://github.com/vuejs/router/compare/v4.2.5...v4.3.0) (2024-02-21) ### Bug Fixes diff --git a/packages/router/package.json b/packages/router/package.json index 36a57bd7..b6f3604a 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "vue-router", - "version": "4.3.0", + "version": "4.3.1", "main": "index.js", "unpkg": "dist/vue-router.global.js", "jsdelivr": "dist/vue-router.global.js",