@module-federation/node 2.0.2-beta.6 → 2.0.2

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 (71) hide show
  1. package/LICENSE +21 -0
  2. package/dist/jest.config.js.map +1 -0
  3. package/dist/package.json +66 -0
  4. package/dist/src/filesystem/stratagies.js.map +1 -0
  5. package/dist/src/index.js.map +1 -0
  6. package/{src → dist/src}/plugins/AutomaticPublicPathPlugin.d.ts +1 -1
  7. package/{src → dist/src}/plugins/AutomaticPublicPathPlugin.js +3 -3
  8. package/dist/src/plugins/AutomaticPublicPathPlugin.js.map +1 -0
  9. package/dist/src/plugins/ChunkCorrelationPlugin.js.map +1 -0
  10. package/{src → dist/src}/plugins/CommonJsChunkLoadingPlugin.js +24 -23
  11. package/dist/src/plugins/CommonJsChunkLoadingPlugin.js.map +1 -0
  12. package/{src → dist/src}/plugins/DynamicFilesystemChunkLoadingRuntimeModule.d.ts +1 -1
  13. package/{src → dist/src}/plugins/DynamicFilesystemChunkLoadingRuntimeModule.js +31 -46
  14. package/dist/src/plugins/DynamicFilesystemChunkLoadingRuntimeModule.js.map +1 -0
  15. package/{src → dist/src}/plugins/NodeContainerPlugin.js +2 -2
  16. package/dist/src/plugins/NodeContainerPlugin.js.map +1 -0
  17. package/{src → dist/src}/plugins/NodeFederationPlugin.js +7 -4
  18. package/dist/src/plugins/NodeFederationPlugin.js.map +1 -0
  19. package/{src → dist/src}/plugins/RemotePublicPathRuntimeModule.d.ts +1 -1
  20. package/{src → dist/src}/plugins/RemotePublicPathRuntimeModule.js +24 -25
  21. package/dist/src/plugins/RemotePublicPathRuntimeModule.js.map +1 -0
  22. package/{src → dist/src}/plugins/StreamingTargetPlugin.d.ts +2 -2
  23. package/{src → dist/src}/plugins/StreamingTargetPlugin.js.map +1 -1
  24. package/{src → dist/src}/plugins/UniversalFederationPlugin.js +5 -1
  25. package/dist/src/plugins/UniversalFederationPlugin.js.map +1 -0
  26. package/{src → dist/src}/plugins/webpackChunkUtilities.d.ts +1 -1
  27. package/{src → dist/src}/plugins/webpackChunkUtilities.js +52 -52
  28. package/dist/src/plugins/webpackChunkUtilities.js.map +1 -0
  29. package/dist/src/types/index.js.map +1 -0
  30. package/dist/src/utils/flush-chunks.js.map +1 -0
  31. package/{src → dist/src}/utils/hot-reload.js +1 -5
  32. package/dist/src/utils/hot-reload.js.map +1 -0
  33. package/dist/src/utils/index.js.map +1 -0
  34. package/package.json +22 -20
  35. package/CHANGELOG.md +0 -1216
  36. package/jest.config.js.map +0 -1
  37. package/src/filesystem/stratagies.js.map +0 -1
  38. package/src/index.js.map +0 -1
  39. package/src/plugins/AutomaticPublicPathPlugin.js.map +0 -1
  40. package/src/plugins/ChunkCorrelationPlugin.js.map +0 -1
  41. package/src/plugins/CommonJsChunkLoadingPlugin.js.map +0 -1
  42. package/src/plugins/DynamicFilesystemChunkLoadingRuntimeModule.js.map +0 -1
  43. package/src/plugins/NodeContainerPlugin.js.map +0 -1
  44. package/src/plugins/NodeFederationPlugin.js.map +0 -1
  45. package/src/plugins/RemotePublicPathRuntimeModule.js.map +0 -1
  46. package/src/plugins/UniversalFederationPlugin.js.map +0 -1
  47. package/src/plugins/webpackChunkUtilities.js.map +0 -1
  48. package/src/types/index.js.map +0 -1
  49. package/src/utils/flush-chunks.js.map +0 -1
  50. package/src/utils/hot-reload.js.map +0 -1
  51. package/src/utils/index.js.map +0 -1
  52. package/{jest.config.d.ts → dist/jest.config.d.ts} +0 -0
  53. package/{jest.config.js → dist/jest.config.js} +0 -0
  54. package/{src → dist/src}/filesystem/stratagies.d.ts +0 -0
  55. package/{src → dist/src}/filesystem/stratagies.js +0 -0
  56. package/{src → dist/src}/index.d.ts +0 -0
  57. package/{src → dist/src}/index.js +0 -0
  58. package/{src → dist/src}/plugins/ChunkCorrelationPlugin.d.ts +6 -6
  59. /package/{src → dist/src}/plugins/ChunkCorrelationPlugin.js +0 -0
  60. /package/{src → dist/src}/plugins/CommonJsChunkLoadingPlugin.d.ts +0 -0
  61. /package/{src → dist/src}/plugins/NodeContainerPlugin.d.ts +0 -0
  62. /package/{src → dist/src}/plugins/NodeFederationPlugin.d.ts +0 -0
  63. /package/{src → dist/src}/plugins/StreamingTargetPlugin.js +0 -0
  64. /package/{src → dist/src}/plugins/UniversalFederationPlugin.d.ts +0 -0
  65. /package/{src → dist/src}/types/index.d.ts +0 -0
  66. /package/{src → dist/src}/types/index.js +0 -0
  67. /package/{src → dist/src}/utils/flush-chunks.d.ts +0 -0
  68. /package/{src → dist/src}/utils/flush-chunks.js +0 -0
  69. /package/{src → dist/src}/utils/hot-reload.d.ts +0 -0
  70. /package/{src → dist/src}/utils/index.d.ts +0 -0
  71. /package/{src → dist/src}/utils/index.js +0 -0
