@module-federation/sdk 0.0.0-next-20231219090402 → 0.0.0-next-20231219093413

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.md +2189 -2
  2. package/README.md +99 -0
  3. package/__tests__/decodeName.spec.ts +11 -0
  4. package/__tests__/encodeName.spec.ts +10 -0
  5. package/__tests__/generateSnapshotFromManifest.spec.ts +147 -0
  6. package/__tests__/parseEntry.spec.ts +36 -0
  7. package/__tests__/resources/constant.ts +6 -0
  8. package/__tests__/resources/getId.ts +5 -0
  9. package/__tests__/resources/manifestSnapshotMap.ts +1541 -0
  10. package/__tests__/simpleJoinRemoteEntry.spec.ts +53 -0
  11. package/dist/LICENSE +21 -0
  12. package/dist/package.json +40 -0
  13. package/jest.config.js +27 -0
  14. package/package.json +10 -11
  15. package/project.json +65 -0
  16. package/rollup.config.js +11 -0
  17. package/src/constant.ts +24 -0
  18. package/src/dom.ts +115 -0
  19. package/src/env.ts +25 -0
  20. package/src/generateSnapshotFromManifest.ts +176 -0
  21. package/src/index.ts +10 -0
  22. package/src/logger.ts +59 -0
  23. package/src/normalize-webpack-path.ts +33 -0
  24. package/src/types/common.ts +18 -0
  25. package/src/types/index.ts +4 -0
  26. package/src/types/manifest.ts +44 -0
  27. package/src/types/snapshot.ts +87 -0
  28. package/src/types/stats.ts +101 -0
  29. package/src/utils.ts +213 -0
  30. package/tsconfig.json +29 -0
  31. package/tsconfig.lib.json +10 -0
  32. package/tsconfig.spec.json +14 -0
  33. package/index.cjs.default.js +0 -1
  34. package/index.cjs.mjs +0 -2
  35. package/normalize-webpack-path.cjs.default.js +0 -1
  36. package/normalize-webpack-path.cjs.mjs +0 -2
  37. /package/{index.cjs.d.ts → dist/index.cjs.d.ts} +0 -0
  38. /package/{index.cjs.js → dist/index.cjs.js} +0 -0
  39. /package/{index.esm.js → dist/index.esm.js} +0 -0
  40. /package/{normalize-webpack-path.cjs.d.ts → dist/normalize-webpack-path.cjs.d.ts} +0 -0
  41. /package/{normalize-webpack-path.cjs.js → dist/normalize-webpack-path.cjs.js} +0 -0
  42. /package/{normalize-webpack-path.esm.js → dist/normalize-webpack-path.esm.js} +0 -0
  43. /package/{src → dist/src}/constant.d.ts +0 -0
  44. /package/{src → dist/src}/dom.d.ts +0 -0
  45. /package/{src → dist/src}/env.d.ts +0 -0
  46. /package/{src → dist/src}/generateSnapshotFromManifest.d.ts +0 -0
  47. /package/{src → dist/src}/index.d.ts +0 -0
  48. /package/{src → dist/src}/logger.d.ts +0 -0
  49. /package/{src → dist/src}/normalize-webpack-path.d.ts +0 -0
  50. /package/{src → dist/src}/types/common.d.ts +0 -0
  51. /package/{src → dist/src}/types/index.d.ts +0 -0
  52. /package/{src → dist/src}/types/manifest.d.ts +0 -0
  53. /package/{src → dist/src}/types/snapshot.d.ts +0 -0
  54. /package/{src → dist/src}/types/stats.d.ts +0 -0
  55. /package/{src → dist/src}/utils.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,2190 @@
