@module-federation/utilities 2.0.7 → 3.0.0
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.
- package/CHANGELOG.md +284 -226
- package/package.json +9 -12
- package/src/index.d.ts +1 -1
- package/src/index.js.map +1 -1
- package/src/plugins/DelegateModulesPlugin.js +2 -1
- package/src/plugins/DelegateModulesPlugin.js.map +1 -1
- package/src/utils/common.d.ts +14 -0
- package/src/utils/common.js +50 -40
- package/src/utils/common.js.map +1 -1
- package/src/utils/correctImportPath.js +0 -1
- package/src/utils/correctImportPath.js.map +1 -1
- package/src/utils/getRuntimeRemotes.js +1 -2
- package/src/utils/getRuntimeRemotes.js.map +1 -1
- package/src/utils/importDelegatedModule.js +4 -2
- package/src/utils/importDelegatedModule.js.map +1 -1
- package/src/utils/importRemote.d.ts +20 -0
- package/src/utils/importRemote.js +30 -5
- package/src/utils/importRemote.js.map +1 -1
- package/src/utils/pure.js +19 -41
- package/src/utils/pure.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,109 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* no barrel exports ([5bc775d](https://github.com/module-federation/nextjs-mf/commit/5bc775d9ce685161fc3ea2e1bd179d11526d365a))
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Bug Fixes
|
|
18
|
-
|
|
19
|
-
* 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))
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
* 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))
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### Bug Fixes
|
|
36
|
-
|
|
37
|
-
* 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))
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Bug Fixes
|
|
45
|
-
|
|
46
|
-
* 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))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Bug Fixes
|
|
54
|
-
|
|
55
|
-
* 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))
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
* workaround to self ref module error in prod ([e134caa](https://github.com/module-federation/nextjs-mf/commit/e134caa9a914da6a226e73dc877a108456b1053f))
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## [2.0.5](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.4...utils-2.0.5) (2023-08-11)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Bug Fixes
|
|
72
|
-
|
|
73
|
-
* improve import ordering ([#1199](https://github.com/module-federation/nextjs-mf/issues/1199)) ([7354ed2](https://github.com/module-federation/nextjs-mf/commit/7354ed2b412bd9fd8745778e5212e10e8a3bf17f))
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## [2.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.3...utils-2.0.4) (2023-07-19)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
## [2.0.3](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.2...utils-2.0.3) (2023-07-19)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
### Bug Fixes
|
|
85
|
-
|
|
86
|
-
* 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)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## [2.0.2](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.1...utils-2.0.2) (2023-07-18)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## [2.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.0...utils-2.0.1) (2023-07-17)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
## [2.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.0...utils-2.0.1) (2023-07-17)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
# [2.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.1...utils-2.0.0) (2023-07-01)
|
|
5
|
+
# [3.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.7...utils-3.0.0) (2023-09-09)
|
|
103
6
|
|
|
104
7
|
|
|
105
8
|
### Features
|
|
106
9
|
|
|
107
|
-
*
|
|
10
|
+
* Add tests and update tsconfig in utilities package ([8b0351d](https://github.com/module-federation/nextjs-mf/commit/8b0351dcd2818922580fb2dac1d95b7556240cb9))
|
|
11
|
+
* 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)
|
|
108
12
|
|
|
109
13
|
|
|
110
14
|
### BREAKING CHANGES
|
|
@@ -299,362 +203,516 @@ likely can remove whole plugin in future
|
|
|
299
203
|
|
|
300
204
|
|
|
301
205
|
|
|
302
|
-
## [
|
|
206
|
+
## [2.0.7](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.6...utils-2.0.7) (2023-08-14)
|
|
303
207
|
|
|
208
|
+
### Bug Fixes
|
|
304
209
|
|
|
305
|
-
|
|
210
|
+
- no barrel exports ([5bc775d](https://github.com/module-federation/nextjs-mf/commit/5bc775d9ce685161fc3ea2e1bd179d11526d365a))
|
|
306
211
|
|
|
307
|
-
|
|
212
|
+
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
308
213
|
|
|
214
|
+
### Bug Fixes
|
|
309
215
|
|
|
216
|
+
- 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))
|
|
310
217
|
|
|
311
|
-
## [
|
|
218
|
+
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
312
219
|
|
|
220
|
+
### Bug Fixes
|
|
313
221
|
|
|
222
|
+
- 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))
|
|
314
223
|
|
|
315
|
-
## [
|
|
224
|
+
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
316
225
|
|
|
226
|
+
### Bug Fixes
|
|
317
227
|
|
|
228
|
+
- 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))
|
|
318
229
|
|
|
319
|
-
## [
|
|
230
|
+
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
320
231
|
|
|
232
|
+
### Bug Fixes
|
|
233
|
+
|
|
234
|
+
- 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))
|
|
235
|
+
|
|
236
|
+
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
321
237
|
|
|
322
238
|
### Bug Fixes
|
|
323
239
|
|
|
324
|
-
|
|
240
|
+
- 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))
|
|
325
241
|
|
|
242
|
+
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
326
243
|
|
|
244
|
+
### Bug Fixes
|
|
327
245
|
|
|
328
|
-
|
|
246
|
+
- workaround to self ref module error in prod ([e134caa](https://github.com/module-federation/nextjs-mf/commit/e134caa9a914da6a226e73dc877a108456b1053f))
|
|
329
247
|
|
|
248
|
+
## [2.0.5](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.4...utils-2.0.5) (2023-08-11)
|
|
330
249
|
|
|
250
|
+
### Bug Fixes
|
|
331
251
|
|
|
332
|
-
|
|
252
|
+
- improve import ordering ([#1199](https://github.com/module-federation/nextjs-mf/issues/1199)) ([7354ed2](https://github.com/module-federation/nextjs-mf/commit/7354ed2b412bd9fd8745778e5212e10e8a3bf17f))
|
|
333
253
|
|
|
254
|
+
## [2.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.3...utils-2.0.4) (2023-07-19)
|
|
334
255
|
|
|
256
|
+
## [2.0.3](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.2...utils-2.0.3) (2023-07-19)
|
|
335
257
|
|
|
336
|
-
|
|
258
|
+
### Bug Fixes
|
|
337
259
|
|
|
260
|
+
- 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)
|
|
338
261
|
|
|
262
|
+
## [2.0.2](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.1...utils-2.0.2) (2023-07-18)
|
|
339
263
|
|
|
340
|
-
## [
|
|
264
|
+
## [2.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.0...utils-2.0.1) (2023-07-17)
|
|
341
265
|
|
|
266
|
+
## [2.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.0...utils-2.0.1) (2023-07-17)
|
|
342
267
|
|
|
268
|
+
# [2.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.1...utils-2.0.0) (2023-07-01)
|
|
343
269
|
|
|
344
|
-
|
|
270
|
+
### Features
|
|
345
271
|
|
|
272
|
+
- 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)
|
|
346
273
|
|
|
274
|
+
### BREAKING CHANGES
|
|
347
275
|
|
|
348
|
-
|
|
276
|
+
- automaticAsyncBoundary option has been removed
|
|
349
277
|
|
|
278
|
+
- fix: exclude specific pages from page map automatically
|
|
350
279
|
|
|
351
|
-
|
|
280
|
+
- refactor: conslidate codebase
|
|
352
281
|
|
|
353
|
-
|
|
354
|
-
* Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
|
|
282
|
+
- fix: improve hot reload share recovery
|
|
355
283
|
|
|
284
|
+
- refactor: remove server jsonp template
|
|
356
285
|
|
|
286
|
+
- chore: remove dead code from runtime modules
|
|
357
287
|
|
|
358
|
-
|
|
288
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
359
289
|
|
|
290
|
+
getting chunk loading global from compiler output options
|
|
360
291
|
|
|
361
|
-
|
|
292
|
+
- feat: adding cleanInitArrays runtime helper
|
|
362
293
|
|
|
363
|
-
|
|
294
|
+
- chore: remove share scope hoist and module hoisting system
|
|
364
295
|
|
|
296
|
+
- chore: cleanup code
|
|
365
297
|
|
|
298
|
+
- chore: remove dead code from add module runtime plugin
|
|
366
299
|
|
|
367
|
-
|
|
300
|
+
likely can remove whole plugin in future
|
|
368
301
|
|
|
302
|
+
- chore: remove logs from delegate modules
|
|
369
303
|
|
|
304
|
+
- chore: remove old utils
|
|
370
305
|
|
|
371
|
-
|
|
306
|
+
- fix: add warning on auto page stitch
|
|
372
307
|
|
|
308
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
373
309
|
|
|
310
|
+
- chore: improve logging to see if its local load or remote load
|
|
374
311
|
|
|
375
|
-
|
|
312
|
+
- chore: clean up old custom promises factories
|
|
376
313
|
|
|
314
|
+
- fix: remove container proxy code
|
|
377
315
|
|
|
378
|
-
|
|
316
|
+
- fix: remove container proxy code
|
|
317
|
+
- automaticAsyncBoundary option has been removed
|
|
379
318
|
|
|
380
|
-
|
|
319
|
+
- fix: exclude specific pages from page map automatically
|
|
381
320
|
|
|
321
|
+
- refactor: conslidate codebase
|
|
382
322
|
|
|
323
|
+
- fix: improve hot reload share recovery
|
|
383
324
|
|
|
384
|
-
|
|
325
|
+
- refactor: remove server jsonp template
|
|
385
326
|
|
|
327
|
+
- chore: remove dead code from runtime modules
|
|
386
328
|
|
|
329
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
387
330
|
|
|
388
|
-
|
|
331
|
+
getting chunk loading global from compiler output options
|
|
389
332
|
|
|
333
|
+
- feat: adding cleanInitArrays runtime helper
|
|
390
334
|
|
|
335
|
+
- chore: remove share scope hoist and module hoisting system
|
|
391
336
|
|
|
392
|
-
|
|
337
|
+
- chore: cleanup code
|
|
393
338
|
|
|
339
|
+
- chore: remove dead code from add module runtime plugin
|
|
394
340
|
|
|
395
|
-
|
|
341
|
+
likely can remove whole plugin in future
|
|
396
342
|
|
|
397
|
-
|
|
398
|
-
* 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))
|
|
343
|
+
- chore: remove logs from delegate modules
|
|
399
344
|
|
|
345
|
+
- chore: remove old utils
|
|
400
346
|
|
|
347
|
+
- fix: add warning on auto page stitch
|
|
401
348
|
|
|
402
|
-
|
|
349
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
403
350
|
|
|
351
|
+
- chore: improve logging to see if its local load or remote load
|
|
404
352
|
|
|
353
|
+
- chore: clean up old custom promises factories
|
|
405
354
|
|
|
406
|
-
|
|
355
|
+
- fix: remove container proxy code
|
|
407
356
|
|
|
357
|
+
- fix: remove container proxy code
|
|
408
358
|
|
|
359
|
+
- chore: fix project.json
|
|
409
360
|
|
|
410
|
-
|
|
361
|
+
- debugging
|
|
411
362
|
|
|
363
|
+
- fix: resolve backmerge issues with build
|
|
412
364
|
|
|
365
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
413
366
|
|
|
414
|
-
|
|
367
|
+
# Conflicts:
|
|
415
368
|
|
|
369
|
+
# package-lock.json
|
|
416
370
|
|
|
371
|
+
# package.json
|
|
417
372
|
|
|
418
|
-
|
|
373
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
419
374
|
|
|
375
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
420
376
|
|
|
377
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
421
378
|
|
|
422
|
-
|
|
379
|
+
- feat: enable eager sharing
|
|
423
380
|
|
|
381
|
+
- refactor: improve module hooks for eager loading and search
|
|
424
382
|
|
|
383
|
+
- refactor: cleanup custom jsonp and make es5
|
|
425
384
|
|
|
426
|
-
|
|
385
|
+
- refactor: cleanup inverted container code
|
|
427
386
|
|
|
387
|
+
- refactor: cleanup inverted container code
|
|
388
|
+
- automaticAsyncBoundary option has been removed
|
|
428
389
|
|
|
390
|
+
- fix: exclude specific pages from page map automatically
|
|
429
391
|
|
|
430
|
-
|
|
392
|
+
- refactor: conslidate codebase
|
|
431
393
|
|
|
394
|
+
- fix: improve hot reload share recovery
|
|
432
395
|
|
|
433
|
-
|
|
396
|
+
- refactor: remove server jsonp template
|
|
434
397
|
|
|
435
|
-
|
|
398
|
+
- chore: remove dead code from runtime modules
|
|
436
399
|
|
|
400
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
437
401
|
|
|
402
|
+
getting chunk loading global from compiler output options
|
|
438
403
|
|
|
439
|
-
|
|
404
|
+
- feat: adding cleanInitArrays runtime helper
|
|
440
405
|
|
|
406
|
+
- chore: remove share scope hoist and module hoisting system
|
|
441
407
|
|
|
408
|
+
- chore: cleanup code
|
|
442
409
|
|
|
443
|
-
|
|
410
|
+
- chore: remove dead code from add module runtime plugin
|
|
444
411
|
|
|
412
|
+
likely can remove whole plugin in future
|
|
445
413
|
|
|
414
|
+
- chore: remove logs from delegate modules
|
|
446
415
|
|
|
447
|
-
|
|
416
|
+
- chore: remove old utils
|
|
448
417
|
|
|
418
|
+
- fix: add warning on auto page stitch
|
|
449
419
|
|
|
450
|
-
|
|
420
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
451
421
|
|
|
452
|
-
|
|
422
|
+
- chore: improve logging to see if its local load or remote load
|
|
453
423
|
|
|
424
|
+
- chore: clean up old custom promises factories
|
|
454
425
|
|
|
455
|
-
|
|
426
|
+
- fix: remove container proxy code
|
|
456
427
|
|
|
457
|
-
|
|
428
|
+
- fix: remove container proxy code
|
|
458
429
|
|
|
459
|
-
|
|
430
|
+
- fix: resolve backmerge issues with build
|
|
460
431
|
|
|
461
|
-
|
|
432
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
462
433
|
|
|
463
|
-
|
|
434
|
+
# Conflicts:
|
|
464
435
|
|
|
465
|
-
|
|
436
|
+
# package-lock.json
|
|
466
437
|
|
|
467
|
-
|
|
438
|
+
# package.json
|
|
468
439
|
|
|
469
|
-
|
|
440
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
470
441
|
|
|
471
|
-
|
|
442
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
472
443
|
|
|
473
|
-
|
|
444
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
474
445
|
|
|
475
|
-
|
|
446
|
+
- feat: enable eager sharing
|
|
476
447
|
|
|
477
|
-
|
|
448
|
+
- refactor: improve module hooks for eager loading and search
|
|
478
449
|
|
|
479
|
-
|
|
450
|
+
- refactor: cleanup custom jsonp and make es5
|
|
480
451
|
|
|
481
|
-
|
|
452
|
+
- refactor: cleanup inverted container code
|
|
482
453
|
|
|
483
|
-
|
|
454
|
+
- refactor: cleanup inverted container code
|
|
484
455
|
|
|
485
|
-
|
|
456
|
+
- ci: fix install step with npm and NX
|
|
486
457
|
|
|
487
|
-
|
|
458
|
+
- test: remove tests for now
|
|
488
459
|
|
|
489
|
-
|
|
460
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
490
461
|
|
|
491
|
-
|
|
462
|
+
- chore(utils): release version 1.7.3
|
|
492
463
|
|
|
493
|
-
|
|
464
|
+
- chore(node): release version 0.14.4-beta.0
|
|
494
465
|
|
|
495
|
-
|
|
466
|
+
- chore(node): release version 0.14.4
|
|
496
467
|
|
|
497
|
-
|
|
468
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
498
469
|
|
|
470
|
+
- fix: remove debugging runtime variable
|
|
499
471
|
|
|
472
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
500
473
|
|
|
501
|
-
## [1.
|
|
474
|
+
## [1.9.2-rc.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.2-rc.0...utils-1.9.2-rc.1) (2023-07-01)
|
|
502
475
|
|
|
476
|
+
### Features
|
|
503
477
|
|
|
478
|
+
- support edge workers ([#1084](https://github.com/module-federation/nextjs-mf/issues/1084)) ([3f5df94](https://github.com/module-federation/nextjs-mf/commit/3f5df944ea787cf958fd4cf7fabed84432a50a10))
|
|
504
479
|
|
|
505
|
-
## [1.
|
|
480
|
+
## [1.9.2-rc.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.1...utils-1.9.2-rc.0) (2023-06-30)
|
|
506
481
|
|
|
482
|
+
## [1.8.2-rc8.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc8.1...utils-1.8.2-rc8.2) (2023-06-28)
|
|
507
483
|
|
|
484
|
+
## [1.8.2-rc8.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc8.0...utils-1.8.2-rc8.1) (2023-06-28)
|
|
508
485
|
|
|
509
|
-
|
|
486
|
+
### Bug Fixes
|
|
510
487
|
|
|
488
|
+
- disable flushing remotes to ssr for now ([6c5cfae](https://github.com/module-federation/nextjs-mf/commit/6c5cfaec3be94aeb3f1e12c24965b3904da23bae))
|
|
511
489
|
|
|
490
|
+
## [1.8.2-rc8.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc7.1...utils-1.8.2-rc8.0) (2023-06-27)
|
|
512
491
|
|
|
513
|
-
## [1.
|
|
492
|
+
## [1.8.2-rc7.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc7.0...utils-1.8.2-rc7.1) (2023-06-27)
|
|
514
493
|
|
|
494
|
+
## [1.8.2-rc7.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc6.0...utils-1.8.2-rc7.0) (2023-06-27)
|
|
515
495
|
|
|
516
|
-
|
|
496
|
+
## [1.8.2-rc6.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc5.0...utils-1.8.2-rc6.0) (2023-06-23)
|
|
497
|
+
|
|
498
|
+
## [1.8.2-rc5.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc4.0...utils-1.8.2-rc5.0) (2023-06-23)
|
|
499
|
+
|
|
500
|
+
## [1.8.2-rc4.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc3.1...utils-1.8.2-rc4.0) (2023-06-21)
|
|
517
501
|
|
|
518
|
-
|
|
502
|
+
### Bug Fixes
|
|
519
503
|
|
|
504
|
+
- Resolve condition names ([#974](https://github.com/module-federation/nextjs-mf/issues/974)) ([5e8b49c](https://github.com/module-federation/nextjs-mf/commit/5e8b49cf60f19dae6be4818a1c0ff783c7689393))
|
|
505
|
+
- Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
|
|
520
506
|
|
|
507
|
+
## [1.8.2-rc3.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc3.0...utils-1.8.2-rc3.1) (2023-06-09)
|
|
521
508
|
|
|
522
|
-
|
|
509
|
+
### Bug Fixes
|
|
523
510
|
|
|
511
|
+
- Path loader patches ([#960](https://github.com/module-federation/nextjs-mf/issues/960)) ([d362a77](https://github.com/module-federation/nextjs-mf/commit/d362a7752c4364cc499a27f2b6eeb5399543cb29))
|
|
524
512
|
|
|
513
|
+
## [1.8.2-rc3.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-beta.0...utils-1.8.2-rc3.0) (2023-06-09)
|
|
525
514
|
|
|
526
|
-
## [1.
|
|
515
|
+
## [1.8.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1...utils-1.8.2-beta.0) (2023-05-26)
|
|
527
516
|
|
|
517
|
+
## [1.8.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1-rc1.0...utils-1.8.1) (2023-05-26)
|
|
528
518
|
|
|
529
519
|
### Bug Fixes
|
|
530
520
|
|
|
531
|
-
|
|
532
|
-
* cache busting and async quirks when mixing delegates ([1fc6e67](https://github.com/module-federation/nextjs-mf/commit/1fc6e67ee33a3efb53ff59d2b3ac333f1d42a158))
|
|
533
|
-
* get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
534
|
-
* improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
535
|
-
* peer dependencies metadata ([d3a2ed0](https://github.com/module-federation/nextjs-mf/commit/d3a2ed0e378b59afdeb632d1e2e0290f05cbca19))
|
|
536
|
-
* put error triggers if delegates are passed non-primitives ([2469383](https://github.com/module-federation/nextjs-mf/commit/2469383de68a8b6ffb7375ad335a2039e563fd71))
|
|
537
|
-
* use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
521
|
+
- Improve chunk correlation ([#936](https://github.com/module-federation/nextjs-mf/issues/936)) ([4dad1eb](https://github.com/module-federation/nextjs-mf/commit/4dad1eb370feacd6ecb4c1726c435d5c579f424d))
|
|
538
522
|
|
|
523
|
+
## [1.8.1-rc1.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1-rc.1...utils-1.8.1-rc1.0) (2023-05-25)
|
|
539
524
|
|
|
540
|
-
|
|
525
|
+
## [1.8.1-rc.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1-rc.0...utils-1.8.1-rc.1) (2023-05-23)
|
|
541
526
|
|
|
542
|
-
|
|
543
|
-
* chunk flushing in delegates ([f8b8af6](https://github.com/module-federation/nextjs-mf/commit/f8b8af6e9e748605dd55d19ae50b0d60b1b0a83f))
|
|
544
|
-
* chunk flushing in delegates ([5e2375f](https://github.com/module-federation/nextjs-mf/commit/5e2375f598437803105ac4bc2237f6b652554d00))
|
|
545
|
-
* delegate module support ([18c9491](https://github.com/module-federation/nextjs-mf/commit/18c94914e5429584e66be49d92781b781adddb38))
|
|
546
|
-
* delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
|
|
547
|
-
* delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
548
|
-
* implement basic single runtime ([2432c3e](https://github.com/module-federation/nextjs-mf/commit/2432c3ec553759ca24d17a46b696c1123a86ec5a))
|
|
549
|
-
* improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
550
|
-
* new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
551
|
-
* prepare for v7 ([7bc4b3b](https://github.com/module-federation/nextjs-mf/commit/7bc4b3bd44e0926a52d6a9cbe56f0c4d7bb700ae))
|
|
552
|
-
* support dynamic containers on server ([a2a81dd](https://github.com/module-federation/nextjs-mf/commit/a2a81dd4d54da55dfc132583d9e0d7c75771fb4c))
|
|
527
|
+
## [1.8.1-rc.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.0...utils-1.8.1-rc.0) (2023-05-23)
|
|
553
528
|
|
|
529
|
+
### Bug Fixes
|
|
554
530
|
|
|
555
|
-
|
|
531
|
+
- client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
|
|
532
|
+
- 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))
|
|
556
533
|
|
|
557
|
-
|
|
558
|
-
BREAKING_CHANGE: safety breaking change note
|
|
534
|
+
## [1.7.6-rc.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-rc.1...utils-1.7.6-rc.2) (2023-05-17)
|
|
559
535
|
|
|
536
|
+
## [1.7.6-rc.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-rc.0...utils-1.7.6-rc.1) (2023-05-17)
|
|
560
537
|
|
|
538
|
+
## [1.7.6-rc.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-beta.2...utils-1.7.6-rc.0) (2023-05-16)
|
|
561
539
|
|
|
562
|
-
## [1.
|
|
540
|
+
## [1.7.6-beta.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-beta.1...utils-1.7.6-beta.2) (2023-05-16)
|
|
563
541
|
|
|
542
|
+
## [1.7.6-beta.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-beta.0...utils-1.7.6-beta.1) (2023-05-16)
|
|
564
543
|
|
|
544
|
+
## [1.7.6-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.5...utils-1.7.6-beta.0) (2023-05-16)
|
|
565
545
|
|
|
566
|
-
|
|
546
|
+
## [1.7.5](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.5-beta.0...utils-1.7.5) (2023-05-16)
|
|
567
547
|
|
|
548
|
+
## [1.7.5-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.4...utils-1.7.5-beta.0) (2023-05-16)
|
|
568
549
|
|
|
569
550
|
### Bug Fixes
|
|
570
551
|
|
|
571
|
-
|
|
572
|
-
* **Utils:** Unable to use importRemote util for root exported modules ([#970](https://github.com/module-federation/nextjs-mf/issues/970)) ([7bf6ecb](https://github.com/module-federation/nextjs-mf/commit/7bf6ecb602958ab5991d9c18f17e3d3755d84e91))
|
|
552
|
+
- Improved Share Scope Properties and Fixed Production Build Issues ([#884](https://github.com/module-federation/nextjs-mf/issues/884)) ([de7b2ce](https://github.com/module-federation/nextjs-mf/commit/de7b2cec7518f6b069818a511275e359c616bb73))
|
|
573
553
|
|
|
554
|
+
## [1.7.4](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.3...utils-1.7.4) (2023-05-16)
|
|
574
555
|
|
|
556
|
+
## [1.7.3](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.3-beta.0...utils-1.7.3) (2023-05-13)
|
|
575
557
|
|
|
576
|
-
## [1.
|
|
558
|
+
## [1.7.3-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.2...utils-1.7.3-beta.0) (2023-05-13)
|
|
577
559
|
|
|
560
|
+
### Features
|
|
578
561
|
|
|
579
|
-
|
|
562
|
+
- [v7] Async boundary runtime ([#835](https://github.com/module-federation/nextjs-mf/issues/835)) ([840e3b5](https://github.com/module-federation/nextjs-mf/commit/840e3b5bddfbb99b5d8d0f5f24bf5e179e8b52ad)), closes [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864)
|
|
580
563
|
|
|
581
|
-
|
|
582
|
-
* **Utils:** Unable to use importRemote util for root exported modules ([#970](https://github.com/module-federation/nextjs-mf/issues/970)) ([7bf6ecb](https://github.com/module-federation/nextjs-mf/commit/7bf6ecb602958ab5991d9c18f17e3d3755d84e91))
|
|
564
|
+
### BREAKING CHANGES
|
|
583
565
|
|
|
566
|
+
- automaticAsyncBoundary option has been removed
|
|
584
567
|
|
|
568
|
+
- fix: exclude specific pages from page map automatically
|
|
585
569
|
|
|
586
|
-
|
|
570
|
+
- refactor: conslidate codebase
|
|
587
571
|
|
|
572
|
+
- fix: improve hot reload share recovery
|
|
588
573
|
|
|
589
|
-
|
|
574
|
+
- refactor: remove server jsonp template
|
|
590
575
|
|
|
591
|
-
|
|
576
|
+
- chore: remove dead code from runtime modules
|
|
592
577
|
|
|
578
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
593
579
|
|
|
594
|
-
|
|
580
|
+
getting chunk loading global from compiler output options
|
|
595
581
|
|
|
596
|
-
|
|
582
|
+
- feat: adding cleanInitArrays runtime helper
|
|
597
583
|
|
|
584
|
+
- chore: remove share scope hoist and module hoisting system
|
|
598
585
|
|
|
586
|
+
- chore: cleanup code
|
|
599
587
|
|
|
600
|
-
|
|
588
|
+
- chore: remove dead code from add module runtime plugin
|
|
601
589
|
|
|
590
|
+
likely can remove whole plugin in future
|
|
602
591
|
|
|
603
|
-
|
|
592
|
+
- chore: remove logs from delegate modules
|
|
604
593
|
|
|
605
|
-
|
|
606
|
-
* 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))
|
|
594
|
+
- chore: remove old utils
|
|
607
595
|
|
|
596
|
+
- fix: add warning on auto page stitch
|
|
608
597
|
|
|
598
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
609
599
|
|
|
610
|
-
|
|
600
|
+
- chore: improve logging to see if its local load or remote load
|
|
611
601
|
|
|
602
|
+
- chore: clean up old custom promises factories
|
|
612
603
|
|
|
604
|
+
- fix: remove container proxy code
|
|
613
605
|
|
|
614
|
-
|
|
606
|
+
- fix: remove container proxy code
|
|
615
607
|
|
|
608
|
+
## [1.7.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.2-beta.0...utils-1.7.2) (2023-05-03)
|
|
616
609
|
|
|
610
|
+
## [1.7.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.1...utils-1.7.2-beta.0) (2023-05-03)
|
|
617
611
|
|
|
618
|
-
|
|
612
|
+
## [1.7.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.1-beta.0...utils-1.7.1) (2023-04-28)
|
|
619
613
|
|
|
614
|
+
## [1.7.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.0...utils-1.7.1-beta.0) (2023-04-28)
|
|
620
615
|
|
|
621
616
|
### Features
|
|
622
617
|
|
|
623
|
-
|
|
618
|
+
- 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)
|
|
624
619
|
|
|
620
|
+
## [1.5.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.1-beta.0...utils-1.5.1) (2023-04-19)
|
|
625
621
|
|
|
622
|
+
## [1.5.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.0...utils-1.5.1-beta.0) (2023-04-19)
|
|
626
623
|
|
|
627
|
-
|
|
624
|
+
### Bug Fixes
|
|
628
625
|
|
|
626
|
+
- use container proxy on script VM instead of host resolver point ([2929d0f](https://github.com/module-federation/nextjs-mf/commit/2929d0f64d4b8edf268af5ca83f807a02b121861))
|
|
627
|
+
- cache busting and async quirks when mixing delegates ([1fc6e67](https://github.com/module-federation/nextjs-mf/commit/1fc6e67ee33a3efb53ff59d2b3ac333f1d42a158))
|
|
628
|
+
- get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
629
|
+
- improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
630
|
+
- peer dependencies metadata ([d3a2ed0](https://github.com/module-federation/nextjs-mf/commit/d3a2ed0e378b59afdeb632d1e2e0290f05cbca19))
|
|
631
|
+
- put error triggers if delegates are passed non-primitives ([2469383](https://github.com/module-federation/nextjs-mf/commit/2469383de68a8b6ffb7375ad335a2039e563fd71))
|
|
632
|
+
- use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
629
633
|
|
|
634
|
+
### Features
|
|
630
635
|
|
|
631
|
-
|
|
636
|
+
- chunk flushing in delegates ([07aebc4](https://github.com/module-federation/nextjs-mf/commit/07aebc428166b3f19bb49071fa6745ed705413b8))
|
|
637
|
+
- chunk flushing in delegates ([f8b8af6](https://github.com/module-federation/nextjs-mf/commit/f8b8af6e9e748605dd55d19ae50b0d60b1b0a83f))
|
|
638
|
+
- chunk flushing in delegates ([5e2375f](https://github.com/module-federation/nextjs-mf/commit/5e2375f598437803105ac4bc2237f6b652554d00))
|
|
639
|
+
- delegate module support ([18c9491](https://github.com/module-federation/nextjs-mf/commit/18c94914e5429584e66be49d92781b781adddb38))
|
|
640
|
+
- delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
|
|
641
|
+
- delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
642
|
+
- implement basic single runtime ([2432c3e](https://github.com/module-federation/nextjs-mf/commit/2432c3ec553759ca24d17a46b696c1123a86ec5a))
|
|
643
|
+
- improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
644
|
+
- new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
645
|
+
- prepare for v7 ([7bc4b3b](https://github.com/module-federation/nextjs-mf/commit/7bc4b3bd44e0926a52d6a9cbe56f0c4d7bb700ae))
|
|
646
|
+
- support dynamic containers on server ([a2a81dd](https://github.com/module-federation/nextjs-mf/commit/a2a81dd4d54da55dfc132583d9e0d7c75771fb4c))
|
|
647
|
+
|
|
648
|
+
### BREAKING CHANGES
|
|
632
649
|
|
|
650
|
+
- safety breaking change note
|
|
651
|
+
BREAKING_CHANGE: safety breaking change note
|
|
652
|
+
|
|
653
|
+
## [1.9.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.0...utils-1.9.1) (2023-06-30)
|
|
654
|
+
|
|
655
|
+
# [1.9.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.0...utils-1.9.0) (2023-06-29)
|
|
656
|
+
|
|
657
|
+
### Bug Fixes
|
|
658
|
+
|
|
659
|
+
- use react.lazy instead of next/dynamic ([#951](https://github.com/module-federation/nextjs-mf/issues/951)) ([a27ff6e](https://github.com/module-federation/nextjs-mf/commit/a27ff6eb28acd93a7fcd8a011f76bd65e18d6b1f))
|
|
660
|
+
- **Utils:** Unable to use importRemote util for root exported modules ([#970](https://github.com/module-federation/nextjs-mf/issues/970)) ([7bf6ecb](https://github.com/module-federation/nextjs-mf/commit/7bf6ecb602958ab5991d9c18f17e3d3755d84e91))
|
|
661
|
+
|
|
662
|
+
## [1.8.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.0...utils-1.8.1) (2023-06-28)
|
|
663
|
+
|
|
664
|
+
### Bug Fixes
|
|
665
|
+
|
|
666
|
+
- use react.lazy instead of next/dynamic ([#951](https://github.com/module-federation/nextjs-mf/issues/951)) ([a27ff6e](https://github.com/module-federation/nextjs-mf/commit/a27ff6eb28acd93a7fcd8a011f76bd65e18d6b1f))
|
|
667
|
+
- **Utils:** Unable to use importRemote util for root exported modules ([#970](https://github.com/module-federation/nextjs-mf/issues/970)) ([7bf6ecb](https://github.com/module-federation/nextjs-mf/commit/7bf6ecb602958ab5991d9c18f17e3d3755d84e91))
|
|
668
|
+
|
|
669
|
+
# [1.8.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.0...utils-1.8.0) (2023-05-22)
|
|
670
|
+
|
|
671
|
+
### Bug Fixes
|
|
672
|
+
|
|
673
|
+
- [#827](https://github.com/module-federation/nextjs-mf/issues/827) ([3e4268f](https://github.com/module-federation/nextjs-mf/commit/3e4268fc6c9719f993037de42784e426ddb5305a))
|
|
633
674
|
|
|
634
675
|
### Features
|
|
635
676
|
|
|
636
|
-
|
|
677
|
+
- **website:** initial version of module federation website ([#751](https://github.com/module-federation/nextjs-mf/issues/751)) ([9b4ec04](https://github.com/module-federation/nextjs-mf/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4))
|
|
678
|
+
|
|
679
|
+
# [1.7.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.6.0...utils-1.7.0) (2023-04-27)
|
|
637
680
|
|
|
681
|
+
### Features
|
|
638
682
|
|
|
683
|
+
- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/nextjs-mf/issues/598)) ([7547b02](https://github.com/module-federation/nextjs-mf/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c))
|
|
684
|
+
- 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))
|
|
639
685
|
|
|
640
|
-
# [1.
|
|
686
|
+
# [1.6.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.0...utils-1.6.0) (2023-04-19)
|
|
641
687
|
|
|
688
|
+
## [1.5.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.0...utils-1.5.1) (2023-04-19)
|
|
689
|
+
|
|
690
|
+
# [1.5.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.4.1...utils-1.5.0) (2023-04-09)
|
|
642
691
|
|
|
643
692
|
### Features
|
|
644
693
|
|
|
645
|
-
|
|
694
|
+
- 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))
|
|
695
|
+
|
|
696
|
+
## [1.4.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.4.0...utils-1.4.1) (2023-04-05)
|
|
697
|
+
|
|
698
|
+
# [1.4.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.3.0...utils-1.4.0) (2023-03-14)
|
|
646
699
|
|
|
700
|
+
### Features
|
|
647
701
|
|
|
702
|
+
- 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)
|
|
648
703
|
|
|
649
|
-
|
|
704
|
+
# [1.3.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.2.1...utils-1.3.0) (2023-02-09)
|
|
650
705
|
|
|
706
|
+
### Features
|
|
651
707
|
|
|
652
|
-
|
|
708
|
+
- Delegate Modules ([#509](https://github.com/module-federation/nextjs-mf/issues/509)) ([1a085e7](https://github.com/module-federation/nextjs-mf/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
|
|
653
709
|
|
|
654
|
-
|
|
655
|
-
* **utilities:** fix FederationBoundary implementation ([#575](https://github.com/module-federation/nextjs-mf/issues/575)) ([b94fc28](https://github.com/module-federation/nextjs-mf/commit/b94fc282503c4f5ce2ae267518f7d6f5d4746c24))
|
|
710
|
+
## [1.2.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.2.0...utils-1.2.1) (2023-02-09)
|
|
656
711
|
|
|
712
|
+
### Bug Fixes
|
|
657
713
|
|
|
714
|
+
- **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/nextjs-mf/issues/570)) ([e43a387](https://github.com/module-federation/nextjs-mf/commit/e43a387f90587d62a78c40584ed9104328202f8e))
|
|
715
|
+
- **utilities:** fix FederationBoundary implementation ([#575](https://github.com/module-federation/nextjs-mf/issues/575)) ([b94fc28](https://github.com/module-federation/nextjs-mf/commit/b94fc282503c4f5ce2ae267518f7d6f5d4746c24))
|
|
658
716
|
|
|
659
717
|
# [1.2.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.1.2...utils-1.2.0) (2023-01-31)
|
|
660
718
|
|