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