1
- # @module-federation/sdk
1
+ # [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)
2
+
3
+ ## 0.0.0-next-20231219093413
4
+
5
+ ### Bug Fixes
6
+
7
+ - **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b6edb13](https://github.com/module-federation/universe/commit/b6edb130f539f89a3915869214b68c732203c585))
8
+ - update lockfile ([de792c7](https://github.com/module-federation/universe/commit/de792c7e75b9a390cb8be1dd12b604b9b8d55cd2))
9
+ - update publish config ([e913cb1](https://github.com/module-federation/universe/commit/e913cb1f23d8e44fd8f57d83192dc2465d0bbd02))
10
+
11
+ ### Features
12
+
13
+ - **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))
14
+ - **runtime:** add runtime license ([6de6468](https://github.com/module-federation/universe/commit/6de64687e4507c108e6da8f6552fc383b9ec1c09))
15
+ - **sdk:** add sdk license ([56546a5](https://github.com/module-federation/universe/commit/56546a5b33940bfa6eca635c00846a171826b922))
16
+ - **sdk:** fix version mismatch ([86bae7c](https://github.com/module-federation/universe/commit/86bae7c5112b129bda4be232e97d7ff1c7046acf))
17
+ - **sdk:** fix version missmatch ([f4ed6f0](https://github.com/module-federation/universe/commit/f4ed6f0d40cb2de1cbea4189f2deb1ff2d8cc17d))
18
+
19
+ # 1.0.0-canary.1 (2023-12-04)
20
+
21
+ ### Bug Fixes
22
+
23
+ - cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672))
24
+ - deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1))
25
+ - **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))
26
+ - **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))
27
+ - **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))
28
+ - **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))
29
+ - **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))
30
+ - **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))
31
+ - **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a))
32
+ - **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))
33
+ - **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))
34
+ - **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))
35
+ - **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))
36
+ - **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef))
37
+ - **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))
38
+ - **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))
39
+ - **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))
40
+ - **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))
41
+ - **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb))
42
+ - **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242))
43
+ - **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))
44
+ - **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))
45
+ - **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))
46
+ - **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8))
47
+ - **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8))
48
+ - **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d))
49
+ - **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))
50
+ - **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))
51
+ - **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))
52
+ - **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))
53
+ - **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))
54
+ - **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))
55
+ - **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))
56
+ - **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))
57
+ - **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))
58
+ - **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))
59
+ - **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))
60
+ - **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77))
61
+ - **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))
62
+ - **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))
63
+ - **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf))
64
+ - **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))
65
+ - **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))
66
+ - **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe))
67
+ - **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01))
68
+ - **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4))
69
+ - **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c))
70
+ - **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb))
71
+ - **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0))
72
+ - **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14))
73
+ - **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362))
74
+ - **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)
75
+ - **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e))
76
+ - 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)
77
+ - 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))
78
+ - Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
79
+ - native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773))
80
+ - override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29))
81
+ - **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))
82
+ - 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))
83
+ - resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27))
84
+ - 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))
85
+ - **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b6edb13](https://github.com/module-federation/universe/commit/b6edb130f539f89a3915869214b68c732203c585))
86
+ - set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3))
87
+ - support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641))
88
+ - switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356))
89
+ - **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))
90
+ - update lockfile ([de792c7](https://github.com/module-federation/universe/commit/de792c7e75b9a390cb8be1dd12b604b9b8d55cd2))
91
+ - update publish config ([e913cb1](https://github.com/module-federation/universe/commit/e913cb1f23d8e44fd8f57d83192dc2465d0bbd02))
92
+ - 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)
93
+
94
+ ### Features
95
+
96
+ - Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
97
+ - 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)
98
+ - add runtime & sdk ([992f85a](https://github.com/module-federation/universe/commit/992f85a81c920050c4fa0fbd7fe1fe5873b7ce3b))
99
+ - add runtimeexample ([e44e4a2](https://github.com/module-federation/universe/commit/e44e4a26ca9fbff2429c053ca40663927d92c800))
100
+ - 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))
101
+ - 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))
102
+ - change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3))
103
+ - 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)
104
+ - Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
105
+ - **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a))
106
+ - **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20))
107
+ - Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82))
108
+ - 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)
109
+ - fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0))
110
+ - improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493))
111
+ - 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)
112
+ - 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)
113
+ - native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6))
114
+ - native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd))
115
+ - new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb))
116
+ - 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)
117
+ - **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a))
118
+ - **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef))
119
+ - 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)
120
+ - **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))
121
+ - **runtime:** Adding runtime package ([88c0052](https://github.com/module-federation/universe/commit/88c005206d2bcd426c4d5519b281b8b390a3c69c))
122
+ - **sdk:** Federation SDK Package ([611755c](https://github.com/module-federation/universe/commit/611755cb6dcd5c02fbb392d190d43f3bcb49e238))
123
+ - **sdk:** fix version mismatch ([86bae7c](https://github.com/module-federation/universe/commit/86bae7c5112b129bda4be232e97d7ff1c7046acf))
124
+ - **sdk:** fix version missmatch ([f4ed6f0](https://github.com/module-federation/universe/commit/f4ed6f0d40cb2de1cbea4189f2deb1ff2d8cc17d))
125
+ - setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944))
126
+ - test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f))
127
+ - **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514))
128
+ - **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e))
129
+ - **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80))
130
+ - **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2))
131
+ - **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)
132
+ - 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))
133
+ - **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))
134
+
135
+ ### Reverts
136
+
137
+ - Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064)
138
+
139
+ ### BREAKING CHANGES
140
+
141
+ - automaticAsyncBoundary option has been removed
142
+
143
+ - fix: exclude specific pages from page map automatically
144
+
145
+ - refactor: conslidate codebase
146
+
147
+ - fix: improve hot reload share recovery
148
+
149
+ - refactor: remove server jsonp template
150
+
151
+ - chore: remove dead code from runtime modules
152
+
153
+ - fix: clean up jsonp getCustomJsonpCode
154
+
155
+ getting chunk loading global from compiler output options
156
+
157
+ - feat: adding cleanInitArrays runtime helper
158
+
159
+ - chore: remove share scope hoist and module hoisting system
160
+
161
+ - chore: cleanup code
162
+
163
+ - chore: remove dead code from add module runtime plugin
164
+
165
+ likely can remove whole plugin in future
166
+
167
+ - chore: remove logs from delegate modules
168
+
169
+ - chore: remove old utils
170
+
171
+ - fix: add warning on auto page stitch
172
+
173
+ - fix: remove commented out code from InvertedContainerPlugin.ts
174
+
175
+ - chore: improve logging to see if its local load or remote load
176
+
177
+ - chore: clean up old custom promises factories
178
+
179
+ - fix: remove container proxy code
180
+
181
+ - fix: remove container proxy code
182
+ - automaticAsyncBoundary option has been removed
183
+
184
+ - fix: exclude specific pages from page map automatically
185
+
186
+ - refactor: conslidate codebase
187
+
188
+ - fix: improve hot reload share recovery
189
+
190
+ - refactor: remove server jsonp template
191
+
192
+ - chore: remove dead code from runtime modules
193
+
194
+ - fix: clean up jsonp getCustomJsonpCode
195
+
196
+ getting chunk loading global from compiler output options
197
+
198
+ - feat: adding cleanInitArrays runtime helper
199
+
200
+ - chore: remove share scope hoist and module hoisting system
201
+
202
+ - chore: cleanup code
203
+
204
+ - chore: remove dead code from add module runtime plugin
205
+
206
+ likely can remove whole plugin in future
207
+
208
+ - chore: remove logs from delegate modules
209
+
210
+ - chore: remove old utils
211
+
212
+ - fix: add warning on auto page stitch
213
+
214
+ - fix: remove commented out code from InvertedContainerPlugin.ts
215
+
216
+ - chore: improve logging to see if its local load or remote load
217
+
218
+ - chore: clean up old custom promises factories
219
+
220
+ - fix: remove container proxy code
221
+
222
+ - fix: remove container proxy code
223
+
224
+ - chore: fix project.json
225
+
226
+ - debugging
227
+
228
+ - fix: resolve backmerge issues with build
229
+
230
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
231
+
232
+ # Conflicts:
233
+
234
+ # package-lock.json
235
+
236
+ # package.json
237
+
238
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
239
+
240
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
241
+
242
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
243
+
244
+ - feat: enable eager sharing
245
+
246
+ - refactor: improve module hooks for eager loading and search
247
+
248
+ - refactor: cleanup custom jsonp and make es5
249
+
250
+ - refactor: cleanup inverted container code
251
+
252
+ - refactor: cleanup inverted container code
253
+ - automaticAsyncBoundary option has been removed
254
+
255
+ - fix: exclude specific pages from page map automatically
256
+
257
+ - refactor: conslidate codebase
258
+
259
+ - fix: improve hot reload share recovery
260
+
261
+ - refactor: remove server jsonp template
262
+
263
+ - chore: remove dead code from runtime modules
264
+
265
+ - fix: clean up jsonp getCustomJsonpCode
266
+
267
+ getting chunk loading global from compiler output options
268
+
269
+ - feat: adding cleanInitArrays runtime helper
270
+
271
+ - chore: remove share scope hoist and module hoisting system
272
+
273
+ - chore: cleanup code
274
+
275
+ - chore: remove dead code from add module runtime plugin
276
+
277
+ likely can remove whole plugin in future
278
+
279
+ - chore: remove logs from delegate modules
280
+
281
+ - chore: remove old utils
282
+
283
+ - fix: add warning on auto page stitch
284
+
285
+ - fix: remove commented out code from InvertedContainerPlugin.ts
286
+
287
+ - chore: improve logging to see if its local load or remote load
288
+
289
+ - chore: clean up old custom promises factories
290
+
291
+ - fix: remove container proxy code
292
+
293
+ - fix: remove container proxy code
294
+
295
+ - fix: resolve backmerge issues with build
296
+
297
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
298
+
299
+ # Conflicts:
300
+
301
+ # package-lock.json
302
+
303
+ # package.json
304
+
305
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
306
+
307
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
308
+
309
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
310
+
311
+ - feat: enable eager sharing
312
+
313
+ - refactor: improve module hooks for eager loading and search
314
+
315
+ - refactor: cleanup custom jsonp and make es5
316
+
317
+ - refactor: cleanup inverted container code
318
+
319
+ - refactor: cleanup inverted container code
320
+
321
+ - ci: fix install step with npm and NX
322
+
323
+ - test: remove tests for now
324
+
325
+ - chore(utils): release version 1.7.3-beta.0
326
+
327
+ - chore(utils): release version 1.7.3
328
+
329
+ - chore(node): release version 0.14.4-beta.0
330
+
331
+ - chore(node): release version 0.14.4
332
+
333
+ - chore(nextjs-mf): release version 6.4.1-beta.4
334
+
335
+ - fix: remove debugging runtime variable
336
+
337
+ - chore(nextjs-mf): release version 6.4.1-beta.5
338
+ - automaticAsyncBoundary option has been removed
339
+
340
+ - fix: exclude specific pages from page map automatically
341
+
342
+ - refactor: conslidate codebase
343
+
344
+ - fix: improve hot reload share recovery
345
+
346
+ - refactor: remove server jsonp template
347
+
348
+ - chore: remove dead code from runtime modules
349
+
350
+ - fix: clean up jsonp getCustomJsonpCode
351
+
352
+ getting chunk loading global from compiler output options
353
+
354
+ - feat: adding cleanInitArrays runtime helper
355
+
356
+ - chore: remove share scope hoist and module hoisting system
357
+
358
+ - chore: cleanup code
359
+
360
+ - chore: remove dead code from add module runtime plugin
361
+
362
+ likely can remove whole plugin in future
363
+
364
+ - chore: remove logs from delegate modules
365
+
366
+ - chore: remove old utils
367
+
368
+ - fix: add warning on auto page stitch
369
+
370
+ - fix: remove commented out code from InvertedContainerPlugin.ts
371
+
372
+ - chore: improve logging to see if its local load or remote load
373
+
374
+ - chore: clean up old custom promises factories
375
+
376
+ - fix: remove container proxy code
377
+
378
+ - fix: remove container proxy code
379
+ - automaticAsyncBoundary option has been removed
380
+
381
+ - fix: exclude specific pages from page map automatically
382
+
383
+ - refactor: conslidate codebase
384
+
385
+ - fix: improve hot reload share recovery
386
+
387
+ - refactor: remove server jsonp template
388
+
389
+ - chore: remove dead code from runtime modules
390
+
391
+ - fix: clean up jsonp getCustomJsonpCode
392
+
393
+ getting chunk loading global from compiler output options
394
+
395
+ - feat: adding cleanInitArrays runtime helper
396
+
397
+ - chore: remove share scope hoist and module hoisting system
398
+
399
+ - chore: cleanup code
400
+
401
+ - chore: remove dead code from add module runtime plugin
402
+
403
+ likely can remove whole plugin in future
404
+
405
+ - chore: remove logs from delegate modules
406
+
407
+ - chore: remove old utils
408
+
409
+ - fix: add warning on auto page stitch
410
+
411
+ - fix: remove commented out code from InvertedContainerPlugin.ts
412
+
413
+ - chore: improve logging to see if its local load or remote load
414
+
415
+ - chore: clean up old custom promises factories
416
+
417
+ - fix: remove container proxy code
418
+
419
+ - fix: remove container proxy code
420
+
421
+ - chore: fix project.json
422
+
423
+ - debugging
424
+
425
+ - fix: resolve backmerge issues with build
426
+
427
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
428
+
429
+ # Conflicts:
430
+
431
+ # package-lock.json
432
+
433
+ # package.json
434
+
435
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
436
+
437
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
438
+
439
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
440
+
441
+ - feat: enable eager sharing
442
+
443
+ - refactor: improve module hooks for eager loading and search
444
+
445
+ - refactor: cleanup custom jsonp and make es5
446
+
447
+ - refactor: cleanup inverted container code
448
+
449
+ - refactor: cleanup inverted container code
450
+ - automaticAsyncBoundary option has been removed
451
+
452
+ - fix: exclude specific pages from page map automatically
453
+
454
+ - refactor: conslidate codebase
455
+
456
+ - fix: improve hot reload share recovery
457
+
458
+ - refactor: remove server jsonp template
459
+
460
+ - chore: remove dead code from runtime modules
461
+
462
+ - fix: clean up jsonp getCustomJsonpCode
463
+
464
+ getting chunk loading global from compiler output options
465
+
466
+ - feat: adding cleanInitArrays runtime helper
467
+
468
+ - chore: remove share scope hoist and module hoisting system
469
+
470
+ - chore: cleanup code
471
+
472
+ - chore: remove dead code from add module runtime plugin
473
+
474
+ likely can remove whole plugin in future
475
+
476
+ - chore: remove logs from delegate modules
477
+
478
+ - chore: remove old utils
479
+
480
+ - fix: add warning on auto page stitch
481
+
482
+ - fix: remove commented out code from InvertedContainerPlugin.ts
483
+
484
+ - chore: improve logging to see if its local load or remote load
485
+
486
+ - chore: clean up old custom promises factories
487
+
488
+ - fix: remove container proxy code
489
+
490
+ - fix: remove container proxy code
491
+
492
+ - fix: resolve backmerge issues with build
493
+
494
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
495
+
496
+ # Conflicts:
497
+
498
+ # package-lock.json
499
+
500
+ # package.json
501
+
502
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
503
+
504
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
505
+
506
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
507
+
508
+ - feat: enable eager sharing
509
+
510
+ - refactor: improve module hooks for eager loading and search
511
+
512
+ - refactor: cleanup custom jsonp and make es5
513
+
514
+ - refactor: cleanup inverted container code
515
+
516
+ - refactor: cleanup inverted container code
517
+
518
+ - ci: fix install step with npm and NX
519
+
520
+ - test: remove tests for now
521
+
522
+ - chore(utils): release version 1.7.3-beta.0
523
+
524
+ - chore(utils): release version 1.7.3
525
+
526
+ - chore(node): release version 0.14.4-beta.0
527
+
528
+ - chore(node): release version 0.14.4
529
+
530
+ - chore(nextjs-mf): release version 6.4.1-beta.4
531
+
532
+ - fix: remove debugging runtime variable
533
+
534
+ - chore(nextjs-mf): release version 6.4.1-beta.5
535
+ - 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.
536
+
537
+ As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves.
538
+
539
+ If you need to dangerously share a package using the old method, you can do so by using the following code:
540
+
541
+ const shared = {
542
+ fakeLodash: {
543
+ import: "lodash",
544
+ shareKey: "lodash",
545
+ }
546
+ }
547
+
548
+ Please note that this method is now considered dangerous and should be used with caution.
549
+
550
+ - update build release
551
+
552
+ - update build release
553
+ - **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues.
554
+
555
+ Some key changes to the plugin includes:
556
+
557
+ - Downloading remote types before compilation starts.
558
+ - Caching remote types for better performance.
559
+ - Ability to provide Plugin options.
560
+
561
+ Please go through plugin `readme.md` file to understand what's changed and how to use the plugin.
562
+
563
+ # 1.0.0-canary.1 (2023-11-30)
564
+
565
+ ### Bug Fixes
566
+
567
+ - cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672))
568
+ - deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1))
569
+ - **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))
570
+ - **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))
571
+ - **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))
572
+ - **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))
573
+ - **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))
574
+ - **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))
575
+ - **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a))
576
+ - **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))
577
+ - **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))
578
+ - **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))
579
+ - **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))
580
+ - **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef))
581
+ - **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))
582
+ - **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))
583
+ - **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))
584
+ - **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))
585
+ - **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb))
586
+ - **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242))
587
+ - **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))
588
+ - **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))
589
+ - **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))
590
+ - **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8))
591
+ - **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8))
592
+ - **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d))
593
+ - **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))
594
+ - **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))
595
+ - **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))
596
+ - **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))
597
+ - **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))
598
+ - **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))
599
+ - **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))
600
+ - **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))
601
+ - **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))
602
+ - **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))
603
+ - **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))
604
+ - **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77))
605
+ - **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))
606
+ - **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))
607
+ - **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf))
608
+ - **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))
609
+ - **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))
610
+ - **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe))
611
+ - **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01))
612
+ - **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4))
613
+ - **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c))
614
+ - **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb))
615
+ - **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0))
616
+ - **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14))
617
+ - **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362))
618
+ - **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)
619
+ - **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e))
620
+ - 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)
621
+ - 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))
622
+ - Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
623
+ - native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773))
624
+ - override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29))
625
+ - **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))
626
+ - 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))
627
+ - resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27))
628
+ - 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))
629
+ - **sdk:** correct version ([#1713](https://github.com/module-federation/universe/issues/1713)) ([b3b01fc](https://github.com/module-federation/universe/commit/b3b01fc9ac65e1fac66405b66f16e24c29fd0549))
630
+ - set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3))
631
+ - support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641))
632
+ - switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356))
633
+ - **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))
634
+ - update publish config ([980eeb6](https://github.com/module-federation/universe/commit/980eeb6369b7181f898ee75cc7b04dc7e595899a))
635
+ - 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)
636
+
637
+ ### Features
638
+
639
+ - Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
640
+ - 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)
641
+ - add runtime & sdk ([3adbfe4](https://github.com/module-federation/universe/commit/3adbfe4f95a18653cba2dd3a0023a68cc02f5259))
642
+ - add runtimeexample ([eca7479](https://github.com/module-federation/universe/commit/eca747910781d9dccc8133cdf3cc4bf842b5b1f8))
643
+ - 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))
644
+ - 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))
645
+ - change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3))
646
+ - 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)
647
+ - Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
648
+ - **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a))
649
+ - **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20))
650
+ - Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82))
651
+ - 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)
652
+ - fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0))
653
+ - improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493))
654
+ - 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)
655
+ - 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)
656
+ - native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6))
657
+ - native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd))
658
+ - new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb))
659
+ - 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)
660
+ - **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a))
661
+ - **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef))
662
+ - 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)
663
+ - **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))
664
+ - **runtime:** Adding runtime package ([7ed8a75](https://github.com/module-federation/universe/commit/7ed8a75c046aeac37262ca6d58025d7a31046128))
665
+ - **sdk:** Federation SDK Package ([1016b03](https://github.com/module-federation/universe/commit/1016b036b92c5d7d5aee761232dfeceb84811f72))
666
+ - setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944))
667
+ - test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f))
668
+ - **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514))
669
+ - **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e))
670
+ - **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80))
671
+ - **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2))
672
+ - **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)
673
+ - 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))
674
+ - **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))
675
+
676
+ ### Reverts
677
+
678
+ - Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064)
679
+
680
+ ### BREAKING CHANGES
681
+
682
+ - automaticAsyncBoundary option has been removed
683
+
684
+ - fix: exclude specific pages from page map automatically
685
+
686
+ - refactor: conslidate codebase
687
+
688
+ - fix: improve hot reload share recovery
689
+
690
+ - refactor: remove server jsonp template
691
+
692
+ - chore: remove dead code from runtime modules
693
+
694
+ - fix: clean up jsonp getCustomJsonpCode
695
+
696
+ getting chunk loading global from compiler output options
697
+
698
+ - feat: adding cleanInitArrays runtime helper
699
+
700
+ - chore: remove share scope hoist and module hoisting system
701
+
702
+ - chore: cleanup code
703
+
704
+ - chore: remove dead code from add module runtime plugin
705
+
706
+ likely can remove whole plugin in future
707
+
708
+ - chore: remove logs from delegate modules
709
+
710
+ - chore: remove old utils
711
+
712
+ - fix: add warning on auto page stitch
713
+
714
+ - fix: remove commented out code from InvertedContainerPlugin.ts
715
+
716
+ - chore: improve logging to see if its local load or remote load
717
+
718
+ - chore: clean up old custom promises factories
719
+
720
+ - fix: remove container proxy code
721
+
722
+ - fix: remove container proxy code
723
+ - automaticAsyncBoundary option has been removed
724
+
725
+ - fix: exclude specific pages from page map automatically
726
+
727
+ - refactor: conslidate codebase
728
+
729
+ - fix: improve hot reload share recovery
730
+
731
+ - refactor: remove server jsonp template
732
+
733
+ - chore: remove dead code from runtime modules
734
+
735
+ - fix: clean up jsonp getCustomJsonpCode
736
+
737
+ getting chunk loading global from compiler output options
738
+
739
+ - feat: adding cleanInitArrays runtime helper
740
+
741
+ - chore: remove share scope hoist and module hoisting system
742
+
743
+ - chore: cleanup code
744
+
745
+ - chore: remove dead code from add module runtime plugin
746
+
747
+ likely can remove whole plugin in future
748
+
749
+ - chore: remove logs from delegate modules
750
+
751
+ - chore: remove old utils
752
+
753
+ - fix: add warning on auto page stitch
754
+
755
+ - fix: remove commented out code from InvertedContainerPlugin.ts
756
+
757
+ - chore: improve logging to see if its local load or remote load
758
+
759
+ - chore: clean up old custom promises factories
760
+
761
+ - fix: remove container proxy code
762
+
763
+ - fix: remove container proxy code
764
+
765
+ - chore: fix project.json
766
+
767
+ - debugging
768
+
769
+ - fix: resolve backmerge issues with build
770
+
771
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
772
+
773
+ # Conflicts:
774
+
775
+ # package-lock.json
776
+
777
+ # package.json
778
+
779
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
780
+
781
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
782
+
783
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
784
+
785
+ - feat: enable eager sharing
786
+
787
+ - refactor: improve module hooks for eager loading and search
788
+
789
+ - refactor: cleanup custom jsonp and make es5
790
+
791
+ - refactor: cleanup inverted container code
792
+
793
+ - refactor: cleanup inverted container code
794
+ - automaticAsyncBoundary option has been removed
795
+
796
+ - fix: exclude specific pages from page map automatically
797
+
798
+ - refactor: conslidate codebase
799
+
800
+ - fix: improve hot reload share recovery
801
+
802
+ - refactor: remove server jsonp template
803
+
804
+ - chore: remove dead code from runtime modules
805
+
806
+ - fix: clean up jsonp getCustomJsonpCode
807
+
808
+ getting chunk loading global from compiler output options
809
+
810
+ - feat: adding cleanInitArrays runtime helper
811
+
812
+ - chore: remove share scope hoist and module hoisting system
813
+
814
+ - chore: cleanup code
815
+
816
+ - chore: remove dead code from add module runtime plugin
817
+
818
+ likely can remove whole plugin in future
819
+
820
+ - chore: remove logs from delegate modules
821
+
822
+ - chore: remove old utils
823
+
824
+ - fix: add warning on auto page stitch
825
+
826
+ - fix: remove commented out code from InvertedContainerPlugin.ts
827
+
828
+ - chore: improve logging to see if its local load or remote load
829
+
830
+ - chore: clean up old custom promises factories
831
+
832
+ - fix: remove container proxy code
833
+
834
+ - fix: remove container proxy code
835
+
836
+ - fix: resolve backmerge issues with build
837
+
838
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
839
+
840
+ # Conflicts:
841
+
842
+ # package-lock.json
843
+
844
+ # package.json
845
+
846
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
847
+
848
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
849
+
850
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
851
+
852
+ - feat: enable eager sharing
853
+
854
+ - refactor: improve module hooks for eager loading and search
855
+
856
+ - refactor: cleanup custom jsonp and make es5
857
+
858
+ - refactor: cleanup inverted container code
859
+
860
+ - refactor: cleanup inverted container code
861
+
862
+ - ci: fix install step with npm and NX
863
+
864
+ - test: remove tests for now
865
+
866
+ - chore(utils): release version 1.7.3-beta.0
867
+
868
+ - chore(utils): release version 1.7.3
869
+
870
+ - chore(node): release version 0.14.4-beta.0
871
+
872
+ - chore(node): release version 0.14.4
873
+
874
+ - chore(nextjs-mf): release version 6.4.1-beta.4
875
+
876
+ - fix: remove debugging runtime variable
877
+
878
+ - chore(nextjs-mf): release version 6.4.1-beta.5
879
+ - automaticAsyncBoundary option has been removed
880
+
881
+ - fix: exclude specific pages from page map automatically
882
+
883
+ - refactor: conslidate codebase
884
+
885
+ - fix: improve hot reload share recovery
886
+
887
+ - refactor: remove server jsonp template
888
+
889
+ - chore: remove dead code from runtime modules
890
+
891
+ - fix: clean up jsonp getCustomJsonpCode
892
+
893
+ getting chunk loading global from compiler output options
894
+
895
+ - feat: adding cleanInitArrays runtime helper
896
+
897
+ - chore: remove share scope hoist and module hoisting system
898
+
899
+ - chore: cleanup code
900
+
901
+ - chore: remove dead code from add module runtime plugin
902
+
903
+ likely can remove whole plugin in future
904
+
905
+ - chore: remove logs from delegate modules
906
+
907
+ - chore: remove old utils
908
+
909
+ - fix: add warning on auto page stitch
910
+
911
+ - fix: remove commented out code from InvertedContainerPlugin.ts
912
+
913
+ - chore: improve logging to see if its local load or remote load
914
+
915
+ - chore: clean up old custom promises factories
916
+
917
+ - fix: remove container proxy code
918
+
919
+ - fix: remove container proxy code
920
+ - automaticAsyncBoundary option has been removed
921
+
922
+ - fix: exclude specific pages from page map automatically
923
+
924
+ - refactor: conslidate codebase
925
+
926
+ - fix: improve hot reload share recovery
927
+
928
+ - refactor: remove server jsonp template
929
+
930
+ - chore: remove dead code from runtime modules
931
+
932
+ - fix: clean up jsonp getCustomJsonpCode
933
+
934
+ getting chunk loading global from compiler output options
935
+
936
+ - feat: adding cleanInitArrays runtime helper
937
+
938
+ - chore: remove share scope hoist and module hoisting system
939
+
940
+ - chore: cleanup code
941
+
942
+ - chore: remove dead code from add module runtime plugin
943
+
944
+ likely can remove whole plugin in future
945
+
946
+ - chore: remove logs from delegate modules
947
+
948
+ - chore: remove old utils
949
+
950
+ - fix: add warning on auto page stitch
951
+
952
+ - fix: remove commented out code from InvertedContainerPlugin.ts
953
+
954
+ - chore: improve logging to see if its local load or remote load
955
+
956
+ - chore: clean up old custom promises factories
957
+
958
+ - fix: remove container proxy code
959
+
960
+ - fix: remove container proxy code
961
+
962
+ - chore: fix project.json
963
+
964
+ - debugging
965
+
966
+ - fix: resolve backmerge issues with build
967
+
968
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
969
+
970
+ # Conflicts:
971
+
972
+ # package-lock.json
973
+
974
+ # package.json
975
+
976
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
977
+
978
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
979
+
980
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
981
+
982
+ - feat: enable eager sharing
983
+
984
+ - refactor: improve module hooks for eager loading and search
985
+
986
+ - refactor: cleanup custom jsonp and make es5
987
+
988
+ - refactor: cleanup inverted container code
989
+
990
+ - refactor: cleanup inverted container code
991
+ - automaticAsyncBoundary option has been removed
992
+
993
+ - fix: exclude specific pages from page map automatically
994
+
995
+ - refactor: conslidate codebase
996
+
997
+ - fix: improve hot reload share recovery
998
+
999
+ - refactor: remove server jsonp template
1000
+
1001
+ - chore: remove dead code from runtime modules
1002
+
1003
+ - fix: clean up jsonp getCustomJsonpCode
1004
+
1005
+ getting chunk loading global from compiler output options
1006
+
1007
+ - feat: adding cleanInitArrays runtime helper
1008
+
1009
+ - chore: remove share scope hoist and module hoisting system
1010
+
1011
+ - chore: cleanup code
1012
+
1013
+ - chore: remove dead code from add module runtime plugin
1014
+
1015
+ likely can remove whole plugin in future
1016
+
1017
+ - chore: remove logs from delegate modules
1018
+
1019
+ - chore: remove old utils
1020
+
1021
+ - fix: add warning on auto page stitch
1022
+
1023
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1024
+
1025
+ - chore: improve logging to see if its local load or remote load
1026
+
1027
+ - chore: clean up old custom promises factories
1028
+
1029
+ - fix: remove container proxy code
1030
+
1031
+ - fix: remove container proxy code
1032
+
1033
+ - fix: resolve backmerge issues with build
1034
+
1035
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
1036
+
1037
+ # Conflicts:
1038
+
1039
+ # package-lock.json
1040
+
1041
+ # package.json
1042
+
1043
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
1044
+
1045
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
1046
+
1047
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
1048
+
1049
+ - feat: enable eager sharing
1050
+
1051
+ - refactor: improve module hooks for eager loading and search
1052
+
1053
+ - refactor: cleanup custom jsonp and make es5
1054
+
1055
+ - refactor: cleanup inverted container code
1056
+
1057
+ - refactor: cleanup inverted container code
1058
+
1059
+ - ci: fix install step with npm and NX
1060
+
1061
+ - test: remove tests for now
1062
+
1063
+ - chore(utils): release version 1.7.3-beta.0
1064
+
1065
+ - chore(utils): release version 1.7.3
1066
+
1067
+ - chore(node): release version 0.14.4-beta.0
1068
+
1069
+ - chore(node): release version 0.14.4
1070
+
1071
+ - chore(nextjs-mf): release version 6.4.1-beta.4
1072
+
1073
+ - fix: remove debugging runtime variable
1074
+
1075
+ - chore(nextjs-mf): release version 6.4.1-beta.5
1076
+ - 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.
1077
+
1078
+ As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves.
1079
+
1080
+ If you need to dangerously share a package using the old method, you can do so by using the following code:
1081
+
1082
+ const shared = {
1083
+ fakeLodash: {
1084
+ import: "lodash",
1085
+ shareKey: "lodash",
1086
+ }
1087
+ }
1088
+
1089
+ Please note that this method is now considered dangerous and should be used with caution.
1090
+
1091
+ - update build release
1092
+
1093
+ - update build release
1094
+ - **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues.
1095
+
1096
+ Some key changes to the plugin includes:
1097
+
1098
+ - Downloading remote types before compilation starts.
1099
+ - Caching remote types for better performance.
1100
+ - Ability to provide Plugin options.
1101
+
1102
+ Please go through plugin `readme.md` file to understand what's changed and how to use the plugin.
1103
+
1104
+ # 1.0.0-canary.1 (2023-11-30)
1105
+
1106
+ ### Bug Fixes
1107
+
1108
+ - cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672))
1109
+ - deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1))
1110
+ - **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))
1111
+ - **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))
1112
+ - **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))
1113
+ - **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))
1114
+ - **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))
1115
+ - **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))
1116
+ - **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/universe/commit/de857c45af92b3a2584cd3319263417a36f9977a))
1117
+ - **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))
1118
+ - **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))
1119
+ - **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))
1120
+ - **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))
1121
+ - **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef))
1122
+ - **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))
1123
+ - **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))
1124
+ - **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))
1125
+ - **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))
1126
+ - **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb))
1127
+ - **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/universe/commit/71bd7becbc201d69b11f0975d5a56548facb3242))
1128
+ - **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))
1129
+ - **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))
1130
+ - **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))
1131
+ - **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8))
1132
+ - **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8))
1133
+ - **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/universe/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d))
1134
+ - **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))
1135
+ - **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))
1136
+ - **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))
1137
+ - **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))
1138
+ - **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))
1139
+ - **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))
1140
+ - **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))
1141
+ - **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))
1142
+ - **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))
1143
+ - **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))
1144
+ - **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))
1145
+ - **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77))
1146
+ - **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))
1147
+ - **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))
1148
+ - **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf))
1149
+ - **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))
1150
+ - **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))
1151
+ - **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe))
1152
+ - **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/universe/commit/10477bf1f16d695b792d97919e83a8920ee15c01))
1153
+ - **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4))
1154
+ - **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c))
1155
+ - **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb))
1156
+ - **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0))
1157
+ - **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14))
1158
+ - **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/universe/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362))
1159
+ - **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)
1160
+ - **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e))
1161
+ - 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)
1162
+ - 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))
1163
+ - Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
1164
+ - native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773))
1165
+ - override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29))
1166
+ - **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))
1167
+ - 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))
1168
+ - resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27))
1169
+ - 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))
1170
+ - set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3))
1171
+ - support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641))
1172
+ - switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356))
1173
+ - **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))
1174
+ - update publish config ([980eeb6](https://github.com/module-federation/universe/commit/980eeb6369b7181f898ee75cc7b04dc7e595899a))
1175
+ - 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)
1176
+
1177
+ ### Features
1178
+
1179
+ - Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
1180
+ - 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)
1181
+ - add runtime & sdk ([3adbfe4](https://github.com/module-federation/universe/commit/3adbfe4f95a18653cba2dd3a0023a68cc02f5259))
1182
+ - add runtimeexample ([eca7479](https://github.com/module-federation/universe/commit/eca747910781d9dccc8133cdf3cc4bf842b5b1f8))
1183
+ - 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))
1184
+ - 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))
1185
+ - change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3))
1186
+ - 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)
1187
+ - Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
1188
+ - **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a))
1189
+ - **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20))
1190
+ - Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82))
1191
+ - 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)
1192
+ - fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0))
1193
+ - improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493))
1194
+ - 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)
1195
+ - 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)
1196
+ - native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6))
1197
+ - native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd))
1198
+ - new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb))
1199
+ - 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)
1200
+ - **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a))
1201
+ - **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef))
1202
+ - 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)
1203
+ - **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))
1204
+ - **runtime:** Adding runtime package ([7ed8a75](https://github.com/module-federation/universe/commit/7ed8a75c046aeac37262ca6d58025d7a31046128))
1205
+ - **sdk:** Federation SDK Package ([1016b03](https://github.com/module-federation/universe/commit/1016b036b92c5d7d5aee761232dfeceb84811f72))
1206
+ - setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944))
1207
+ - test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f))
1208
+ - **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514))
1209
+ - **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e))
1210
+ - **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80))
1211
+ - **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2))
1212
+ - **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)
1213
+ - 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))
1214
+ - **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))
1215
+
1216
+ ### Reverts
1217
+
1218
+ - Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064)
1219
+
1220
+ ### BREAKING CHANGES
1221
+
1222
+ - automaticAsyncBoundary option has been removed
1223
+
1224
+ - fix: exclude specific pages from page map automatically
1225
+
1226
+ - refactor: conslidate codebase
1227
+
1228
+ - fix: improve hot reload share recovery
1229
+
1230
+ - refactor: remove server jsonp template
1231
+
1232
+ - chore: remove dead code from runtime modules
1233
+
1234
+ - fix: clean up jsonp getCustomJsonpCode
1235
+
1236
+ getting chunk loading global from compiler output options
1237
+
1238
+ - feat: adding cleanInitArrays runtime helper
1239
+
1240
+ - chore: remove share scope hoist and module hoisting system
1241
+
1242
+ - chore: cleanup code
1243
+
1244
+ - chore: remove dead code from add module runtime plugin
1245
+
1246
+ likely can remove whole plugin in future
1247
+
1248
+ - chore: remove logs from delegate modules
1249
+
1250
+ - chore: remove old utils
1251
+
1252
+ - fix: add warning on auto page stitch
1253
+
1254
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1255
+
1256
+ - chore: improve logging to see if its local load or remote load
1257
+
1258
+ - chore: clean up old custom promises factories
1259
+
1260
+ - fix: remove container proxy code
1261
+
1262
+ - fix: remove container proxy code
1263
+ - automaticAsyncBoundary option has been removed
1264
+
1265
+ - fix: exclude specific pages from page map automatically
1266
+
1267
+ - refactor: conslidate codebase
1268
+
1269
+ - fix: improve hot reload share recovery
1270
+
1271
+ - refactor: remove server jsonp template
1272
+
1273
+ - chore: remove dead code from runtime modules
1274
+
1275
+ - fix: clean up jsonp getCustomJsonpCode
1276
+
1277
+ getting chunk loading global from compiler output options
1278
+
1279
+ - feat: adding cleanInitArrays runtime helper
1280
+
1281
+ - chore: remove share scope hoist and module hoisting system
1282
+
1283
+ - chore: cleanup code
1284
+
1285
+ - chore: remove dead code from add module runtime plugin
1286
+
1287
+ likely can remove whole plugin in future
1288
+
1289
+ - chore: remove logs from delegate modules
1290
+
1291
+ - chore: remove old utils
1292
+
1293
+ - fix: add warning on auto page stitch
1294
+
1295
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1296
+
1297
+ - chore: improve logging to see if its local load or remote load
1298
+
1299
+ - chore: clean up old custom promises factories
1300
+
1301
+ - fix: remove container proxy code
1302
+
1303
+ - fix: remove container proxy code
1304
+
1305
+ - chore: fix project.json
1306
+
1307
+ - debugging
1308
+
1309
+ - fix: resolve backmerge issues with build
1310
+
1311
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
1312
+
1313
+ # Conflicts:
1314
+
1315
+ # package-lock.json
1316
+
1317
+ # package.json
1318
+
1319
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
1320
+
1321
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
1322
+
1323
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
1324
+
1325
+ - feat: enable eager sharing
1326
+
1327
+ - refactor: improve module hooks for eager loading and search
1328
+
1329
+ - refactor: cleanup custom jsonp and make es5
1330
+
1331
+ - refactor: cleanup inverted container code
1332
+
1333
+ - refactor: cleanup inverted container code
1334
+ - automaticAsyncBoundary option has been removed
1335
+
1336
+ - fix: exclude specific pages from page map automatically
1337
+
1338
+ - refactor: conslidate codebase
1339
+
1340
+ - fix: improve hot reload share recovery
1341
+
1342
+ - refactor: remove server jsonp template
1343
+
1344
+ - chore: remove dead code from runtime modules
1345
+
1346
+ - fix: clean up jsonp getCustomJsonpCode
1347
+
1348
+ getting chunk loading global from compiler output options
1349
+
1350
+ - feat: adding cleanInitArrays runtime helper
1351
+
1352
+ - chore: remove share scope hoist and module hoisting system
1353
+
1354
+ - chore: cleanup code
1355
+
1356
+ - chore: remove dead code from add module runtime plugin
1357
+
1358
+ likely can remove whole plugin in future
1359
+
1360
+ - chore: remove logs from delegate modules
1361
+
1362
+ - chore: remove old utils
1363
+
1364
+ - fix: add warning on auto page stitch
1365
+
1366
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1367
+
1368
+ - chore: improve logging to see if its local load or remote load
1369
+
1370
+ - chore: clean up old custom promises factories
1371
+
1372
+ - fix: remove container proxy code
1373
+
1374
+ - fix: remove container proxy code
1375
+
1376
+ - fix: resolve backmerge issues with build
1377
+
1378
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
1379
+
1380
+ # Conflicts:
1381
+
1382
+ # package-lock.json
1383
+
1384
+ # package.json
1385
+
1386
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
1387
+
1388
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
1389
+
1390
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
1391
+
1392
+ - feat: enable eager sharing
1393
+
1394
+ - refactor: improve module hooks for eager loading and search
1395
+
1396
+ - refactor: cleanup custom jsonp and make es5
1397
+
1398
+ - refactor: cleanup inverted container code
1399
+
1400
+ - refactor: cleanup inverted container code
1401
+
1402
+ - ci: fix install step with npm and NX
1403
+
1404
+ - test: remove tests for now
1405
+
1406
+ - chore(utils): release version 1.7.3-beta.0
1407
+
1408
+ - chore(utils): release version 1.7.3
1409
+
1410
+ - chore(node): release version 0.14.4-beta.0
1411
+
1412
+ - chore(node): release version 0.14.4
1413
+
1414
+ - chore(nextjs-mf): release version 6.4.1-beta.4
1415
+
1416
+ - fix: remove debugging runtime variable
1417
+
1418
+ - chore(nextjs-mf): release version 6.4.1-beta.5
1419
+ - automaticAsyncBoundary option has been removed
1420
+
1421
+ - fix: exclude specific pages from page map automatically
1422
+
1423
+ - refactor: conslidate codebase
1424
+
1425
+ - fix: improve hot reload share recovery
1426
+
1427
+ - refactor: remove server jsonp template
1428
+
1429
+ - chore: remove dead code from runtime modules
1430
+
1431
+ - fix: clean up jsonp getCustomJsonpCode
1432
+
1433
+ getting chunk loading global from compiler output options
1434
+
1435
+ - feat: adding cleanInitArrays runtime helper
1436
+
1437
+ - chore: remove share scope hoist and module hoisting system
1438
+
1439
+ - chore: cleanup code
1440
+
1441
+ - chore: remove dead code from add module runtime plugin
1442
+
1443
+ likely can remove whole plugin in future
1444
+
1445
+ - chore: remove logs from delegate modules
1446
+
1447
+ - chore: remove old utils
1448
+
1449
+ - fix: add warning on auto page stitch
1450
+
1451
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1452
+
1453
+ - chore: improve logging to see if its local load or remote load
1454
+
1455
+ - chore: clean up old custom promises factories
1456
+
1457
+ - fix: remove container proxy code
1458
+
1459
+ - fix: remove container proxy code
1460
+ - automaticAsyncBoundary option has been removed
1461
+
1462
+ - fix: exclude specific pages from page map automatically
1463
+
1464
+ - refactor: conslidate codebase
1465
+
1466
+ - fix: improve hot reload share recovery
1467
+
1468
+ - refactor: remove server jsonp template
1469
+
1470
+ - chore: remove dead code from runtime modules
1471
+
1472
+ - fix: clean up jsonp getCustomJsonpCode
1473
+
1474
+ getting chunk loading global from compiler output options
1475
+
1476
+ - feat: adding cleanInitArrays runtime helper
1477
+
1478
+ - chore: remove share scope hoist and module hoisting system
1479
+
1480
+ - chore: cleanup code
1481
+
1482
+ - chore: remove dead code from add module runtime plugin
1483
+
1484
+ likely can remove whole plugin in future
1485
+
1486
+ - chore: remove logs from delegate modules
1487
+
1488
+ - chore: remove old utils
1489
+
1490
+ - fix: add warning on auto page stitch
1491
+
1492
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1493
+
1494
+ - chore: improve logging to see if its local load or remote load
1495
+
1496
+ - chore: clean up old custom promises factories
1497
+
1498
+ - fix: remove container proxy code
1499
+
1500
+ - fix: remove container proxy code
1501
+
1502
+ - chore: fix project.json
1503
+
1504
+ - debugging
1505
+
1506
+ - fix: resolve backmerge issues with build
1507
+
1508
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
1509
+
1510
+ # Conflicts:
1511
+
1512
+ # package-lock.json
1513
+
1514
+ # package.json
1515
+
1516
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
1517
+
1518
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
1519
+
1520
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
1521
+
1522
+ - feat: enable eager sharing
1523
+
1524
+ - refactor: improve module hooks for eager loading and search
1525
+
1526
+ - refactor: cleanup custom jsonp and make es5
1527
+
1528
+ - refactor: cleanup inverted container code
1529
+
1530
+ - refactor: cleanup inverted container code
1531
+ - automaticAsyncBoundary option has been removed
1532
+
1533
+ - fix: exclude specific pages from page map automatically
1534
+
1535
+ - refactor: conslidate codebase
1536
+
1537
+ - fix: improve hot reload share recovery
1538
+
1539
+ - refactor: remove server jsonp template
1540
+
1541
+ - chore: remove dead code from runtime modules
1542
+
1543
+ - fix: clean up jsonp getCustomJsonpCode
1544
+
1545
+ getting chunk loading global from compiler output options
1546
+
1547
+ - feat: adding cleanInitArrays runtime helper
1548
+
1549
+ - chore: remove share scope hoist and module hoisting system
1550
+
1551
+ - chore: cleanup code
1552
+
1553
+ - chore: remove dead code from add module runtime plugin
1554
+
1555
+ likely can remove whole plugin in future
1556
+
1557
+ - chore: remove logs from delegate modules
1558
+
1559
+ - chore: remove old utils
2
1560
 