package/CHANGELOG.md DELETED
@@ -1,1216 +0,0 @@
1
- # Changelog
2
-
3
- This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
-
5
- ## [2.0.2-beta.6](https://github.com/module-federation/nextjs-mf/compare/node-2.0.2-beta.5...node-2.0.2-beta.6) (2023-10-07)
6
-
7
-
8
-
9
- ## [2.0.2-beta.5](https://github.com/module-federation/nextjs-mf/compare/node-2.0.2-beta.4...node-2.0.2-beta.5) (2023-10-04)
10
-
11
-
12
- ### Bug Fixes
13
-
14
- * remove logs from flush chunks ([b7d317c](https://github.com/module-federation/nextjs-mf/commit/b7d317c4b2b0eda2f3530315dbf471289fa6918b))
15
-
16
-
17
-
18
- ## [2.0.2-beta.4](https://github.com/module-federation/nextjs-mf/compare/node-2.0.2-beta.3...node-2.0.2-beta.4) (2023-10-03)
19
-
20
-
21
-
22
- ## [2.0.2-beta.3](https://github.com/module-federation/nextjs-mf/compare/node-2.0.2-beta.2...node-2.0.2-beta.3) (2023-10-03)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * add exported file ([19b1afb](https://github.com/module-federation/nextjs-mf/commit/19b1afbd58572897f36b16926f841e35d154c712))
28
- * bad impleentation during federation port ([cc2e53f](https://github.com/module-federation/nextjs-mf/commit/cc2e53f0351fb94c9068223ad6b8d990a913ab53))
29
- * chunk flushing ([c9df545](https://github.com/module-federation/nextjs-mf/commit/c9df5451c84e6458b392884492bf669bf7383d5c))
30
- * dont crash offline remotes ([f0d7671](https://github.com/module-federation/nextjs-mf/commit/f0d7671569ac34f64017a303739b54880f5220e6))
31
- * export parseRemotes ([12ed54c](https://github.com/module-federation/nextjs-mf/commit/12ed54c87ba539bc2a79cdee86058f0a2776653e))
32
- * hot reloading system ([99f733b](https://github.com/module-federation/nextjs-mf/commit/99f733bbdbd727a99fbaaeab3f92f4b65fa568dd))
33
- * remove logger in filesystem ([c370ed5](https://github.com/module-federation/nextjs-mf/commit/c370ed5fdc5fe3423703f29daa40a4227ac51cf2))
34
- * remove logging on DFS ([40b8c28](https://github.com/module-federation/nextjs-mf/commit/40b8c28fac9c39fec8623415a36e487152c2ef34))
35
- * search registry for both ident and unique name ([f22dc25](https://github.com/module-federation/nextjs-mf/commit/f22dc25e5a6374273b1bc51b0e101b57226c5906))
36
- * simplify template ([b4e633b](https://github.com/module-federation/nextjs-mf/commit/b4e633b6624264456800bc7351c6d815430d42b5))
37
- * stats plugin updates ([c1db325](https://github.com/module-federation/nextjs-mf/commit/c1db325d3311b2126964f4ad2ddbfa9d82a50674))
38
- * ts in template string ([0edbbea](https://github.com/module-federation/nextjs-mf/commit/0edbbeaa42503237b88132252e29a34a79bade51))
39
- * ts in template string ([9b8f652](https://github.com/module-federation/nextjs-mf/commit/9b8f652f96bf6f29d5fc238bb616e19187158a57))
40
-
41
-
42
- ### Features
43
-
44
- * create and expose AutomaticPublicPathPlugin.ts ([9d0fcdd](https://github.com/module-federation/nextjs-mf/commit/9d0fcdd2e36fae971f2eec3269980baedf276b35))
45
- * improve options logic in node federation plugin ([b69b70d](https://github.com/module-federation/nextjs-mf/commit/b69b70d200c63e3557089e8a0669fc43330c988c))
46
- * improved async init ([bb19b07](https://github.com/module-federation/nextjs-mf/commit/bb19b07b5be1bbc28bd6b049ea7aea6510ad17a2))
47
- * improved async init ([019694e](https://github.com/module-federation/nextjs-mf/commit/019694e55fe1f6bebfdab0701bf9087bf0034b8f))
48
- * Static fallback to non auto public path ([3c58780](https://github.com/module-federation/nextjs-mf/commit/3c587809f1e936fba291eab3d7c790115be5102c))
49
- * support vmok conventions ([0501da8](https://github.com/module-federation/nextjs-mf/commit/0501da86eaaab6ea79a3397c2c683086cc591309))
50
- * support vmok conventions ([d53b586](https://github.com/module-federation/nextjs-mf/commit/d53b5867719eb7fff32bee2edd3255023d598f44))
51
- * Use enhanced Federation Plugin ([e021d66](https://github.com/module-federation/nextjs-mf/commit/e021d6667996962f154137d164bed13f53a6a135))
52
-
53
-
54
-
55
- ## [2.0.2-beta.2](https://github.com/module-federation/nextjs-mf/compare/node-2.0.2-beta.1...node-2.0.2-beta.2) (2023-09-15)
56
-
57
- ### Bug Fixes
58
-
59
- - Auto Public Path, detect multiple output targets ([65f17b1](https://github.com/module-federation/nextjs-mf/commit/65f17b189f37e0ad9e72bb0bf04463e9c5455929))
60
- - ensure custom FS works with target: node or async node preset ([a08fcab](https://github.com/module-federation/nextjs-mf/commit/a08fcab7dde903966d34be9dab0b34c8896948ca))
61
-
62
- ## [2.0.2-beta.1](https://github.com/module-federation/nextjs-mf/compare/node-2.0.2-beta.0...node-2.0.2-beta.1) (2023-09-14)
63
-
64
- ## [2.0.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-2.0.1...node-2.0.2-beta.0) (2023-09-14)
65
-
66
- ### Bug Fixes
67
-
68
- - import utils manually ([2767191](https://github.com/module-federation/nextjs-mf/commit/2767191467d9d685704b747d42b5f170da233847))
69
- - **node:** use ES6 imports and override method in FederationModuleInfoRuntimeModule (#bytedance) ([d420ad9](https://github.com/module-federation/nextjs-mf/commit/d420ad94b7515123254af45c61704abcc0971511))
70
- - remove ensure remote runtime module ([d06c082](https://github.com/module-federation/nextjs-mf/commit/d06c0823435063dcd277897ab551cd3a9c996d3d))
71
-
72
- ### Features
73
-
74
- - add auto public path support for remote modules (node_auto_public_path) ([b12c984](https://github.com/module-federation/nextjs-mf/commit/b12c9841aa55027cb7b77e768ff9c0b456120d51))
75
- - Dynamic Filesystem ([#1274](https://github.com/module-federation/nextjs-mf/issues/1274)) ([2bec98a](https://github.com/module-federation/nextjs-mf/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82))
76
- - FederationModuleInfo Runtime Module ([50a1a0c](https://github.com/module-federation/nextjs-mf/commit/50a1a0c7a37bbe42ab6f2f5559b411567fee0fe9))
77
- - FederationModuleInfo Runtime Module ([7b09ef6](https://github.com/module-federation/nextjs-mf/commit/7b09ef6c0f4ee68a1b5caa5f021632059c522b8f))
78
- - implement Bytedance Infra Node Plugin ([82e6801](https://github.com/module-federation/nextjs-mf/commit/82e680157bbad68fa93800a69149c4c28652cfed))
79
- - implement Bytedance Infra Node Plugin ([97f283e](https://github.com/module-federation/nextjs-mf/commit/97f283e4746bf6f048ee27584adde5249c8e577c))
80
- - native self forming node federation ([#1291](https://github.com/module-federation/nextjs-mf/issues/1291)) ([1dd5ed1](https://github.com/module-federation/nextjs-mf/commit/1dd5ed17c981e036336925e807203e94b58c36d6))
81
- - **node-remote:** Improve module federation runtime compatibility ([5eb2092](https://github.com/module-federation/nextjs-mf/commit/5eb209249c44d525c12eff5739bf23a93db08e4f))
82
- - **node:** auto set public path and improve chunk loading strategy #node_auto_public_path ([65989da](https://github.com/module-federation/nextjs-mf/commit/65989dab95ee2acee7ec9a5ab321921a278cd078))
83
- - **node:** enhance error handling and remote container registry in RemotePublicPathRuntimeModule (#bytedance) ([061285e](https://github.com/module-federation/nextjs-mf/commit/061285e0b6210baa1dd502dc94fd57fd9a8af822))
84
- - **NodeFederationPlugin:** assign remoteContainerRegistry to importMetaName ([ca33d98](https://github.com/module-federation/nextjs-mf/commit/ca33d98df63fdb8dac402b1cc0ec8bf95f9f1971))
85
- - **node:** remove unused import from DynamicFilesystemRuntimeModule ([f9787a9](https://github.com/module-federation/nextjs-mf/commit/f9787a9a67da936679db388e5c66e012e7452d8a))
86
- - remove old loadScript hack ([fbe19bc](https://github.com/module-federation/nextjs-mf/commit/fbe19bc76694c14b6a95c577669c2e8656ede1ba))
87
- - **utilities:** update DelegateModulesPlugin and tests (#node_auto_public_path) ([df8bb79](https://github.com/module-federation/nextjs-mf/commit/df8bb791c3fedef299cb15960546ff5ad9c665ef))
88
-
89
- ## [2.0.1](https://github.com/module-federation/nextjs-mf/compare/node-2.0.0...node-2.0.1) (2023-09-13)
90
-
91
- ### Dependency Updates
92
-
93
- - `utils` updated to version `3.0.1`
94
- - `utils` updated to version `3.0.1`
95
-
96
- # [2.0.0](https://github.com/module-federation/nextjs-mf/compare/node-1.0.6...node-2.0.0) (2023-09-09)
97
-
98
- ### Dependency Updates
99
-
100
- - `utils` updated to version `3.0.0`
101
- - `utils` updated to version `3.0.0`
102
-
103
- ### Bug Fixes
104
-
105
- - workaround to self ref module error in prod ([#1205](https://github.com/module-federation/nextjs-mf/issues/1205)) ([1d88beb](https://github.com/module-federation/nextjs-mf/commit/1d88beb0da629f036e132573fee9f05494b1f540))
106
-
107
- ### Features
108
-
109
- - core package for module federation ([#1093](https://github.com/module-federation/nextjs-mf/issues/1093)) ([d460400](https://github.com/module-federation/nextjs-mf/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#835](https://github.com/module-federation/nextjs-mf/issues/835) [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#871](https://github.com/module-federation/nextjs-mf/issues/871) [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#872](https://github.com/module-federation/nextjs-mf/issues/872) [#875](https://github.com/module-federation/nextjs-mf/issues/875) [#884](https://github.com/module-federation/nextjs-mf/issues/884) [#887](https://github.com/module-federation/nextjs-mf/issues/887) [#893](https://github.com/module-federation/nextjs-mf/issues/893) [#885](https://github.com/module-federation/nextjs-mf/issues/885) [#899](https://github.com/module-federation/nextjs-mf/issues/899) [#904](https://github.com/module-federation/nextjs-mf/issues/904) [#932](https://github.com/module-federation/nextjs-mf/issues/932) [#936](https://github.com/module-federation/nextjs-mf/issues/936) [#959](https://github.com/module-federation/nextjs-mf/issues/959) [#960](https://github.com/module-federation/nextjs-mf/issues/960) [#969](https://github.com/module-federation/nextjs-mf/issues/969) [#971](https://github.com/module-federation/nextjs-mf/issues/971) [#1234](https://github.com/module-federation/nextjs-mf/issues/1234) [#1235](https://github.com/module-federation/nextjs-mf/issues/1235)
110
-
111
- ### BREAKING CHANGES
112
-
113
- - automaticAsyncBoundary option has been removed
114
-
115
- - fix: exclude specific pages from page map automatically
116
-
117
- - refactor: conslidate codebase
118
-
119
- - fix: improve hot reload share recovery
120
-
121
- - refactor: remove server jsonp template
122
-
123
- - chore: remove dead code from runtime modules
124
-
125
- - fix: clean up jsonp getCustomJsonpCode
126
-
127
- getting chunk loading global from compiler output options
128
-
129
- - feat: adding cleanInitArrays runtime helper
130
-
131
- - chore: remove share scope hoist and module hoisting system
132
-
133
- - chore: cleanup code
134
-
135
- - chore: remove dead code from add module runtime plugin
136
-
137
- likely can remove whole plugin in future
138
-
139
- - chore: remove logs from delegate modules
140
-
141
- - chore: remove old utils
142
-
143
- - fix: add warning on auto page stitch
144
-
145
- - fix: remove commented out code from InvertedContainerPlugin.ts
146
-
147
- - chore: improve logging to see if its local load or remote load
148
-
149
- - chore: clean up old custom promises factories
150
-
151
- - fix: remove container proxy code
152
-
153
- - fix: remove container proxy code
154
- - automaticAsyncBoundary option has been removed
155
-
156
- - fix: exclude specific pages from page map automatically
157
-
158
- - refactor: conslidate codebase
159
-
160
- - fix: improve hot reload share recovery
161
-
162
- - refactor: remove server jsonp template
163
-
164
- - chore: remove dead code from runtime modules
165
-
166
- - fix: clean up jsonp getCustomJsonpCode
167
-
168
- getting chunk loading global from compiler output options
169
-
170
- - feat: adding cleanInitArrays runtime helper
171
-
172
- - chore: remove share scope hoist and module hoisting system
173
-
174
- - chore: cleanup code
175
-
176
- - chore: remove dead code from add module runtime plugin
177
-
178
- likely can remove whole plugin in future
179
-
180
- - chore: remove logs from delegate modules
181
-
182
- - chore: remove old utils
183
-
184
- - fix: add warning on auto page stitch
185
-
186
- - fix: remove commented out code from InvertedContainerPlugin.ts
187
-
188
- - chore: improve logging to see if its local load or remote load
189
-
190
- - chore: clean up old custom promises factories
191
-
192
- - fix: remove container proxy code
193
-
194
- - fix: remove container proxy code
195
-
196
- - chore: fix project.json
197
-
198
- - debugging
199
-
200
- - fix: resolve backmerge issues with build
201
-
202
- - Merge branch 'kill_child_compilers' into fix_backmerge_issues
203
-
204
- # Conflicts:
205
-
206
- # package-lock.json
207
-
208
- # package.json
209
-
210
- # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
211
-
212
- # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
213
-
214
- # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
215
-
216
- - feat: enable eager sharing
217
-
218
- - refactor: improve module hooks for eager loading and search
219
-
220
- - refactor: cleanup custom jsonp and make es5
221
-
222
- - refactor: cleanup inverted container code
223
-
224
- - refactor: cleanup inverted container code
225
- - automaticAsyncBoundary option has been removed
226
-
227
- - fix: exclude specific pages from page map automatically
228
-
229
- - refactor: conslidate codebase
230
-
231
- - fix: improve hot reload share recovery
232
-
233
- - refactor: remove server jsonp template
234
-
235
- - chore: remove dead code from runtime modules
236
-
237
- - fix: clean up jsonp getCustomJsonpCode
238
-
239
- getting chunk loading global from compiler output options
240
-
241
- - feat: adding cleanInitArrays runtime helper
242
-
243
- - chore: remove share scope hoist and module hoisting system
244
-
245
- - chore: cleanup code
246
-
247
- - chore: remove dead code from add module runtime plugin
248
-
249
- likely can remove whole plugin in future
250
-
251
- - chore: remove logs from delegate modules
252
-
253
- - chore: remove old utils
254
-
255
- - fix: add warning on auto page stitch
256
-
257
- - fix: remove commented out code from InvertedContainerPlugin.ts
258
-
259
- - chore: improve logging to see if its local load or remote load
260
-
261
- - chore: clean up old custom promises factories
262
-
263
- - fix: remove container proxy code
264
-
265
- - fix: remove container proxy code
266
-
267
- - fix: resolve backmerge issues with build
268
-
269
- - Merge branch 'kill_child_compilers' into fix_backmerge_issues
270
-
271
- # Conflicts:
272
-
273
- # package-lock.json
274
-
275
- # package.json
276
-
277
- # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
278
-
279
- # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
280
-
281
- # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
282
-
283
- - feat: enable eager sharing
284
-
285
- - refactor: improve module hooks for eager loading and search
286
-
287
- - refactor: cleanup custom jsonp and make es5
288
-
289
- - refactor: cleanup inverted container code
290
-
291
- - refactor: cleanup inverted container code
292
-
293
- - ci: fix install step with npm and NX
294
-
295
- - test: remove tests for now
296
-
297
- - chore(utils): release version 1.7.3-beta.0
298
-
299
- - chore(utils): release version 1.7.3
300
-
301
- - chore(node): release version 0.14.4-beta.0
302
-
303
- - chore(node): release version 0.14.4
304
-
305
- - chore(nextjs-mf): release version 6.4.1-beta.4
306
-
307
- - fix: remove debugging runtime variable
308
-
309
- - chore(nextjs-mf): release version 6.4.1-beta.5
310
-
311
- ## [1.0.7](https://github.com/module-federation/nextjs-mf/compare/node-1.0.6...node-1.0.7) (2023-08-14)
312
-
313
- ### Dependency Updates
314
-
315
- - `utils` updated to version `2.0.6`
316
- - `utils` updated to version `2.0.6`
317
-
318
- ## [1.0.6](https://github.com/module-federation/nextjs-mf/compare/node-1.0.5...node-1.0.6) (2023-08-11)
319
-
320
- ### Dependency Updates
321
-
322
- - `utils` updated to version `2.0.5`
323
- - `utils` updated to version `2.0.5`
324
-
325
- ## [1.0.5](https://github.com/module-federation/nextjs-mf/compare/node-1.0.4...node-1.0.5) (2023-07-19)
326
-
327
- ### Dependency Updates
328
-
329
- - `utils` updated to version `2.0.4`
330
- - `utils` updated to version `2.0.4`
331
-
332
- ### Bug Fixes
333
-
334
- - Fix call undefined delegate ([#1149](https://github.com/module-federation/nextjs-mf/issues/1149)) ([87a5896](https://github.com/module-federation/nextjs-mf/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/nextjs-mf/issues/1151)
335
- - thrown error during chunk correlation of empty graph connection ([#1146](https://github.com/module-federation/nextjs-mf/issues/1146)) ([508d754](https://github.com/module-federation/nextjs-mf/commit/508d754baa746b9d6575cd5d8b1faa22d24396c0))
336
-
337
- ## [1.0.4](https://github.com/module-federation/nextjs-mf/compare/node-1.0.3...node-1.0.4) (2023-07-18)
338
-
339
- ### Dependency Updates
340
-
341
- - `utils` updated to version `2.0.2`
342
- - `utils` updated to version `2.0.2`
343
-
344
- ## [1.0.3](https://github.com/module-federation/nextjs-mf/compare/node-1.0.2...node-1.0.3) (2023-07-17)
345
-
346
- ### Dependency Updates
347
-
348
- - `utils` updated to version `2.0.1`
349
- - `utils` updated to version `2.0.1`
350
-
351
- ## [1.0.2](https://github.com/module-federation/nextjs-mf/compare/node-1.0.1...node-1.0.2) (2023-07-05)
352
-
353
- ### Bug Fixes
354
-
355
- - do not assign remotes to the registry from within chunk loading runtime modules ([#1111](https://github.com/module-federation/nextjs-mf/issues/1111)) ([e255c15](https://github.com/module-federation/nextjs-mf/commit/e255c15a05c8b691b6bed3a3653bc3fc92cd21d8))
356
-
357
- ## [1.0.1](https://github.com/module-federation/nextjs-mf/compare/node-1.0.0...node-1.0.1) (2023-07-05)
358
-
359
- ### Bug Fixes
360
-
361
- - better automatic server build detection ([#1106](https://github.com/module-federation/nextjs-mf/issues/1106)) ([6763cd6](https://github.com/module-federation/nextjs-mf/commit/6763cd60549d77add4745629bf6855e370d1375f))
362
-
363
- # [1.0.0](https://github.com/module-federation/nextjs-mf/compare/node-0.16.2...node-1.0.0) (2023-07-01)
364
-
365
- ### Dependency Updates
366
-
367
- - `utils` updated to version `2.0.0`
368
- - `utils` updated to version `2.0.0`
369
-
370
- ### Features
371
-
372
- - Next Federation 7 ([#726](https://github.com/module-federation/nextjs-mf/issues/726)) ([d50ca1e](https://github.com/module-federation/nextjs-mf/commit/d50ca1e4636c4e0a402190f6e9c3f69ed9ec8eac)), closes [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#835](https://github.com/module-federation/nextjs-mf/issues/835) [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#871](https://github.com/module-federation/nextjs-mf/issues/871) [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#872](https://github.com/module-federation/nextjs-mf/issues/872) [#875](https://github.com/module-federation/nextjs-mf/issues/875) [#884](https://github.com/module-federation/nextjs-mf/issues/884) [#887](https://github.com/module-federation/nextjs-mf/issues/887) [#893](https://github.com/module-federation/nextjs-mf/issues/893) [#885](https://github.com/module-federation/nextjs-mf/issues/885) [#899](https://github.com/module-federation/nextjs-mf/issues/899) [#904](https://github.com/module-federation/nextjs-mf/issues/904) [#932](https://github.com/module-federation/nextjs-mf/issues/932) [#936](https://github.com/module-federation/nextjs-mf/issues/936) [#959](https://github.com/module-federation/nextjs-mf/issues/959) [#960](https://github.com/module-federation/nextjs-mf/issues/960) [#969](https://github.com/module-federation/nextjs-mf/issues/969) [#971](https://github.com/module-federation/nextjs-mf/issues/971) [#974](https://github.com/module-federation/nextjs-mf/issues/974) [#984](https://github.com/module-federation/nextjs-mf/issues/984) [#986](https://github.com/module-federation/nextjs-mf/issues/986) [#1015](https://github.com/module-federation/nextjs-mf/issues/1015) [#1086](https://github.com/module-federation/nextjs-mf/issues/1086) [#1084](https://github.com/module-federation/nextjs-mf/issues/1084)
373
-
374
- ### BREAKING CHANGES
375
-
376
- - automaticAsyncBoundary option has been removed
377
-
378
- - fix: exclude specific pages from page map automatically
379
-
380
- - refactor: conslidate codebase
381
-
382
- - fix: improve hot reload share recovery
383
-
384
- - refactor: remove server jsonp template
385
-
386
- - chore: remove dead code from runtime modules
387
-
388
- - fix: clean up jsonp getCustomJsonpCode
389
-
390
- getting chunk loading global from compiler output options
391
-
392
- - feat: adding cleanInitArrays runtime helper
393
-
394
- - chore: remove share scope hoist and module hoisting system
395
-
396
- - chore: cleanup code
397
-
398
- - chore: remove dead code from add module runtime plugin
399
-
400
- likely can remove whole plugin in future
401
-
402
- - chore: remove logs from delegate modules
403
-
404
- - chore: remove old utils
405
-
406
- - fix: add warning on auto page stitch
407
-
408
- - fix: remove commented out code from InvertedContainerPlugin.ts
409
-
410
- - chore: improve logging to see if its local load or remote load
411
-
412
- - chore: clean up old custom promises factories
413
-
414
- - fix: remove container proxy code
415
-
416
- - fix: remove container proxy code
417
- - automaticAsyncBoundary option has been removed
418
-
419
- - fix: exclude specific pages from page map automatically
420
-
421
- - refactor: conslidate codebase
422
-
423
- - fix: improve hot reload share recovery
424
-
425
- - refactor: remove server jsonp template
426
-
427
- - chore: remove dead code from runtime modules
428
-
429
- - fix: clean up jsonp getCustomJsonpCode
430
-
431
- getting chunk loading global from compiler output options
432
-
433
- - feat: adding cleanInitArrays runtime helper
434
-
435
- - chore: remove share scope hoist and module hoisting system
436
-
437
- - chore: cleanup code
438
-
439
- - chore: remove dead code from add module runtime plugin
440
-
441
- likely can remove whole plugin in future
442
-
443
- - chore: remove logs from delegate modules
444
-
445
- - chore: remove old utils
446
-
447
- - fix: add warning on auto page stitch
448
-
449
- - fix: remove commented out code from InvertedContainerPlugin.ts
450
-
451
- - chore: improve logging to see if its local load or remote load
452
-
453
- - chore: clean up old custom promises factories
454
-
455
- - fix: remove container proxy code
456
-
457
- - fix: remove container proxy code
458
-
459
- - chore: fix project.json
460
-
461
- - debugging
462
-
463
- - fix: resolve backmerge issues with build
464
-
465
- - Merge branch 'kill_child_compilers' into fix_backmerge_issues
466
-
467
- # Conflicts:
468
-
469
- # package-lock.json
470
-
471
- # package.json
472
-
473
- # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
474
-
475
- # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
476
-
477
- # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
478
-
479
- - feat: enable eager sharing
480
-
481
- - refactor: improve module hooks for eager loading and search
482
-
483
- - refactor: cleanup custom jsonp and make es5
484
-
485
- - refactor: cleanup inverted container code
486
-
487
- - refactor: cleanup inverted container code
488
- - automaticAsyncBoundary option has been removed
489
-
490
- - fix: exclude specific pages from page map automatically
491
-
492
- - refactor: conslidate codebase
493
-
494
- - fix: improve hot reload share recovery
495
-
496
- - refactor: remove server jsonp template
497
-
498
- - chore: remove dead code from runtime modules
499
-
500
- - fix: clean up jsonp getCustomJsonpCode
501
-
502
- getting chunk loading global from compiler output options
503
-
504
- - feat: adding cleanInitArrays runtime helper
505
-
506
- - chore: remove share scope hoist and module hoisting system
507
-
508
- - chore: cleanup code
509
-
510
- - chore: remove dead code from add module runtime plugin
511
-
512
- likely can remove whole plugin in future
513
-
514
- - chore: remove logs from delegate modules
515
-
516
- - chore: remove old utils
517
-
518
- - fix: add warning on auto page stitch
519
-
520
- - fix: remove commented out code from InvertedContainerPlugin.ts
521
-
522
- - chore: improve logging to see if its local load or remote load
523
-
524
- - chore: clean up old custom promises factories
525
-
526
- - fix: remove container proxy code
527
-
528
- - fix: remove container proxy code
529
-
530
- - fix: resolve backmerge issues with build
531
-
532
- - Merge branch 'kill_child_compilers' into fix_backmerge_issues
533
-
534
- # Conflicts:
535
-
536
- # package-lock.json
537
-
538
- # package.json
539
-
540
- # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
541
-
542
- # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
543
-
544
- # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
545
-
546
- - feat: enable eager sharing
547
-
548
- - refactor: improve module hooks for eager loading and search
549
-
550
- - refactor: cleanup custom jsonp and make es5
551
-
552
- - refactor: cleanup inverted container code
553
-
554
- - refactor: cleanup inverted container code
555
-
556
- - ci: fix install step with npm and NX
557
-
558
- - test: remove tests for now
559
-
560
- - chore(utils): release version 1.7.3-beta.0
561
-
562
- - chore(utils): release version 1.7.3
563
-
564
- - chore(node): release version 0.14.4-beta.0
565
-
566
- - chore(node): release version 0.14.4
567
-
568
- - chore(nextjs-mf): release version 6.4.1-beta.4
569
-
570
- - fix: remove debugging runtime variable
571
-
572
- - chore(nextjs-mf): release version 6.4.1-beta.5
573
-
574
- ## [0.16.3-rc.1](https://github.com/module-federation/nextjs-mf/compare/node-0.16.3-rc.0...node-0.16.3-rc.1) (2023-07-01)
575
-
576
- ### Features
577
-
578
- - support edge workers ([4c43729](https://github.com/module-federation/nextjs-mf/commit/4c43729153a4130d84f92ea2e56f771f2e63abc8))
579
- - support edge workers ([#1084](https://github.com/module-federation/nextjs-mf/issues/1084)) ([3f5df94](https://github.com/module-federation/nextjs-mf/commit/3f5df944ea787cf958fd4cf7fabed84432a50a10))
580
-
581
- ## [0.16.3-rc.0](https://github.com/module-federation/nextjs-mf/compare/node-0.16.2...node-0.16.3-rc.0) (2023-06-30)
582
-
583
- ## [0.15.2-rc8.1](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc8.0...node-0.15.2-rc8.1) (2023-06-28)
584
-
585
- ## [0.15.2-rc8.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc7.0...node-0.15.2-rc8.0) (2023-06-27)
586
-
587
- ### Bug Fixes
588
-
589
- - disable flushing remotes to ssr for now ([2495582](https://github.com/module-federation/nextjs-mf/commit/249558248682896ccb05a9517d8540b97379b1bc))
590
-
591
- ## [0.15.2-rc7.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc6.0...node-0.15.2-rc7.0) (2023-06-27)
592
-
593
- ## [0.15.2-rc6.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc5.0...node-0.15.2-rc6.0) (2023-06-23)
594
-
595
- ## [0.15.2-rc5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc4.0...node-0.15.2-rc5.0) (2023-06-23)
596
-
597
- ## [0.15.2-rc4.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc3.1...node-0.15.2-rc4.0) (2023-06-21)
598
-
599
- ### Bug Fixes
600
-
601
- - Resolve condition names ([#974](https://github.com/module-federation/nextjs-mf/issues/974)) ([5e8b49c](https://github.com/module-federation/nextjs-mf/commit/5e8b49cf60f19dae6be4818a1c0ff783c7689393))
602
- - Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
603
-
604
- ## [0.15.2-rc3.1](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc3.0...node-0.15.2-rc3.1) (2023-06-09)
605
-
606
- ### Bug Fixes
607
-
608
- - Path loader patches ([#960](https://github.com/module-federation/nextjs-mf/issues/960)) ([d362a77](https://github.com/module-federation/nextjs-mf/commit/d362a7752c4364cc499a27f2b6eeb5399543cb29))
609
-
610
- ## [0.15.2-rc3.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-beta.0...node-0.15.2-rc3.0) (2023-06-09)
611
-
612
- ## [0.15.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc1.0...node-0.15.2-beta.0) (2023-05-26)
613
-
614
- ### Bug Fixes
615
-
616
- - Improve chunk correlation ([#936](https://github.com/module-federation/nextjs-mf/issues/936)) ([4dad1eb](https://github.com/module-federation/nextjs-mf/commit/4dad1eb370feacd6ecb4c1726c435d5c579f424d))
617
-
618
- ## [0.15.2-rc1.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.2-rc.0...node-0.15.2-rc1.0) (2023-05-25)
619
-
620
- ## [0.15.2-rc.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.1...node-0.15.2-rc.0) (2023-05-23)
621
-
622
- ### Bug Fixes
623
-
624
- - chunk and module duplications ([#885](https://github.com/module-federation/nextjs-mf/issues/885)) ([199e6b9](https://github.com/module-federation/nextjs-mf/commit/199e6b9937f4a2ca6caedb3ae4767342de463cb6))
625
- - client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
626
- - externalization and missing runtime chunks ([#887](https://github.com/module-federation/nextjs-mf/issues/887)) ([c79cd62](https://github.com/module-federation/nextjs-mf/commit/c79cd6226d3134f1d6294cd8eba40c8c33af5cb5))
627
- - missing chunk hashes on exposed modules ([#893](https://github.com/module-federation/nextjs-mf/issues/893)) ([cfa43f5](https://github.com/module-federation/nextjs-mf/commit/cfa43f506999d5ce3ab6afeea513d50d85f7886e))
628
-
629
- ## [0.14.7-rc.2](https://github.com/module-federation/nextjs-mf/compare/node-0.14.7-rc.1...node-0.14.7-rc.2) (2023-05-17)
630
-
631
- ## [0.14.7-rc.1](https://github.com/module-federation/nextjs-mf/compare/node-0.14.7-rc.0...node-0.14.7-rc.1) (2023-05-17)
632
-
633
- ### Bug Fixes
634
-
635
- - **chunk-module-duplication:** prevent runtime reset and share scope loss ([14bfc38](https://github.com/module-federation/nextjs-mf/commit/14bfc38515a4da3be7321d4b6d876905d45ad20b))
636
-
637
- ## [0.14.7-rc.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.7-beta.3...node-0.14.7-rc.0) (2023-05-16)
638
-
639
- ## [0.14.7-beta.3](https://github.com/module-federation/nextjs-mf/compare/node-0.14.7-beta.2...node-0.14.7-beta.3) (2023-05-16)
640
-
641
- ## [0.14.7-beta.2](https://github.com/module-federation/nextjs-mf/compare/node-0.14.7-beta.1...node-0.14.7-beta.2) (2023-05-16)
642
-
643
- ## [0.14.7-beta.1](https://github.com/module-federation/nextjs-mf/compare/node-0.14.7-beta.0...node-0.14.7-beta.1) (2023-05-16)
644
-
645
- ## [0.14.7-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.6...node-0.14.7-beta.0) (2023-05-16)
646
-
647
- ## [0.14.6](https://github.com/module-federation/nextjs-mf/compare/node-0.14.5...node-0.14.6) (2023-05-16)
648
-
649
- ## [0.14.5](https://github.com/module-federation/nextjs-mf/compare/node-0.14.5-beta.0...node-0.14.5) (2023-05-15)
650
-
651
- ## [0.14.5-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.4...node-0.14.5-beta.0) (2023-05-15)
652
-
653
- ### Features
654
-
655
- - Quantum Modules ([#872](https://github.com/module-federation/nextjs-mf/issues/872)) ([2991039](https://github.com/module-federation/nextjs-mf/commit/299103932b4e0aa6d8017be588ffa5272f519260))
656
-
657
- ## [0.14.4](https://github.com/module-federation/nextjs-mf/compare/node-0.14.4-beta.0...node-0.14.4) (2023-05-13)
658
-
659
- ## [0.14.4-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.3...node-0.14.4-beta.0) (2023-05-13)
660
-
661
- ### Bug Fixes
662
-
663
- - remove container proxy code ([6123d98](https://github.com/module-federation/nextjs-mf/commit/6123d9846606d76be949492ca04474f5c8164bc7))
664
-
665
- ### Features
666
-
667
- - [7] Async boundary runtime server ([#851](https://github.com/module-federation/nextjs-mf/issues/851)) ([7fa792a](https://github.com/module-federation/nextjs-mf/commit/7fa792a4b518cd007b5ac41db225e20521063e73)), closes [#864](https://github.com/module-federation/nextjs-mf/issues/864)
668
-
669
- ### BREAKING CHANGES
670
-
671
- - automaticAsyncBoundary option has been removed
672
-
673
- - fix: exclude specific pages from page map automatically
674
-
675
- - refactor: conslidate codebase
676
-
677
- - fix: improve hot reload share recovery
678
-
679
- - refactor: remove server jsonp template
680
-
681
- - chore: remove dead code from runtime modules
682
-
683
- - fix: clean up jsonp getCustomJsonpCode
684
-
685
- getting chunk loading global from compiler output options
686
-
687
- - feat: adding cleanInitArrays runtime helper
688
-
689
- - chore: remove share scope hoist and module hoisting system
690
-
691
- - chore: cleanup code
692
-
693
- ## [0.14.3](https://github.com/module-federation/nextjs-mf/compare/node-0.14.3-beta.0...node-0.14.3) (2023-05-03)
694
-
695
- ## [0.14.3-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.2...node-0.14.3-beta.0) (2023-05-03)
696
-
697
- ## [0.14.2](https://github.com/module-federation/nextjs-mf/compare/node-0.14.2-beta.1...node-0.14.2) (2023-04-28)
698
-
699
- ## [0.14.2-beta.1](https://github.com/module-federation/nextjs-mf/compare/node-0.14.2-beta.0...node-0.14.2-beta.1) (2023-04-28)
700
-
701
- ## [0.14.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.1...node-0.14.2-beta.0) (2023-04-28)
702
-
703
- ### Bug Fixes
704
-
705
- - use [fullhash] if no hash exists / in development mode. ([dfa7fb3](https://github.com/module-federation/nextjs-mf/commit/dfa7fb3a49b81b87dae43ec57ff2f86f5c2b7501))
706
-
707
- ## [0.14.1](https://github.com/module-federation/nextjs-mf/compare/node-0.14.1-beta.0...node-0.14.1) (2023-04-28)
708
-
709
- ## [0.14.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.0...node-0.14.1-beta.0) (2023-04-28)
710
-
711
- ### Features
712
-
713
- - Improve module chunk connections ([#802](https://github.com/module-federation/nextjs-mf/issues/802)) ([ce0bd7b](https://github.com/module-federation/nextjs-mf/commit/ce0bd7b16e080f712e6db0bdcd3955a8167c274f)), closes [#803](https://github.com/module-federation/nextjs-mf/issues/803) [#808](https://github.com/module-federation/nextjs-mf/issues/808) [#811](https://github.com/module-federation/nextjs-mf/issues/811)
714
-
715
- ## [0.13.1](https://github.com/module-federation/nextjs-mf/compare/node-0.13.1-beta.0...node-0.13.1) (2023-04-19)
716
-
717
- ## [0.13.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/node-0.13.0...node-0.13.1-beta.0) (2023-04-19)
718
-
719
- ### Bug Fixes
720
-
721
- - use container proxy on script VM instead of host resolver point ([2929d0f](https://github.com/module-federation/nextjs-mf/commit/2929d0f64d4b8edf268af5ca83f807a02b121861))
722
- - get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
723
- - improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
724
- - peer dependencies metadata ([d3a2ed0](https://github.com/module-federation/nextjs-mf/commit/d3a2ed0e378b59afdeb632d1e2e0290f05cbca19))
725
- - solve externalization ([49f52e5](https://github.com/module-federation/nextjs-mf/commit/49f52e53ddddc990d31e6aa510d67dc0552a9d9a))
726
- - use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
727
-
728
- ### Features
729
-
730
- - delegate module support ([5061d3d](https://github.com/module-federation/nextjs-mf/commit/5061d3d64d7d83dbb25b4ef2378d434545186cb1))
731
- - chunk flushing in delegates ([5e2375f](https://github.com/module-federation/nextjs-mf/commit/5e2375f598437803105ac4bc2237f6b652554d00))
732
- - delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
733
- - delegate module support ([d242163](https://github.com/module-federation/nextjs-mf/commit/d24216324183bfec5c7ba672ba6da05679f67809))
734
- - delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
735
- - improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
736
- - new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
737
- - prepare for v7 ([7bc4b3b](https://github.com/module-federation/nextjs-mf/commit/7bc4b3bd44e0926a52d6a9cbe56f0c4d7bb700ae))
738
-
739
- ### BREAKING CHANGES
740
-
741
- - safety breaking change note
742
- BREAKING_CHANGE: safety breaking change note
743
-
744
- ## [0.16.2](https://github.com/module-federation/nextjs-mf/compare/node-0.16.1...node-0.16.2) (2023-06-30)
745
-
746
- ### Dependency Updates
747
-
748
- - `utils` updated to version `1.9.1`
749
- - `utils` updated to version `1.9.1`
750
-
751
- ## [0.16.1](https://github.com/module-federation/nextjs-mf/compare/node-0.16.0...node-0.16.1) (2023-06-29)
752
-
753
- # [0.16.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.1...node-0.16.0) (2023-06-29)
754
-
755
- ## [0.15.1](https://github.com/module-federation/nextjs-mf/compare/node-0.15.0...node-0.15.1) (2023-05-22)
756
-
757
- ### Bug Fixes
758
-
759
- - Add ./src/ export to package.json ([#898](https://github.com/module-federation/nextjs-mf/issues/898)) ([acbdda6](https://github.com/module-federation/nextjs-mf/commit/acbdda6c5dd499828f9e65ed3b774b50048f9021))
760
-
761
- # [0.15.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.0...node-0.15.0) (2023-05-22)
762
-
763
- ### Dependency Updates
764
-
765
- - `utils` updated to version `1.8.0`
766
- - `utils` updated to version `1.8.0`
767
-
768
- ### Features
769
-
770
- - release to npm with next tag to not ruine latest one ([#763](https://github.com/module-federation/nextjs-mf/issues/763)) ([f2d199b](https://github.com/module-federation/nextjs-mf/commit/f2d199b3b3fbbd428514b1ce1f139efc82f7fff0))
771
-
772
- # [0.14.0](https://github.com/module-federation/nextjs-mf/compare/node-0.13.0...node-0.14.0) (2023-04-19)
773
-
774
- # [0.13.0](https://github.com/module-federation/nextjs-mf/compare/node-0.12.3...node-0.13.0) (2023-04-09)
775
-
776
- ### Dependency Updates
777
-
778
- - `utils` updated to version `1.5.0`
779
- - `utils` updated to version `1.5.0`
780
-
781
- ### Features
782
-
783
- - Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/nextjs-mf/issues/723)) ([232ba24](https://github.com/module-federation/nextjs-mf/commit/232ba24072f19bd32d1f745d4edf1518e548df50))
784
-
785
- ## [0.12.3](https://github.com/module-federation/nextjs-mf/compare/node-0.12.2...node-0.12.3) (2023-04-09)
786
-
787
- ### Dependency Updates
788
-
789
- - `utils` updated to version `1.4.1`
790
- - `utils` updated to version `1.4.1`
791
-
792
- ## [0.12.2](https://github.com/module-federation/nextjs-mf/compare/node-0.12.1...node-0.12.2) (2023-03-24)
793
-
794
- ### Bug Fixes
795
-
796
- - Medusa hot reloading ([#685](https://github.com/module-federation/nextjs-mf/issues/685)) ([6f14306](https://github.com/module-federation/nextjs-mf/commit/6f143068252eefec7a717ea0b8fef51a709ba539))
797
-
798
- ## [0.12.1](https://github.com/module-federation/nextjs-mf/compare/node-0.12.0...node-0.12.1) (2023-03-24)
799
-
800
- ### Bug Fixes
801
-
802
- - enable chunk hashing all the time ([#669](https://github.com/module-federation/nextjs-mf/issues/669)) ([7417bc2](https://github.com/module-federation/nextjs-mf/commit/7417bc2acead56aa066a6b14ddb57a2474ea72e0))
803
-
804
- # [0.12.0](https://github.com/module-federation/nextjs-mf/compare/node-0.11.1...node-0.12.0) (2023-03-14)
805
-
806
- ### Dependency Updates
807
-
808
- - `utils` updated to version `1.4.0`
809
-
810
- ### Features
811
-
812
- - Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/nextjs-mf/issues/609)) ([0bbba38](https://github.com/module-federation/nextjs-mf/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/nextjs-mf/issues/606)
813
-
814
- ## [0.11.1](https://github.com/module-federation/nextjs-mf/compare/node-0.11.0...node-0.11.1) (2023-02-09)
815
-
816
- ### Bug Fixes
817
-
818
- - backward compatability with older versions pre 6.1.x ([f27b57a](https://github.com/module-federation/nextjs-mf/commit/f27b57a36a61280124bab4a309edaa1c3fd04ced))
819
-
820
- # [0.11.0](https://github.com/module-federation/nextjs-mf/compare/node-0.10.5...node-0.11.0) (2023-02-09)
821
-
822
- ### Dependency Updates
823
-
824
- - `utils` updated to version `1.3.0`
825
-
826
- ### Features
827
-
828
- - Delegate Modules ([#509](https://github.com/module-federation/nextjs-mf/issues/509)) ([1a085e7](https://github.com/module-federation/nextjs-mf/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
829
-
830
- ## [0.10.5](https://github.com/module-federation/nextjs-mf/compare/node-0.10.4...node-0.10.5) (2023-02-09)
831
-
832
- ### Dependency Updates
833
-
834
- - `utils` updated to version `1.2.1`
835
-
836
- ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
837
-
838
- ## [0.10.5](https://github.com/module-federation/nextjs-mf/compare/node-0.10.4...node-0.10.5) (2023-02-02)
839
-
840
- ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
841
-
842
- ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
843
-
844
- ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
845
-
846
- ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
847
-
848
- ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
849
-
850
- ## [0.10.3](https://github.com/module-federation/nextjs-mf/compare/node-0.10.2...node-0.10.3) (2023-01-31)
851
-
852
- ### Dependency Updates
853
-
854
- - `utils` updated to version `1.2.0`
855
-
856
- ## [0.10.2](https://github.com/module-federation/nextjs-mf/compare/node-0.10.1...node-0.10.2) (2023-01-21)
857
-
858
- ### Dependency Updates
859
-
860
- - `utils` updated to version `1.1.2`
861
-
862
- ## [0.10.1](https://github.com/module-federation/nextjs-mf/compare/node-0.10.0...node-0.10.1) (2023-01-11)
863
-
864
- ### Dependency Updates
865
-
866
- - `utils` updated to version `1.1.1`
867
-
868
- # [0.10.0](https://github.com/module-federation/nextjs-mf/compare/node-0.9.11...node-0.10.0) (2023-01-11)
869
-
870
- ### Bug Fixes
871
-
872
- - [node] build error when no remotes are used ([#500](https://github.com/module-federation/nextjs-mf/issues/500)) ([189f3f9](https://github.com/module-federation/nextjs-mf/commit/189f3f95091684ac73a772d9bfd17a1e06ec1d65))
873
-
874
- ### Features
875
-
876
- - [node] build error when no remotes are used ([dc73262](https://github.com/module-federation/nextjs-mf/commit/dc732621b1ede2bd761abaa766c6384ba041b502))
877
-
878
- ## [0.9.11](https://github.com/module-federation/nextjs-mf/compare/node-0.9.10...node-0.9.11) (2022-12-30)
879
-
880
- ### Dependency Updates
881
-
882
- - `utils` updated to version `1.1.0`
883
-
884
- ## [0.9.10](https://github.com/module-federation/nextjs-mf/compare/node-0.9.9...node-0.9.10) (2022-12-29)
885
-
886
- ### Dependency Updates
887
-
888
- - `utils` updated to version `1.0.4`
889
-
890
- ## [0.9.9](https://github.com/module-federation/nextjs-mf/compare/node-0.9.8...node-0.9.9) (2022-12-27)
891
-
892
- ### Dependency Updates
893
-
894
- - `utils` updated to version `1.0.3`
895
-
896
- ## [0.9.8](https://github.com/module-federation/nextjs-mf/compare/node-0.9.7...node-0.9.8) (2022-12-27)
897
-
898
- ### Dependency Updates
899
-
900
- - `utils` updated to version `1.0.2`
901
-
902
- ## [0.9.7](https://github.com/module-federation/nextjs-mf/compare/node-0.9.6...node-0.9.7) (2022-12-18)
903
-
904
- ### Bug Fixes
905
-
906
- - **node:** verbose false should not log ([#400](https://github.com/module-federation/nextjs-mf/issues/400)) ([55e8962](https://github.com/module-federation/nextjs-mf/commit/55e89624a557135aaf87a373136da71d00750534))
907
-
908
- ## [0.9.6](https://github.com/module-federation/nextjs-mf/compare/node-0.9.5...node-0.9.6) (2022-11-22)
909
-
910
- ### Bug Fixes
911
-
912
- - normalize options private variable on plugin constructors ([#390](https://github.com/module-federation/nextjs-mf/issues/390)) ([5654acd](https://github.com/module-federation/nextjs-mf/commit/5654acdf8e79f0b10f34bb58c6eb09c1b83675cb))
913
-
914
- ## [0.9.5](https://github.com/module-federation/nextjs-mf/compare/node-0.9.4...node-0.9.5) (2022-11-22)
915
-
916
- ### Bug Fixes
917
-
918
- - increase chunk corrolation plugin scope ([#386](https://github.com/module-federation/nextjs-mf/issues/386)) ([ba567c3](https://github.com/module-federation/nextjs-mf/commit/ba567c37ec9d1b1aa9f457f8e9b4152ed5747e81))
919
- - try catch on chunk flushing ([#388](https://github.com/module-federation/nextjs-mf/issues/388)) ([71cc898](https://github.com/module-federation/nextjs-mf/commit/71cc8984a2e6e0b26957d782dcb517d0c7fdc566))
920
- - Improve logic ([#387](https://github.com/module-federation/nextjs-mf/issues/387)) ([0eb7f1b](https://github.com/module-federation/nextjs-mf/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
921
-
922
- ## [0.9.4](https://github.com/module-federation/nextjs-mf/compare/node-0.9.3...node-0.9.4) (2022-11-20)
923
-
924
- ## [0.9.3](https://github.com/module-federation/nextjs-mf/compare/node-0.9.2...node-0.9.3) (2022-11-20)
925
-
926
- ### Bug Fixes
927
-
928
- - verbose types ([8f21b2a](https://github.com/module-federation/nextjs-mf/commit/8f21b2a4724c64da551fa11e2aad99dcbab75b28))
929
-
930
- ## [0.9.2](https://github.com/module-federation/nextjs-mf/compare/node-0.9.1...node-0.9.2) (2022-11-20)
931
-
932
- ## [0.9.1](https://github.com/module-federation/nextjs-mf/compare/node-0.9.0...node-0.9.1) (2022-11-20)
933
-
934
- # [0.9.0](https://github.com/module-federation/nextjs-mf/compare/node-0.8.4...node-0.9.0) (2022-11-20)
935
-
936
- ### Dependency Updates
937
-
938
- - `utils` updated to version `1.0.1`
939
-
940
- ### Bug Fixes
941
-
942
- - stringify error ([a7c20f9](https://github.com/module-federation/nextjs-mf/commit/a7c20f9d989c1f27a0b72b9157fc3243020fd252))
943
-
944
- ### Features
945
-
946
- - **node:** add flag to control logging ([eebab83](https://github.com/module-federation/nextjs-mf/commit/eebab83762a08d82393f04ed03c0af026356653a))
947
- - support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
948
-
949
- ## [0.9.1](https://github.com/module-federation/nextjs-mf/compare/node-0.9.0...node-0.9.1) (2022-11-20)
950
-
951
- ### Dependency Updates
952
-
953
- - `utils` updated to version `1.0.1`
954
-
955
- ### Bug Fixes
956
-
957
- - stringify error ([a7c20f9](https://github.com/module-federation/nextjs-mf/commit/a7c20f9d989c1f27a0b72b9157fc3243020fd252))
958
-
959
- # [0.9.0](https://github.com/module-federation/nextjs-mf/compare/node-0.8.4...node-0.9.0) (2022-11-20)
960
-
961
- ### Dependency Updates
962
-
963
- - `utils` updated to version `1.0.0`
964
-
965
- ### Features
966
-
967
- - **node:** add flag to control logging ([eebab83](https://github.com/module-federation/nextjs-mf/commit/eebab83762a08d82393f04ed03c0af026356653a))
968
- - support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
969
-
970
- ## [0.8.4](https://github.com/module-federation/nextjs-mf/compare/node-0.8.3...node-0.8.4) (2022-11-02)
971
-
972
- ### Bug Fixes
973
-
974
- - hot-reload not working when node-fetch is imported from require() ([#352](https://github.com/module-federation/nextjs-mf/issues/352)) ([74c35e6](https://github.com/module-federation/nextjs-mf/commit/74c35e6cf41fe69af6c17c44885663d46e9a1fbf))
975
-
976
- ## [0.8.3](https://github.com/module-federation/nextjs-mf/compare/node-0.8.2...node-0.8.3) (2022-10-31)
977
-
978
- ### Dependency Updates
979
-
980
- - `utils` updated to version `0.5.0`
981
-
982
- ## [0.8.2](https://github.com/module-federation/nextjs-mf/compare/node-0.8.1...node-0.8.2) (2022-10-26)
983
-
984
- ### Bug Fixes
985
-
986
- - Fix peer deps ([#342](https://github.com/module-federation/nextjs-mf/issues/342)) ([aa4ad00](https://github.com/module-federation/nextjs-mf/commit/aa4ad00615f4121bca4c2b2011bb6f0acc811919))
987
-
988
- ## [0.8.1](https://github.com/module-federation/nextjs-mf/compare/node-0.8.0...node-0.8.1) (2022-10-26)
989
-
990
- ### Dependency Updates
991
-
992
- - `utils` updated to version `0.4.1`
993
-
994
- # [0.8.0](https://github.com/module-federation/nextjs-mf/compare/node-0.7.0...node-0.8.0) (2022-10-26)
995
-
996
- ### Dependency Updates
997
-
998
- - `utils` updated to version `0.4.0`
999
-
1000
- ### Features
1001
-
1002
- - Automatic Async boundary loader ([#330](https://github.com/module-federation/nextjs-mf/issues/330)) ([7e3c08c](https://github.com/module-federation/nextjs-mf/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
1003
-
1004
- # [0.7.0](https://github.com/module-federation/nextjs-mf/compare/node-0.6.7...node-0.7.0) (2022-10-19)
1005
-
1006
- ### Features
1007
-
1008
- - consolidate promise factories in server ([#297](https://github.com/module-federation/nextjs-mf/issues/297)) ([55387ee](https://github.com/module-federation/nextjs-mf/commit/55387eeb952fb3164900d73ddcb0007f644c766f))
1009
-
1010
- ## [0.6.7](https://github.com/module-federation/nextjs-mf/compare/node-0.6.6...node-0.6.7) (2022-10-18)
1011
-
1012
- ### Bug Fixes
1013
-
1014
- - reduce stats serialization ([#322](https://github.com/module-federation/nextjs-mf/issues/322)) ([c7ab66d](https://github.com/module-federation/nextjs-mf/commit/c7ab66dce01ac4509f16b0e8f20b43134376f841))
1015
-
1016
- ## [0.6.6](https://github.com/module-federation/nextjs-mf/compare/node-0.6.5...node-0.6.6) (2022-10-17)
1017
-
1018
- ### Bug Fixes
1019
-
1020
- - add missing reject to promise new promise ([#319](https://github.com/module-federation/nextjs-mf/issues/319)) ([550a71a](https://github.com/module-federation/nextjs-mf/commit/550a71a2043f97fb5aae0e9fed5a63023db17b11))
1021
-
1022
- ## [0.6.5](https://github.com/module-federation/nextjs-mf/compare/node-0.6.4...node-0.6.5) (2022-10-17)
1023
-
1024
- ### Dependency Updates
1025
-
1026
- - `utils` updated to version `0.3.4`
1027
-
1028
- ## [0.6.4](https://github.com/module-federation/nextjs-mf/compare/node-0.6.3...node-0.6.4) (2022-10-13)
1029
-
1030
- ### Dependency Updates
1031
-
1032
- - `utils` updated to version `0.3.3`
1033
-
1034
- ## [0.6.3](https://github.com/module-federation/nextjs-mf/compare/node-0.6.2...node-0.6.3) (2022-10-12)
1035
-
1036
- ### Dependency Updates
1037
-
1038
- - `utils` updated to version `0.3.2`
1039
-
1040
- ## [0.6.3](https://github.com/module-federation/nextjs-mf/compare/node-0.6.2...node-0.6.3) (2022-10-12)
1041
-
1042
- ### Dependency Updates
1043
-
1044
- - `utils` updated to version `0.3.2`
1045
-
1046
- ## [0.6.2](https://github.com/module-federation/nextjs-mf/compare/node-0.6.1...node-0.6.2) (2022-10-11)
1047
-
1048
- ### Dependency Updates
1049
-
1050
- - `utils` updated to version `0.3.1`
1051
-
1052
- ## [0.6.1](https://github.com/module-federation/nextjs-mf/compare/node-0.6.0...node-0.6.1) (2022-10-10)
1053
-
1054
- ### Bug Fixes
1055
-
1056
- - support dynamic import of esm modules ([#296](https://github.com/module-federation/nextjs-mf/issues/296)) ([cf28356](https://github.com/module-federation/nextjs-mf/commit/cf28356728354e1f63c0d588035dd115398f8641))
1057
-
1058
- # [0.6.0](https://github.com/module-federation/nextjs-mf/compare/node-0.5.7...node-0.6.0) (2022-10-07)
1059
-
1060
- ### Features
1061
-
1062
- - implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
1063
-
1064
- # [0.6.0](https://github.com/module-federation/nextjs-mf/compare/node-0.5.7...node-0.6.0) (2022-10-07)
1065
-
1066
- ### Features
1067
-
1068
- - implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
1069
-
1070
- ## [0.5.7](https://github.com/module-federation/nextjs-mf/compare/node-0.5.6...node-0.5.7) (2022-10-06)
1071
-
1072
- ### Bug Fixes
1073
-
1074
- - fix node plugin fs augments when outside next child compiler ([#284](https://github.com/module-federation/nextjs-mf/issues/284)) ([dfa99c8](https://github.com/module-federation/nextjs-mf/commit/dfa99c86fdd8d73091764532d52be5f81b89a508))
1075
-
1076
- ## [0.5.6](https://github.com/module-federation/nextjs-mf/compare/node-0.5.5...node-0.5.6) (2022-10-06)
1077
-
1078
- ## [0.5.5](https://github.com/module-federation/nextjs-mf/compare/node-0.5.4...node-0.5.5) (2022-10-06)
1079
-
1080
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1081
-
1082
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1083
-
1084
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1085
-
1086
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1087
-
1088
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1089
-
1090
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1091
-
1092
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1093
-
1094
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1095
-
1096
- ## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
1097
-
1098
- ## [0.5.3](https://github.com/module-federation/nextjs-mf/compare/node-0.5.2...node-0.5.3) (2022-10-06)
1099
-
1100
- ## [0.5.2](https://github.com/module-federation/nextjs-mf/compare/node-0.5.1...node-0.5.2) (2022-10-06)
1101
-
1102
- ## [0.5.1](https://github.com/module-federation/nextjs-mf/compare/node-0.5.0...node-0.5.1) (2022-10-06)
1103
-
1104
- # [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-06)
1105
-
1106
- ### Bug Fixes
1107
-
1108
- - improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
1109
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1110
-
1111
- # [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-06)
1112
-
1113
- ### Bug Fixes
1114
-
1115
- - improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
1116
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1117
-
1118
- ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-06)
1119
-
1120
- ### Bug Fixes
1121
-
1122
- - improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
1123
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1124
-
1125
- # [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-05)
1126
-
1127
- ### Bug Fixes
1128
-
1129
- - improve handling of offline remotes ([3ae596e](https://github.com/module-federation/nextjs-mf/commit/3ae596ee82d2ccf0d828d7928cbdc4fbec509d55))
1130
- - improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
1131
- - patch share scope on client server ([272c110](https://github.com/module-federation/nextjs-mf/commit/272c110a9cd3a194d2fdeaf1d620b14b29330b30))
1132
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1133
-
1134
- ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
1135
-
1136
- ### Bug Fixes
1137
-
1138
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1139
-
1140
- ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
1141
-
1142
- ### Bug Fixes
1143
-
1144
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1145
-
1146
- ## [0.4.2](https://github.com/module-federation/nextjs-mf/compare/node-0.4.1...node-0.4.2) (2022-10-04)
1147
-
1148
- ### Bug Fixes
1149
-
1150
- - removing loggers from flush chunks ([cde40ab](https://github.com/module-federation/nextjs-mf/commit/cde40ab3cccc8635cfca5fa37f07388b698e6de6))
1151
-
1152
- ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
1153
-
1154
- ### Bug Fixes
1155
-
1156
- - improve hot reloading, fix hung promises ([30918fe](https://github.com/module-federation/nextjs-mf/commit/30918fe61a6850b20271f8b72f786fd8a610de2a))
1157
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1158
-
1159
- ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
1160
-
1161
- ### Bug Fixes
1162
-
1163
- - improve hot reloading, fix hung promises ([30918fe](https://github.com/module-federation/nextjs-mf/commit/30918fe61a6850b20271f8b72f786fd8a610de2a))
1164
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1165
-
1166
- ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
1167
-
1168
- ### Bug Fixes
1169
-
1170
- - improve hot reloading, fix hung promises ([30918fe](https://github.com/module-federation/nextjs-mf/commit/30918fe61a6850b20271f8b72f786fd8a610de2a))
1171
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1172
-
1173
- ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
1174
-
1175
- ### Bug Fixes
1176
-
1177
- - **fix hot reload:** prod reload fails due to old chunk flushing ([d552afa](https://github.com/module-federation/nextjs-mf/commit/d552afa4c254da1e3c43b9e8c70e945880eee897))
1178
- - **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
1179
-
1180
- # 0.1.0 (2022-10-04)
1181
-
1182
- ### Bug Fixes
1183
-
1184
- - **node:** add node-fetch fallback in node hot-reload util ([4817463](https://github.com/module-federation/nextjs-mf/commit/4817463452221ca4835726a6a52f3292175a53b6))
1185
- - **node:** fix path to webpack hmr runtime ([#231](https://github.com/module-federation/nextjs-mf/issues/231)) ([78e5f3c](https://github.com/module-federation/nextjs-mf/commit/78e5f3cefc1d67a6ec5d66b72b8b35408e19cfc2))
1186
-
1187
- ### Features
1188
-
1189
- - **chunk flushing:** enable Chunk Flushing for SSR, includes both plugin utils and React utils ([4e99290](https://github.com/module-federation/nextjs-mf/commit/4e99290d365cb46873eda052fb006172e99e4b24)), closes [#133](https://github.com/module-federation/nextjs-mf/issues/133)
1190
- - Move Repo to NX ([#154](https://github.com/module-federation/nextjs-mf/issues/154)) ([d2a4dfa](https://github.com/module-federation/nextjs-mf/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/nextjs-mf/issues/199) [#205](https://github.com/module-federation/nextjs-mf/issues/205) [#144](https://github.com/module-federation/nextjs-mf/issues/144) [#212](https://github.com/module-federation/nextjs-mf/issues/212)
1191
-
1192
- # 0.1.0 (2022-10-04)
1193
-
1194
- ### Bug Fixes
1195
-
1196
- - **node:** add node-fetch fallback in node hot-reload util ([4817463](https://github.com/module-federation/nextjs-mf/commit/4817463452221ca4835726a6a52f3292175a53b6))
1197
- - **node:** fix path to webpack hmr runtime ([#231](https://github.com/module-federation/nextjs-mf/issues/231)) ([78e5f3c](https://github.com/module-federation/nextjs-mf/commit/78e5f3cefc1d67a6ec5d66b72b8b35408e19cfc2))
1198
-
1199
- ### Features
1200
-
1201
- - **chunk flushing:** enable Chunk Flushing for SSR, includes both plugin utils and React utils ([4e99290](https://github.com/module-federation/nextjs-mf/commit/4e99290d365cb46873eda052fb006172e99e4b24)), closes [#133](https://github.com/module-federation/nextjs-mf/issues/133)
1202
- - Move Repo to NX ([#154](https://github.com/module-federation/nextjs-mf/issues/154)) ([d2a4dfa](https://github.com/module-federation/nextjs-mf/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/nextjs-mf/issues/199) [#205](https://github.com/module-federation/nextjs-mf/issues/205) [#144](https://github.com/module-federation/nextjs-mf/issues/144) [#212](https://github.com/module-federation/nextjs-mf/issues/212)
1203
-
1204
- # [0.3.0](https://github.com/module-federation/nextjs-mf/compare/node-0.2.0...node-0.3.0) (2022-09-29)
1205
-
1206
- # [0.2.0](https://github.com/module-federation/nextjs-mf/compare/node-0.1.0...node-0.2.0) (2022-09-29)
1207
-
1208
- # 0.1.0 (2022-09-29)
1209
-
1210
- ### Bug Fixes
1211
-
1212
- - **node:** fix path to webpack hmr runtime ([#231](https://github.com/module-federation/nextjs-mf/issues/231)) ([78e5f3c](https://github.com/module-federation/nextjs-mf/commit/78e5f3cefc1d67a6ec5d66b72b8b35408e19cfc2))
1213
-
1214
- ### Features
1215
-
1216
- - Move Repo to NX ([#154](https://github.com/module-federation/nextjs-mf/issues/154)) ([d2a4dfa](https://github.com/module-federation/nextjs-mf/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/nextjs-mf/issues/199) [#205](https://github.com/module-federation/nextjs-mf/issues/205) [#144](https://github.com/module-federation/nextjs-mf/issues/144) [#212](https://github.com/module-federation/nextjs-mf/issues/212)