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