3
- ## 0.0.0-next-20231219090402
1561
+ - fix: add warning on auto page stitch
1562
+
1563
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1564
+
1565
+ - chore: improve logging to see if its local load or remote load
1566
+
1567
+ - chore: clean up old custom promises factories
1568
+
1569
+ - fix: remove container proxy code
1570
+
1571
+ - fix: remove container proxy code
1572
+
1573
+ - fix: resolve backmerge issues with build
1574
+
1575
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
1576
+
1577
+ # Conflicts:
1578
+
1579
+ # package-lock.json
1580
+
1581
+ # package.json
1582
+
1583
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
1584
+
1585
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
1586
+
1587
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
1588
+
1589
+ - feat: enable eager sharing
1590
+
1591
+ - refactor: improve module hooks for eager loading and search
1592
+
1593
+ - refactor: cleanup custom jsonp and make es5
1594
+
1595
+ - refactor: cleanup inverted container code
1596
+
1597
+ - refactor: cleanup inverted container code
1598
+
1599
+ - ci: fix install step with npm and NX
1600
+
1601
+ - test: remove tests for now
1602
+
1603
+ - chore(utils): release version 1.7.3-beta.0
1604
+
1605
+ - chore(utils): release version 1.7.3
1606
+
1607
+ - chore(node): release version 0.14.4-beta.0
1608
+
1609
+ - chore(node): release version 0.14.4
1610
+
1611
+ - chore(nextjs-mf): release version 6.4.1-beta.4
1612
+
1613
+ - fix: remove debugging runtime variable
1614
+
1615
+ - chore(nextjs-mf): release version 6.4.1-beta.5
1616
+ - 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.
1617
+
1618
+ As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves.
1619
+
1620
+ If you need to dangerously share a package using the old method, you can do so by using the following code:
1621
+
1622
+ const shared = {
1623
+ fakeLodash: {
1624
+ import: "lodash",
1625
+ shareKey: "lodash",
1626
+ }
1627
+ }
1628
+
1629
+ Please note that this method is now considered dangerous and should be used with caution.
1630
+
1631
+ - update build release
1632
+
1633
+ - update build release
1634
+ - **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues.
1635
+
1636
+ Some key changes to the plugin includes:
1637
+
1638
+ - Downloading remote types before compilation starts.
1639
+ - Caching remote types for better performance.
1640
+ - Ability to provide Plugin options.
1641
+
1642
+ Please go through plugin `readme.md` file to understand what's changed and how to use the plugin.
1643
+
1644
+ # [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)
1645
+
1646
+ ### Bug Fixes
1647
+
1648
+ - update publish config ([b5e04ff](https://github.com/module-federation/universe/commit/b5e04ffff7003b73f3a65a28a792ef389035214d))
1649
+
1650
+ # [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)
1651
+
1652
+ ### Features
1653
+
1654
+ - **sdk:** Federation SDK Package ([7b09ec1](https://github.com/module-federation/universe/commit/7b09ec1e16e7d6e3746c4ef3f0257812b4704015))
1655
+
1656
+ # 1.0.0-canary.1 (2023-11-21)
1657
+
1658
+ ### Bug Fixes
1659
+
1660
+ - cannot convert undefined object ([#406](https://github.com/module-federation/universe/issues/406)) ([f049bc9](https://github.com/module-federation/universe/commit/f049bc93c987f0ba918ecb345d1b3ee824715672))
1661
+ - deps ([#855](https://github.com/module-federation/universe/issues/855)) ([51fd134](https://github.com/module-federation/universe/commit/51fd134b6ffe501ac2a69df9ce8025f77900edd1))
1662
+ - **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))
1663
+ - **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))
1664
+ - **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))
1665
+ - **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))
1666
+ - **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))
1667
+ - **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))
1668
+ - **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))
1669
+ - **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))
1670
+ - **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))
1671
+ - **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))
1672
+ - **deps:** update dependency axios to v1 ([#534](https://github.com/module-federation/universe/issues/534)) ([ae5b885](https://github.com/module-federation/universe/commit/ae5b8858825546376551a775be3a31748e9adeef))
1673
+ - **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))
1674
+ - **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))
1675
+ - **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))
1676
+ - **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))
1677
+ - **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/universe/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb))
1678
+ - **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))
1679
+ - **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))
1680
+ - **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))
1681
+ - **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/universe/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8))
1682
+ - **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/universe/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8))
1683
+ - **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))
1684
+ - **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))
1685
+ - **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))
1686
+ - **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))
1687
+ - **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))
1688
+ - **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))
1689
+ - **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))
1690
+ - **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))
1691
+ - **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))
1692
+ - **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))
1693
+ - **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))
1694
+ - **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/universe/commit/061833912f7e5748011cd60ed679a68c1b659f77))
1695
+ - **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))
1696
+ - **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))
1697
+ - **deps:** update dependency tsup to v7 ([#1042](https://github.com/module-federation/universe/issues/1042)) ([f319c8a](https://github.com/module-federation/universe/commit/f319c8a8d876e547eeadd59e5bde30dcc367edaf))
1698
+ - **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))
1699
+ - **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))
1700
+ - **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/universe/commit/46c65247e187cee9e15625402c1570ac351bb1fe))
1701
+ - **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/universe/commit/573e644333da6d24cb4286ce08221a1aa82415e4))
1702
+ - **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/universe/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c))
1703
+ - **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/universe/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb))
1704
+ - **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/universe/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0))
1705
+ - **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/universe/commit/936b3f8d8061fd9d481d1788fb35b88588928d14))
1706
+ - **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)
1707
+ - **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/universe/issues/570)) ([e43a387](https://github.com/module-federation/universe/commit/e43a387f90587d62a78c40584ed9104328202f8e))
1708
+ - 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)
1709
+ - 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))
1710
+ - Improve logic ([#387](https://github.com/module-federation/universe/issues/387)) ([0eb7f1b](https://github.com/module-federation/universe/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
1711
+ - native federation in readme ([710e685](https://github.com/module-federation/universe/commit/710e68575cc8dfbef684c5c72637b539f7b29773))
1712
+ - nx build dep sync ([38c0902](https://github.com/module-federation/universe/commit/38c09025aeee8b3bb91f45721678d59ff814b8ba))
1713
+ - override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/universe/commit/18675defef65570d2b3bb6a9caa3fd039badee29))
1714
+ - **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))
1715
+ - 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))
1716
+ - resolve NX build version issues ([#578](https://github.com/module-federation/universe/issues/578)) ([84d3dde](https://github.com/module-federation/universe/commit/84d3dde0d3eff37e14c759456f7a56690c776f27))
1717
+ - 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))
1718
+ - set peer dependencies ([#341](https://github.com/module-federation/universe/issues/341)) ([fec9608](https://github.com/module-federation/universe/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3))
1719
+ - support dynamic import of esm modules ([#296](https://github.com/module-federation/universe/issues/296)) ([cf28356](https://github.com/module-federation/universe/commit/cf28356728354e1f63c0d588035dd115398f8641))
1720
+ - switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/universe/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356))
1721
+ - **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))
1722
+ - 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)
1723
+
1724
+ ### Features
1725
+
1726
+ - Automatic Async boundary loader ([#330](https://github.com/module-federation/universe/issues/330)) ([7e3c08c](https://github.com/module-federation/universe/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
1727
+ - 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)
1728
+ - add bundler runtime ([ce42e15](https://github.com/module-federation/universe/commit/ce42e15b7329ca9c7ba32d0a1ec7afbf47400e6e))
1729
+ - add runtime & sdk ([6b115e5](https://github.com/module-federation/universe/commit/6b115e54cf8f70c77c50e97c8cc9991acae4f3b3))
1730
+ - add runtimeexample ([d93fd24](https://github.com/module-federation/universe/commit/d93fd2468223a11644f7298afc126fc434f5d706))
1731
+ - 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))
1732
+ - 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))
1733
+ - change module sharing strategy ([#469](https://github.com/module-federation/universe/issues/469)) ([5fecf86](https://github.com/module-federation/universe/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3))
1734
+ - 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)
1735
+ - Delegate Modules ([#509](https://github.com/module-federation/universe/issues/509)) ([1a085e7](https://github.com/module-federation/universe/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
1736
+ - **docs:** add i18n support ([#608](https://github.com/module-federation/universe/issues/608)) ([ce3d4b6](https://github.com/module-federation/universe/commit/ce3d4b607b75746d8db7d096b8db932922dcb11a))
1737
+ - **docs:** initial docs ui ([#869](https://github.com/module-federation/universe/issues/869)) ([7b1252e](https://github.com/module-federation/universe/commit/7b1252eeef1627e0aa59df70ed9c918b8328ed20))
1738
+ - Dynamic Filesystem ([#1274](https://github.com/module-federation/universe/issues/1274)) ([2bec98a](https://github.com/module-federation/universe/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82))
1739
+ - 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)
1740
+ - fork module federation ([0ad7430](https://github.com/module-federation/universe/commit/0ad7430f6170458a47144be392133b7b2fa1ade0))
1741
+ - improved async init ([ae3a450](https://github.com/module-federation/universe/commit/ae3a4503ff9de86492b13029d6334b281ddd9493))
1742
+ - 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)
1743
+ - 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)
1744
+ - native self forming node federation ([#1291](https://github.com/module-federation/universe/issues/1291)) ([1dd5ed1](https://github.com/module-federation/universe/commit/1dd5ed17c981e036336925e807203e94b58c36d6))
1745
+ - native-federation-typescript plugin ([#692](https://github.com/module-federation/universe/issues/692)) ([b41c5aa](https://github.com/module-federation/universe/commit/b41c5aacfeda0fada5b426086658235edfd86cdd))
1746
+ - new actions, remove gpt integration ([370229e](https://github.com/module-federation/universe/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb))
1747
+ - 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)
1748
+ - **node:** add flag to control logging ([eebab83](https://github.com/module-federation/universe/commit/eebab83762a08d82393f04ed03c0af026356653a))
1749
+ - **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/universe/commit/27d545d99095da7134c392dbcd9fb135a170f6ef))
1750
+ - 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)
1751
+ - **runtime:** Adding runtime package ([8391e9c](https://github.com/module-federation/universe/commit/8391e9cef597ab94e38ac6c9b79a0616c716d400))
1752
+ - setup docs ([#549](https://github.com/module-federation/universe/issues/549)) ([b139d92](https://github.com/module-federation/universe/commit/b139d92032226102bb594695865979921d941944))
1753
+ - test command ([3ade629](https://github.com/module-federation/universe/commit/3ade629488f4ea1549314b82b41caef9a046da9f))
1754
+ - **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/universe/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514))
1755
+ - **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/universe/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e))
1756
+ - **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/universe/commit/0a533cb60e0c3ca269ab45df740c1367be175e80))
1757
+ - **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/universe/issues/306)) ([6e1967f](https://github.com/module-federation/universe/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2))
1758
+ - **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)
1759
+ - 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))
1760
+ - **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))
1761
+
1762
+ ### Reverts
1763
+
1764
+ - Revert "chore: upgrade nx" (#1064) ([3eadaf6](https://github.com/module-federation/universe/commit/3eadaf6f2d8ecc64b45c8e10dbc93f18293f45d5)), closes [#1064](https://github.com/module-federation/universe/issues/1064)
1765
+
1766
+ ### BREAKING CHANGES
1767
+
1768
+ - automaticAsyncBoundary option has been removed
1769
+
1770
+ - fix: exclude specific pages from page map automatically
1771
+
1772
+ - refactor: conslidate codebase
1773
+
1774
+ - fix: improve hot reload share recovery
1775
+
1776
+ - refactor: remove server jsonp template
1777
+
1778
+ - chore: remove dead code from runtime modules
1779
+
1780
+ - fix: clean up jsonp getCustomJsonpCode
1781
+
1782
+ getting chunk loading global from compiler output options
1783
+
1784
+ - feat: adding cleanInitArrays runtime helper
1785
+
1786
+ - chore: remove share scope hoist and module hoisting system
1787
+
1788
+ - chore: cleanup code
1789
+
1790
+ - chore: remove dead code from add module runtime plugin
1791
+
1792
+ likely can remove whole plugin in future
1793
+
1794
+ - chore: remove logs from delegate modules
1795
+
1796
+ - chore: remove old utils
1797
+
1798
+ - fix: add warning on auto page stitch
1799
+
1800
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1801
+
1802
+ - chore: improve logging to see if its local load or remote load
1803
+
1804
+ - chore: clean up old custom promises factories
1805
+
1806
+ - fix: remove container proxy code
1807
+
1808
+ - fix: remove container proxy code
1809
+ - automaticAsyncBoundary option has been removed
1810
+
1811
+ - fix: exclude specific pages from page map automatically
1812
+
1813
+ - refactor: conslidate codebase
1814
+
1815
+ - fix: improve hot reload share recovery
1816
+
1817
+ - refactor: remove server jsonp template
1818
+
1819
+ - chore: remove dead code from runtime modules
1820
+
1821
+ - fix: clean up jsonp getCustomJsonpCode
1822
+
1823
+ getting chunk loading global from compiler output options
1824
+
1825
+ - feat: adding cleanInitArrays runtime helper
1826
+
1827
+ - chore: remove share scope hoist and module hoisting system
1828
+
1829
+ - chore: cleanup code
1830
+
1831
+ - chore: remove dead code from add module runtime plugin
1832
+
1833
+ likely can remove whole plugin in future
1834
+
1835
+ - chore: remove logs from delegate modules
1836
+
1837
+ - chore: remove old utils
1838
+
1839
+ - fix: add warning on auto page stitch
1840
+
1841
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1842
+
1843
+ - chore: improve logging to see if its local load or remote load
1844
+
1845
+ - chore: clean up old custom promises factories
1846
+
1847
+ - fix: remove container proxy code
1848
+
1849
+ - fix: remove container proxy code
1850
+
1851
+ - chore: fix project.json
1852
+
1853
+ - debugging
1854
+
1855
+ - fix: resolve backmerge issues with build
1856
+
1857
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
1858
+
1859
+ # Conflicts:
1860
+
1861
+ # package-lock.json
1862
+
1863
+ # package.json
1864
+
1865
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
1866
+
1867
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
1868
+
1869
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
1870
+
1871
+ - feat: enable eager sharing
1872
+
1873
+ - refactor: improve module hooks for eager loading and search
1874
+
1875
+ - refactor: cleanup custom jsonp and make es5
1876
+
1877
+ - refactor: cleanup inverted container code
1878
+
1879
+ - refactor: cleanup inverted container code
1880
+ - automaticAsyncBoundary option has been removed
1881
+
1882
+ - fix: exclude specific pages from page map automatically
1883
+
1884
+ - refactor: conslidate codebase
1885
+
1886
+ - fix: improve hot reload share recovery
1887
+
1888
+ - refactor: remove server jsonp template
1889
+
1890
+ - chore: remove dead code from runtime modules
1891
+
1892
+ - fix: clean up jsonp getCustomJsonpCode
1893
+
1894
+ getting chunk loading global from compiler output options
1895
+
1896
+ - feat: adding cleanInitArrays runtime helper
1897
+
1898
+ - chore: remove share scope hoist and module hoisting system
1899
+
1900
+ - chore: cleanup code
1901
+
1902
+ - chore: remove dead code from add module runtime plugin
1903
+
1904
+ likely can remove whole plugin in future
1905
+
1906
+ - chore: remove logs from delegate modules
1907
+
1908
+ - chore: remove old utils
1909
+
1910
+ - fix: add warning on auto page stitch
1911
+
1912
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1913
+
1914
+ - chore: improve logging to see if its local load or remote load
1915
+
1916
+ - chore: clean up old custom promises factories
1917
+
1918
+ - fix: remove container proxy code
1919
+
1920
+ - fix: remove container proxy code
1921
+
1922
+ - fix: resolve backmerge issues with build
1923
+
1924
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
1925
+
1926
+ # Conflicts:
1927
+
1928
+ # package-lock.json
1929
+
1930
+ # package.json
1931
+
1932
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
1933
+
1934
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
1935
+
1936
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
1937
+
1938
+ - feat: enable eager sharing
1939
+
1940
+ - refactor: improve module hooks for eager loading and search
1941
+
1942
+ - refactor: cleanup custom jsonp and make es5
1943
+
1944
+ - refactor: cleanup inverted container code
1945
+
1946
+ - refactor: cleanup inverted container code
1947
+
1948
+ - ci: fix install step with npm and NX
1949
+
1950
+ - test: remove tests for now
1951
+
1952
+ - chore(utils): release version 1.7.3-beta.0
1953
+
1954
+ - chore(utils): release version 1.7.3
1955
+
1956
+ - chore(node): release version 0.14.4-beta.0
1957
+
1958
+ - chore(node): release version 0.14.4
1959
+
1960
+ - chore(nextjs-mf): release version 6.4.1-beta.4
1961
+
1962
+ - fix: remove debugging runtime variable
1963
+
1964
+ - chore(nextjs-mf): release version 6.4.1-beta.5
1965
+ - automaticAsyncBoundary option has been removed
1966
+
1967
+ - fix: exclude specific pages from page map automatically
1968
+
1969
+ - refactor: conslidate codebase
1970
+
1971
+ - fix: improve hot reload share recovery
1972
+
1973
+ - refactor: remove server jsonp template
1974
+
1975
+ - chore: remove dead code from runtime modules
1976
+
1977
+ - fix: clean up jsonp getCustomJsonpCode
1978
+
1979
+ getting chunk loading global from compiler output options
1980
+
1981
+ - feat: adding cleanInitArrays runtime helper
1982
+
1983
+ - chore: remove share scope hoist and module hoisting system
1984
+
1985
+ - chore: cleanup code
1986
+
1987
+ - chore: remove dead code from add module runtime plugin
1988
+
1989
+ likely can remove whole plugin in future
1990
+
1991
+ - chore: remove logs from delegate modules
1992
+
1993
+ - chore: remove old utils
1994
+
1995
+ - fix: add warning on auto page stitch
1996
+
1997
+ - fix: remove commented out code from InvertedContainerPlugin.ts
1998
+
1999
+ - chore: improve logging to see if its local load or remote load
2000
+
2001
+ - chore: clean up old custom promises factories
2002
+
2003
+ - fix: remove container proxy code
2004
+
2005
+ - fix: remove container proxy code
2006
+ - automaticAsyncBoundary option has been removed
2007
+
2008
+ - fix: exclude specific pages from page map automatically
2009
+
2010
+ - refactor: conslidate codebase
2011
+
2012
+ - fix: improve hot reload share recovery
2013
+
2014
+ - refactor: remove server jsonp template
2015
+
2016
+ - chore: remove dead code from runtime modules
2017
+
2018
+ - fix: clean up jsonp getCustomJsonpCode
2019
+
2020
+ getting chunk loading global from compiler output options
2021
+
2022
+ - feat: adding cleanInitArrays runtime helper
2023
+
2024
+ - chore: remove share scope hoist and module hoisting system
2025
+
2026
+ - chore: cleanup code
2027
+
2028
+ - chore: remove dead code from add module runtime plugin
2029
+
2030
+ likely can remove whole plugin in future
2031
+
2032
+ - chore: remove logs from delegate modules
2033
+
2034
+ - chore: remove old utils
2035
+
2036
+ - fix: add warning on auto page stitch
2037
+
2038
+ - fix: remove commented out code from InvertedContainerPlugin.ts
2039
+
2040
+ - chore: improve logging to see if its local load or remote load
2041
+
2042
+ - chore: clean up old custom promises factories
2043
+
2044
+ - fix: remove container proxy code
2045
+
2046
+ - fix: remove container proxy code
2047
+
2048
+ - chore: fix project.json
2049
+
2050
+ - debugging
2051
+
2052
+ - fix: resolve backmerge issues with build
2053
+
2054
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
2055
+
2056
+ # Conflicts:
2057
+
2058
+ # package-lock.json
2059
+
2060
+ # package.json
2061
+
2062
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
2063
+
2064
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
2065
+
2066
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
2067
+
2068
+ - feat: enable eager sharing
2069
+
2070
+ - refactor: improve module hooks for eager loading and search
2071
+
2072
+ - refactor: cleanup custom jsonp and make es5
2073
+
2074
+ - refactor: cleanup inverted container code
2075
+
2076
+ - refactor: cleanup inverted container code
2077
+ - automaticAsyncBoundary option has been removed
2078
+
2079
+ - fix: exclude specific pages from page map automatically
2080
+
2081
+ - refactor: conslidate codebase
2082
+
2083
+ - fix: improve hot reload share recovery
2084
+
2085
+ - refactor: remove server jsonp template
2086
+
2087
+ - chore: remove dead code from runtime modules
2088
+
2089
+ - fix: clean up jsonp getCustomJsonpCode
2090
+
2091
+ getting chunk loading global from compiler output options
2092
+
2093
+ - feat: adding cleanInitArrays runtime helper
2094
+
2095
+ - chore: remove share scope hoist and module hoisting system
2096
+
2097
+ - chore: cleanup code
2098
+
2099
+ - chore: remove dead code from add module runtime plugin
2100
+
2101
+ likely can remove whole plugin in future
2102
+
2103
+ - chore: remove logs from delegate modules
2104
+
2105
+ - chore: remove old utils
2106
+
2107
+ - fix: add warning on auto page stitch
2108
+
2109
+ - fix: remove commented out code from InvertedContainerPlugin.ts
2110
+
2111
+ - chore: improve logging to see if its local load or remote load
2112
+
2113
+ - chore: clean up old custom promises factories
2114
+
2115
+ - fix: remove container proxy code
2116
+
2117
+ - fix: remove container proxy code
2118
+
2119
+ - fix: resolve backmerge issues with build
2120
+
2121
+ - Merge branch 'kill_child_compilers' into fix_backmerge_issues
2122
+
2123
+ # Conflicts:
2124
+
2125
+ # package-lock.json
2126
+
2127
+ # package.json
2128
+
2129
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
2130
+
2131
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
2132
+
2133
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
2134
+
2135
+ - feat: enable eager sharing
2136
+
2137
+ - refactor: improve module hooks for eager loading and search
2138
+
2139
+ - refactor: cleanup custom jsonp and make es5
2140
+
2141
+ - refactor: cleanup inverted container code
2142
+
2143
+ - refactor: cleanup inverted container code
2144
+
2145
+ - ci: fix install step with npm and NX
2146
+
2147
+ - test: remove tests for now
2148
+
2149
+ - chore(utils): release version 1.7.3-beta.0
2150
+
2151
+ - chore(utils): release version 1.7.3
2152
+
2153
+ - chore(node): release version 0.14.4-beta.0
2154
+
2155
+ - chore(node): release version 0.14.4
2156
+
2157
+ - chore(nextjs-mf): release version 6.4.1-beta.4
2158
+
2159
+ - fix: remove debugging runtime variable
2160
+
2161
+ - chore(nextjs-mf): release version 6.4.1-beta.5
2162
+ - 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.
2163
+
2164
+ As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves.
2165
+
2166
+ If you need to dangerously share a package using the old method, you can do so by using the following code:
2167
+
2168
+ const shared = {
2169
+ fakeLodash: {
2170
+ import: "lodash",
2171
+ shareKey: "lodash",
2172
+ }
2173
+ }
2174
+
2175
+ Please note that this method is now considered dangerous and should be used with caution.
2176
+
2177
+ - update build release
2178
+
2179
+ - update build release
2180
+ - **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues.
2181
+
2182
+ Some key changes to the plugin includes:
2183
+
2184
+ - Downloading remote types before compilation starts.
2185
+ - Caching remote types for better performance.
2186
+ - Ability to provide Plugin options.
2187
+
2188
+ Please go through plugin `readme.md` file to understand what's changed and how to use the plugin.
2189
+
2190
+ # @module-federation/sdk