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