@module-federation/nextjs-mf 7.0.8 → 8.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 +423 -340
- package/README.md +26 -12
- package/client/MFClient.js +1 -2
- package/client/MFClient.js.map +1 -1
- package/client/RemoteContainer.js +2 -1
- package/client/RemoteContainer.js.map +1 -1
- package/client/RemotePages.js +2 -1
- package/client/RemotePages.js.map +1 -1
- package/client/UrlNode.js +2 -10
- package/client/UrlNode.js.map +1 -1
- package/node.d.ts +1 -1
- package/node.js.map +1 -1
- package/package.json +5 -9
- package/src/default-delegate.js +64 -9
- package/src/default-delegate.js.map +1 -1
- package/src/index.d.ts +1 -1
- package/src/internal.d.ts +18 -12
- package/src/internal.js +49 -45
- package/src/internal.js.map +1 -1
- package/src/loaders/delegateLoader.d.ts +5 -2
- package/src/loaders/delegateLoader.js +19 -9
- package/src/loaders/delegateLoader.js.map +1 -1
- package/src/loaders/fixImageLoader.d.ts +12 -11
- package/src/loaders/fixImageLoader.js +14 -12
- package/src/loaders/fixImageLoader.js.map +1 -1
- package/src/loaders/fixUrlLoader.d.ts +7 -7
- package/src/loaders/fixUrlLoader.js +11 -11
- package/src/loaders/fixUrlLoader.js.map +1 -1
- package/src/loaders/helpers.d.ts +10 -3
- package/src/loaders/helpers.js +22 -13
- package/src/loaders/helpers.js.map +1 -1
- package/src/loaders/inject-hoist.d.ts +11 -0
- package/src/loaders/inject-hoist.js +7 -0
- package/src/loaders/inject-hoist.js.map +1 -1
- package/src/loaders/nextPageMapLoader.d.ts +12 -3
- package/src/loaders/nextPageMapLoader.js +45 -29
- package/src/loaders/nextPageMapLoader.js.map +1 -1
- package/src/loaders/patchDefaultSharedLoader.d.ts +9 -0
- package/src/loaders/patchDefaultSharedLoader.js +11 -0
- package/src/loaders/patchDefaultSharedLoader.js.map +1 -1
- package/src/loaders/patchNextClientPageLoader.d.ts +4 -2
- package/src/loaders/patchNextClientPageLoader.js +36 -18
- package/src/loaders/patchNextClientPageLoader.js.map +1 -1
- package/src/plugins/CopyFederationPlugin.d.ts +13 -0
- package/src/plugins/CopyFederationPlugin.js +40 -19
- package/src/plugins/CopyFederationPlugin.js.map +1 -1
- package/src/plugins/JsonpChunkLoading.d.ts +11 -0
- package/src/plugins/JsonpChunkLoading.js +25 -4
- package/src/plugins/JsonpChunkLoading.js.map +1 -1
- package/src/plugins/NextFederationPlugin/apply-client-plugins.d.ts +2 -2
- package/src/plugins/NextFederationPlugin/apply-client-plugins.js +2 -2
- package/src/plugins/NextFederationPlugin/apply-server-plugins.d.ts +17 -10
- package/src/plugins/NextFederationPlugin/apply-server-plugins.js +18 -10
- package/src/plugins/NextFederationPlugin/apply-server-plugins.js.map +1 -1
- package/src/plugins/NextFederationPlugin/index.d.ts +8 -2
- package/src/plugins/NextFederationPlugin/index.js +20 -17
- package/src/plugins/NextFederationPlugin/index.js.map +1 -1
- package/src/plugins/NextFederationPlugin/next-fragments.d.ts +22 -16
- package/src/plugins/NextFederationPlugin/next-fragments.js +23 -16
- package/src/plugins/NextFederationPlugin/next-fragments.js.map +1 -1
- package/src/plugins/NextFederationPlugin/regex-equal.d.ts +8 -8
- package/src/plugins/NextFederationPlugin/regex-equal.js +7 -7
- package/src/plugins/NextFederationPlugin/remove-unnecessary-shared-keys.d.ts +7 -0
- package/src/plugins/NextFederationPlugin/remove-unnecessary-shared-keys.js +20 -9
- package/src/plugins/NextFederationPlugin/remove-unnecessary-shared-keys.js.map +1 -1
- package/src/plugins/NextFederationPlugin/set-options.d.ts +6 -6
- package/src/plugins/NextFederationPlugin/set-options.js +10 -6
- package/src/plugins/NextFederationPlugin/set-options.js.map +1 -1
- package/src/plugins/NextFederationPlugin/validate-options.d.ts +12 -13
- package/src/plugins/NextFederationPlugin/validate-options.js +14 -15
- package/src/plugins/NextFederationPlugin/validate-options.js.map +1 -1
- package/src/plugins/container/InvertedContainerPlugin.d.ts +1 -0
- package/src/plugins/container/InvertedContainerPlugin.js +8 -4
- package/src/plugins/container/InvertedContainerPlugin.js.map +1 -1
- package/src/plugins/container/InvertedContainerRuntimeModule.d.ts +16 -4
- package/src/plugins/container/InvertedContainerRuntimeModule.js +67 -32
- package/src/plugins/container/InvertedContainerRuntimeModule.js.map +1 -1
- package/src/plugins/container/RemoveEagerModulesFromRuntimePlugin.d.ts +27 -5
- package/src/plugins/container/RemoveEagerModulesFromRuntimePlugin.js +34 -57
- package/src/plugins/container/RemoveEagerModulesFromRuntimePlugin.js.map +1 -1
- package/src/plugins/container/types.d.ts +1 -1
- package/src/types.d.ts +3 -0
- package/utilities.js.map +1 -1
- package/utils/Template.d.ts +1 -1
- package/utils/Template.js +23 -15
- package/utils/Template.js.map +1 -1
- package/utils/build-utils.d.ts +9 -0
- package/utils/build-utils.js +9 -0
- package/utils/build-utils.js.map +1 -1
- package/utils/flushedChunks.d.ts +15 -0
- package/utils/flushedChunks.js +8 -0
- package/utils/flushedChunks.js.map +1 -1
- package/utils/index.d.ts +26 -2
- package/utils/index.js +21 -0
- package/utils/index.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,120 +2,27 @@
|
|
|
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
|
-
* `node` updated to version `1.0.7`
|
|
11
|
-
* `utils` updated to version `2.0.6`
|
|
12
|
-
* `node` updated to version `1.0.7`
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
16
|
-
* workaround to self ref module error in prod ([e134caa](https://github.com/module-federation/nextjs-mf/commit/e134caa9a914da6a226e73dc877a108456b1053f))
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## [7.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.6...nextjs-mf-7.0.7) (2023-08-11)
|
|
21
|
-
|
|
22
|
-
### Dependency Updates
|
|
23
|
-
|
|
24
|
-
* `utils` updated to version `2.0.5`
|
|
25
|
-
* `node` updated to version `1.0.6`
|
|
26
|
-
* `utils` updated to version `2.0.5`
|
|
27
|
-
* `node` updated to version `1.0.6`
|
|
28
|
-
* `node` updated to version `1.0.6`
|
|
29
|
-
|
|
30
|
-
### Bug Fixes
|
|
31
|
-
|
|
32
|
-
* improve import ordering ([#1199](https://github.com/module-federation/nextjs-mf/issues/1199)) ([7354ed2](https://github.com/module-federation/nextjs-mf/commit/7354ed2b412bd9fd8745778e5212e10e8a3bf17f))
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
## [7.0.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.5...nextjs-mf-7.0.6) (2023-07-19)
|
|
5
|
+
# [8.0.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.7...nextjs-mf-8.0.0) (2023-09-14)
|
|
37
6
|
|
|
38
7
|
### Dependency Updates
|
|
39
8
|
|
|
40
|
-
* `utils` updated to version `
|
|
41
|
-
* `node` updated to version `
|
|
42
|
-
* `utils` updated to version `
|
|
43
|
-
* `node` updated to version `
|
|
44
|
-
* `node` updated to version `
|
|
9
|
+
* `utils` updated to version `3.0.1`
|
|
10
|
+
* `node` updated to version `2.0.1`
|
|
11
|
+
* `utils` updated to version `3.0.1`
|
|
12
|
+
* `node` updated to version `2.0.1`
|
|
13
|
+
* `node` updated to version `2.0.1`
|
|
45
14
|
|
|
46
15
|
### Bug Fixes
|
|
47
16
|
|
|
48
|
-
*
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## [7.0.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.4...nextjs-mf-7.0.5) (2023-07-18)
|
|
53
|
-
|
|
54
|
-
### Dependency Updates
|
|
17
|
+
* update readme ([#1265](https://github.com/module-federation/nextjs-mf/issues/1265)) ([49d66bc](https://github.com/module-federation/nextjs-mf/commit/49d66bc7d0d2708edda61c246f08553718af81cf))
|
|
18
|
+
* 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))
|
|
55
19
|
|
|
56
|
-
* `utils` updated to version `2.0.2`
|
|
57
|
-
* `node` updated to version `1.0.4`
|
|
58
|
-
* `utils` updated to version `2.0.2`
|
|
59
|
-
* `utils` updated to version `2.0.2`
|
|
60
|
-
* `node` updated to version `1.0.4`
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## [7.0.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.3...nextjs-mf-7.0.4) (2023-07-17)
|
|
64
|
-
|
|
65
|
-
### Dependency Updates
|
|
66
|
-
|
|
67
|
-
* `utils` updated to version `2.0.1`
|
|
68
|
-
* `node` updated to version `1.0.3`
|
|
69
|
-
* `utils` updated to version `2.0.1`
|
|
70
|
-
* `node` updated to version `1.0.3`
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## [7.0.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.2...nextjs-mf-7.0.3) (2023-07-17)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Bug Fixes
|
|
77
|
-
|
|
78
|
-
* **invertedmoduleplugin:** added another check for nextjs api routes ([#1134](https://github.com/module-federation/nextjs-mf/issues/1134)) ([aba26be](https://github.com/module-federation/nextjs-mf/commit/aba26bed61bca4816238e7b7b93e88b108b65d9d))
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## [7.0.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.1...nextjs-mf-7.0.2) (2023-07-05)
|
|
83
|
-
|
|
84
|
-
### Dependency Updates
|
|
85
|
-
|
|
86
|
-
* `node` updated to version `1.0.2`
|
|
87
|
-
* `node` updated to version `1.0.2`
|
|
88
|
-
* `node` updated to version `1.0.2`
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## [7.0.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.0...nextjs-mf-7.0.1) (2023-07-05)
|
|
92
|
-
|
|
93
|
-
### Dependency Updates
|
|
94
|
-
|
|
95
|
-
* `node` updated to version `1.0.1`
|
|
96
|
-
* `node` updated to version `1.0.1`
|
|
97
|
-
* `node` updated to version `1.0.1`
|
|
98
|
-
|
|
99
|
-
### Bug Fixes
|
|
100
|
-
|
|
101
|
-
* **nextjs-mf:** update broken documentation ([#1103](https://github.com/module-federation/nextjs-mf/issues/1103)) ([f3659b4](https://github.com/module-federation/nextjs-mf/commit/f3659b4f2dec9f37256fc2d87d2799f5d1923df6))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
# [7.0.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.1...nextjs-mf-7.0.0) (2023-07-01)
|
|
106
|
-
|
|
107
|
-
### Dependency Updates
|
|
108
|
-
|
|
109
|
-
* `utils` updated to version `2.0.0`
|
|
110
|
-
* `node` updated to version `1.0.0`
|
|
111
|
-
* `utils` updated to version `2.0.0`
|
|
112
|
-
* `utils` updated to version `2.0.0`
|
|
113
|
-
* `node` updated to version `1.0.0`
|
|
114
|
-
* `node` updated to version `1.0.0`
|
|
115
20
|
|
|
116
21
|
### Features
|
|
117
22
|
|
|
118
|
-
*
|
|
23
|
+
* 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)
|
|
24
|
+
* Introduce full test command and improvement on RuntimeRemotesMap manipulation ([61e605d](https://github.com/module-federation/nextjs-mf/commit/61e605dd83c8f95c8ed26237709dba412edf447c))
|
|
25
|
+
* Update ESLint configuration, add test file and update TypeScript configuration ([00a73be](https://github.com/module-federation/nextjs-mf/commit/00a73be7c1c8ec792e2adae111f063e3741a4bb4))
|
|
119
26
|
|
|
120
27
|
|
|
121
28
|
### BREAKING CHANGES
|
|
@@ -310,574 +217,750 @@ likely can remove whole plugin in future
|
|
|
310
217
|
|
|
311
218
|
|
|
312
219
|
|
|
313
|
-
## [
|
|
220
|
+
## [7.0.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.7...nextjs-mf-7.0.8) (2023-08-14)
|
|
314
221
|
|
|
222
|
+
### Dependency Updates
|
|
315
223
|
|
|
316
|
-
|
|
224
|
+
- `utils` updated to version `2.0.6`
|
|
225
|
+
- `node` updated to version `1.0.7`
|
|
226
|
+
- `utils` updated to version `2.0.6`
|
|
227
|
+
- `node` updated to version `1.0.7`
|
|
317
228
|
|
|
318
|
-
|
|
229
|
+
### Bug Fixes
|
|
319
230
|
|
|
231
|
+
- workaround to self ref module error in prod ([e134caa](https://github.com/module-federation/nextjs-mf/commit/e134caa9a914da6a226e73dc877a108456b1053f))
|
|
320
232
|
|
|
233
|
+
## [7.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.6...nextjs-mf-7.0.7) (2023-08-11)
|
|
321
234
|
|
|
322
|
-
|
|
235
|
+
### Dependency Updates
|
|
323
236
|
|
|
237
|
+
- `utils` updated to version `2.0.5`
|
|
238
|
+
- `node` updated to version `1.0.6`
|
|
239
|
+
- `utils` updated to version `2.0.5`
|
|
240
|
+
- `node` updated to version `1.0.6`
|
|
241
|
+
- `node` updated to version `1.0.6`
|
|
324
242
|
|
|
325
243
|
### Bug Fixes
|
|
326
244
|
|
|
327
|
-
|
|
328
|
-
* ts errors ([44de0be](https://github.com/module-federation/nextjs-mf/commit/44de0beb8c2d94028f738849f2bab438ce530ebe))
|
|
329
|
-
|
|
245
|
+
- improve import ordering ([#1199](https://github.com/module-federation/nextjs-mf/issues/1199)) ([7354ed2](https://github.com/module-federation/nextjs-mf/commit/7354ed2b412bd9fd8745778e5212e10e8a3bf17f))
|
|
330
246
|
|
|
247
|
+
## [7.0.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.5...nextjs-mf-7.0.6) (2023-07-19)
|
|
331
248
|
|
|
332
|
-
|
|
249
|
+
### Dependency Updates
|
|
333
250
|
|
|
251
|
+
- `utils` updated to version `2.0.4`
|
|
252
|
+
- `node` updated to version `1.0.5`
|
|
253
|
+
- `utils` updated to version `2.0.4`
|
|
254
|
+
- `node` updated to version `1.0.5`
|
|
255
|
+
- `node` updated to version `1.0.5`
|
|
334
256
|
|
|
335
257
|
### Bug Fixes
|
|
336
258
|
|
|
337
|
-
|
|
259
|
+
- Fix call undefined delegate ([#1149](https://github.com/module-federation/nextjs-mf/issues/1149)) ([87a5896](https://github.com/module-federation/nextjs-mf/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/nextjs-mf/issues/1151)
|
|
338
260
|
|
|
261
|
+
## [7.0.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.4...nextjs-mf-7.0.5) (2023-07-18)
|
|
339
262
|
|
|
263
|
+
### Dependency Updates
|
|
340
264
|
|
|
341
|
-
|
|
265
|
+
- `utils` updated to version `2.0.2`
|
|
266
|
+
- `node` updated to version `1.0.4`
|
|
267
|
+
- `utils` updated to version `2.0.2`
|
|
268
|
+
- `utils` updated to version `2.0.2`
|
|
269
|
+
- `node` updated to version `1.0.4`
|
|
342
270
|
|
|
271
|
+
## [7.0.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.3...nextjs-mf-7.0.4) (2023-07-17)
|
|
343
272
|
|
|
273
|
+
### Dependency Updates
|
|
344
274
|
|
|
345
|
-
|
|
275
|
+
- `utils` updated to version `2.0.1`
|
|
276
|
+
- `node` updated to version `1.0.3`
|
|
277
|
+
- `utils` updated to version `2.0.1`
|
|
278
|
+
- `node` updated to version `1.0.3`
|
|
346
279
|
|
|
280
|
+
## [7.0.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.2...nextjs-mf-7.0.3) (2023-07-17)
|
|
347
281
|
|
|
348
282
|
### Bug Fixes
|
|
349
283
|
|
|
350
|
-
|
|
284
|
+
- **invertedmoduleplugin:** added another check for nextjs api routes ([#1134](https://github.com/module-federation/nextjs-mf/issues/1134)) ([aba26be](https://github.com/module-federation/nextjs-mf/commit/aba26bed61bca4816238e7b7b93e88b108b65d9d))
|
|
351
285
|
|
|
286
|
+
## [7.0.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.1...nextjs-mf-7.0.2) (2023-07-05)
|
|
352
287
|
|
|
288
|
+
### Dependency Updates
|
|
353
289
|
|
|
354
|
-
|
|
290
|
+
- `node` updated to version `1.0.2`
|
|
291
|
+
- `node` updated to version `1.0.2`
|
|
292
|
+
- `node` updated to version `1.0.2`
|
|
355
293
|
|
|
294
|
+
## [7.0.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.0...nextjs-mf-7.0.1) (2023-07-05)
|
|
295
|
+
|
|
296
|
+
### Dependency Updates
|
|
297
|
+
|
|
298
|
+
- `node` updated to version `1.0.1`
|
|
299
|
+
- `node` updated to version `1.0.1`
|
|
300
|
+
- `node` updated to version `1.0.1`
|
|
356
301
|
|
|
357
302
|
### Bug Fixes
|
|
358
303
|
|
|
359
|
-
|
|
304
|
+
- **nextjs-mf:** update broken documentation ([#1103](https://github.com/module-federation/nextjs-mf/issues/1103)) ([f3659b4](https://github.com/module-federation/nextjs-mf/commit/f3659b4f2dec9f37256fc2d87d2799f5d1923df6))
|
|
360
305
|
|
|
306
|
+
# [7.0.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.1...nextjs-mf-7.0.0) (2023-07-01)
|
|
361
307
|
|
|
308
|
+
### Dependency Updates
|
|
362
309
|
|
|
363
|
-
|
|
310
|
+
- `utils` updated to version `2.0.0`
|
|
311
|
+
- `node` updated to version `1.0.0`
|
|
312
|
+
- `utils` updated to version `2.0.0`
|
|
313
|
+
- `utils` updated to version `2.0.0`
|
|
314
|
+
- `node` updated to version `1.0.0`
|
|
315
|
+
- `node` updated to version `1.0.0`
|
|
364
316
|
|
|
317
|
+
### Features
|
|
365
318
|
|
|
366
|
-
|
|
319
|
+
- 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)
|
|
367
320
|
|
|
368
|
-
|
|
321
|
+
### BREAKING CHANGES
|
|
369
322
|
|
|
323
|
+
- automaticAsyncBoundary option has been removed
|
|
370
324
|
|
|
325
|
+
- fix: exclude specific pages from page map automatically
|
|
371
326
|
|
|
372
|
-
|
|
327
|
+
- refactor: conslidate codebase
|
|
373
328
|
|
|
329
|
+
- fix: improve hot reload share recovery
|
|
374
330
|
|
|
375
|
-
|
|
331
|
+
- refactor: remove server jsonp template
|
|
376
332
|
|
|
377
|
-
|
|
378
|
-
* Resolve condition names ([#974](https://github.com/module-federation/nextjs-mf/issues/974)) ([5e8b49c](https://github.com/module-federation/nextjs-mf/commit/5e8b49cf60f19dae6be4818a1c0ff783c7689393))
|
|
379
|
-
* Resolve conditional exports ([#971](https://github.com/module-federation/nextjs-mf/issues/971)) ([1c42e2a](https://github.com/module-federation/nextjs-mf/commit/1c42e2a721a9e93b2e9acebc09099dda66699a42))
|
|
380
|
-
* Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
|
|
333
|
+
- chore: remove dead code from runtime modules
|
|
381
334
|
|
|
335
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
382
336
|
|
|
337
|
+
getting chunk loading global from compiler output options
|
|
383
338
|
|
|
384
|
-
|
|
339
|
+
- feat: adding cleanInitArrays runtime helper
|
|
385
340
|
|
|
341
|
+
- chore: remove share scope hoist and module hoisting system
|
|
386
342
|
|
|
387
|
-
|
|
343
|
+
- chore: cleanup code
|
|
388
344
|
|
|
389
|
-
|
|
345
|
+
- chore: remove dead code from add module runtime plugin
|
|
390
346
|
|
|
347
|
+
likely can remove whole plugin in future
|
|
391
348
|
|
|
349
|
+
- chore: remove logs from delegate modules
|
|
392
350
|
|
|
393
|
-
|
|
351
|
+
- chore: remove old utils
|
|
394
352
|
|
|
353
|
+
- fix: add warning on auto page stitch
|
|
395
354
|
|
|
396
|
-
|
|
355
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
397
356
|
|
|
398
|
-
|
|
357
|
+
- chore: improve logging to see if its local load or remote load
|
|
399
358
|
|
|
359
|
+
- chore: clean up old custom promises factories
|
|
400
360
|
|
|
361
|
+
- fix: remove container proxy code
|
|
401
362
|
|
|
402
|
-
|
|
363
|
+
- fix: remove container proxy code
|
|
364
|
+
- automaticAsyncBoundary option has been removed
|
|
403
365
|
|
|
366
|
+
- fix: exclude specific pages from page map automatically
|
|
404
367
|
|
|
405
|
-
|
|
368
|
+
- refactor: conslidate codebase
|
|
406
369
|
|
|
407
|
-
|
|
408
|
-
* remove default props deprecation on flush chunks ([103fa91](https://github.com/module-federation/nextjs-mf/commit/103fa910d39e25d283076755a2eedf4e926ba242))
|
|
370
|
+
- fix: improve hot reload share recovery
|
|
409
371
|
|
|
372
|
+
- refactor: remove server jsonp template
|
|
410
373
|
|
|
411
|
-
|
|
374
|
+
- chore: remove dead code from runtime modules
|
|
412
375
|
|
|
413
|
-
|
|
376
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
414
377
|
|
|
378
|
+
getting chunk loading global from compiler output options
|
|
415
379
|
|
|
380
|
+
- feat: adding cleanInitArrays runtime helper
|
|
416
381
|
|
|
417
|
-
|
|
382
|
+
- chore: remove share scope hoist and module hoisting system
|
|
418
383
|
|
|
384
|
+
- chore: cleanup code
|
|
419
385
|
|
|
420
|
-
|
|
386
|
+
- chore: remove dead code from add module runtime plugin
|
|
421
387
|
|
|
422
|
-
|
|
423
|
-
* remove specific module type from package ([ad8caf7](https://github.com/module-federation/nextjs-mf/commit/ad8caf7df575a67a866e882e515d9a4e249f5ad8))
|
|
388
|
+
likely can remove whole plugin in future
|
|
424
389
|
|
|
390
|
+
- chore: remove logs from delegate modules
|
|
425
391
|
|
|
392
|
+
- chore: remove old utils
|
|
426
393
|
|
|
427
|
-
|
|
394
|
+
- fix: add warning on auto page stitch
|
|
428
395
|
|
|
396
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
429
397
|
|
|
430
|
-
|
|
398
|
+
- chore: improve logging to see if its local load or remote load
|
|
431
399
|
|
|
432
|
-
|
|
433
|
-
* client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
|
|
434
|
-
* deprecation warnings about chunkGraph ([9af484d](https://github.com/module-federation/nextjs-mf/commit/9af484dedba44b346d25ac5cdd10292ad018143d))
|
|
435
|
-
* 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))
|
|
436
|
-
* 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))
|
|
400
|
+
- chore: clean up old custom promises factories
|
|
437
401
|
|
|
402
|
+
- fix: remove container proxy code
|
|
438
403
|
|
|
404
|
+
- fix: remove container proxy code
|
|
439
405
|
|
|
440
|
-
|
|
406
|
+
- chore: fix project.json
|
|
441
407
|
|
|
408
|
+
- debugging
|
|
442
409
|
|
|
410
|
+
- fix: resolve backmerge issues with build
|
|
443
411
|
|
|
444
|
-
|
|
412
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
445
413
|
|
|
414
|
+
# Conflicts:
|
|
446
415
|
|
|
447
|
-
|
|
416
|
+
# package-lock.json
|
|
448
417
|
|
|
449
|
-
|
|
418
|
+
# package.json
|
|
450
419
|
|
|
420
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
451
421
|
|
|
422
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
452
423
|
|
|
453
|
-
|
|
424
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
454
425
|
|
|
426
|
+
- feat: enable eager sharing
|
|
455
427
|
|
|
456
|
-
|
|
428
|
+
- refactor: improve module hooks for eager loading and search
|
|
457
429
|
|
|
458
|
-
|
|
459
|
-
* remove old files ([fa281ec](https://github.com/module-federation/nextjs-mf/commit/fa281ecf0a5486bcf995f548deaef993f437c068))
|
|
430
|
+
- refactor: cleanup custom jsonp and make es5
|
|
460
431
|
|
|
432
|
+
- refactor: cleanup inverted container code
|
|
461
433
|
|
|
462
|
-
|
|
434
|
+
- refactor: cleanup inverted container code
|
|
435
|
+
- automaticAsyncBoundary option has been removed
|
|
463
436
|
|
|
464
|
-
|
|
437
|
+
- fix: exclude specific pages from page map automatically
|
|
465
438
|
|
|
439
|
+
- refactor: conslidate codebase
|
|
466
440
|
|
|
441
|
+
- fix: improve hot reload share recovery
|
|
467
442
|
|
|
468
|
-
|
|
443
|
+
- refactor: remove server jsonp template
|
|
469
444
|
|
|
445
|
+
- chore: remove dead code from runtime modules
|
|
470
446
|
|
|
471
|
-
|
|
447
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
472
448
|
|
|
473
|
-
|
|
449
|
+
getting chunk loading global from compiler output options
|
|
474
450
|
|
|
451
|
+
- feat: adding cleanInitArrays runtime helper
|
|
475
452
|
|
|
453
|
+
- chore: remove share scope hoist and module hoisting system
|
|
476
454
|
|
|
477
|
-
|
|
455
|
+
- chore: cleanup code
|
|
478
456
|
|
|
457
|
+
- chore: remove dead code from add module runtime plugin
|
|
479
458
|
|
|
480
|
-
|
|
459
|
+
likely can remove whole plugin in future
|
|
481
460
|
|
|
482
|
-
|
|
461
|
+
- chore: remove logs from delegate modules
|
|
483
462
|
|
|
463
|
+
- chore: remove old utils
|
|
484
464
|
|
|
465
|
+
- fix: add warning on auto page stitch
|
|
485
466
|
|
|
486
|
-
|
|
467
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
487
468
|
|
|
469
|
+
- chore: improve logging to see if its local load or remote load
|
|
488
470
|
|
|
489
|
-
|
|
471
|
+
- chore: clean up old custom promises factories
|
|
490
472
|
|
|
491
|
-
|
|
473
|
+
- fix: remove container proxy code
|
|
492
474
|
|
|
475
|
+
- fix: remove container proxy code
|
|
493
476
|
|
|
477
|
+
- fix: resolve backmerge issues with build
|
|
494
478
|
|
|
495
|
-
|
|
479
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
496
480
|
|
|
481
|
+
# Conflicts:
|
|
497
482
|
|
|
498
|
-
|
|
483
|
+
# package-lock.json
|
|
499
484
|
|
|
500
|
-
|
|
501
|
-
* remove commented out code from InvertedContainerPlugin.ts ([7d52961](https://github.com/module-federation/nextjs-mf/commit/7d529612869f061733d7d87c9770036b7c2b0bbb))
|
|
502
|
-
* resolve backmerge issues with build ([2ad095c](https://github.com/module-federation/nextjs-mf/commit/2ad095cc3198dfd153644cee5fb4f37fa3bf6f03))
|
|
485
|
+
# package.json
|
|
503
486
|
|
|
487
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
504
488
|
|
|
505
|
-
|
|
489
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
506
490
|
|
|
507
|
-
|
|
508
|
-
* [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)
|
|
509
|
-
* enable eager sharing ([b1e4418](https://github.com/module-federation/nextjs-mf/commit/b1e4418304afd30c5f4719469db50c17c279a021))
|
|
491
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
510
492
|
|
|
493
|
+
- feat: enable eager sharing
|
|
511
494
|
|
|
512
|
-
|
|
495
|
+
- refactor: improve module hooks for eager loading and search
|
|
513
496
|
|
|
514
|
-
|
|
497
|
+
- refactor: cleanup custom jsonp and make es5
|
|
515
498
|
|
|
516
|
-
|
|
499
|
+
- refactor: cleanup inverted container code
|
|
517
500
|
|
|
518
|
-
|
|
501
|
+
- refactor: cleanup inverted container code
|
|
519
502
|
|
|
520
|
-
|
|
503
|
+
- ci: fix install step with npm and NX
|
|
521
504
|
|
|
522
|
-
|
|
505
|
+
- test: remove tests for now
|
|
523
506
|
|
|
524
|
-
|
|
507
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
525
508
|
|
|
526
|
-
|
|
509
|
+
- chore(utils): release version 1.7.3
|
|
527
510
|
|
|
528
|
-
|
|
511
|
+
- chore(node): release version 0.14.4-beta.0
|
|
529
512
|
|
|
530
|
-
|
|
513
|
+
- chore(node): release version 0.14.4
|
|
531
514
|
|
|
532
|
-
|
|
515
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
533
516
|
|
|
534
|
-
|
|
517
|
+
- fix: remove debugging runtime variable
|
|
535
518
|
|
|
536
|
-
|
|
519
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
537
520
|
|
|
538
|
-
|
|
521
|
+
## [6.7.2-rc.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.2-rc.0...nextjs-mf-6.7.2-rc.1) (2023-07-01)
|
|
539
522
|
|
|
540
|
-
|
|
523
|
+
### Features
|
|
541
524
|
|
|
542
|
-
|
|
525
|
+
- support edge workers ([#1084](https://github.com/module-federation/nextjs-mf/issues/1084)) ([3f5df94](https://github.com/module-federation/nextjs-mf/commit/3f5df944ea787cf958fd4cf7fabed84432a50a10))
|
|
543
526
|
|
|
544
|
-
|
|
527
|
+
## [6.7.2-rc.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.1...nextjs-mf-6.7.2-rc.0) (2023-06-30)
|
|
545
528
|
|
|
546
|
-
|
|
529
|
+
### Bug Fixes
|
|
547
530
|
|
|
548
|
-
|
|
531
|
+
- module type errors ([4c7b3ff](https://github.com/module-federation/nextjs-mf/commit/4c7b3ffad0726c6d9f51a8fb72ec7eefb3633073))
|
|
532
|
+
- ts errors ([44de0be](https://github.com/module-federation/nextjs-mf/commit/44de0beb8c2d94028f738849f2bab438ce530ebe))
|
|
549
533
|
|
|
550
|
-
|
|
534
|
+
## [6.5.2-rc8.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc8.0...nextjs-mf-6.5.2-rc8.1) (2023-06-28)
|
|
551
535
|
|
|
552
|
-
|
|
536
|
+
### Bug Fixes
|
|
553
537
|
|
|
554
|
-
|
|
555
|
-
* automaticAsyncBoundary option has been removed
|
|
538
|
+
- disable flushing remotes to ssr for now ([6c5cfae](https://github.com/module-federation/nextjs-mf/commit/6c5cfaec3be94aeb3f1e12c24965b3904da23bae))
|
|
556
539
|
|
|
557
|
-
|
|
540
|
+
## [6.5.2-rc8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc7.0...nextjs-mf-6.5.2-rc8.0) (2023-06-27)
|
|
558
541
|
|
|
559
|
-
|
|
542
|
+
## [6.5.2-rc7.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc6.0...nextjs-mf-6.5.2-rc7.0) (2023-06-27)
|
|
560
543
|
|
|
561
|
-
|
|
544
|
+
### Bug Fixes
|
|
562
545
|
|
|
563
|
-
|
|
546
|
+
- image path fallback ([fc176ff](https://github.com/module-federation/nextjs-mf/commit/fc176ffa74a082ab0d7a198315f3b0827eb13037))
|
|
564
547
|
|
|
565
|
-
|
|
548
|
+
## [6.5.2-rc6.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc5.0...nextjs-mf-6.5.2-rc6.0) (2023-06-23)
|
|
566
549
|
|
|
567
|
-
|
|
550
|
+
### Bug Fixes
|
|
568
551
|
|
|
569
|
-
|
|
552
|
+
- remove loggers ([a86b070](https://github.com/module-federation/nextjs-mf/commit/a86b070e11f31303a8833f806f7d2015e55a441b))
|
|
570
553
|
|
|
571
|
-
|
|
554
|
+
## [6.5.2-rc5.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc4.0...nextjs-mf-6.5.2-rc5.0) (2023-06-23)
|
|
572
555
|
|
|
573
|
-
|
|
556
|
+
### Bug Fixes
|
|
574
557
|
|
|
575
|
-
|
|
558
|
+
- Non-Deterministic Chunk ID Handling ([#986](https://github.com/module-federation/nextjs-mf/issues/986)) ([b051c12](https://github.com/module-federation/nextjs-mf/commit/b051c12bbaf54f7327a4d25407326b6a7d1d9594))
|
|
576
559
|
|
|
560
|
+
## [6.5.2-rc4.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc3.1...nextjs-mf-6.5.2-rc4.0) (2023-06-21)
|
|
577
561
|
|
|
562
|
+
### Bug Fixes
|
|
578
563
|
|
|
579
|
-
|
|
564
|
+
- Api routes ([#984](https://github.com/module-federation/nextjs-mf/issues/984)) ([903296a](https://github.com/module-federation/nextjs-mf/commit/903296af090d344845288fc940536a3b741eb1e1))
|
|
565
|
+
- Resolve condition names ([#974](https://github.com/module-federation/nextjs-mf/issues/974)) ([5e8b49c](https://github.com/module-federation/nextjs-mf/commit/5e8b49cf60f19dae6be4818a1c0ff783c7689393))
|
|
566
|
+
- Resolve conditional exports ([#971](https://github.com/module-federation/nextjs-mf/issues/971)) ([1c42e2a](https://github.com/module-federation/nextjs-mf/commit/1c42e2a721a9e93b2e9acebc09099dda66699a42))
|
|
567
|
+
- Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
|
|
580
568
|
|
|
569
|
+
## [6.5.2-rc3.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc3.0...nextjs-mf-6.5.2-rc3.1) (2023-06-09)
|
|
581
570
|
|
|
582
571
|
### Bug Fixes
|
|
583
572
|
|
|
584
|
-
|
|
585
|
-
* improve eager modularization ([f593725](https://github.com/module-federation/nextjs-mf/commit/f593725e24672dbf95eae018f2656cab68ec2c4e))
|
|
586
|
-
* improve module and async module loading in runtmie module ([c841a4b](https://github.com/module-federation/nextjs-mf/commit/c841a4bd9e2205b438fc1c8855c66e1eee764e0a))
|
|
587
|
-
* improve stability of chunk push ([98ad6ad](https://github.com/module-federation/nextjs-mf/commit/98ad6ad66ae19429a4808dc9215c6efef6b69fee))
|
|
588
|
-
* improve startup inversion ([42e59f1](https://github.com/module-federation/nextjs-mf/commit/42e59f1b0c58d98c4a16d1efd1ab00d0748311f0))
|
|
589
|
-
* prevent hmr destroying share scope ([ffc1131](https://github.com/module-federation/nextjs-mf/commit/ffc1131b2607387805d3137561df3ae756d07244))
|
|
573
|
+
- Path loader patches ([#960](https://github.com/module-federation/nextjs-mf/issues/960)) ([d362a77](https://github.com/module-federation/nextjs-mf/commit/d362a7752c4364cc499a27f2b6eeb5399543cb29))
|
|
590
574
|
|
|
575
|
+
## [6.5.2-rc3.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-beta.0...nextjs-mf-6.5.2-rc3.0) (2023-06-09)
|
|
576
|
+
|
|
577
|
+
### Bug Fixes
|
|
578
|
+
|
|
579
|
+
- remove logs or wrap in debug flag ([#959](https://github.com/module-federation/nextjs-mf/issues/959)) ([5ea321a](https://github.com/module-federation/nextjs-mf/commit/5ea321a6ee4323456f9ad1e62bb2e765df612017))
|
|
580
|
+
|
|
581
|
+
## [6.5.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc1.0...nextjs-mf-6.5.2-beta.0) (2023-05-26)
|
|
582
|
+
|
|
583
|
+
### Bug Fixes
|
|
584
|
+
|
|
585
|
+
- Improve chunk correlation ([#936](https://github.com/module-federation/nextjs-mf/issues/936)) ([4dad1eb](https://github.com/module-federation/nextjs-mf/commit/4dad1eb370feacd6ecb4c1726c435d5c579f424d))
|
|
586
|
+
- remove default props deprecation on flush chunks ([103fa91](https://github.com/module-federation/nextjs-mf/commit/103fa910d39e25d283076755a2eedf4e926ba242))
|
|
591
587
|
|
|
592
588
|
### Features
|
|
593
589
|
|
|
594
|
-
|
|
595
|
-
* install an async boundary runtime module ([cbbc7f5](https://github.com/module-federation/nextjs-mf/commit/cbbc7f53dd908c42cb1897e3aa9e70a9819a002a))
|
|
590
|
+
- support custom distDir ([3d8d540](https://github.com/module-federation/nextjs-mf/commit/3d8d5408f73be9b8798f02fbd2382457510fdc3f))
|
|
596
591
|
|
|
592
|
+
## [6.5.2-rc1.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc.0...nextjs-mf-6.5.2-rc1.0) (2023-05-25)
|
|
597
593
|
|
|
594
|
+
### Bug Fixes
|
|
598
595
|
|
|
599
|
-
|
|
596
|
+
- Improved Entrypoint Module Detection and Refactoring ([#932](https://github.com/module-federation/nextjs-mf/issues/932)) ([d09e841](https://github.com/module-federation/nextjs-mf/commit/d09e841fb2e01300e61c046e18b9d02842920b4a))
|
|
597
|
+
- remove specific module type from package ([ad8caf7](https://github.com/module-federation/nextjs-mf/commit/ad8caf7df575a67a866e882e515d9a4e249f5ad8))
|
|
600
598
|
|
|
599
|
+
## [6.5.2-rc.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.1...nextjs-mf-6.5.2-rc.0) (2023-05-23)
|
|
601
600
|
|
|
602
601
|
### Bug Fixes
|
|
603
602
|
|
|
604
|
-
|
|
603
|
+
- chunk and module duplications ([#885](https://github.com/module-federation/nextjs-mf/issues/885)) ([199e6b9](https://github.com/module-federation/nextjs-mf/commit/199e6b9937f4a2ca6caedb3ae4767342de463cb6))
|
|
604
|
+
- client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
|
|
605
|
+
- deprecation warnings about chunkGraph ([9af484d](https://github.com/module-federation/nextjs-mf/commit/9af484dedba44b346d25ac5cdd10292ad018143d))
|
|
606
|
+
- 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))
|
|
607
|
+
- 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))
|
|
605
608
|
|
|
609
|
+
## [6.4.1-rc.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-rc.1...nextjs-mf-6.4.1-rc.2) (2023-05-17)
|
|
606
610
|
|
|
611
|
+
## [6.4.1-rc.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-rc.0...nextjs-mf-6.4.1-rc.1) (2023-05-17)
|
|
607
612
|
|
|
608
|
-
|
|
613
|
+
### Bug Fixes
|
|
609
614
|
|
|
615
|
+
- **chunk-module-duplication:** prevent runtime reset and share scope loss ([14bfc38](https://github.com/module-federation/nextjs-mf/commit/14bfc38515a4da3be7321d4b6d876905d45ad20b))
|
|
610
616
|
|
|
617
|
+
## [6.4.1-rc.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.7...nextjs-mf-6.4.1-rc.0) (2023-05-16)
|
|
611
618
|
|
|
612
|
-
|
|
619
|
+
### Bug Fixes
|
|
613
620
|
|
|
621
|
+
- 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))
|
|
622
|
+
- remove old files ([fa281ec](https://github.com/module-federation/nextjs-mf/commit/fa281ecf0a5486bcf995f548deaef993f437c068))
|
|
614
623
|
|
|
615
624
|
### Features
|
|
616
625
|
|
|
617
|
-
|
|
618
|
-
* Custom Startup Runtime modules ([0f4bb27](https://github.com/module-federation/nextjs-mf/commit/0f4bb278a1e3be602c489d39062e7e236c47cca1))
|
|
619
|
-
* 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)
|
|
620
|
-
* remove child compiler pluign ([#780](https://github.com/module-federation/nextjs-mf/issues/780)) ([ed7ce3a](https://github.com/module-federation/nextjs-mf/commit/ed7ce3a6220bf0fa142da50d8101ad4693c8b178))
|
|
626
|
+
- remove entry injection ([4e6981f](https://github.com/module-federation/nextjs-mf/commit/4e6981f8d8a312ae383b1c2cd337882b268e2b9b))
|
|
621
627
|
|
|
628
|
+
## [6.4.1-beta.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.6...nextjs-mf-6.4.1-beta.7) (2023-05-16)
|
|
622
629
|
|
|
623
|
-
###
|
|
630
|
+
### Bug Fixes
|
|
624
631
|
|
|
625
|
-
|
|
626
|
-
BREAKING_CHANGE: Internal child compilers are no longer used
|
|
632
|
+
- ensure eager modules always exist in host (inject dependent modules somewhere in build pipeline) ([12bb896](https://github.com/module-federation/nextjs-mf/commit/12bb896d37324b4f3d0d59da04463b1d04428a01))
|
|
627
633
|
|
|
634
|
+
## [6.4.1-beta.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.5...nextjs-mf-6.4.1-beta.6) (2023-05-15)
|
|
628
635
|
|
|
636
|
+
### Features
|
|
629
637
|
|
|
630
|
-
|
|
638
|
+
- Quantum Modules ([#872](https://github.com/module-federation/nextjs-mf/issues/872)) ([2991039](https://github.com/module-federation/nextjs-mf/commit/299103932b4e0aa6d8017be588ffa5272f519260))
|
|
631
639
|
|
|
640
|
+
## [6.4.1-beta.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.4...nextjs-mf-6.4.1-beta.5) (2023-05-13)
|
|
632
641
|
|
|
633
642
|
### Bug Fixes
|
|
634
643
|
|
|
635
|
-
|
|
636
|
-
* ensure app functions with async boundary loader ([717e885](https://github.com/module-federation/nextjs-mf/commit/717e88558475158bf1eb5ae88e53a3624b3277ff))
|
|
637
|
-
* get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
638
|
-
* improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
639
|
-
* move delegate modules into both webpack runtimes ([0570021](https://github.com/module-federation/nextjs-mf/commit/0570021d1040888a9f00394e64f7530a22e74a75))
|
|
640
|
-
* move host remote reg into loader ([188b9e4](https://github.com/module-federation/nextjs-mf/commit/188b9e432b95ba4934a838a49571435ea27b4d0b))
|
|
641
|
-
* peer dependencies metadata ([b603587](https://github.com/module-federation/nextjs-mf/commit/b6035870e5130bfd5b5c70951cc17bb38a50fbdd))
|
|
642
|
-
* put error triggers if delegates are passed non-primitives ([0a780bb](https://github.com/module-federation/nextjs-mf/commit/0a780bb07c9421b58605fc133f236a918ef5a0d8))
|
|
643
|
-
* remove dead code, use commonjs for delegate exports ([ad646d7](https://github.com/module-federation/nextjs-mf/commit/ad646d7306a2442ae6d9b2a72b33fb5ce66a9ba4))
|
|
644
|
-
* solve double async boundary ([88b3f4f](https://github.com/module-federation/nextjs-mf/commit/88b3f4f08b217e2f88b535ec9c7290bad697888b))
|
|
645
|
-
* solve externalization ([49f52e5](https://github.com/module-federation/nextjs-mf/commit/49f52e53ddddc990d31e6aa510d67dc0552a9d9a))
|
|
646
|
-
* support windows paths ([98ca26f](https://github.com/module-federation/nextjs-mf/commit/98ca26f3062b9fa67fc8ba8152fd85eda9b5df10))
|
|
647
|
-
* use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
644
|
+
- remove debugging runtime variable ([d15dc2d](https://github.com/module-federation/nextjs-mf/commit/d15dc2dc6f6297532d89295690c6f561fee7955f))
|
|
648
645
|
|
|
646
|
+
## [6.4.1-beta.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.3...nextjs-mf-6.4.1-beta.4) (2023-05-13)
|
|
649
647
|
|
|
650
|
-
###
|
|
648
|
+
### Bug Fixes
|
|
651
649
|
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
* delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
656
|
-
* implement basic single runtime ([2432c3e](https://github.com/module-federation/nextjs-mf/commit/2432c3ec553759ca24d17a46b696c1123a86ec5a))
|
|
657
|
-
* implement module runtime hoisting ([17c5b2f](https://github.com/module-federation/nextjs-mf/commit/17c5b2fc5f67c4321959ae30a69742c3128bc9a5))
|
|
658
|
-
* improve automatic async boundary loader on single compile instance ([63fc327](https://github.com/module-federation/nextjs-mf/commit/63fc3273500d1626c7e8c4dab14268ae5cb9de7a))
|
|
659
|
-
* improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
660
|
-
* new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
661
|
-
* new next federation plugin ([7e096df](https://github.com/module-federation/nextjs-mf/commit/7e096df89682369cdc92095be6936b58b9b5787f))
|
|
662
|
-
* new output copy plugin for prod server exposure ([85da209](https://github.com/module-federation/nextjs-mf/commit/85da209103046567bdc93f71d421ea413ac1d37b))
|
|
663
|
-
* remove child compilers ([c124f37](https://github.com/module-federation/nextjs-mf/commit/c124f3797ad327971066a4ad75f0317531653c08))
|
|
664
|
-
* removing old promise template stuff from build utils ([d827cd6](https://github.com/module-federation/nextjs-mf/commit/d827cd60fc12bd65b4091db5f7e3d9b96bcdc12b))
|
|
650
|
+
- add warning on auto page stitch ([2f068cf](https://github.com/module-federation/nextjs-mf/commit/2f068cfd71f0aad12285b9ab4cfbd515f399211c))
|
|
651
|
+
- remove commented out code from InvertedContainerPlugin.ts ([7d52961](https://github.com/module-federation/nextjs-mf/commit/7d529612869f061733d7d87c9770036b7c2b0bbb))
|
|
652
|
+
- resolve backmerge issues with build ([2ad095c](https://github.com/module-federation/nextjs-mf/commit/2ad095cc3198dfd153644cee5fb4f37fa3bf6f03))
|
|
665
653
|
|
|
654
|
+
### Features
|
|
655
|
+
|
|
656
|
+
- [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)
|
|
657
|
+
- [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)
|
|
658
|
+
- enable eager sharing ([b1e4418](https://github.com/module-federation/nextjs-mf/commit/b1e4418304afd30c5f4719469db50c17c279a021))
|
|
666
659
|
|
|
667
660
|
### BREAKING CHANGES
|
|
668
661
|
|
|
669
|
-
|
|
670
|
-
* deleting support for promiseTemplate
|
|
662
|
+
- automaticAsyncBoundary option has been removed
|
|
671
663
|
|
|
664
|
+
- fix: exclude specific pages from page map automatically
|
|
672
665
|
|
|
666
|
+
- refactor: conslidate codebase
|
|
673
667
|
|
|
674
|
-
|
|
668
|
+
- fix: improve hot reload share recovery
|
|
675
669
|
|
|
670
|
+
- refactor: remove server jsonp template
|
|
676
671
|
|
|
677
|
-
|
|
672
|
+
- chore: remove dead code from runtime modules
|
|
678
673
|
|
|
679
|
-
|
|
674
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
680
675
|
|
|
676
|
+
getting chunk loading global from compiler output options
|
|
681
677
|
|
|
678
|
+
- feat: adding cleanInitArrays runtime helper
|
|
682
679
|
|
|
683
|
-
|
|
680
|
+
- chore: remove share scope hoist and module hoisting system
|
|
684
681
|
|
|
685
|
-
|
|
682
|
+
- chore: cleanup code
|
|
686
683
|
|
|
687
|
-
|
|
688
|
-
* `node` updated to version `0.16.2`
|
|
689
|
-
* `utils` updated to version `1.9.1`
|
|
690
|
-
* `node` updated to version `0.16.2`
|
|
691
|
-
* `node` updated to version `0.16.2`
|
|
684
|
+
- chore: remove dead code from add module runtime plugin
|
|
692
685
|
|
|
693
|
-
|
|
686
|
+
likely can remove whole plugin in future
|
|
694
687
|
|
|
695
|
-
|
|
688
|
+
- chore: remove logs from delegate modules
|
|
696
689
|
|
|
690
|
+
- chore: remove old utils
|
|
697
691
|
|
|
692
|
+
- fix: add warning on auto page stitch
|
|
698
693
|
|
|
699
|
-
|
|
694
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
700
695
|
|
|
696
|
+
- chore: improve logging to see if its local load or remote load
|
|
701
697
|
|
|
698
|
+
- chore: clean up old custom promises factories
|
|
702
699
|
|
|
703
|
-
|
|
700
|
+
- fix: remove container proxy code
|
|
704
701
|
|
|
702
|
+
- fix: remove container proxy code
|
|
703
|
+
- automaticAsyncBoundary option has been removed
|
|
705
704
|
|
|
705
|
+
- fix: exclude specific pages from page map automatically
|
|
706
706
|
|
|
707
|
-
|
|
707
|
+
- refactor: conslidate codebase
|
|
708
708
|
|
|
709
|
-
|
|
709
|
+
- fix: improve hot reload share recovery
|
|
710
710
|
|
|
711
|
-
|
|
712
|
-
* `node` updated to version `0.16.1`
|
|
711
|
+
- refactor: remove server jsonp template
|
|
713
712
|
|
|
713
|
+
- chore: remove dead code from runtime modules
|
|
714
714
|
|
|
715
|
-
|
|
715
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
716
716
|
|
|
717
|
+
getting chunk loading global from compiler output options
|
|
717
718
|
|
|
719
|
+
- feat: adding cleanInitArrays runtime helper
|
|
718
720
|
|
|
719
|
-
|
|
721
|
+
- chore: remove share scope hoist and module hoisting system
|
|
720
722
|
|
|
721
|
-
|
|
723
|
+
- chore: cleanup code
|
|
724
|
+
|
|
725
|
+
## [6.4.1-beta.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.2...nextjs-mf-6.4.1-beta.3) (2023-05-03)
|
|
722
726
|
|
|
723
|
-
|
|
724
|
-
* `node` updated to version `0.15.1`
|
|
727
|
+
### Bug Fixes
|
|
725
728
|
|
|
729
|
+
- implement exact version resolution ([ee95f5f](https://github.com/module-federation/nextjs-mf/commit/ee95f5f3fb2d0d5757bfff85e85dcf6658673b9c))
|
|
730
|
+
- improve eager modularization ([f593725](https://github.com/module-federation/nextjs-mf/commit/f593725e24672dbf95eae018f2656cab68ec2c4e))
|
|
731
|
+
- improve module and async module loading in runtmie module ([c841a4b](https://github.com/module-federation/nextjs-mf/commit/c841a4bd9e2205b438fc1c8855c66e1eee764e0a))
|
|
732
|
+
- improve stability of chunk push ([98ad6ad](https://github.com/module-federation/nextjs-mf/commit/98ad6ad66ae19429a4808dc9215c6efef6b69fee))
|
|
733
|
+
- improve startup inversion ([42e59f1](https://github.com/module-federation/nextjs-mf/commit/42e59f1b0c58d98c4a16d1efd1ab00d0748311f0))
|
|
734
|
+
- prevent hmr destroying share scope ([ffc1131](https://github.com/module-federation/nextjs-mf/commit/ffc1131b2607387805d3137561df3ae756d07244))
|
|
726
735
|
|
|
727
|
-
|
|
736
|
+
### Features
|
|
728
737
|
|
|
729
|
-
|
|
738
|
+
- eager load initial consumes ([6a05a5f](https://github.com/module-federation/nextjs-mf/commit/6a05a5f456dd0c5047f034cf7e9d3945a99f737b))
|
|
739
|
+
- install an async boundary runtime module ([cbbc7f5](https://github.com/module-federation/nextjs-mf/commit/cbbc7f53dd908c42cb1897e3aa9e70a9819a002a))
|
|
730
740
|
|
|
731
|
-
|
|
732
|
-
* `node` updated to version `0.15.0`
|
|
733
|
-
* `utils` updated to version `1.8.0`
|
|
734
|
-
* `node` updated to version `0.15.0`
|
|
741
|
+
## [6.4.1-beta.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.1...nextjs-mf-6.4.1-beta.2) (2023-04-28)
|
|
735
742
|
|
|
736
743
|
### Bug Fixes
|
|
737
744
|
|
|
738
|
-
|
|
745
|
+
- disable next chunk splits ([2f731ee](https://github.com/module-federation/nextjs-mf/commit/2f731eee497c0f4d3057600f22bc2556e8b32410))
|
|
739
746
|
|
|
747
|
+
## [6.4.1-beta.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.0...nextjs-mf-6.4.1-beta.1) (2023-04-28)
|
|
748
|
+
|
|
749
|
+
## [6.4.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.0...nextjs-mf-6.4.1-beta.0) (2023-04-28)
|
|
740
750
|
|
|
741
751
|
### Features
|
|
742
752
|
|
|
743
|
-
|
|
744
|
-
|
|
753
|
+
- [v7] host inversion ([#769](https://github.com/module-federation/nextjs-mf/issues/769)) ([53b9e4b](https://github.com/module-federation/nextjs-mf/commit/53b9e4b4a0dd11adfaf394140133e9244156b839))
|
|
754
|
+
- Custom Startup Runtime modules ([0f4bb27](https://github.com/module-federation/nextjs-mf/commit/0f4bb278a1e3be602c489d39062e7e236c47cca1))
|
|
755
|
+
- 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)
|
|
756
|
+
- remove child compiler pluign ([#780](https://github.com/module-federation/nextjs-mf/issues/780)) ([ed7ce3a](https://github.com/module-federation/nextjs-mf/commit/ed7ce3a6220bf0fa142da50d8101ad4693c8b178))
|
|
745
757
|
|
|
758
|
+
### BREAKING CHANGES
|
|
746
759
|
|
|
760
|
+
- Internal child compilers are no longer used
|
|
761
|
+
BREAKING_CHANGE: Internal child compilers are no longer used
|
|
747
762
|
|
|
748
|
-
|
|
763
|
+
## [6.3.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.3.1...nextjs-mf-6.3.1-beta.0) (2023-04-19)
|
|
749
764
|
|
|
765
|
+
### Bug Fixes
|
|
750
766
|
|
|
767
|
+
- cache busting and async quirks when mixing delegates ([1fc6e67](https://github.com/module-federation/nextjs-mf/commit/1fc6e67ee33a3efb53ff59d2b3ac333f1d42a158))
|
|
768
|
+
- ensure app functions with async boundary loader ([717e885](https://github.com/module-federation/nextjs-mf/commit/717e88558475158bf1eb5ae88e53a3624b3277ff))
|
|
769
|
+
- get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
770
|
+
- improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
771
|
+
- move delegate modules into both webpack runtimes ([0570021](https://github.com/module-federation/nextjs-mf/commit/0570021d1040888a9f00394e64f7530a22e74a75))
|
|
772
|
+
- move host remote reg into loader ([188b9e4](https://github.com/module-federation/nextjs-mf/commit/188b9e432b95ba4934a838a49571435ea27b4d0b))
|
|
773
|
+
- peer dependencies metadata ([b603587](https://github.com/module-federation/nextjs-mf/commit/b6035870e5130bfd5b5c70951cc17bb38a50fbdd))
|
|
774
|
+
- put error triggers if delegates are passed non-primitives ([0a780bb](https://github.com/module-federation/nextjs-mf/commit/0a780bb07c9421b58605fc133f236a918ef5a0d8))
|
|
775
|
+
- remove dead code, use commonjs for delegate exports ([ad646d7](https://github.com/module-federation/nextjs-mf/commit/ad646d7306a2442ae6d9b2a72b33fb5ce66a9ba4))
|
|
776
|
+
- solve double async boundary ([88b3f4f](https://github.com/module-federation/nextjs-mf/commit/88b3f4f08b217e2f88b535ec9c7290bad697888b))
|
|
777
|
+
- solve externalization ([49f52e5](https://github.com/module-federation/nextjs-mf/commit/49f52e53ddddc990d31e6aa510d67dc0552a9d9a))
|
|
778
|
+
- support windows paths ([98ca26f](https://github.com/module-federation/nextjs-mf/commit/98ca26f3062b9fa67fc8ba8152fd85eda9b5df10))
|
|
779
|
+
- use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
751
780
|
|
|
752
|
-
|
|
781
|
+
### Features
|
|
753
782
|
|
|
783
|
+
- delegate module support ([76c9df3](https://github.com/module-federation/nextjs-mf/commit/76c9df3b97d60040466e9a01cfe3f45e8f9c6b78))
|
|
784
|
+
- delegate module support ([3567aa5](https://github.com/module-federation/nextjs-mf/commit/3567aa5f6d0a00ca6df103c796657eb8953bc96a))
|
|
785
|
+
- delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
|
|
786
|
+
- delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
787
|
+
- implement basic single runtime ([2432c3e](https://github.com/module-federation/nextjs-mf/commit/2432c3ec553759ca24d17a46b696c1123a86ec5a))
|
|
788
|
+
- implement module runtime hoisting ([17c5b2f](https://github.com/module-federation/nextjs-mf/commit/17c5b2fc5f67c4321959ae30a69742c3128bc9a5))
|
|
789
|
+
- improve automatic async boundary loader on single compile instance ([63fc327](https://github.com/module-federation/nextjs-mf/commit/63fc3273500d1626c7e8c4dab14268ae5cb9de7a))
|
|
790
|
+
- improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
791
|
+
- new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
792
|
+
- new next federation plugin ([7e096df](https://github.com/module-federation/nextjs-mf/commit/7e096df89682369cdc92095be6936b58b9b5787f))
|
|
793
|
+
- new output copy plugin for prod server exposure ([85da209](https://github.com/module-federation/nextjs-mf/commit/85da209103046567bdc93f71d421ea413ac1d37b))
|
|
794
|
+
- remove child compilers ([c124f37](https://github.com/module-federation/nextjs-mf/commit/c124f3797ad327971066a4ad75f0317531653c08))
|
|
795
|
+
- removing old promise template stuff from build utils ([d827cd6](https://github.com/module-federation/nextjs-mf/commit/d827cd60fc12bd65b4091db5f7e3d9b96bcdc12b))
|
|
754
796
|
|
|
755
|
-
###
|
|
797
|
+
### BREAKING CHANGES
|
|
756
798
|
|
|
757
|
-
|
|
799
|
+
- Plugin No longer uses child sidecars to create containers.
|
|
800
|
+
- deleting support for promiseTemplate
|
|
758
801
|
|
|
802
|
+
## [6.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.0...nextjs-mf-6.7.1) (2023-06-30)
|
|
759
803
|
|
|
804
|
+
### Bug Fixes
|
|
760
805
|
|
|
761
|
-
|
|
806
|
+
- TS builds ([deca4a2](https://github.com/module-federation/nextjs-mf/commit/deca4a22fa83a5f2d7e03de8ff8a2d82b1aecded))
|
|
807
|
+
|
|
808
|
+
# [6.7.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.3...nextjs-mf-6.7.0) (2023-06-30)
|
|
762
809
|
|
|
763
810
|
### Dependency Updates
|
|
764
811
|
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
812
|
+
- `utils` updated to version `1.9.1`
|
|
813
|
+
- `node` updated to version `0.16.2`
|
|
814
|
+
- `utils` updated to version `1.9.1`
|
|
815
|
+
- `node` updated to version `0.16.2`
|
|
816
|
+
- `node` updated to version `0.16.2`
|
|
769
817
|
|
|
770
818
|
### Features
|
|
771
819
|
|
|
772
|
-
|
|
820
|
+
- support use client directive ([#1069](https://github.com/module-federation/nextjs-mf/issues/1069)) ([e20ade1](https://github.com/module-federation/nextjs-mf/commit/e20ade134d96a339dc53fe886a41f2eb81d878d5))
|
|
773
821
|
|
|
822
|
+
## [6.6.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.2...nextjs-mf-6.6.3) (2023-06-29)
|
|
774
823
|
|
|
824
|
+
## [6.6.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.1...nextjs-mf-6.6.2) (2023-06-29)
|
|
775
825
|
|
|
776
|
-
## [6.
|
|
826
|
+
## [6.6.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.0...nextjs-mf-6.6.1) (2023-06-29)
|
|
777
827
|
|
|
778
828
|
### Dependency Updates
|
|
779
829
|
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
* `node` updated to version `0.12.3`
|
|
783
|
-
* `node` updated to version `0.12.3`
|
|
830
|
+
- `node` updated to version `0.16.1`
|
|
831
|
+
- `node` updated to version `0.16.1`
|
|
784
832
|
|
|
785
|
-
|
|
833
|
+
# [6.6.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.1...nextjs-mf-6.6.0) (2023-06-29)
|
|
786
834
|
|
|
787
|
-
|
|
835
|
+
## [6.5.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.0...nextjs-mf-6.5.1) (2023-05-22)
|
|
788
836
|
|
|
837
|
+
### Dependency Updates
|
|
789
838
|
|
|
839
|
+
- `node` updated to version `0.15.1`
|
|
840
|
+
- `node` updated to version `0.15.1`
|
|
790
841
|
|
|
791
|
-
|
|
842
|
+
# [6.5.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.0...nextjs-mf-6.5.0) (2023-05-22)
|
|
792
843
|
|
|
793
844
|
### Dependency Updates
|
|
794
845
|
|
|
795
|
-
|
|
796
|
-
|
|
846
|
+
- `utils` updated to version `1.8.0`
|
|
847
|
+
- `node` updated to version `0.15.0`
|
|
848
|
+
- `utils` updated to version `1.8.0`
|
|
849
|
+
- `node` updated to version `0.15.0`
|
|
797
850
|
|
|
851
|
+
### Bug Fixes
|
|
798
852
|
|
|
799
|
-
|
|
853
|
+
- doc ([#860](https://github.com/module-federation/nextjs-mf/issues/860)) ([cb88646](https://github.com/module-federation/nextjs-mf/commit/cb886469b7d8eddbd2c94c2de88010366bb207d7))
|
|
800
854
|
|
|
855
|
+
### Features
|
|
801
856
|
|
|
802
|
-
|
|
857
|
+
- 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))
|
|
858
|
+
- **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))
|
|
803
859
|
|
|
804
|
-
|
|
860
|
+
# [6.4.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.3.1...nextjs-mf-6.4.0) (2023-04-19)
|
|
861
|
+
|
|
862
|
+
## [6.3.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.3.0...nextjs-mf-6.3.1) (2023-04-13)
|
|
805
863
|
|
|
864
|
+
### Bug Fixes
|
|
806
865
|
|
|
866
|
+
- Add 'react/jsx-dev-runtime' to share scope ([#748](https://github.com/module-federation/nextjs-mf/issues/748)) ([73e870d](https://github.com/module-federation/nextjs-mf/commit/73e870d60e6498e4adcb0e96dfd6b790e079d4ff))
|
|
807
867
|
|
|
808
|
-
# [6.
|
|
868
|
+
# [6.3.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.3...nextjs-mf-6.3.0) (2023-04-10)
|
|
809
869
|
|
|
810
870
|
### Dependency Updates
|
|
811
871
|
|
|
812
|
-
|
|
813
|
-
|
|
872
|
+
- `utils` updated to version `1.5.0`
|
|
873
|
+
- `utils` updated to version `1.5.0`
|
|
874
|
+
- `node` updated to version `0.13.0`
|
|
875
|
+
- `node` updated to version `0.13.0`
|
|
814
876
|
|
|
815
877
|
### Features
|
|
816
878
|
|
|
817
|
-
|
|
818
|
-
|
|
879
|
+
- 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))
|
|
819
880
|
|
|
881
|
+
## [6.2.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.2...nextjs-mf-6.2.3) (2023-04-09)
|
|
820
882
|
|
|
821
|
-
|
|
883
|
+
### Dependency Updates
|
|
822
884
|
|
|
885
|
+
- `utils` updated to version `1.4.1`
|
|
886
|
+
- `utils` updated to version `1.4.1`
|
|
887
|
+
- `node` updated to version `0.12.3`
|
|
888
|
+
- `node` updated to version `0.12.3`
|
|
823
889
|
|
|
824
890
|
### Bug Fixes
|
|
825
891
|
|
|
826
|
-
|
|
827
|
-
* include src folder in paths validation ([#605](https://github.com/module-federation/nextjs-mf/issues/605)) ([89a9417](https://github.com/module-federation/nextjs-mf/commit/89a9417faaad50533c4bca1683ea94406ca6f532))
|
|
892
|
+
- loader handling of getServerProps ([#697](https://github.com/module-federation/nextjs-mf/issues/697)) ([aade75c](https://github.com/module-federation/nextjs-mf/commit/aade75c450c5773c9c21fe4f3d29ed4c1409a532))
|
|
828
893
|
|
|
894
|
+
## [6.2.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.1...nextjs-mf-6.2.2) (2023-03-24)
|
|
829
895
|
|
|
896
|
+
### Dependency Updates
|
|
830
897
|
|
|
831
|
-
|
|
898
|
+
- `node` updated to version `0.12.2`
|
|
899
|
+
- `node` updated to version `0.12.2`
|
|
832
900
|
|
|
901
|
+
## [6.2.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.0...nextjs-mf-6.2.1) (2023-03-18)
|
|
833
902
|
|
|
834
903
|
### Bug Fixes
|
|
835
904
|
|
|
836
|
-
|
|
905
|
+
- hoist delegate glue code into container when medusa is used ([#642](https://github.com/module-federation/nextjs-mf/issues/642)) ([a63cd94](https://github.com/module-federation/nextjs-mf/commit/a63cd944546a6e5d62055fcec4d7e1f04f618ded))
|
|
837
906
|
|
|
907
|
+
# [6.2.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.4...nextjs-mf-6.2.0) (2023-03-14)
|
|
838
908
|
|
|
909
|
+
### Dependency Updates
|
|
839
910
|
|
|
840
|
-
|
|
911
|
+
- `utils` updated to version `1.4.0`
|
|
912
|
+
- `node` updated to version `0.12.0`
|
|
841
913
|
|
|
842
|
-
###
|
|
914
|
+
### Features
|
|
843
915
|
|
|
844
|
-
|
|
916
|
+
- 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)
|
|
917
|
+
|
|
918
|
+
## [6.1.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.3...nextjs-mf-6.1.4) (2023-03-08)
|
|
845
919
|
|
|
846
920
|
### Bug Fixes
|
|
847
921
|
|
|
848
|
-
|
|
922
|
+
- exclude next middleware from async boundary loader ([#615](https://github.com/module-federation/nextjs-mf/issues/615)) ([9560d92](https://github.com/module-federation/nextjs-mf/commit/9560d926de176e08b6e1b7a32488f5036cb04be3))
|
|
923
|
+
- include src folder in paths validation ([#605](https://github.com/module-federation/nextjs-mf/issues/605)) ([89a9417](https://github.com/module-federation/nextjs-mf/commit/89a9417faaad50533c4bca1683ea94406ca6f532))
|
|
849
924
|
|
|
925
|
+
## [6.1.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.2...nextjs-mf-6.1.3) (2023-02-17)
|
|
850
926
|
|
|
927
|
+
### Bug Fixes
|
|
851
928
|
|
|
852
|
-
|
|
929
|
+
- Don't apply async boundary loader for api routes on Windows ([#587](https://github.com/module-federation/nextjs-mf/issues/587)) ([5173845](https://github.com/module-federation/nextjs-mf/commit/5173845aca15509c363e52e71836303d25c09135))
|
|
930
|
+
|
|
931
|
+
## [6.1.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.1...nextjs-mf-6.1.2) (2023-02-09)
|
|
853
932
|
|
|
933
|
+
### Dependency Updates
|
|
934
|
+
|
|
935
|
+
- `node` updated to version `0.11.1`
|
|
854
936
|
|
|
855
937
|
### Bug Fixes
|
|
856
938
|
|
|
857
|
-
|
|
939
|
+
- backward compatability with older versions pre 6.1.x ([f27b57a](https://github.com/module-federation/nextjs-mf/commit/f27b57a36a61280124bab4a309edaa1c3fd04ced))
|
|
858
940
|
|
|
941
|
+
## [6.1.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.0...nextjs-mf-6.1.1) (2023-02-09)
|
|
942
|
+
|
|
943
|
+
### Bug Fixes
|
|
859
944
|
|
|
945
|
+
- resolve NX build version issues ([c5f7274](https://github.com/module-federation/nextjs-mf/commit/c5f7274265ce325dda3c324074c808cce95699fd))
|
|
860
946
|
|
|
861
947
|
# [6.1.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.8...nextjs-mf-6.1.0) (2023-02-09)
|
|
862
948
|
|
|
863
949
|
### Dependency Updates
|
|
864
950
|
|
|
865
|
-
|
|
866
|
-
|
|
951
|
+
- `utils` updated to version `1.3.0`
|
|
952
|
+
- `node` updated to version `0.11.0`
|
|
867
953
|
|
|
868
954
|
### Features
|
|
869
955
|
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
956
|
+
- Delegate Modules ([#509](https://github.com/module-federation/nextjs-mf/issues/509)) ([1a085e7](https://github.com/module-federation/nextjs-mf/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
|
|
873
957
|
|
|
874
958
|
## [6.0.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.7...nextjs-mf-6.0.8) (2023-02-09)
|
|
875
959
|
|
|
876
960
|
### Dependency Updates
|
|
877
961
|
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
962
|
+
- `utils` updated to version `1.2.1`
|
|
963
|
+
- `node` updated to version `0.10.5`
|
|
881
964
|
|
|
882
965
|
## [6.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.6...nextjs-mf-6.0.7) (2023-02-02)
|
|
883
966
|
|