]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.4.4 v4.4.4
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 10 Sep 2024 17:59:21 +0000 (19:59 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 10 Sep 2024 17:59:21 +0000 (19:59 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index 0ed655457d8b58e9bf18acb2b944fdb53ce7a3c8..1a326109dea637c904bfdd7652251b152ad03ca0 100644 (file)
@@ -1,3 +1,13 @@
+## [4.4.4](https://github.com/vuejs/router/compare/v4.4.3...v4.4.4) (2024-09-10)
+
+### Bug Fixes
+
+- **ssr:** handle symboless Modules in dynamic imports ([#2355](https://github.com/vuejs/router/issues/2355)) ([4861467](https://github.com/vuejs/router/commit/4861467e60a9e20d00cb46e4b9bbce1a2e129e0e))
+
+### Features
+
+- **loaders:** internal mods in route records ([5ff2cd0](https://github.com/vuejs/router/commit/5ff2cd09d656a6f5ff38517c87d48b89f41ff49b))
+
 ## [4.4.3](https://github.com/vuejs/router/compare/v4.4.2...v4.4.3) (2024-08-06)
 
 ### Bug Fixes
index b649a869b19abbc3c8cafe04d92940fcf38f6ed6..edafe5d1383bc48dd8b331cd18a66b92c6a8507c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.4.3",
+  "version": "4.4.4",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",