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