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