From: Eduardo San Martin Morote Date: Wed, 27 Jul 2022 10:09:54 +0000 (+0200) Subject: release: vue-router@4.1.3 X-Git-Tag: v4.1.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79638240a85cb3584df340d8b29fba16bcab7f78;p=thirdparty%2Fvuejs%2Frouter.git release: vue-router@4.1.3 --- diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 8297d43e..6d05b2ae 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.1.3](https://github.com/vuejs/router/compare/v4.1.2...v4.1.3) (2022-07-27) + +### Bug Fixes + +- allow overriding replace in guards ([f0f448a](https://github.com/vuejs/router/commit/f0f448abe0d9c64e35aec8c1906ef4bf7059577f)), closes [#1471](https://github.com/vuejs/router/issues/1471) +- avoid restore on cancelled pop navigations ([66491c1](https://github.com/vuejs/router/commit/66491c1fb56de924337ac35a0d235e662d138480)) +- **matcher:** correctly resolve empty paths with optional params ([4d5182a](https://github.com/vuejs/router/commit/4d5182a3e8e74e1bb66b641c39391349be6d963b)), closes [#1475](https://github.com/vuejs/router/issues/1475) +- **types:** allow redirect with children ([9f0d999](https://github.com/vuejs/router/commit/9f0d9997b681b33b5ad2180399612fba14898372)), closes [#1476](https://github.com/vuejs/router/issues/1476) + ## [4.1.2](https://github.com/vuejs/router/compare/v4.1.1...v4.1.2) (2022-07-11) ### Bug Fixes diff --git a/packages/router/package.json b/packages/router/package.json index 3a85763e..5aafba00 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "vue-router", - "version": "4.1.2", + "version": "4.1.3", "main": "index.js", "unpkg": "dist/vue-router.global.js", "jsdelivr": "dist/vue-router.global.js",