diff --git a/.changeset/chilly-colts-eat.md b/.changeset/chilly-colts-eat.md deleted file mode 100644 index 4d51773e981..00000000000 --- a/.changeset/chilly-colts-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@module-federation/utilities': patch ---- - -fix: Fixed an anomaly in exports Settings that caused an inability diff --git a/.changeset/config.json b/.changeset/config.json index dd554b2e465..527475f6f05 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -15,5 +15,11 @@ "access": "restricted", "baseBranch": "canary", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [ + "node-host", + "node-host-e2e", + "node-host-e2e", + "node-local-remote", + "node-remote" + ] } diff --git a/.changeset/nice-days-learn.md b/.changeset/nice-days-learn.md deleted file mode 100644 index b050f26b138..00000000000 --- a/.changeset/nice-days-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@module-federation/runtime': patch ---- - -fix: add runtime api diff --git a/packages/enhanced/CHANGELOG.md b/packages/enhanced/CHANGELOG.md index a5b04c8f4f3..477ee51dbe2 100644 --- a/packages/enhanced/CHANGELOG.md +++ b/packages/enhanced/CHANGELOG.md @@ -1,34 +1,36 @@ # [0.2.0-canary.5](https://github.com/module-federation/universe/compare/enhanced-0.2.0-canary.4...enhanced-0.2.0-canary.5) (2023-11-20) +## 0.0.4 + +### Patch Changes + +- @module-federation/sdk@0.0.4 ### Bug Fixes -* align with bytedance linting ([8000055](https://github.com/module-federation/universe/commit/800005571f37e0d1b31590834ddcd4d98bbd3086)) -* **enhanced:** refactory async boundary plugin ([230a105](https://github.com/module-federation/universe/commit/230a105b230ba108318d3e0aab6bea8e94fb3699)) -* nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) +- align with bytedance linting ([8000055](https://github.com/module-federation/universe/commit/800005571f37e0d1b31590834ddcd4d98bbd3086)) +- **enhanced:** refactory async boundary plugin ([230a105](https://github.com/module-federation/universe/commit/230a105b230ba108318d3e0aab6bea8e94fb3699)) +- nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) # [0.2.0-canary.4](https://github.com/module-federation/universe/compare/enhanced-0.2.0-canary.3...enhanced-0.2.0-canary.4) (2023-11-20) - ### Bug Fixes -* **enhanced:** use getAllReferencedChunks api for federation indexing ([b8846be](https://github.com/module-federation/universe/commit/b8846be5135c58841c3c22453e45751bebbecdeb)) -* **nextjs-mf:** Improved async startup dep track ([839e47b](https://github.com/module-federation/universe/commit/839e47bc7e1b887f0729c17257e6dd17cc3e3a5d)) -* rename plugin took tap ([b1e0f58](https://github.com/module-federation/universe/commit/b1e0f58d689a60223b03277fbffe3c5bd18dd481)) - +- **enhanced:** use getAllReferencedChunks api for federation indexing ([b8846be](https://github.com/module-federation/universe/commit/b8846be5135c58841c3c22453e45751bebbecdeb)) +- **nextjs-mf:** Improved async startup dep track ([839e47b](https://github.com/module-federation/universe/commit/839e47bc7e1b887f0729c17257e6dd17cc3e3a5d)) +- rename plugin took tap ([b1e0f58](https://github.com/module-federation/universe/commit/b1e0f58d689a60223b03277fbffe3c5bd18dd481)) ### Features -* **enhanced:** ✨ Reference Hoisting ([6ab3e72](https://github.com/module-federation/universe/commit/6ab3e72b147bf8338a4e50fee2ff49cc79c53195)) -* **enhanced:** HoistContainerReferencesPlugin ([adc00e7](https://github.com/module-federation/universe/commit/adc00e744522d3a96cbac7ff4f6fdfa435f77896)) -* **nextjs-mf:** Use HoistReferencePlugin over DelegatePlugin ([e8f1e43](https://github.com/module-federation/universe/commit/e8f1e437f13ad0b922c7e147c4911d83ebf1b226)) +- **enhanced:** ✨ Reference Hoisting ([6ab3e72](https://github.com/module-federation/universe/commit/6ab3e72b147bf8338a4e50fee2ff49cc79c53195)) +- **enhanced:** HoistContainerReferencesPlugin ([adc00e7](https://github.com/module-federation/universe/commit/adc00e744522d3a96cbac7ff4f6fdfa435f77896)) +- **nextjs-mf:** Use HoistReferencePlugin over DelegatePlugin ([e8f1e43](https://github.com/module-federation/universe/commit/e8f1e437f13ad0b922c7e147c4911d83ebf1b226)) # [0.2.0-canary.3](https://github.com/module-federation/universe/compare/enhanced-0.2.0-canary.2...enhanced-0.2.0-canary.3) (2023-11-08) - ### Bug Fixes -* **enhanced:** correct schema validation issues ([5a04a81](https://github.com/module-federation/universe/commit/5a04a812f505ab8287d206abd0a6996057a994fc)) +- **enhanced:** correct schema validation issues ([5a04a81](https://github.com/module-federation/universe/commit/5a04a812f505ab8287d206abd0a6996057a994fc)) # [0.2.0-canary.2](https://github.com/module-federation/universe/compare/enhanced-0.2.0-canary.1...enhanced-0.2.0-canary.2) (2023-11-07) diff --git a/packages/enhanced/package.json b/packages/enhanced/package.json index 9f68b912da8..40d971a9e10 100644 --- a/packages/enhanced/package.json +++ b/packages/enhanced/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/enhanced", - "version": "0.0.3", + "version": "0.0.4", "type": "commonjs", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/packages/nextjs-mf/CHANGELOG.md b/packages/nextjs-mf/CHANGELOG.md index 20e3a24e375..235f7251851 100644 --- a/packages/nextjs-mf/CHANGELOG.md +++ b/packages/nextjs-mf/CHANGELOG.md @@ -1,43 +1,48 @@ # [8.1.0-canary.7](https://github.com/module-federation/universe/compare/nextjs-mf-8.1.0-canary.6...nextjs-mf-8.1.0-canary.7) (2023-11-21) +## 8.1.0 + +### Patch Changes + +- Updated dependencies [966c737] + - @module-federation/utilities@3.0.5 + - @module-federation/node@2.0.2 + - @module-federation/enhanced@0.0.4 + - @module-federation/sdk@0.0.4 ### Bug Fixes -* align with bytedance linting ([8000055](https://github.com/module-federation/universe/commit/800005571f37e0d1b31590834ddcd4d98bbd3086)) -* **enhanced:** refactory async boundary plugin ([230a105](https://github.com/module-federation/universe/commit/230a105b230ba108318d3e0aab6bea8e94fb3699)) +- align with bytedance linting ([8000055](https://github.com/module-federation/universe/commit/800005571f37e0d1b31590834ddcd4d98bbd3086)) +- **enhanced:** refactory async boundary plugin ([230a105](https://github.com/module-federation/universe/commit/230a105b230ba108318d3e0aab6bea8e94fb3699)) # [8.1.0-canary.6](https://github.com/module-federation/universe/compare/nextjs-mf-8.1.0-canary.5...nextjs-mf-8.1.0-canary.6) (2023-11-20) - ### Bug Fixes -* **enhanced:** use getAllReferencedChunks api for federation indexing ([b8846be](https://github.com/module-federation/universe/commit/b8846be5135c58841c3c22453e45751bebbecdeb)) -* **nextjs-mf:** Improved async startup dep track ([839e47b](https://github.com/module-federation/universe/commit/839e47bc7e1b887f0729c17257e6dd17cc3e3a5d)) -* **nextjs-mf:** shared module proxies ([0929029](https://github.com/module-federation/universe/commit/092902911880c6fb58b5f5f003772d3a31879dd8)) -* **nextjs-mf:** update share scope rules ([39d69ba](https://github.com/module-federation/universe/commit/39d69ba3c7b550b67dc3bf793e1411b46c9b5eb5)) -* nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) -* rename plugin took tap ([b1e0f58](https://github.com/module-federation/universe/commit/b1e0f58d689a60223b03277fbffe3c5bd18dd481)) - +- **enhanced:** use getAllReferencedChunks api for federation indexing ([b8846be](https://github.com/module-federation/universe/commit/b8846be5135c58841c3c22453e45751bebbecdeb)) +- **nextjs-mf:** Improved async startup dep track ([839e47b](https://github.com/module-federation/universe/commit/839e47bc7e1b887f0729c17257e6dd17cc3e3a5d)) +- **nextjs-mf:** shared module proxies ([0929029](https://github.com/module-federation/universe/commit/092902911880c6fb58b5f5f003772d3a31879dd8)) +- **nextjs-mf:** update share scope rules ([39d69ba](https://github.com/module-federation/universe/commit/39d69ba3c7b550b67dc3bf793e1411b46c9b5eb5)) +- nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) +- rename plugin took tap ([b1e0f58](https://github.com/module-federation/universe/commit/b1e0f58d689a60223b03277fbffe3c5bd18dd481)) ### Features -* **enhanced:** ✨ Reference Hoisting ([6ab3e72](https://github.com/module-federation/universe/commit/6ab3e72b147bf8338a4e50fee2ff49cc79c53195)) -* **enhanced:** HoistContainerReferencesPlugin ([adc00e7](https://github.com/module-federation/universe/commit/adc00e744522d3a96cbac7ff4f6fdfa435f77896)) -* **nextjs-mf:** Use HoistReferencePlugin over DelegatePlugin ([e8f1e43](https://github.com/module-federation/universe/commit/e8f1e437f13ad0b922c7e147c4911d83ebf1b226)) +- **enhanced:** ✨ Reference Hoisting ([6ab3e72](https://github.com/module-federation/universe/commit/6ab3e72b147bf8338a4e50fee2ff49cc79c53195)) +- **enhanced:** HoistContainerReferencesPlugin ([adc00e7](https://github.com/module-federation/universe/commit/adc00e744522d3a96cbac7ff4f6fdfa435f77896)) +- **nextjs-mf:** Use HoistReferencePlugin over DelegatePlugin ([e8f1e43](https://github.com/module-federation/universe/commit/e8f1e437f13ad0b922c7e147c4911d83ebf1b226)) # [8.1.0-canary.5](https://github.com/module-federation/universe/compare/nextjs-mf-8.1.0-canary.4...nextjs-mf-8.1.0-canary.5) (2023-11-08) - ### Bug Fixes -* **enhanced:** correct schema validation issues ([5a04a81](https://github.com/module-federation/universe/commit/5a04a812f505ab8287d206abd0a6996057a994fc)) +- **enhanced:** correct schema validation issues ([5a04a81](https://github.com/module-federation/universe/commit/5a04a812f505ab8287d206abd0a6996057a994fc)) # [8.1.0-canary.4](https://github.com/module-federation/universe/compare/nextjs-mf-8.1.0-canary.3...nextjs-mf-8.1.0-canary.4) (2023-11-08) - ### Bug Fixes -* fix version missmatch ([2d45df4](https://github.com/module-federation/universe/commit/2d45df485e72471bd2d5b116a050a0ae2416acc1)) +- fix version missmatch ([2d45df4](https://github.com/module-federation/universe/commit/2d45df485e72471bd2d5b116a050a0ae2416acc1)) # [8.1.0-canary.3](https://github.com/module-federation/universe/compare/nextjs-mf-8.1.0-canary.2...nextjs-mf-8.1.0-canary.3) (2023-11-07) diff --git a/packages/nextjs-mf/package.json b/packages/nextjs-mf/package.json index f560b29aff0..cf3b21227d6 100644 --- a/packages/nextjs-mf/package.json +++ b/packages/nextjs-mf/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/nextjs-mf", - "version": "8.1.0-canary.7", + "version": "8.1.0", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index f2efd9eb604..cfa629dbe95 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,34 +1,39 @@ # [2.1.0-canary.6](https://github.com/module-federation/universe/compare/node-2.1.0-canary.5...node-2.1.0-canary.6) (2023-11-21) +## 2.0.2 + +### Patch Changes + +- Updated dependencies [966c737] + - @module-federation/utilities@3.0.5 + - @module-federation/enhanced@0.0.4 + - @module-federation/sdk@0.0.4 ### Bug Fixes -* align with bytedance linting ([8000055](https://github.com/module-federation/universe/commit/800005571f37e0d1b31590834ddcd4d98bbd3086)) -* **enhanced:** refactory async boundary plugin ([230a105](https://github.com/module-federation/universe/commit/230a105b230ba108318d3e0aab6bea8e94fb3699)) +- align with bytedance linting ([8000055](https://github.com/module-federation/universe/commit/800005571f37e0d1b31590834ddcd4d98bbd3086)) +- **enhanced:** refactory async boundary plugin ([230a105](https://github.com/module-federation/universe/commit/230a105b230ba108318d3e0aab6bea8e94fb3699)) # [2.1.0-canary.5](https://github.com/module-federation/universe/compare/node-2.1.0-canary.4...node-2.1.0-canary.5) (2023-11-20) - ### Bug Fixes -* **enhanced:** use getAllReferencedChunks api for federation indexing ([b8846be](https://github.com/module-federation/universe/commit/b8846be5135c58841c3c22453e45751bebbecdeb)) -* **nextjs-mf:** Improved async startup dep track ([839e47b](https://github.com/module-federation/universe/commit/839e47bc7e1b887f0729c17257e6dd17cc3e3a5d)) -* nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) -* rename plugin took tap ([b1e0f58](https://github.com/module-federation/universe/commit/b1e0f58d689a60223b03277fbffe3c5bd18dd481)) - +- **enhanced:** use getAllReferencedChunks api for federation indexing ([b8846be](https://github.com/module-federation/universe/commit/b8846be5135c58841c3c22453e45751bebbecdeb)) +- **nextjs-mf:** Improved async startup dep track ([839e47b](https://github.com/module-federation/universe/commit/839e47bc7e1b887f0729c17257e6dd17cc3e3a5d)) +- nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) +- rename plugin took tap ([b1e0f58](https://github.com/module-federation/universe/commit/b1e0f58d689a60223b03277fbffe3c5bd18dd481)) ### Features -* **enhanced:** ✨ Reference Hoisting ([6ab3e72](https://github.com/module-federation/universe/commit/6ab3e72b147bf8338a4e50fee2ff49cc79c53195)) -* **enhanced:** HoistContainerReferencesPlugin ([adc00e7](https://github.com/module-federation/universe/commit/adc00e744522d3a96cbac7ff4f6fdfa435f77896)) -* **nextjs-mf:** Use HoistReferencePlugin over DelegatePlugin ([e8f1e43](https://github.com/module-federation/universe/commit/e8f1e437f13ad0b922c7e147c4911d83ebf1b226)) +- **enhanced:** ✨ Reference Hoisting ([6ab3e72](https://github.com/module-federation/universe/commit/6ab3e72b147bf8338a4e50fee2ff49cc79c53195)) +- **enhanced:** HoistContainerReferencesPlugin ([adc00e7](https://github.com/module-federation/universe/commit/adc00e744522d3a96cbac7ff4f6fdfa435f77896)) +- **nextjs-mf:** Use HoistReferencePlugin over DelegatePlugin ([e8f1e43](https://github.com/module-federation/universe/commit/e8f1e437f13ad0b922c7e147c4911d83ebf1b226)) # [2.1.0-canary.4](https://github.com/module-federation/universe/compare/node-2.1.0-canary.3...node-2.1.0-canary.4) (2023-11-08) - ### Bug Fixes -* **enhanced:** correct schema validation issues ([5a04a81](https://github.com/module-federation/universe/commit/5a04a812f505ab8287d206abd0a6996057a994fc)) +- **enhanced:** correct schema validation issues ([5a04a81](https://github.com/module-federation/universe/commit/5a04a812f505ab8287d206abd0a6996057a994fc)) # [2.1.0-canary.3](https://github.com/module-federation/universe/compare/node-2.1.0-canary.2...node-2.1.0-canary.3) (2023-11-08) diff --git a/packages/node/package.json b/packages/node/package.json index 0823c2df40d..e6d3c0a5202 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,7 +1,7 @@ { "public": true, "name": "@module-federation/node", - "version": "2.0.2-beta.6", + "version": "2.0.2", "type": "commonjs", "main": "./dist/src/index.js", "exports": { diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index e69de29bb2d..31a186e050b 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -0,0 +1,8 @@ +# @module-federation/runtime + +## 0.0.4 + +### Patch Changes + +- 3af2723: fix: add runtime api + - @module-federation/sdk@0.0.4 diff --git a/packages/runtime/package.json b/packages/runtime/package.json index ae3aacc67c8..d18156f4df9 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/runtime", - "version": "0.0.3", + "version": "0.0.4", "author": "zhouxiao ", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 70b5f11702a..e14d771706e 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,522 +1,538 @@ # [1.1.0-canary.1](https://github.com/module-federation/universe/compare/sdk-1.0.0...sdk-1.1.0-canary.1) (2023-12-05) +## 0.0.4 ### Bug Fixes -* **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b6edb13](https://github.com/module-federation/universe/commit/b6edb130f539f89a3915869214b68c732203c585)) -* update lockfile ([de792c7](https://github.com/module-federation/universe/commit/de792c7e75b9a390cb8be1dd12b604b9b8d55cd2)) -* update publish config ([e913cb1](https://github.com/module-federation/universe/commit/e913cb1f23d8e44fd8f57d83192dc2465d0bbd02)) - +- **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b6edb13](https://github.com/module-federation/universe/commit/b6edb130f539f89a3915869214b68c732203c585)) +- update lockfile ([de792c7](https://github.com/module-federation/universe/commit/de792c7e75b9a390cb8be1dd12b604b9b8d55cd2)) +- update publish config ([e913cb1](https://github.com/module-federation/universe/commit/e913cb1f23d8e44fd8f57d83192dc2465d0bbd02)) ### Features -* **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([6efd3b8](https://github.com/module-federation/universe/commit/6efd3b85ee7377c20529ff50c22c153962b8e210)) -* **runtime:** add runtime license ([6de6468](https://github.com/module-federation/universe/commit/6de64687e4507c108e6da8f6552fc383b9ec1c09)) -* **sdk:** add sdk license ([56546a5](https://github.com/module-federation/universe/commit/56546a5b33940bfa6eca635c00846a171826b922)) -* **sdk:** fix version mismatch ([86bae7c](https://github.com/module-federation/universe/commit/86bae7c5112b129bda4be232e97d7ff1c7046acf)) -* **sdk:** fix version missmatch ([f4ed6f0](https://github.com/module-federation/universe/commit/f4ed6f0d40cb2de1cbea4189f2deb1ff2d8cc17d)) +- **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([6efd3b8](https://github.com/module-federation/universe/commit/6efd3b85ee7377c20529ff50c22c153962b8e210)) +- **runtime:** add runtime license ([6de6468](https://github.com/module-federation/universe/commit/6de64687e4507c108e6da8f6552fc383b9ec1c09)) +- **sdk:** add sdk license ([56546a5](https://github.com/module-federation/universe/commit/56546a5b33940bfa6eca635c00846a171826b922)) +- **sdk:** fix version mismatch ([86bae7c](https://github.com/module-federation/universe/commit/86bae7c5112b129bda4be232e97d7ff1c7046acf)) +- **sdk:** fix version missmatch ([f4ed6f0](https://github.com/module-federation/universe/commit/f4ed6f0d40cb2de1cbea4189f2deb1ff2d8cc17d)) # 1.0.0-canary.1 (2023-12-04) - ### Bug Fixes -* cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) -* deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) -* **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) -* **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) -* **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) -* **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) -* **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) -* **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) -* **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a)) -* **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) -* **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) -* **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) -* **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) -* **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) -* **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) -* **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) -* **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) -* **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) -* **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) -* **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) -* **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) -* **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) -* **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) -* **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) -* **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) -* **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d)) -* **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) -* **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) -* **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) -* **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) -* **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) -* **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) -* **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) -* **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) -* **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) -* **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) -* **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) -* **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) -* **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) -* **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) -* **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) -* **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) -* **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) -* **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) -* **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01)) -* **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) -* **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) -* **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) -* **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) -* **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) -* **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362)) -* **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) -* **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) -* Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) -* flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) -* Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) -* native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) -* override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) -* **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) -* remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) -* resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) -* safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) -* **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b6edb13](https://github.com/module-federation/universe/commit/b6edb130f539f89a3915869214b68c732203c585)) -* set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) -* support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) -* switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) -* **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) -* update lockfile ([de792c7](https://github.com/module-federation/universe/commit/de792c7e75b9a390cb8be1dd12b604b9b8d55cd2)) -* update publish config ([e913cb1](https://github.com/module-federation/universe/commit/e913cb1f23d8e44fd8f57d83192dc2465d0bbd02)) -* Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) - +- cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) +- deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) +- **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) +- **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) +- **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) +- **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) +- **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) +- **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) +- **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a)) +- **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) +- **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) +- **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) +- **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) +- **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) +- **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) +- **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) +- **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) +- **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) +- **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) +- **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) +- **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) +- **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) +- **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) +- **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) +- **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) +- **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d)) +- **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) +- **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) +- **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) +- **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) +- **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) +- **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) +- **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) +- **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) +- **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) +- **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) +- **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) +- **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) +- **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) +- **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) +- **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) +- **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) +- **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) +- **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) +- **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01)) +- **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) +- **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) +- **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) +- **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) +- **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) +- **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362)) +- **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) +- **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) +- Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) +- flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) +- Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) +- native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) +- override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) +- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) +- remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) +- resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) +- safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) +- **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b6edb13](https://github.com/module-federation/universe/commit/b6edb130f539f89a3915869214b68c732203c585)) +- set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) +- support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) +- switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) +- **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) +- update lockfile ([de792c7](https://github.com/module-federation/universe/commit/de792c7e75b9a390cb8be1dd12b604b9b8d55cd2)) +- update publish config ([e913cb1](https://github.com/module-federation/universe/commit/e913cb1f23d8e44fd8f57d83192dc2465d0bbd02)) +- Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) ### Features -* Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) -* add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) -* add runtime & sdk ([992f85a](https://github.com/module-federation/universe/commit/992f85a81c920050c4fa0fbd7fe1fe5873b7ce3b)) -* add runtimeexample ([e44e4a2](https://github.com/module-federation/universe/commit/e44e4a26ca9fbff2429c053ca40663927d92c800)) -* add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) -* Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) -* change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) -* core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) -* Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) -* **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) -* **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) -* Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) -* federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) -* fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) -* improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) -* Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) -* Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) -* native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) -* native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) -* new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) -* Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) -* **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) -* **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) -* Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) -* **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([6efd3b8](https://github.com/module-federation/universe/commit/6efd3b85ee7377c20529ff50c22c153962b8e210)) -* **runtime:** Adding runtime package ([88c0052](https://github.com/module-federation/universe/commit/88c005206d2bcd426c4d5519b281b8b390a3c69c)) -* **sdk:** Federation SDK Package ([611755c](https://github.com/module-federation/universe/commit/611755cb6dcd5c02fbb392d190d43f3bcb49e238)) -* **sdk:** fix version mismatch ([86bae7c](https://github.com/module-federation/universe/commit/86bae7c5112b129bda4be232e97d7ff1c7046acf)) -* **sdk:** fix version missmatch ([f4ed6f0](https://github.com/module-federation/universe/commit/f4ed6f0d40cb2de1cbea4189f2deb1ff2d8cc17d)) -* setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) -* test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) -* **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) -* **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) -* **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) -* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) -* **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) -* update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) -* **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) - +- Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) +- add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) +- add runtime & sdk ([992f85a](https://github.com/module-federation/universe/commit/992f85a81c920050c4fa0fbd7fe1fe5873b7ce3b)) +- add runtimeexample ([e44e4a2](https://github.com/module-federation/universe/commit/e44e4a26ca9fbff2429c053ca40663927d92c800)) +- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) +- Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) +- change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) +- core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) +- Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) +- **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) +- **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) +- Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) +- federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) +- fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) +- improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) +- Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) +- Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) +- native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) +- native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) +- new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) +- Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) +- **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) +- **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) +- Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) +- **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([6efd3b8](https://github.com/module-federation/universe/commit/6efd3b85ee7377c20529ff50c22c153962b8e210)) +- **runtime:** Adding runtime package ([88c0052](https://github.com/module-federation/universe/commit/88c005206d2bcd426c4d5519b281b8b390a3c69c)) +- **sdk:** Federation SDK Package ([611755c](https://github.com/module-federation/universe/commit/611755cb6dcd5c02fbb392d190d43f3bcb49e238)) +- **sdk:** fix version mismatch ([86bae7c](https://github.com/module-federation/universe/commit/86bae7c5112b129bda4be232e97d7ff1c7046acf)) +- **sdk:** fix version missmatch ([f4ed6f0](https://github.com/module-federation/universe/commit/f4ed6f0d40cb2de1cbea4189f2deb1ff2d8cc17d)) +- setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) +- test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) +- **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) +- **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) +- **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) +- **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) +- **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) +- update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) +- **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) ### Reverts -* Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) - +- Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) ### BREAKING CHANGES -* automaticAsyncBoundary option has been removed +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -* refactor: improve module hooks for eager loading and search +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: cleanup custom jsonp and make es5 +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: cleanup inverted container code +- feat: enable eager sharing -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: improve module hooks for eager loading and search -* fix: exclude specific pages from page map automatically +- refactor: cleanup custom jsonp and make es5 -* refactor: conslidate codebase +- refactor: cleanup inverted container code -* fix: improve hot reload share recovery +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* refactor: remove server jsonp template +- fix: exclude specific pages from page map automatically -* chore: remove dead code from runtime modules +- refactor: conslidate codebase -* fix: clean up jsonp getCustomJsonpCode +- fix: improve hot reload share recovery + +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: improve module hooks for eager loading and search +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: cleanup custom jsonp and make es5 +- feat: enable eager sharing -* refactor: cleanup inverted container code +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code +- refactor: cleanup custom jsonp and make es5 -* ci: fix install step with npm and NX +- refactor: cleanup inverted container code -* test: remove tests for now +- refactor: cleanup inverted container code -* chore(utils): release version 1.7.3-beta.0 +- ci: fix install step with npm and NX -* chore(utils): release version 1.7.3 +- test: remove tests for now -* chore(node): release version 0.14.4-beta.0 +- chore(utils): release version 1.7.3-beta.0 -* chore(node): release version 0.14.4 +- chore(utils): release version 1.7.3 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(node): release version 0.14.4-beta.0 -* fix: remove debugging runtime variable +- chore(node): release version 0.14.4 -* chore(nextjs-mf): release version 6.4.1-beta.5 -* automaticAsyncBoundary option has been removed +- chore(nextjs-mf): release version 6.4.1-beta.4 -* fix: exclude specific pages from page map automatically +- fix: remove debugging runtime variable -* refactor: conslidate codebase +- chore(nextjs-mf): release version 6.4.1-beta.5 +- automaticAsyncBoundary option has been removed -* fix: improve hot reload share recovery +- fix: exclude specific pages from page map automatically -* refactor: remove server jsonp template +- refactor: conslidate codebase -* chore: remove dead code from runtime modules +- fix: improve hot reload share recovery -* fix: clean up jsonp getCustomJsonpCode +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: improve module hooks for eager loading and search +- feat: enable eager sharing -* refactor: cleanup custom jsonp and make es5 +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: cleanup inverted container code -* fix: exclude specific pages from page map automatically +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* refactor: conslidate codebase +- fix: exclude specific pages from page map automatically -* fix: improve hot reload share recovery +- refactor: conslidate codebase -* refactor: remove server jsonp template +- fix: improve hot reload share recovery -* chore: remove dead code from runtime modules +- refactor: remove server jsonp template -* fix: clean up jsonp getCustomJsonpCode +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts + +- feat: enable eager sharing -* refactor: improve module hooks for eager loading and search +- refactor: improve module hooks for eager loading and search -* refactor: cleanup custom jsonp and make es5 +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* ci: fix install step with npm and NX +- ci: fix install step with npm and NX -* test: remove tests for now +- test: remove tests for now -* chore(utils): release version 1.7.3-beta.0 +- chore(utils): release version 1.7.3-beta.0 -* chore(utils): release version 1.7.3 +- chore(utils): release version 1.7.3 -* chore(node): release version 0.14.4-beta.0 +- chore(node): release version 0.14.4-beta.0 -* chore(node): release version 0.14.4 +- chore(node): release version 0.14.4 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(nextjs-mf): release version 6.4.1-beta.4 -* fix: remove debugging runtime variable +- fix: remove debugging runtime variable -* chore(nextjs-mf): release version 6.4.1-beta.5 -* Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. +- chore(nextjs-mf): release version 6.4.1-beta.5 +- Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves. @@ -531,10 +547,10 @@ If you need to dangerously share a package using the old method, you can do so b Please note that this method is now considered dangerous and should be used with caution. -* update build release +- update build release -* update build release -* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. +- update build release +- **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. Some key changes to the plugin includes: @@ -546,502 +562,518 @@ Please go through plugin `readme.md` file to understand what's changed and how t # 1.0.0-canary.1 (2023-11-30) - ### Bug Fixes -* cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) -* deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) -* **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) -* **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) -* **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) -* **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) -* **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) -* **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) -* **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a)) -* **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) -* **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) -* **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) -* **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) -* **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) -* **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) -* **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) -* **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) -* **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) -* **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) -* **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) -* **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) -* **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) -* **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) -* **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) -* **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) -* **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d)) -* **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) -* **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) -* **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) -* **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) -* **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) -* **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) -* **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) -* **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) -* **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) -* **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) -* **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) -* **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) -* **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) -* **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) -* **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) -* **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) -* **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) -* **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) -* **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01)) -* **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) -* **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) -* **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) -* **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) -* **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) -* **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362)) -* **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) -* **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) -* Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) -* flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) -* Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) -* native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) -* override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) -* **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) -* remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) -* resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) -* safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) -* **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b3b01fc](https://github.com/module-federation/universe/commit/b3b01fc9ac65e1fac66405b66f16e24c29fd0549)) -* set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) -* support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) -* switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) -* **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) -* update publish config ([980eeb6](https://github.com/module-federation/universe/commit/980eeb6369b7181f898ee75cc7b04dc7e595899a)) -* Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) - +- cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) +- deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) +- **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) +- **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) +- **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) +- **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) +- **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) +- **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) +- **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a)) +- **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) +- **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) +- **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) +- **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) +- **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) +- **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) +- **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) +- **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) +- **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) +- **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) +- **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) +- **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) +- **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) +- **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) +- **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) +- **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) +- **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d)) +- **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) +- **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) +- **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) +- **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) +- **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) +- **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) +- **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) +- **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) +- **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) +- **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) +- **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) +- **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) +- **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) +- **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) +- **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) +- **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) +- **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) +- **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) +- **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01)) +- **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) +- **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) +- **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) +- **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) +- **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) +- **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362)) +- **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) +- **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) +- Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) +- flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) +- Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) +- native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) +- override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) +- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) +- remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) +- resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) +- safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) +- **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b3b01fc](https://github.com/module-federation/universe/commit/b3b01fc9ac65e1fac66405b66f16e24c29fd0549)) +- set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) +- support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) +- switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) +- **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) +- update publish config ([980eeb6](https://github.com/module-federation/universe/commit/980eeb6369b7181f898ee75cc7b04dc7e595899a)) +- Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) ### Features -* Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) -* add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) -* add runtime & sdk ([3adbfe4](https://github.com/module-federation/universe/commit/3adbfe4f95a18653cba2dd3a0023a68cc02f5259)) -* add runtimeexample ([eca7479](https://github.com/module-federation/universe/commit/eca747910781d9dccc8133cdf3cc4bf842b5b1f8)) -* add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) -* Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) -* change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) -* core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) -* Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) -* **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) -* **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) -* Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) -* federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) -* fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) -* improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) -* Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) -* Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) -* native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) -* native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) -* new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) -* Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) -* **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) -* **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) -* Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) -* **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([c1fd1f9](https://github.com/module-federation/universe/commit/c1fd1f909bb412a8a40f8d1d5e33b80c51de327b)) -* **runtime:** Adding runtime package ([7ed8a75](https://github.com/module-federation/universe/commit/7ed8a75c046aeac37262ca6d58025d7a31046128)) -* **sdk:** Federation SDK Package ([1016b03](https://github.com/module-federation/universe/commit/1016b036b92c5d7d5aee761232dfeceb84811f72)) -* setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) -* test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) -* **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) -* **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) -* **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) -* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) -* **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) -* update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) -* **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) - +- Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) +- add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) +- add runtime & sdk ([3adbfe4](https://github.com/module-federation/universe/commit/3adbfe4f95a18653cba2dd3a0023a68cc02f5259)) +- add runtimeexample ([eca7479](https://github.com/module-federation/universe/commit/eca747910781d9dccc8133cdf3cc4bf842b5b1f8)) +- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) +- Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) +- change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) +- core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) +- Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) +- **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) +- **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) +- Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) +- federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) +- fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) +- improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) +- Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) +- Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) +- native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) +- native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) +- new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) +- Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) +- **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) +- **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) +- Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) +- **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([c1fd1f9](https://github.com/module-federation/universe/commit/c1fd1f909bb412a8a40f8d1d5e33b80c51de327b)) +- **runtime:** Adding runtime package ([7ed8a75](https://github.com/module-federation/universe/commit/7ed8a75c046aeac37262ca6d58025d7a31046128)) +- **sdk:** Federation SDK Package ([1016b03](https://github.com/module-federation/universe/commit/1016b036b92c5d7d5aee761232dfeceb84811f72)) +- setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) +- test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) +- **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) +- **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) +- **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) +- **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) +- **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) +- update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) +- **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) ### Reverts -* Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) - +- Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) ### BREAKING CHANGES -* automaticAsyncBoundary option has been removed +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: improve module hooks for eager loading and search +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: cleanup custom jsonp and make es5 +- feat: enable eager sharing -* refactor: cleanup inverted container code +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: cleanup custom jsonp and make es5 -* fix: exclude specific pages from page map automatically +- refactor: cleanup inverted container code -* refactor: conslidate codebase +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* fix: improve hot reload share recovery +- fix: exclude specific pages from page map automatically -* refactor: remove server jsonp template +- refactor: conslidate codebase -* chore: remove dead code from runtime modules +- fix: improve hot reload share recovery -* fix: clean up jsonp getCustomJsonpCode +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: improve module hooks for eager loading and search +- feat: enable eager sharing -* refactor: cleanup custom jsonp and make es5 +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* ci: fix install step with npm and NX +- refactor: cleanup inverted container code -* test: remove tests for now +- ci: fix install step with npm and NX -* chore(utils): release version 1.7.3-beta.0 +- test: remove tests for now -* chore(utils): release version 1.7.3 +- chore(utils): release version 1.7.3-beta.0 -* chore(node): release version 0.14.4-beta.0 +- chore(utils): release version 1.7.3 -* chore(node): release version 0.14.4 +- chore(node): release version 0.14.4-beta.0 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(node): release version 0.14.4 -* fix: remove debugging runtime variable +- chore(nextjs-mf): release version 6.4.1-beta.4 -* chore(nextjs-mf): release version 6.4.1-beta.5 -* automaticAsyncBoundary option has been removed +- fix: remove debugging runtime variable -* fix: exclude specific pages from page map automatically +- chore(nextjs-mf): release version 6.4.1-beta.5 +- automaticAsyncBoundary option has been removed -* refactor: conslidate codebase +- fix: exclude specific pages from page map automatically -* fix: improve hot reload share recovery +- refactor: conslidate codebase -* refactor: remove server jsonp template +- fix: improve hot reload share recovery -* chore: remove dead code from runtime modules +- refactor: remove server jsonp template -* fix: clean up jsonp getCustomJsonpCode +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts + +- feat: enable eager sharing -* refactor: improve module hooks for eager loading and search +- refactor: improve module hooks for eager loading and search -* refactor: cleanup custom jsonp and make es5 +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json -* refactor: improve module hooks for eager loading and search +# package.json -* refactor: cleanup custom jsonp and make es5 +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -* refactor: cleanup inverted container code +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: cleanup inverted container code +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* ci: fix install step with npm and NX +- feat: enable eager sharing -* test: remove tests for now +- refactor: improve module hooks for eager loading and search -* chore(utils): release version 1.7.3-beta.0 +- refactor: cleanup custom jsonp and make es5 -* chore(utils): release version 1.7.3 +- refactor: cleanup inverted container code -* chore(node): release version 0.14.4-beta.0 +- refactor: cleanup inverted container code -* chore(node): release version 0.14.4 +- ci: fix install step with npm and NX -* chore(nextjs-mf): release version 6.4.1-beta.4 +- test: remove tests for now -* fix: remove debugging runtime variable +- chore(utils): release version 1.7.3-beta.0 -* chore(nextjs-mf): release version 6.4.1-beta.5 -* Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. +- chore(utils): release version 1.7.3 + +- chore(node): release version 0.14.4-beta.0 + +- chore(node): release version 0.14.4 + +- chore(nextjs-mf): release version 6.4.1-beta.4 + +- fix: remove debugging runtime variable + +- chore(nextjs-mf): release version 6.4.1-beta.5 +- Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves. @@ -1056,10 +1088,10 @@ If you need to dangerously share a package using the old method, you can do so b Please note that this method is now considered dangerous and should be used with caution. -* update build release +- update build release -* update build release -* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. +- update build release +- **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. Some key changes to the plugin includes: @@ -1071,501 +1103,517 @@ Please go through plugin `readme.md` file to understand what's changed and how t # 1.0.0-canary.1 (2023-11-30) - ### Bug Fixes -* cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) -* deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) -* **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) -* **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) -* **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) -* **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) -* **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) -* **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) -* **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a)) -* **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) -* **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) -* **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) -* **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) -* **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) -* **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) -* **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) -* **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) -* **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) -* **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) -* **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) -* **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) -* **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) -* **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) -* **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) -* **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) -* **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d)) -* **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) -* **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) -* **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) -* **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) -* **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) -* **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) -* **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) -* **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) -* **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) -* **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) -* **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) -* **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) -* **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) -* **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) -* **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) -* **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) -* **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) -* **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) -* **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01)) -* **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) -* **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) -* **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) -* **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) -* **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) -* **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362)) -* **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) -* **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) -* Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) -* flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) -* Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) -* native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) -* override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) -* **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) -* remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) -* resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) -* safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) -* set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) -* support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) -* switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) -* **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) -* update publish config ([980eeb6](https://github.com/module-federation/universe/commit/980eeb6369b7181f898ee75cc7b04dc7e595899a)) -* Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) - +- cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) +- deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) +- **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) +- **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) +- **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) +- **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) +- **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) +- **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) +- **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a)) +- **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) +- **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) +- **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) +- **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) +- **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) +- **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) +- **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) +- **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) +- **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) +- **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) +- **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) +- **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) +- **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) +- **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) +- **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) +- **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) +- **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d)) +- **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) +- **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) +- **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) +- **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) +- **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) +- **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) +- **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) +- **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) +- **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) +- **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) +- **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) +- **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) +- **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) +- **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) +- **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) +- **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) +- **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) +- **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) +- **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01)) +- **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) +- **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) +- **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) +- **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) +- **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) +- **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362)) +- **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) +- **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) +- Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) +- flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) +- Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) +- native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) +- override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) +- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) +- remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) +- resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) +- safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) +- set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) +- support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) +- switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) +- **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) +- update publish config ([980eeb6](https://github.com/module-federation/universe/commit/980eeb6369b7181f898ee75cc7b04dc7e595899a)) +- Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) ### Features -* Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) -* add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) -* add runtime & sdk ([3adbfe4](https://github.com/module-federation/universe/commit/3adbfe4f95a18653cba2dd3a0023a68cc02f5259)) -* add runtimeexample ([eca7479](https://github.com/module-federation/universe/commit/eca747910781d9dccc8133cdf3cc4bf842b5b1f8)) -* add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) -* Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) -* change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) -* core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) -* Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) -* **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) -* **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) -* Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) -* federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) -* fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) -* improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) -* Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) -* Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) -* native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) -* native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) -* new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) -* Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) -* **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) -* **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) -* Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) -* **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([c1fd1f9](https://github.com/module-federation/universe/commit/c1fd1f909bb412a8a40f8d1d5e33b80c51de327b)) -* **runtime:** Adding runtime package ([7ed8a75](https://github.com/module-federation/universe/commit/7ed8a75c046aeac37262ca6d58025d7a31046128)) -* **sdk:** Federation SDK Package ([1016b03](https://github.com/module-federation/universe/commit/1016b036b92c5d7d5aee761232dfeceb84811f72)) -* setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) -* test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) -* **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) -* **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) -* **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) -* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) -* **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) -* update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) -* **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) - +- Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) +- add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) +- add runtime & sdk ([3adbfe4](https://github.com/module-federation/universe/commit/3adbfe4f95a18653cba2dd3a0023a68cc02f5259)) +- add runtimeexample ([eca7479](https://github.com/module-federation/universe/commit/eca747910781d9dccc8133cdf3cc4bf842b5b1f8)) +- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) +- Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) +- change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) +- core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) +- Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) +- **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) +- **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) +- Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) +- federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) +- fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) +- improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) +- Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) +- Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) +- native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) +- native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) +- new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) +- Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) +- **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) +- **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) +- Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) +- **runtime:** add hook for handle preloadRemote module ([#1712](https://github.com/module-federation/universe/issues/1712)) ([c1fd1f9](https://github.com/module-federation/universe/commit/c1fd1f909bb412a8a40f8d1d5e33b80c51de327b)) +- **runtime:** Adding runtime package ([7ed8a75](https://github.com/module-federation/universe/commit/7ed8a75c046aeac37262ca6d58025d7a31046128)) +- **sdk:** Federation SDK Package ([1016b03](https://github.com/module-federation/universe/commit/1016b036b92c5d7d5aee761232dfeceb84811f72)) +- setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) +- test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) +- **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) +- **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) +- **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) +- **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) +- **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) +- update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) +- **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) ### Reverts -* Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) - +- Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) ### BREAKING CHANGES -* automaticAsyncBoundary option has been removed +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: improve module hooks for eager loading and search +- feat: enable eager sharing -* refactor: cleanup custom jsonp and make es5 +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: cleanup inverted container code -* fix: exclude specific pages from page map automatically +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* refactor: conslidate codebase +- fix: exclude specific pages from page map automatically -* fix: improve hot reload share recovery +- refactor: conslidate codebase -* refactor: remove server jsonp template +- fix: improve hot reload share recovery -* chore: remove dead code from runtime modules +- refactor: remove server jsonp template -* fix: clean up jsonp getCustomJsonpCode +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts + +- feat: enable eager sharing -* refactor: improve module hooks for eager loading and search +- refactor: improve module hooks for eager loading and search -* refactor: cleanup custom jsonp and make es5 +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* ci: fix install step with npm and NX +- ci: fix install step with npm and NX -* test: remove tests for now +- test: remove tests for now -* chore(utils): release version 1.7.3-beta.0 +- chore(utils): release version 1.7.3-beta.0 -* chore(utils): release version 1.7.3 +- chore(utils): release version 1.7.3 -* chore(node): release version 0.14.4-beta.0 +- chore(node): release version 0.14.4-beta.0 -* chore(node): release version 0.14.4 +- chore(node): release version 0.14.4 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(nextjs-mf): release version 6.4.1-beta.4 -* fix: remove debugging runtime variable +- fix: remove debugging runtime variable -* chore(nextjs-mf): release version 6.4.1-beta.5 -* automaticAsyncBoundary option has been removed +- chore(nextjs-mf): release version 6.4.1-beta.5 +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json -* refactor: improve module hooks for eager loading and search +# package.json -* refactor: cleanup custom jsonp and make es5 +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -* refactor: cleanup inverted container code +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* fix: exclude specific pages from page map automatically +- feat: enable eager sharing -* refactor: conslidate codebase +- refactor: improve module hooks for eager loading and search -* fix: improve hot reload share recovery +- refactor: cleanup custom jsonp and make es5 -* refactor: remove server jsonp template +- refactor: cleanup inverted container code -* chore: remove dead code from runtime modules +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* fix: clean up jsonp getCustomJsonpCode +- fix: exclude specific pages from page map automatically + +- refactor: conslidate codebase + +- fix: improve hot reload share recovery + +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json -* refactor: improve module hooks for eager loading and search +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -* refactor: cleanup custom jsonp and make es5 +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: cleanup inverted container code +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: cleanup inverted container code +- feat: enable eager sharing -* ci: fix install step with npm and NX +- refactor: improve module hooks for eager loading and search -* test: remove tests for now +- refactor: cleanup custom jsonp and make es5 -* chore(utils): release version 1.7.3-beta.0 +- refactor: cleanup inverted container code -* chore(utils): release version 1.7.3 +- refactor: cleanup inverted container code -* chore(node): release version 0.14.4-beta.0 +- ci: fix install step with npm and NX -* chore(node): release version 0.14.4 +- test: remove tests for now -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(utils): release version 1.7.3-beta.0 -* fix: remove debugging runtime variable +- chore(utils): release version 1.7.3 -* chore(nextjs-mf): release version 6.4.1-beta.5 -* Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. +- chore(node): release version 0.14.4-beta.0 + +- chore(node): release version 0.14.4 + +- chore(nextjs-mf): release version 6.4.1-beta.4 + +- fix: remove debugging runtime variable + +- chore(nextjs-mf): release version 6.4.1-beta.5 +- Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves. @@ -1580,10 +1628,10 @@ If you need to dangerously share a package using the old method, you can do so b Please note that this method is now considered dangerous and should be used with caution. -* update build release +- update build release -* update build release -* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. +- update build release +- **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. Some key changes to the plugin includes: @@ -1595,509 +1643,523 @@ Please go through plugin `readme.md` file to understand what's changed and how t # [1.0.0-canary.3](https://github.com/module-federation/universe/compare/sdk-1.0.0-canary.2...sdk-1.0.0-canary.3) (2023-11-21) - ### Bug Fixes -* update publish config ([b5e04ff](https://github.com/module-federation/universe/commit/b5e04ffff7003b73f3a65a28a792ef389035214d)) +- update publish config ([b5e04ff](https://github.com/module-federation/universe/commit/b5e04ffff7003b73f3a65a28a792ef389035214d)) # [1.0.0-canary.2](https://github.com/module-federation/universe/compare/sdk-1.0.0-canary.1...sdk-1.0.0-canary.2) (2023-11-21) - ### Features -* **sdk:** Federation SDK Package ([7b09ec1](https://github.com/module-federation/universe/commit/7b09ec1e16e7d6e3746c4ef3f0257812b4704015)) +- **sdk:** Federation SDK Package ([7b09ec1](https://github.com/module-federation/universe/commit/7b09ec1e16e7d6e3746c4ef3f0257812b4704015)) # 1.0.0-canary.1 (2023-11-21) - ### Bug Fixes -* cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) -* deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) -* **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) -* **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) -* **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) -* **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) -* **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) -* **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) -* **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) -* **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) -* **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) -* **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) -* **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) -* **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) -* **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) -* **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) -* **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) -* **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) -* **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) -* **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) -* **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) -* **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) -* **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) -* **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) -* **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) -* **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) -* **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) -* **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) -* **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) -* **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) -* **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) -* **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) -* **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) -* **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) -* **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) -* **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) -* **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) -* **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) -* **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) -* **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) -* **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) -* **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) -* **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) -* **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) -* **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) -* **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) -* **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) -* **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) -* Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) -* flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) -* Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) -* native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) -* nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) -* override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) -* **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) -* remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) -* resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) -* safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) -* set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) -* support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) -* switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) -* **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) -* Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) - +- cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) +- deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) +- **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) +- **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) +- **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) +- **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) +- **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) +- **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) +- **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) +- **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) +- **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) +- **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) +- **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) +- **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) +- **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) +- **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) +- **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) +- **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) +- **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) +- **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) +- **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) +- **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) +- **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) +- **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) +- **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) +- **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) +- **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) +- **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) +- **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) +- **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) +- **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) +- **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) +- **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) +- **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) +- **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) +- **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) +- **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) +- **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) +- **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) +- **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) +- **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) +- **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) +- **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) +- **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) +- **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) +- **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) +- **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) +- **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) +- Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) +- flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) +- Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) +- native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) +- nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) +- override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) +- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) +- remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) +- resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) +- safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) +- set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) +- support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) +- switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) +- **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) +- Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) ### Features -* Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) -* add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) -* add bundler runtime ([ce42e15](https://github.com/module-federation/universe/commit/ce42e15b7329ca9c7ba32d0a1ec7afbf47400e6e)) -* add runtime & sdk ([6b115e5](https://github.com/module-federation/universe/commit/6b115e54cf8f70c77c50e97c8cc9991acae4f3b3)) -* add runtimeexample ([d93fd24](https://github.com/module-federation/universe/commit/d93fd2468223a11644f7298afc126fc434f5d706)) -* add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) -* Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) -* change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) -* core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) -* Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) -* **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) -* **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) -* Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) -* federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) -* fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) -* improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) -* Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) -* Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) -* native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) -* native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) -* new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) -* Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) -* **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) -* **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) -* Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) -* **runtime:** Adding runtime package ([8391e9c](https://github.com/module-federation/universe/commit/8391e9cef597ab94e38ac6c9b79a0616c716d400)) -* setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) -* test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) -* **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) -* **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) -* **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) -* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) -* **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) -* update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) -* **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) - +- Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) +- add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) +- add bundler runtime ([ce42e15](https://github.com/module-federation/universe/commit/ce42e15b7329ca9c7ba32d0a1ec7afbf47400e6e)) +- add runtime & sdk ([6b115e5](https://github.com/module-federation/universe/commit/6b115e54cf8f70c77c50e97c8cc9991acae4f3b3)) +- add runtimeexample ([d93fd24](https://github.com/module-federation/universe/commit/d93fd2468223a11644f7298afc126fc434f5d706)) +- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) +- Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) +- change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) +- core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) +- Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) +- **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) +- **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) +- Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) +- federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) +- fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) +- improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) +- Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) +- Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) +- native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) +- native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) +- new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) +- Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) +- **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) +- **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) +- Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) +- **runtime:** Adding runtime package ([8391e9c](https://github.com/module-federation/universe/commit/8391e9cef597ab94e38ac6c9b79a0616c716d400)) +- setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) +- test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) +- **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) +- **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) +- **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) +- **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) +- **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) +- update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) +- **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) ### Reverts -* Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) - +- Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) ### BREAKING CHANGES -* automaticAsyncBoundary option has been removed +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -* refactor: improve module hooks for eager loading and search +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: cleanup custom jsonp and make es5 +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: cleanup inverted container code +- feat: enable eager sharing -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: improve module hooks for eager loading and search -* fix: exclude specific pages from page map automatically +- refactor: cleanup custom jsonp and make es5 -* refactor: conslidate codebase +- refactor: cleanup inverted container code -* fix: improve hot reload share recovery +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* refactor: remove server jsonp template +- fix: exclude specific pages from page map automatically -* chore: remove dead code from runtime modules +- refactor: conslidate codebase -* fix: clean up jsonp getCustomJsonpCode +- fix: improve hot reload share recovery + +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: improve module hooks for eager loading and search +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: cleanup custom jsonp and make es5 +- feat: enable eager sharing -* refactor: cleanup inverted container code +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code +- refactor: cleanup custom jsonp and make es5 -* ci: fix install step with npm and NX +- refactor: cleanup inverted container code -* test: remove tests for now +- refactor: cleanup inverted container code -* chore(utils): release version 1.7.3-beta.0 +- ci: fix install step with npm and NX -* chore(utils): release version 1.7.3 +- test: remove tests for now -* chore(node): release version 0.14.4-beta.0 +- chore(utils): release version 1.7.3-beta.0 -* chore(node): release version 0.14.4 +- chore(utils): release version 1.7.3 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(node): release version 0.14.4-beta.0 -* fix: remove debugging runtime variable +- chore(node): release version 0.14.4 -* chore(nextjs-mf): release version 6.4.1-beta.5 -* automaticAsyncBoundary option has been removed +- chore(nextjs-mf): release version 6.4.1-beta.4 -* fix: exclude specific pages from page map automatically +- fix: remove debugging runtime variable -* refactor: conslidate codebase +- chore(nextjs-mf): release version 6.4.1-beta.5 +- automaticAsyncBoundary option has been removed -* fix: improve hot reload share recovery +- fix: exclude specific pages from page map automatically -* refactor: remove server jsonp template +- refactor: conslidate codebase -* chore: remove dead code from runtime modules +- fix: improve hot reload share recovery -* fix: clean up jsonp getCustomJsonpCode +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: improve module hooks for eager loading and search +- feat: enable eager sharing -* refactor: cleanup custom jsonp and make es5 +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: cleanup inverted container code -* fix: exclude specific pages from page map automatically +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* refactor: conslidate codebase +- fix: exclude specific pages from page map automatically -* fix: improve hot reload share recovery +- refactor: conslidate codebase -* refactor: remove server jsonp template +- fix: improve hot reload share recovery -* chore: remove dead code from runtime modules +- refactor: remove server jsonp template -* fix: clean up jsonp getCustomJsonpCode +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts + +- feat: enable eager sharing -* refactor: improve module hooks for eager loading and search +- refactor: improve module hooks for eager loading and search -* refactor: cleanup custom jsonp and make es5 +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* ci: fix install step with npm and NX +- ci: fix install step with npm and NX -* test: remove tests for now +- test: remove tests for now -* chore(utils): release version 1.7.3-beta.0 +- chore(utils): release version 1.7.3-beta.0 -* chore(utils): release version 1.7.3 +- chore(utils): release version 1.7.3 -* chore(node): release version 0.14.4-beta.0 +- chore(node): release version 0.14.4-beta.0 -* chore(node): release version 0.14.4 +- chore(node): release version 0.14.4 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(nextjs-mf): release version 6.4.1-beta.4 -* fix: remove debugging runtime variable +- fix: remove debugging runtime variable -* chore(nextjs-mf): release version 6.4.1-beta.5 -* Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. +- chore(nextjs-mf): release version 6.4.1-beta.5 +- Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves. @@ -2112,10 +2174,10 @@ If you need to dangerously share a package using the old method, you can do so b Please note that this method is now considered dangerous and should be used with caution. -* update build release +- update build release -* update build release -* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. +- update build release +- **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. Some key changes to the plugin includes: diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 6f93c0acff2..eaa75fdd354 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/sdk", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "description": "A sdk for support module federation", "keywords": [ diff --git a/packages/storybook-addon/package.json b/packages/storybook-addon/package.json index fb9b7d16662..0350efe912c 100644 --- a/packages/storybook-addon/package.json +++ b/packages/storybook-addon/package.json @@ -47,7 +47,7 @@ "@storybook/node-logger": "^6.5.16 || ^7.0.0", "webpack": "^5.75.0", "webpack-virtual-modules": "^0.5.0 || ^0.6.0", - "@module-federation/utilities": "^3.0.0", + "@module-federation/utilities": "^3.0.5", "@nx/react": "~16.0.0 || ~17.0.0", "@nx/webpack": "~16.0.0 || ~17.0.0" } diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index fd2eafcb3c3..e4076a992cb 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,5 +1,11 @@ # [3.1.0](https://github.com/module-federation/universe/compare/utils-3.0.2...utils-3.1.0) (2023-10-26) +## 3.0.5 + +### Patch Changes + +- 966c737: fix: Fixed an anomaly in exports Settings that caused an inability + ### Bug Fixes - **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 4ace7791eb5..544a06348ae 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/utilities", - "version": "3.0.4", + "version": "3.0.5", "type": "commonjs", "main": "./dist/index.cjs.js", "types": "./dist/index.cjs.d.ts", diff --git a/packages/webpack-bundler-runtime/CHANGELOG.md b/packages/webpack-bundler-runtime/CHANGELOG.md index 5e946fe4d45..505a42f5d61 100644 --- a/packages/webpack-bundler-runtime/CHANGELOG.md +++ b/packages/webpack-bundler-runtime/CHANGELOG.md @@ -1,516 +1,537 @@ # [1.0.0-canary.3](https://github.com/module-federation/universe/compare/webpack-bundler-runtime-1.0.0-canary.2...webpack-bundler-runtime-1.0.0-canary.3) (2023-11-23) +## 0.0.4 + +### Patch Changes + +- Updated dependencies [3af2723] + - @module-federation/runtime@0.0.4 ### Bug Fixes -* **runtime:** Repeated requests to repair css preload failure ([062b4f5](https://github.com/module-federation/universe/commit/062b4f5bef6051342b3f33ad753c780635f82933)) +- **runtime:** Repeated requests to repair css preload failure ([062b4f5](https://github.com/module-federation/universe/commit/062b4f5bef6051342b3f33ad753c780635f82933)) # [1.0.0-canary.2](https://github.com/module-federation/universe/compare/webpack-bundler-runtime-1.0.0-canary.1...webpack-bundler-runtime-1.0.0-canary.2) (2023-11-22) - ### Bug Fixes -* **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) -* **runtime:** fix type definition ([ec932b9](https://github.com/module-federation/universe/commit/ec932b933dcf8a3f67e53d067738b2b5210d8ff8)) -* **runtime:** runtime type should not be commonjs ([b20c195](https://github.com/module-federation/universe/commit/b20c195ab5232874ee3c7df7620c8c490f1605a2)) +- **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242)) +- **runtime:** fix type definition ([ec932b9](https://github.com/module-federation/universe/commit/ec932b933dcf8a3f67e53d067738b2b5210d8ff8)) +- **runtime:** runtime type should not be commonjs ([b20c195](https://github.com/module-federation/universe/commit/b20c195ab5232874ee3c7df7620c8c490f1605a2)) # 1.0.0-canary.1 (2023-11-21) - ### Bug Fixes -* bad package reference to sdk ([74f44b0](https://github.com/module-federation/universe/commit/74f44b096e2c2d9ead79d13b8d71dccdeb2ae311)) -* cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) -* deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) -* **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) -* **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) -* **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) -* **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) -* **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) -* **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) -* **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) -* **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) -* **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) -* **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) -* **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) -* **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) -* **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) -* **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) -* **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) -* **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) -* **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) -* **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) -* **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) -* **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) -* **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) -* **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) -* **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) -* **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) -* **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) -* **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) -* **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) -* **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) -* **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) -* **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) -* **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) -* **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) -* **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) -* **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) -* **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) -* **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) -* **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) -* **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) -* **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) -* **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) -* **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) -* **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) -* **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) -* **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) -* **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) -* **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) -* Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) -* flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) -* Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) -* native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) -* nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) -* override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) -* **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) -* remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) -* resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) -* safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) -* set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) -* support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) -* switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) -* **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) -* update publish config ([b5e04ff](https://github.com/module-federation/universe/commit/b5e04ffff7003b73f3a65a28a792ef389035214d)) -* Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) - +- bad package reference to sdk ([74f44b0](https://github.com/module-federation/universe/commit/74f44b096e2c2d9ead79d13b8d71dccdeb2ae311)) +- cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672)) +- deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1)) +- **deps:** update dependency @swc/helpers to ~0.4.0 ([#348](https://github.com/module-federation/universe/issues/348)) ([36ee624](https://github.com/module-federation/universe/commit/36ee624d4c939ffb9884b776c44887686bfef846)) +- **deps:** update dependency antd to v4.24.10 ([#849](https://github.com/module-federation/universe/issues/849)) ([6daf946](https://github.com/module-federation/universe/commit/6daf946f63632cd0a1734e83b83cce06dae2862c)) +- **deps:** update dependency antd to v4.24.11 ([#1004](https://github.com/module-federation/universe/issues/1004)) ([e372fc1](https://github.com/module-federation/universe/commit/e372fc15dddec483f63714802e7aa91ef7dca916)) +- **deps:** update dependency antd to v4.24.11 ([#1029](https://github.com/module-federation/universe/issues/1029)) ([f9e64c0](https://github.com/module-federation/universe/commit/f9e64c04aa1e5802fdc0cdc8f07f2ee728c3ff1c)) +- **deps:** update dependency antd to v4.24.12 ([#1074](https://github.com/module-federation/universe/issues/1074)) ([46c25e0](https://github.com/module-federation/universe/commit/46c25e0a873ada88d2888a4e995bfa7133c01953)) +- **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/universe/issues/1309)) ([d0a2314](https://github.com/module-federation/universe/commit/d0a231470e37dbad85a11df1f12695657ba3b984)) +- **deps:** update dependency antd to v4.24.7 ([#426](https://github.com/module-federation/universe/issues/426)) ([fbd3faa](https://github.com/module-federation/universe/commit/fbd3faa961032d22e86d12e86ce3f751d8f962e6)) +- **deps:** update dependency antd to v4.24.8 ([#586](https://github.com/module-federation/universe/issues/586)) ([5099896](https://github.com/module-federation/universe/commit/509989632bbdccd4b0945a04b43fa9dfb73bb476)) +- **deps:** update dependency antd to v4.24.9 ([#765](https://github.com/module-federation/universe/issues/765)) ([eabe2ec](https://github.com/module-federation/universe/commit/eabe2ec55c61123c26b0c94503973621a1efaa7b)) +- **deps:** update dependency antd to v4.24.9 ([#779](https://github.com/module-federation/universe/issues/779)) ([7b6de1b](https://github.com/module-federation/universe/commit/7b6de1b4e17e3ad97e6910e870e68fcd505e25d3)) +- **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef)) +- **deps:** update dependency axios to v1.3.5 ([#736](https://github.com/module-federation/universe/issues/736)) ([ad9a463](https://github.com/module-federation/universe/commit/ad9a463ea26af133fc145404e3351a5c04d5077f)) +- **deps:** update dependency axios to v1.3.6 ([#762](https://github.com/module-federation/universe/issues/762)) ([b72d2c7](https://github.com/module-federation/universe/commit/b72d2c7b536b6c08ef663e1a13db7c996b84753e)) +- **deps:** update dependency axios to v1.4.0 ([#821](https://github.com/module-federation/universe/issues/821)) ([c5e1546](https://github.com/module-federation/universe/commit/c5e154697e83ee457a17dafaaea67b6f7239ac92)) +- **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/universe/issues/1275)) ([f163df1](https://github.com/module-federation/universe/commit/f163df1073740bf4218bb35ba57cea5dc409fe43)) +- **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb)) +- **deps:** update dependency core-js to v3.29.1 ([#643](https://github.com/module-federation/universe/issues/643)) ([cf4dada](https://github.com/module-federation/universe/commit/cf4dada8c62074e52f972ae3aceace7fde360b5a)) +- **deps:** update dependency core-js to v3.30.1 ([#754](https://github.com/module-federation/universe/issues/754)) ([252549a](https://github.com/module-federation/universe/commit/252549af57b0288aba43eecb120effa502748375)) +- **deps:** update dependency core-js to v3.31.0 ([#1048](https://github.com/module-federation/universe/issues/1048)) ([96a99f2](https://github.com/module-federation/universe/commit/96a99f2f531b165f14aa36c73eef0691abe3f12c)) +- **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8)) +- **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8)) +- **deps:** update dependency fast-glob to v3.3.0 ([#1078](https://github.com/module-federation/universe/issues/1078)) ([14bb0b5](https://github.com/module-federation/universe/commit/14bb0b5e7ca6a72190fa9d9df817b57586221b66)) +- **deps:** update dependency fast-glob to v3.3.1 ([#1197](https://github.com/module-federation/universe/issues/1197)) ([5743543](https://github.com/module-federation/universe/commit/57435430bd0912e3bf370ce08b46f610b12d00e3)) +- **deps:** update dependency js-cookie to v3.0.4 ([#773](https://github.com/module-federation/universe/issues/773)) ([f26af6d](https://github.com/module-federation/universe/commit/f26af6db494726a2728b9dd1d0b1e677177c1bf0)) +- **deps:** update dependency js-cookie to v3.0.5 ([#1005](https://github.com/module-federation/universe/issues/1005)) ([345da70](https://github.com/module-federation/universe/commit/345da70b4ec46d955d64e8e7efc13daa24b73f0a)) +- **deps:** update dependency react-router-dom to v6.10.0 ([#755](https://github.com/module-federation/universe/issues/755)) ([bd22cbe](https://github.com/module-federation/universe/commit/bd22cbee9be6dd3b301fbcb2b464b0c697d65689)) +- **deps:** update dependency react-router-dom to v6.11.0 ([#830](https://github.com/module-federation/universe/issues/830)) ([d9366bf](https://github.com/module-federation/universe/commit/d9366bf58f255918c97784960f99a828c3e665e0)) +- **deps:** update dependency react-router-dom to v6.11.1 ([#846](https://github.com/module-federation/universe/issues/846)) ([299cb0d](https://github.com/module-federation/universe/commit/299cb0d0351f1a9cb7c03279eb6a62deb4a3f2d6)) +- **deps:** update dependency react-router-dom to v6.11.2 ([#889](https://github.com/module-federation/universe/issues/889)) ([a191608](https://github.com/module-federation/universe/commit/a19160805ce7da8cad4642f6f8e08762acb74947)) +- **deps:** update dependency react-router-dom to v6.14.0 ([#1049](https://github.com/module-federation/universe/issues/1049)) ([ada4160](https://github.com/module-federation/universe/commit/ada416019bbbf589a5a39094b5f608db39a456b2)) +- **deps:** update dependency react-router-dom to v6.14.1 ([#1081](https://github.com/module-federation/universe/issues/1081)) ([8515c31](https://github.com/module-federation/universe/commit/8515c314ae2d6159c25fc0fcdc992b24c1fa1a93)) +- **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/universe/issues/1276)) ([850e2fa](https://github.com/module-federation/universe/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006)) +- **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77)) +- **deps:** update dependency react-router-dom to v6.8.0 ([#428](https://github.com/module-federation/universe/issues/428)) ([274e713](https://github.com/module-federation/universe/commit/274e713104de49485380e2af700afdd63ae50da5)) +- **deps:** update dependency react-router-dom to v6.9.0 ([#663](https://github.com/module-federation/universe/issues/663)) ([1a934f5](https://github.com/module-federation/universe/commit/1a934f55afc40e0efa686dbb2082d426d07b9d32)) +- **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf)) +- **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/universe/issues/1277)) ([8d6a72e](https://github.com/module-federation/universe/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed)) +- **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/universe/issues/1304)) ([abf84fe](https://github.com/module-federation/universe/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6)) +- **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe)) +- **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4)) +- **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c)) +- **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb)) +- **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0)) +- **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14)) +- **federatedtypesplugin:** modify remote url used to import remote types ([#496](https://github.com/module-federation/universe/issues/496)) ([e91a68a](https://github.com/module-federation/universe/commit/e91a68a96bb2c374f3a0e84eba73baeeb2913698)), closes [#495](https://github.com/module-federation/universe/issues/495) +- **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e)) +- Fix call undefined delegate ([#1149](https://github.com/module-federation/universe/issues/1149)) ([87a5896](https://github.com/module-federation/universe/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/universe/issues/1151) +- flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/universe/issues/269)) ([85a216a](https://github.com/module-federation/universe/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce)) +- Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f)) +- native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773)) +- nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba)) +- override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29)) +- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/universe/issues/285)) ([99d6b77](https://github.com/module-federation/universe/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f)) +- remove unused dependencies nx added to typescript package ([#690](https://github.com/module-federation/universe/issues/690)) ([c87e7d7](https://github.com/module-federation/universe/commit/c87e7d74226f060bbd2aff7e65df691e69f6f82a)) +- resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27)) +- safely build url to download type files ([#694](https://github.com/module-federation/universe/issues/694)) ([ee5429d](https://github.com/module-federation/universe/commit/ee5429dea3469ff1bf020f84d88e96caf1075d07)) +- set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3)) +- support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641)) +- switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356)) +- **typescript:** use node-fetch to download TS types ([#565](https://github.com/module-federation/universe/issues/565)) ([f668b1f](https://github.com/module-federation/universe/commit/f668b1fa11f05ff5d15e6581c27b5da9ad454ed2)) +- update publish config ([b5e04ff](https://github.com/module-federation/universe/commit/b5e04ffff7003b73f3a65a28a792ef389035214d)) +- Utilities - Remove module side effect ([#488](https://github.com/module-federation/universe/issues/488)) ([3554de7](https://github.com/module-federation/universe/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/universe/issues/487) [#500](https://github.com/module-federation/universe/issues/500) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) [#492](https://github.com/module-federation/universe/issues/492) [#455](https://github.com/module-federation/universe/issues/455) [#491](https://github.com/module-federation/universe/issues/491) [#496](https://github.com/module-federation/universe/issues/496) [#495](https://github.com/module-federation/universe/issues/495) ### Features -* Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) -* add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) -* add bundler runtime ([ce42e15](https://github.com/module-federation/universe/commit/ce42e15b7329ca9c7ba32d0a1ec7afbf47400e6e)) -* add runtime & sdk ([6b115e5](https://github.com/module-federation/universe/commit/6b115e54cf8f70c77c50e97c8cc9991acae4f3b3)) -* add runtime test ([c1d7316](https://github.com/module-federation/universe/commit/c1d731631c0d0fdec7a2da1cc80ac8b6ff431ab2)) -* add runtimeexample ([d93fd24](https://github.com/module-federation/universe/commit/d93fd2468223a11644f7298afc126fc434f5d706)) -* add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) -* Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) -* change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) -* core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) -* Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) -* **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) -* **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) -* Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) -* federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) -* fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) -* improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) -* Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) -* Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) -* native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) -* native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) -* new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) -* Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) -* **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) -* **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) -* Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) -* **runtime:** Adding runtime package ([8391e9c](https://github.com/module-federation/universe/commit/8391e9cef597ab94e38ac6c9b79a0616c716d400)) -* **runtime:** Federation Runtime Package ([deaf11a](https://github.com/module-federation/universe/commit/deaf11a7cee1a8a0d23e40bac959e82031d07a9e)) -* **sdk:** Federation SDK Package ([7b09ec1](https://github.com/module-federation/universe/commit/7b09ec1e16e7d6e3746c4ef3f0257812b4704015)) -* setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) -* test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) -* **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) -* **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) -* **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) -* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) -* **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) -* update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) -* **webpack-bundler-runtime:** Webpack Runtime Package ([7af3d1b](https://github.com/module-federation/universe/commit/7af3d1bcf4a668c8bd9f669ac52370387f602117)) -* **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) - +- Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4)) +- add automic page-map generation ([#101](https://github.com/module-federation/universe/issues/101)) ([87b61a2](https://github.com/module-federation/universe/commit/87b61a281d4b8f9eeb65251bc1d8675e2e2b4366)), closes [#102](https://github.com/module-federation/universe/issues/102) +- add bundler runtime ([ce42e15](https://github.com/module-federation/universe/commit/ce42e15b7329ca9c7ba32d0a1ec7afbf47400e6e)) +- add runtime & sdk ([6b115e5](https://github.com/module-federation/universe/commit/6b115e54cf8f70c77c50e97c8cc9991acae4f3b3)) +- add runtime test ([c1d7316](https://github.com/module-federation/universe/commit/c1d731631c0d0fdec7a2da1cc80ac8b6ff431ab2)) +- add runtimeexample ([d93fd24](https://github.com/module-federation/universe/commit/d93fd2468223a11644f7298afc126fc434f5d706)) +- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/universe/issues/598)) ([7547b02](https://github.com/module-federation/universe/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c)) +- Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/universe/issues/723)) ([232ba24](https://github.com/module-federation/universe/commit/232ba24072f19bd32d1f745d4edf1518e548df50)) +- change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3)) +- core package for module federation ([#1093](https://github.com/module-federation/universe/issues/1093)) ([d460400](https://github.com/module-federation/universe/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#1234](https://github.com/module-federation/universe/issues/1234) [#1235](https://github.com/module-federation/universe/issues/1235) +- Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b)) +- **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a)) +- **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20)) +- Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82)) +- federated types for Typescript based projects ([#245](https://github.com/module-federation/universe/issues/245)) ([4a5e282](https://github.com/module-federation/universe/commit/4a5e2824400cc843fa0c0504936a68c6c9f33946)), closes [#244](https://github.com/module-federation/universe/issues/244) +- fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0)) +- improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493)) +- Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/universe/issues/609)) ([0bbba38](https://github.com/module-federation/universe/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/universe/issues/606) +- Move Repo to NX ([#154](https://github.com/module-federation/universe/issues/154)) ([d2a4dfa](https://github.com/module-federation/universe/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/universe/issues/199) [#205](https://github.com/module-federation/universe/issues/205) [#144](https://github.com/module-federation/universe/issues/144) [#212](https://github.com/module-federation/universe/issues/212) +- native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6)) +- native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd)) +- new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb)) +- Next Federation 7 ([#726](https://github.com/module-federation/universe/issues/726)) ([d50ca1e](https://github.com/module-federation/universe/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#835](https://github.com/module-federation/universe/issues/835) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#871](https://github.com/module-federation/universe/issues/871) [#851](https://github.com/module-federation/universe/issues/851) [#864](https://github.com/module-federation/universe/issues/864) [#872](https://github.com/module-federation/universe/issues/872) [#875](https://github.com/module-federation/universe/issues/875) [#884](https://github.com/module-federation/universe/issues/884) [#887](https://github.com/module-federation/universe/issues/887) [#893](https://github.com/module-federation/universe/issues/893) [#885](https://github.com/module-federation/universe/issues/885) [#899](https://github.com/module-federation/universe/issues/899) [#904](https://github.com/module-federation/universe/issues/904) [#932](https://github.com/module-federation/universe/issues/932) [#936](https://github.com/module-federation/universe/issues/936) [#959](https://github.com/module-federation/universe/issues/959) [#960](https://github.com/module-federation/universe/issues/960) [#969](https://github.com/module-federation/universe/issues/969) [#971](https://github.com/module-federation/universe/issues/971) [#974](https://github.com/module-federation/universe/issues/974) [#984](https://github.com/module-federation/universe/issues/984) [#986](https://github.com/module-federation/universe/issues/986) [#1015](https://github.com/module-federation/universe/issues/1015) [#1086](https://github.com/module-federation/universe/issues/1086) [#1084](https://github.com/module-federation/universe/issues/1084) +- **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a)) +- **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef)) +- Remove MF plugin from Typescript plugin ([#607](https://github.com/module-federation/universe/issues/607)) ([94e9149](https://github.com/module-federation/universe/commit/94e9149c4be12cc3e2627da7d7a9e11289cab894)), closes [#608](https://github.com/module-federation/universe/issues/608) [#608](https://github.com/module-federation/universe/issues/608) +- **runtime:** Adding runtime package ([8391e9c](https://github.com/module-federation/universe/commit/8391e9cef597ab94e38ac6c9b79a0616c716d400)) +- **runtime:** Federation Runtime Package ([deaf11a](https://github.com/module-federation/universe/commit/deaf11a7cee1a8a0d23e40bac959e82031d07a9e)) +- **sdk:** Federation SDK Package ([7b09ec1](https://github.com/module-federation/universe/commit/7b09ec1e16e7d6e3746c4ef3f0257812b4704015)) +- setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944)) +- test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f)) +- **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514)) +- **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e)) +- **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80)) +- **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) +- **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/universe/issues/542)) ([cde5952](https://github.com/module-federation/universe/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/universe/issues/502) +- update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/universe/issues/221)) ([d9b1677](https://github.com/module-federation/universe/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806)) +- **webpack-bundler-runtime:** Webpack Runtime Package ([7af3d1b](https://github.com/module-federation/universe/commit/7af3d1bcf4a668c8bd9f669ac52370387f602117)) +- **website:** initial version of module federation website ([#751](https://github.com/module-federation/universe/issues/751)) ([9b4ec04](https://github.com/module-federation/universe/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4)) ### Reverts -* Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) - +- Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064) ### BREAKING CHANGES -* automaticAsyncBoundary option has been removed +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json -* refactor: improve module hooks for eager loading and search +# package.json -* refactor: cleanup custom jsonp and make es5 +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -* refactor: cleanup inverted container code +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* fix: exclude specific pages from page map automatically +- feat: enable eager sharing -* refactor: conslidate codebase +- refactor: improve module hooks for eager loading and search -* fix: improve hot reload share recovery +- refactor: cleanup custom jsonp and make es5 -* refactor: remove server jsonp template +- refactor: cleanup inverted container code -* chore: remove dead code from runtime modules +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* fix: clean up jsonp getCustomJsonpCode +- fix: exclude specific pages from page map automatically + +- refactor: conslidate codebase + +- fix: improve hot reload share recovery + +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -* refactor: improve module hooks for eager loading and search +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -* refactor: cleanup custom jsonp and make es5 +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: cleanup inverted container code +- feat: enable eager sharing -* refactor: cleanup inverted container code +- refactor: improve module hooks for eager loading and search -* ci: fix install step with npm and NX +- refactor: cleanup custom jsonp and make es5 -* test: remove tests for now +- refactor: cleanup inverted container code -* chore(utils): release version 1.7.3-beta.0 +- refactor: cleanup inverted container code -* chore(utils): release version 1.7.3 +- ci: fix install step with npm and NX -* chore(node): release version 0.14.4-beta.0 +- test: remove tests for now -* chore(node): release version 0.14.4 +- chore(utils): release version 1.7.3-beta.0 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(utils): release version 1.7.3 -* fix: remove debugging runtime variable +- chore(node): release version 0.14.4-beta.0 -* chore(nextjs-mf): release version 6.4.1-beta.5 -* automaticAsyncBoundary option has been removed +- chore(node): release version 0.14.4 -* fix: exclude specific pages from page map automatically +- chore(nextjs-mf): release version 6.4.1-beta.4 -* refactor: conslidate codebase +- fix: remove debugging runtime variable -* fix: improve hot reload share recovery +- chore(nextjs-mf): release version 6.4.1-beta.5 +- automaticAsyncBoundary option has been removed -* refactor: remove server jsonp template +- fix: exclude specific pages from page map automatically -* chore: remove dead code from runtime modules +- refactor: conslidate codebase -* fix: clean up jsonp getCustomJsonpCode +- fix: improve hot reload share recovery + +- refactor: remove server jsonp template + +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code -* automaticAsyncBoundary option has been removed +- fix: remove container proxy code +- automaticAsyncBoundary option has been removed -* fix: exclude specific pages from page map automatically +- fix: exclude specific pages from page map automatically -* refactor: conslidate codebase +- refactor: conslidate codebase -* fix: improve hot reload share recovery +- fix: improve hot reload share recovery -* refactor: remove server jsonp template +- refactor: remove server jsonp template -* chore: remove dead code from runtime modules +- chore: remove dead code from runtime modules -* fix: clean up jsonp getCustomJsonpCode +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* chore: fix project.json +- chore: fix project.json -* debugging +- debugging -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* refactor: improve module hooks for eager loading and search +- feat: enable eager sharing -* refactor: cleanup custom jsonp and make es5 +- refactor: improve module hooks for eager loading and search -* refactor: cleanup inverted container code +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code -* automaticAsyncBoundary option has been removed +- refactor: cleanup inverted container code -* fix: exclude specific pages from page map automatically +- refactor: cleanup inverted container code +- automaticAsyncBoundary option has been removed -* refactor: conslidate codebase +- fix: exclude specific pages from page map automatically -* fix: improve hot reload share recovery +- refactor: conslidate codebase -* refactor: remove server jsonp template +- fix: improve hot reload share recovery -* chore: remove dead code from runtime modules +- refactor: remove server jsonp template -* fix: clean up jsonp getCustomJsonpCode +- chore: remove dead code from runtime modules + +- fix: clean up jsonp getCustomJsonpCode getting chunk loading global from compiler output options -* feat: adding cleanInitArrays runtime helper +- feat: adding cleanInitArrays runtime helper -* chore: remove share scope hoist and module hoisting system +- chore: remove share scope hoist and module hoisting system -* chore: cleanup code +- chore: cleanup code -* chore: remove dead code from add module runtime plugin +- chore: remove dead code from add module runtime plugin likely can remove whole plugin in future -* chore: remove logs from delegate modules +- chore: remove logs from delegate modules -* chore: remove old utils +- chore: remove old utils -* fix: add warning on auto page stitch +- fix: add warning on auto page stitch -* fix: remove commented out code from InvertedContainerPlugin.ts +- fix: remove commented out code from InvertedContainerPlugin.ts -* chore: improve logging to see if its local load or remote load +- chore: improve logging to see if its local load or remote load -* chore: clean up old custom promises factories +- chore: clean up old custom promises factories -* fix: remove container proxy code +- fix: remove container proxy code -* fix: remove container proxy code +- fix: remove container proxy code -* fix: resolve backmerge issues with build +- fix: resolve backmerge issues with build -* Merge branch 'kill_child_compilers' into fix_backmerge_issues +- Merge branch 'kill_child_compilers' into fix_backmerge_issues # Conflicts: -# package-lock.json -# package.json -# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts -# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts -* feat: enable eager sharing +# package-lock.json + +# package.json + +# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts + +# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts + +- feat: enable eager sharing -* refactor: improve module hooks for eager loading and search +- refactor: improve module hooks for eager loading and search -* refactor: cleanup custom jsonp and make es5 +- refactor: cleanup custom jsonp and make es5 -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* refactor: cleanup inverted container code +- refactor: cleanup inverted container code -* ci: fix install step with npm and NX +- ci: fix install step with npm and NX -* test: remove tests for now +- test: remove tests for now -* chore(utils): release version 1.7.3-beta.0 +- chore(utils): release version 1.7.3-beta.0 -* chore(utils): release version 1.7.3 +- chore(utils): release version 1.7.3 -* chore(node): release version 0.14.4-beta.0 +- chore(node): release version 0.14.4-beta.0 -* chore(node): release version 0.14.4 +- chore(node): release version 0.14.4 -* chore(nextjs-mf): release version 6.4.1-beta.4 +- chore(nextjs-mf): release version 6.4.1-beta.4 -* fix: remove debugging runtime variable +- fix: remove debugging runtime variable -* chore(nextjs-mf): release version 6.4.1-beta.5 -* Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. +- chore(nextjs-mf): release version 6.4.1-beta.5 +- Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page. As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves. @@ -525,10 +546,10 @@ If you need to dangerously share a package using the old method, you can do so b Please note that this method is now considered dangerous and should be used with caution. -* update build release +- update build release -* update build release -* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. +- update build release +- **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. Some key changes to the plugin includes: diff --git a/packages/webpack-bundler-runtime/package.json b/packages/webpack-bundler-runtime/package.json index 6858e51e111..d7178b4f9e4 100644 --- a/packages/webpack-bundler-runtime/package.json +++ b/packages/webpack-bundler-runtime/package.json @@ -1,7 +1,7 @@ { "public": true, "name": "@module-federation/webpack-bundler-runtime", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "description": "Module Federation Runtime for webpack", "keywords": [