]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.3.2 v4.3.2
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 Apr 2024 10:00:34 +0000 (12:00 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 Apr 2024 10:00:34 +0000 (12:00 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index 99b60b040f49fb0a0ccf099d24d56ae0fef4f5e6..d66bd41ddce97bdebed9b1e1f40c9d854af19620 100644 (file)
@@ -1,3 +1,9 @@
+## [4.3.2](https://github.com/vuejs/router/compare/v4.3.1...v4.3.2) (2024-04-18)
+
+### Bug Fixes
+
+- Revert "fix: avoid normalizing the fullPath ([#2189](https://github.com/vuejs/router/issues/2189))" ([b78aa98](https://github.com/vuejs/router/commit/b78aa98792e86e08b76eb879e496fe1c300c1e18)), closes [vuejs/router#2216](https://github.com/vuejs/router/issues/2216). This was creating other bugs when reusing a normalized location (common pattern). The original issue wasn't a problem in practice as the consistent values are the query, params, and hash.
+
 ## [4.3.1](https://github.com/vuejs/router/compare/v4.3.0...v4.3.1) (2024-04-17)
 
 ### Bug Fixes
index b6f3604a0b2deb1e90cfcc9d4cea7dfc9e18457e..f6af92949cb363d286c0add1487e69791fcce554 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.3.1",
+  "version": "4.3.2",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",