@module-federation/node 1.0.7 → 2.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 +287 -196
- package/README.md +1 -1
- package/package.json +8 -10
- package/src/plugins/ChunkCorrelationPlugin.js +13 -7
- package/src/plugins/ChunkCorrelationPlugin.js.map +1 -1
- package/src/plugins/CommonJsChunkLoadingPlugin.js +10 -5
- package/src/plugins/CommonJsChunkLoadingPlugin.js.map +1 -1
- package/src/plugins/LoadFileChunkLoadingRuntimeModule.js +40 -37
- package/src/plugins/LoadFileChunkLoadingRuntimeModule.js.map +1 -1
- package/src/plugins/NodeFederationPlugin.js.map +1 -1
- package/src/plugins/UniversalFederationPlugin.js +3 -1
- package/src/plugins/UniversalFederationPlugin.js.map +1 -1
- package/src/utils/flush-chunks.js.map +1 -1
- package/src/utils/hot-reload.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,80 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
### Dependency Updates
|
|
8
|
-
|
|
9
|
-
* `utils` updated to version `2.0.6`
|
|
10
|
-
* `utils` updated to version `2.0.6`
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
## [1.0.6](https://github.com/module-federation/nextjs-mf/compare/node-1.0.5...node-1.0.6) (2023-08-11)
|
|
14
|
-
|
|
15
|
-
### Dependency Updates
|
|
16
|
-
|
|
17
|
-
* `utils` updated to version `2.0.5`
|
|
18
|
-
* `utils` updated to version `2.0.5`
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## [1.0.5](https://github.com/module-federation/nextjs-mf/compare/node-1.0.4...node-1.0.5) (2023-07-19)
|
|
22
|
-
|
|
23
|
-
### Dependency Updates
|
|
24
|
-
|
|
25
|
-
* `utils` updated to version `2.0.4`
|
|
26
|
-
* `utils` updated to version `2.0.4`
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* 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)
|
|
31
|
-
* 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))
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## [1.0.4](https://github.com/module-federation/nextjs-mf/compare/node-1.0.3...node-1.0.4) (2023-07-18)
|
|
5
|
+
# [2.0.0](https://github.com/module-federation/nextjs-mf/compare/node-1.0.6...node-2.0.0) (2023-09-09)
|
|
36
6
|
|
|
37
7
|
### Dependency Updates
|
|
38
8
|
|
|
39
|
-
* `utils` updated to version `
|
|
40
|
-
* `utils` updated to version `
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## [1.0.3](https://github.com/module-federation/nextjs-mf/compare/node-1.0.2...node-1.0.3) (2023-07-17)
|
|
44
|
-
|
|
45
|
-
### Dependency Updates
|
|
46
|
-
|
|
47
|
-
* `utils` updated to version `2.0.1`
|
|
48
|
-
* `utils` updated to version `2.0.1`
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
## [1.0.2](https://github.com/module-federation/nextjs-mf/compare/node-1.0.1...node-1.0.2) (2023-07-05)
|
|
52
|
-
|
|
9
|
+
* `utils` updated to version `3.0.0`
|
|
10
|
+
* `utils` updated to version `3.0.0`
|
|
53
11
|
|
|
54
12
|
### Bug Fixes
|
|
55
13
|
|
|
56
|
-
*
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## [1.0.1](https://github.com/module-federation/nextjs-mf/compare/node-1.0.0...node-1.0.1) (2023-07-05)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### Bug Fixes
|
|
64
|
-
|
|
65
|
-
* 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))
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/node-0.16.2...node-1.0.0) (2023-07-01)
|
|
70
|
-
|
|
71
|
-
### Dependency Updates
|
|
14
|
+
* 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))
|
|
72
15
|
|
|
73
|
-
* `utils` updated to version `2.0.0`
|
|
74
|
-
* `utils` updated to version `2.0.0`
|
|
75
16
|
|
|
76
17
|
### Features
|
|
77
18
|
|
|
78
|
-
*
|
|
19
|
+
* 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)
|
|
79
20
|
|
|
80
21
|
|
|
81
22
|
### BREAKING CHANGES
|
|
@@ -270,380 +211,530 @@ likely can remove whole plugin in future
|
|
|
270
211
|
|
|
271
212
|
|
|
272
213
|
|
|
273
|
-
## [0.
|
|
214
|
+
## [1.0.7](https://github.com/module-federation/nextjs-mf/compare/node-1.0.6...node-1.0.7) (2023-08-14)
|
|
274
215
|
|
|
216
|
+
### Dependency Updates
|
|
275
217
|
|
|
276
|
-
|
|
218
|
+
- `utils` updated to version `2.0.6`
|
|
219
|
+
- `utils` updated to version `2.0.6`
|
|
277
220
|
|
|
278
|
-
|
|
279
|
-
* support edge workers ([#1084](https://github.com/module-federation/nextjs-mf/issues/1084)) ([3f5df94](https://github.com/module-federation/nextjs-mf/commit/3f5df944ea787cf958fd4cf7fabed84432a50a10))
|
|
221
|
+
## [1.0.6](https://github.com/module-federation/nextjs-mf/compare/node-1.0.5...node-1.0.6) (2023-08-11)
|
|
280
222
|
|
|
223
|
+
### Dependency Updates
|
|
281
224
|
|
|
225
|
+
- `utils` updated to version `2.0.5`
|
|
226
|
+
- `utils` updated to version `2.0.5`
|
|
282
227
|
|
|
283
|
-
## [0.
|
|
228
|
+
## [1.0.5](https://github.com/module-federation/nextjs-mf/compare/node-1.0.4...node-1.0.5) (2023-07-19)
|
|
284
229
|
|
|
230
|
+
### Dependency Updates
|
|
285
231
|
|
|
232
|
+
- `utils` updated to version `2.0.4`
|
|
233
|
+
- `utils` updated to version `2.0.4`
|
|
286
234
|
|
|
287
|
-
|
|
235
|
+
### Bug Fixes
|
|
288
236
|
|
|
237
|
+
- 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)
|
|
238
|
+
- 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))
|
|
289
239
|
|
|
240
|
+
## [1.0.4](https://github.com/module-federation/nextjs-mf/compare/node-1.0.3...node-1.0.4) (2023-07-18)
|
|
290
241
|
|
|
291
|
-
|
|
242
|
+
### Dependency Updates
|
|
292
243
|
|
|
244
|
+
- `utils` updated to version `2.0.2`
|
|
245
|
+
- `utils` updated to version `2.0.2`
|
|
293
246
|
|
|
294
|
-
|
|
247
|
+
## [1.0.3](https://github.com/module-federation/nextjs-mf/compare/node-1.0.2...node-1.0.3) (2023-07-17)
|
|
295
248
|
|
|
296
|
-
|
|
249
|
+
### Dependency Updates
|
|
297
250
|
|
|
251
|
+
- `utils` updated to version `2.0.1`
|
|
252
|
+
- `utils` updated to version `2.0.1`
|
|
298
253
|
|
|
254
|
+
## [1.0.2](https://github.com/module-federation/nextjs-mf/compare/node-1.0.1...node-1.0.2) (2023-07-05)
|
|
299
255
|
|
|
300
|
-
|
|
256
|
+
### Bug Fixes
|
|
301
257
|
|
|
258
|
+
- 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))
|
|
302
259
|
|
|
260
|
+
## [1.0.1](https://github.com/module-federation/nextjs-mf/compare/node-1.0.0...node-1.0.1) (2023-07-05)
|
|
303
261
|
|
|
304
|
-
|
|
262
|
+
### Bug Fixes
|
|
305
263
|
|
|
264
|
+
- 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))
|
|
306
265
|
|
|
266
|
+
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/node-0.16.2...node-1.0.0) (2023-07-01)
|
|
307
267
|
|
|
308
|
-
|
|
268
|
+
### Dependency Updates
|
|
309
269
|
|
|
270
|
+
- `utils` updated to version `2.0.0`
|
|
271
|
+
- `utils` updated to version `2.0.0`
|
|
310
272
|
|
|
273
|
+
### Features
|
|
311
274
|
|
|
312
|
-
|
|
275
|
+
- 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)
|
|
313
276
|
|
|
277
|
+
### BREAKING CHANGES
|
|
314
278
|
|
|
315
|
-
|
|
279
|
+
- automaticAsyncBoundary option has been removed
|
|
316
280
|
|
|
317
|
-
|
|
318
|
-
* Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
|
|
281
|
+
- fix: exclude specific pages from page map automatically
|
|
319
282
|
|
|
283
|
+
- refactor: conslidate codebase
|
|
320
284
|
|
|
285
|
+
- fix: improve hot reload share recovery
|
|
321
286
|
|
|
322
|
-
|
|
287
|
+
- refactor: remove server jsonp template
|
|
323
288
|
|
|
289
|
+
- chore: remove dead code from runtime modules
|
|
324
290
|
|
|
325
|
-
|
|
291
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
326
292
|
|
|
327
|
-
|
|
293
|
+
getting chunk loading global from compiler output options
|
|
328
294
|
|
|
295
|
+
- feat: adding cleanInitArrays runtime helper
|
|
329
296
|
|
|
297
|
+
- chore: remove share scope hoist and module hoisting system
|
|
330
298
|
|
|
331
|
-
|
|
299
|
+
- chore: cleanup code
|
|
332
300
|
|
|
301
|
+
- chore: remove dead code from add module runtime plugin
|
|
333
302
|
|
|
303
|
+
likely can remove whole plugin in future
|
|
334
304
|
|
|
335
|
-
|
|
305
|
+
- chore: remove logs from delegate modules
|
|
336
306
|
|
|
307
|
+
- chore: remove old utils
|
|
337
308
|
|
|
338
|
-
|
|
309
|
+
- fix: add warning on auto page stitch
|
|
339
310
|
|
|
340
|
-
|
|
311
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
341
312
|
|
|
313
|
+
- chore: improve logging to see if its local load or remote load
|
|
342
314
|
|
|
315
|
+
- chore: clean up old custom promises factories
|
|
343
316
|
|
|
344
|
-
|
|
317
|
+
- fix: remove container proxy code
|
|
345
318
|
|
|
319
|
+
- fix: remove container proxy code
|
|
320
|
+
- automaticAsyncBoundary option has been removed
|
|
346
321
|
|
|
322
|
+
- fix: exclude specific pages from page map automatically
|
|
347
323
|
|
|
348
|
-
|
|
324
|
+
- refactor: conslidate codebase
|
|
349
325
|
|
|
326
|
+
- fix: improve hot reload share recovery
|
|
350
327
|
|
|
351
|
-
|
|
328
|
+
- refactor: remove server jsonp template
|
|
352
329
|
|
|
353
|
-
|
|
354
|
-
* client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
|
|
355
|
-
* 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))
|
|
356
|
-
* 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))
|
|
330
|
+
- chore: remove dead code from runtime modules
|
|
357
331
|
|
|
332
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
358
333
|
|
|
334
|
+
getting chunk loading global from compiler output options
|
|
359
335
|
|
|
360
|
-
|
|
336
|
+
- feat: adding cleanInitArrays runtime helper
|
|
361
337
|
|
|
338
|
+
- chore: remove share scope hoist and module hoisting system
|
|
362
339
|
|
|
340
|
+
- chore: cleanup code
|
|
363
341
|
|
|
364
|
-
|
|
342
|
+
- chore: remove dead code from add module runtime plugin
|
|
365
343
|
|
|
344
|
+
likely can remove whole plugin in future
|
|
366
345
|
|
|
367
|
-
|
|
346
|
+
- chore: remove logs from delegate modules
|
|
368
347
|
|
|
369
|
-
|
|
348
|
+
- chore: remove old utils
|
|
370
349
|
|
|
350
|
+
- fix: add warning on auto page stitch
|
|
371
351
|
|
|
352
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
372
353
|
|
|
373
|
-
|
|
354
|
+
- chore: improve logging to see if its local load or remote load
|
|
374
355
|
|
|
356
|
+
- chore: clean up old custom promises factories
|
|
375
357
|
|
|
358
|
+
- fix: remove container proxy code
|
|
376
359
|
|
|
377
|
-
|
|
360
|
+
- fix: remove container proxy code
|
|
378
361
|
|
|
362
|
+
- chore: fix project.json
|
|
379
363
|
|
|
364
|
+
- debugging
|
|
380
365
|
|
|
381
|
-
|
|
366
|
+
- fix: resolve backmerge issues with build
|
|
382
367
|
|
|
368
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
383
369
|
|
|
370
|
+
# Conflicts:
|
|
384
371
|
|
|
385
|
-
|
|
372
|
+
# package-lock.json
|
|
386
373
|
|
|
374
|
+
# package.json
|
|
387
375
|
|
|
376
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
388
377
|
|
|
389
|
-
|
|
378
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
390
379
|
|
|
380
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
391
381
|
|
|
382
|
+
- feat: enable eager sharing
|
|
392
383
|
|
|
393
|
-
|
|
384
|
+
- refactor: improve module hooks for eager loading and search
|
|
394
385
|
|
|
386
|
+
- refactor: cleanup custom jsonp and make es5
|
|
395
387
|
|
|
388
|
+
- refactor: cleanup inverted container code
|
|
396
389
|
|
|
397
|
-
|
|
390
|
+
- refactor: cleanup inverted container code
|
|
391
|
+
- automaticAsyncBoundary option has been removed
|
|
398
392
|
|
|
393
|
+
- fix: exclude specific pages from page map automatically
|
|
399
394
|
|
|
395
|
+
- refactor: conslidate codebase
|
|
400
396
|
|
|
401
|
-
|
|
397
|
+
- fix: improve hot reload share recovery
|
|
402
398
|
|
|
399
|
+
- refactor: remove server jsonp template
|
|
403
400
|
|
|
404
|
-
|
|
401
|
+
- chore: remove dead code from runtime modules
|
|
405
402
|
|
|
406
|
-
|
|
403
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
407
404
|
|
|
405
|
+
getting chunk loading global from compiler output options
|
|
408
406
|
|
|
407
|
+
- feat: adding cleanInitArrays runtime helper
|
|
409
408
|
|
|
410
|
-
|
|
409
|
+
- chore: remove share scope hoist and module hoisting system
|
|
411
410
|
|
|
411
|
+
- chore: cleanup code
|
|
412
412
|
|
|
413
|
+
- chore: remove dead code from add module runtime plugin
|
|
413
414
|
|
|
414
|
-
|
|
415
|
+
likely can remove whole plugin in future
|
|
415
416
|
|
|
417
|
+
- chore: remove logs from delegate modules
|
|
416
418
|
|
|
417
|
-
|
|
419
|
+
- chore: remove old utils
|
|
418
420
|
|
|
419
|
-
|
|
421
|
+
- fix: add warning on auto page stitch
|
|
420
422
|
|
|
423
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
421
424
|
|
|
422
|
-
|
|
425
|
+
- chore: improve logging to see if its local load or remote load
|
|
423
426
|
|
|
424
|
-
|
|
427
|
+
- chore: clean up old custom promises factories
|
|
425
428
|
|
|
429
|
+
- fix: remove container proxy code
|
|
426
430
|
|
|
427
|
-
|
|
431
|
+
- fix: remove container proxy code
|
|
428
432
|
|
|
429
|
-
|
|
433
|
+
- fix: resolve backmerge issues with build
|
|
430
434
|
|
|
431
|
-
|
|
435
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
432
436
|
|
|
433
|
-
|
|
437
|
+
# Conflicts:
|
|
434
438
|
|
|
435
|
-
|
|
439
|
+
# package-lock.json
|
|
436
440
|
|
|
437
|
-
|
|
441
|
+
# package.json
|
|
438
442
|
|
|
439
|
-
|
|
443
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
440
444
|
|
|
441
|
-
|
|
445
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
442
446
|
|
|
443
|
-
|
|
447
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
444
448
|
|
|
445
|
-
|
|
449
|
+
- feat: enable eager sharing
|
|
446
450
|
|
|
447
|
-
|
|
451
|
+
- refactor: improve module hooks for eager loading and search
|
|
448
452
|
|
|
449
|
-
|
|
453
|
+
- refactor: cleanup custom jsonp and make es5
|
|
450
454
|
|
|
455
|
+
- refactor: cleanup inverted container code
|
|
451
456
|
|
|
457
|
+
- refactor: cleanup inverted container code
|
|
452
458
|
|
|
453
|
-
|
|
459
|
+
- ci: fix install step with npm and NX
|
|
454
460
|
|
|
461
|
+
- test: remove tests for now
|
|
455
462
|
|
|
463
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
456
464
|
|
|
457
|
-
|
|
465
|
+
- chore(utils): release version 1.7.3
|
|
458
466
|
|
|
467
|
+
- chore(node): release version 0.14.4-beta.0
|
|
459
468
|
|
|
469
|
+
- chore(node): release version 0.14.4
|
|
460
470
|
|
|
461
|
-
|
|
471
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
462
472
|
|
|
473
|
+
- fix: remove debugging runtime variable
|
|
463
474
|
|
|
475
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
464
476
|
|
|
465
|
-
## [0.
|
|
477
|
+
## [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)
|
|
466
478
|
|
|
479
|
+
### Features
|
|
467
480
|
|
|
481
|
+
- support edge workers ([4c43729](https://github.com/module-federation/nextjs-mf/commit/4c43729153a4130d84f92ea2e56f771f2e63abc8))
|
|
482
|
+
- support edge workers ([#1084](https://github.com/module-federation/nextjs-mf/issues/1084)) ([3f5df94](https://github.com/module-federation/nextjs-mf/commit/3f5df944ea787cf958fd4cf7fabed84432a50a10))
|
|
468
483
|
|
|
469
|
-
## [0.
|
|
484
|
+
## [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)
|
|
470
485
|
|
|
486
|
+
## [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)
|
|
487
|
+
|
|
488
|
+
## [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)
|
|
471
489
|
|
|
472
490
|
### Bug Fixes
|
|
473
491
|
|
|
474
|
-
|
|
492
|
+
- disable flushing remotes to ssr for now ([2495582](https://github.com/module-federation/nextjs-mf/commit/249558248682896ccb05a9517d8540b97379b1bc))
|
|
475
493
|
|
|
494
|
+
## [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)
|
|
476
495
|
|
|
496
|
+
## [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)
|
|
477
497
|
|
|
478
|
-
## [0.
|
|
498
|
+
## [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)
|
|
479
499
|
|
|
500
|
+
## [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)
|
|
480
501
|
|
|
502
|
+
### Bug Fixes
|
|
481
503
|
|
|
482
|
-
|
|
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))
|
|
483
506
|
|
|
507
|
+
## [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)
|
|
484
508
|
|
|
485
|
-
###
|
|
509
|
+
### Bug Fixes
|
|
486
510
|
|
|
487
|
-
|
|
511
|
+
- Path loader patches ([#960](https://github.com/module-federation/nextjs-mf/issues/960)) ([d362a77](https://github.com/module-federation/nextjs-mf/commit/d362a7752c4364cc499a27f2b6eeb5399543cb29))
|
|
488
512
|
|
|
513
|
+
## [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)
|
|
489
514
|
|
|
515
|
+
## [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)
|
|
490
516
|
|
|
491
|
-
|
|
517
|
+
### Bug Fixes
|
|
492
518
|
|
|
519
|
+
- Improve chunk correlation ([#936](https://github.com/module-federation/nextjs-mf/issues/936)) ([4dad1eb](https://github.com/module-federation/nextjs-mf/commit/4dad1eb370feacd6ecb4c1726c435d5c579f424d))
|
|
493
520
|
|
|
521
|
+
## [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)
|
|
494
522
|
|
|
495
|
-
## [0.
|
|
523
|
+
## [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)
|
|
496
524
|
|
|
525
|
+
### Bug Fixes
|
|
526
|
+
|
|
527
|
+
- chunk and module duplications ([#885](https://github.com/module-federation/nextjs-mf/issues/885)) ([199e6b9](https://github.com/module-federation/nextjs-mf/commit/199e6b9937f4a2ca6caedb3ae4767342de463cb6))
|
|
528
|
+
- client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
|
|
529
|
+
- 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))
|
|
530
|
+
- 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))
|
|
531
|
+
|
|
532
|
+
## [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)
|
|
533
|
+
|
|
534
|
+
## [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)
|
|
497
535
|
|
|
498
536
|
### Bug Fixes
|
|
499
537
|
|
|
500
|
-
|
|
501
|
-
* get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
502
|
-
* improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
503
|
-
* peer dependencies metadata ([d3a2ed0](https://github.com/module-federation/nextjs-mf/commit/d3a2ed0e378b59afdeb632d1e2e0290f05cbca19))
|
|
504
|
-
* solve externalization ([49f52e5](https://github.com/module-federation/nextjs-mf/commit/49f52e53ddddc990d31e6aa510d67dc0552a9d9a))
|
|
505
|
-
* use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
538
|
+
- **chunk-module-duplication:** prevent runtime reset and share scope loss ([14bfc38](https://github.com/module-federation/nextjs-mf/commit/14bfc38515a4da3be7321d4b6d876905d45ad20b))
|
|
506
539
|
|
|
540
|
+
## [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)
|
|
507
541
|
|
|
508
|
-
|
|
542
|
+
## [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)
|
|
509
543
|
|
|
510
|
-
|
|
511
|
-
* chunk flushing in delegates ([5e2375f](https://github.com/module-federation/nextjs-mf/commit/5e2375f598437803105ac4bc2237f6b652554d00))
|
|
512
|
-
* delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
|
|
513
|
-
* delegate module support ([d242163](https://github.com/module-federation/nextjs-mf/commit/d24216324183bfec5c7ba672ba6da05679f67809))
|
|
514
|
-
* delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
515
|
-
* improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
516
|
-
* new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
517
|
-
* prepare for v7 ([7bc4b3b](https://github.com/module-federation/nextjs-mf/commit/7bc4b3bd44e0926a52d6a9cbe56f0c4d7bb700ae))
|
|
544
|
+
## [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)
|
|
518
545
|
|
|
546
|
+
## [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)
|
|
519
547
|
|
|
520
|
-
|
|
548
|
+
## [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)
|
|
521
549
|
|
|
522
|
-
|
|
523
|
-
BREAKING_CHANGE: safety breaking change note
|
|
550
|
+
## [0.14.6](https://github.com/module-federation/nextjs-mf/compare/node-0.14.5...node-0.14.6) (2023-05-16)
|
|
524
551
|
|
|
552
|
+
## [0.14.5](https://github.com/module-federation/nextjs-mf/compare/node-0.14.5-beta.0...node-0.14.5) (2023-05-15)
|
|
525
553
|
|
|
554
|
+
## [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)
|
|
526
555
|
|
|
527
|
-
|
|
556
|
+
### Features
|
|
528
557
|
|
|
529
|
-
|
|
558
|
+
- Quantum Modules ([#872](https://github.com/module-federation/nextjs-mf/issues/872)) ([2991039](https://github.com/module-federation/nextjs-mf/commit/299103932b4e0aa6d8017be588ffa5272f519260))
|
|
530
559
|
|
|
531
|
-
|
|
532
|
-
* `utils` updated to version `1.9.1`
|
|
560
|
+
## [0.14.4](https://github.com/module-federation/nextjs-mf/compare/node-0.14.4-beta.0...node-0.14.4) (2023-05-13)
|
|
533
561
|
|
|
562
|
+
## [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)
|
|
534
563
|
|
|
535
|
-
|
|
564
|
+
### Bug Fixes
|
|
536
565
|
|
|
566
|
+
- remove container proxy code ([6123d98](https://github.com/module-federation/nextjs-mf/commit/6123d9846606d76be949492ca04474f5c8164bc7))
|
|
537
567
|
|
|
568
|
+
### Features
|
|
538
569
|
|
|
539
|
-
|
|
570
|
+
- [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)
|
|
540
571
|
|
|
572
|
+
### BREAKING CHANGES
|
|
541
573
|
|
|
574
|
+
- automaticAsyncBoundary option has been removed
|
|
542
575
|
|
|
543
|
-
|
|
576
|
+
- fix: exclude specific pages from page map automatically
|
|
544
577
|
|
|
578
|
+
- refactor: conslidate codebase
|
|
545
579
|
|
|
546
|
-
|
|
580
|
+
- fix: improve hot reload share recovery
|
|
547
581
|
|
|
548
|
-
|
|
582
|
+
- refactor: remove server jsonp template
|
|
549
583
|
|
|
584
|
+
- chore: remove dead code from runtime modules
|
|
550
585
|
|
|
586
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
551
587
|
|
|
552
|
-
|
|
588
|
+
getting chunk loading global from compiler output options
|
|
553
589
|
|
|
554
|
-
|
|
590
|
+
- feat: adding cleanInitArrays runtime helper
|
|
555
591
|
|
|
556
|
-
|
|
557
|
-
* `utils` updated to version `1.8.0`
|
|
592
|
+
- chore: remove share scope hoist and module hoisting system
|
|
558
593
|
|
|
559
|
-
|
|
594
|
+
- chore: cleanup code
|
|
560
595
|
|
|
561
|
-
|
|
596
|
+
## [0.14.3](https://github.com/module-federation/nextjs-mf/compare/node-0.14.3-beta.0...node-0.14.3) (2023-05-03)
|
|
562
597
|
|
|
598
|
+
## [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)
|
|
563
599
|
|
|
600
|
+
## [0.14.2](https://github.com/module-federation/nextjs-mf/compare/node-0.14.2-beta.1...node-0.14.2) (2023-04-28)
|
|
564
601
|
|
|
565
|
-
|
|
602
|
+
## [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)
|
|
566
603
|
|
|
604
|
+
## [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)
|
|
567
605
|
|
|
606
|
+
### Bug Fixes
|
|
568
607
|
|
|
569
|
-
|
|
608
|
+
- use [fullhash] if no hash exists / in development mode. ([dfa7fb3](https://github.com/module-federation/nextjs-mf/commit/dfa7fb3a49b81b87dae43ec57ff2f86f5c2b7501))
|
|
570
609
|
|
|
571
|
-
|
|
610
|
+
## [0.14.1](https://github.com/module-federation/nextjs-mf/compare/node-0.14.1-beta.0...node-0.14.1) (2023-04-28)
|
|
572
611
|
|
|
573
|
-
|
|
574
|
-
* `utils` updated to version `1.5.0`
|
|
612
|
+
## [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)
|
|
575
613
|
|
|
576
614
|
### Features
|
|
577
615
|
|
|
578
|
-
|
|
616
|
+
- 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)
|
|
579
617
|
|
|
618
|
+
## [0.13.1](https://github.com/module-federation/nextjs-mf/compare/node-0.13.1-beta.0...node-0.13.1) (2023-04-19)
|
|
580
619
|
|
|
620
|
+
## [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)
|
|
581
621
|
|
|
582
|
-
|
|
622
|
+
### Bug Fixes
|
|
583
623
|
|
|
584
|
-
|
|
624
|
+
- use container proxy on script VM instead of host resolver point ([2929d0f](https://github.com/module-federation/nextjs-mf/commit/2929d0f64d4b8edf268af5ca83f807a02b121861))
|
|
625
|
+
- get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
626
|
+
- improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
627
|
+
- peer dependencies metadata ([d3a2ed0](https://github.com/module-federation/nextjs-mf/commit/d3a2ed0e378b59afdeb632d1e2e0290f05cbca19))
|
|
628
|
+
- solve externalization ([49f52e5](https://github.com/module-federation/nextjs-mf/commit/49f52e53ddddc990d31e6aa510d67dc0552a9d9a))
|
|
629
|
+
- use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
585
630
|
|
|
586
|
-
|
|
587
|
-
* `utils` updated to version `1.4.1`
|
|
631
|
+
### Features
|
|
588
632
|
|
|
633
|
+
- delegate module support ([5061d3d](https://github.com/module-federation/nextjs-mf/commit/5061d3d64d7d83dbb25b4ef2378d434545186cb1))
|
|
634
|
+
- chunk flushing in delegates ([5e2375f](https://github.com/module-federation/nextjs-mf/commit/5e2375f598437803105ac4bc2237f6b652554d00))
|
|
635
|
+
- delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
|
|
636
|
+
- delegate module support ([d242163](https://github.com/module-federation/nextjs-mf/commit/d24216324183bfec5c7ba672ba6da05679f67809))
|
|
637
|
+
- delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
638
|
+
- improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
639
|
+
- new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
640
|
+
- prepare for v7 ([7bc4b3b](https://github.com/module-federation/nextjs-mf/commit/7bc4b3bd44e0926a52d6a9cbe56f0c4d7bb700ae))
|
|
589
641
|
|
|
590
|
-
|
|
642
|
+
### BREAKING CHANGES
|
|
591
643
|
|
|
644
|
+
- safety breaking change note
|
|
645
|
+
BREAKING_CHANGE: safety breaking change note
|
|
592
646
|
|
|
593
|
-
|
|
647
|
+
## [0.16.2](https://github.com/module-federation/nextjs-mf/compare/node-0.16.1...node-0.16.2) (2023-06-30)
|
|
594
648
|
|
|
595
|
-
|
|
649
|
+
### Dependency Updates
|
|
596
650
|
|
|
651
|
+
- `utils` updated to version `1.9.1`
|
|
652
|
+
- `utils` updated to version `1.9.1`
|
|
597
653
|
|
|
654
|
+
## [0.16.1](https://github.com/module-federation/nextjs-mf/compare/node-0.16.0...node-0.16.1) (2023-06-29)
|
|
598
655
|
|
|
599
|
-
|
|
656
|
+
# [0.16.0](https://github.com/module-federation/nextjs-mf/compare/node-0.15.1...node-0.16.0) (2023-06-29)
|
|
600
657
|
|
|
658
|
+
## [0.15.1](https://github.com/module-federation/nextjs-mf/compare/node-0.15.0...node-0.15.1) (2023-05-22)
|
|
601
659
|
|
|
602
660
|
### Bug Fixes
|
|
603
661
|
|
|
604
|
-
|
|
662
|
+
- 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))
|
|
605
663
|
|
|
664
|
+
# [0.15.0](https://github.com/module-federation/nextjs-mf/compare/node-0.14.0...node-0.15.0) (2023-05-22)
|
|
606
665
|
|
|
666
|
+
### Dependency Updates
|
|
607
667
|
|
|
608
|
-
|
|
668
|
+
- `utils` updated to version `1.8.0`
|
|
669
|
+
- `utils` updated to version `1.8.0`
|
|
670
|
+
|
|
671
|
+
### Features
|
|
672
|
+
|
|
673
|
+
- 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))
|
|
674
|
+
|
|
675
|
+
# [0.14.0](https://github.com/module-federation/nextjs-mf/compare/node-0.13.0...node-0.14.0) (2023-04-19)
|
|
676
|
+
|
|
677
|
+
# [0.13.0](https://github.com/module-federation/nextjs-mf/compare/node-0.12.3...node-0.13.0) (2023-04-09)
|
|
609
678
|
|
|
610
679
|
### Dependency Updates
|
|
611
680
|
|
|
612
|
-
|
|
681
|
+
- `utils` updated to version `1.5.0`
|
|
682
|
+
- `utils` updated to version `1.5.0`
|
|
613
683
|
|
|
614
684
|
### Features
|
|
615
685
|
|
|
616
|
-
|
|
686
|
+
- 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))
|
|
617
687
|
|
|
688
|
+
## [0.12.3](https://github.com/module-federation/nextjs-mf/compare/node-0.12.2...node-0.12.3) (2023-04-09)
|
|
618
689
|
|
|
690
|
+
### Dependency Updates
|
|
619
691
|
|
|
620
|
-
|
|
692
|
+
- `utils` updated to version `1.4.1`
|
|
693
|
+
- `utils` updated to version `1.4.1`
|
|
621
694
|
|
|
695
|
+
## [0.12.2](https://github.com/module-federation/nextjs-mf/compare/node-0.12.1...node-0.12.2) (2023-03-24)
|
|
622
696
|
|
|
623
697
|
### Bug Fixes
|
|
624
698
|
|
|
625
|
-
|
|
699
|
+
- Medusa hot reloading ([#685](https://github.com/module-federation/nextjs-mf/issues/685)) ([6f14306](https://github.com/module-federation/nextjs-mf/commit/6f143068252eefec7a717ea0b8fef51a709ba539))
|
|
626
700
|
|
|
701
|
+
## [0.12.1](https://github.com/module-federation/nextjs-mf/compare/node-0.12.0...node-0.12.1) (2023-03-24)
|
|
627
702
|
|
|
703
|
+
### Bug Fixes
|
|
628
704
|
|
|
629
|
-
|
|
705
|
+
- 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))
|
|
706
|
+
|
|
707
|
+
# [0.12.0](https://github.com/module-federation/nextjs-mf/compare/node-0.11.1...node-0.12.0) (2023-03-14)
|
|
630
708
|
|
|
631
709
|
### Dependency Updates
|
|
632
710
|
|
|
633
|
-
|
|
711
|
+
- `utils` updated to version `1.4.0`
|
|
634
712
|
|
|
635
713
|
### Features
|
|
636
714
|
|
|
637
|
-
|
|
715
|
+
- 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)
|
|
638
716
|
|
|
717
|
+
## [0.11.1](https://github.com/module-federation/nextjs-mf/compare/node-0.11.0...node-0.11.1) (2023-02-09)
|
|
639
718
|
|
|
719
|
+
### Bug Fixes
|
|
640
720
|
|
|
641
|
-
|
|
721
|
+
- backward compatability with older versions pre 6.1.x ([f27b57a](https://github.com/module-federation/nextjs-mf/commit/f27b57a36a61280124bab4a309edaa1c3fd04ced))
|
|
722
|
+
|
|
723
|
+
# [0.11.0](https://github.com/module-federation/nextjs-mf/compare/node-0.10.5...node-0.11.0) (2023-02-09)
|
|
642
724
|
|
|
643
725
|
### Dependency Updates
|
|
644
726
|
|
|
645
|
-
|
|
727
|
+
- `utils` updated to version `1.3.0`
|
|
728
|
+
|
|
729
|
+
### Features
|
|
730
|
+
|
|
731
|
+
- Delegate Modules ([#509](https://github.com/module-federation/nextjs-mf/issues/509)) ([1a085e7](https://github.com/module-federation/nextjs-mf/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
|
|
732
|
+
|
|
733
|
+
## [0.10.5](https://github.com/module-federation/nextjs-mf/compare/node-0.10.4...node-0.10.5) (2023-02-09)
|
|
734
|
+
|
|
735
|
+
### Dependency Updates
|
|
646
736
|
|
|
737
|
+
- `utils` updated to version `1.2.1`
|
|
647
738
|
|
|
648
739
|
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
649
740
|
|