@module-federation/node 0.10.4 → 0.11.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 +85 -227
- package/README.md +26 -20
- package/package.json +15 -13
- package/src/plugins/ChunkCorrelationPlugin.js +10 -6
- package/src/plugins/ChunkCorrelationPlugin.js.map +1 -1
- package/src/plugins/LoadFileChunkLoadingRuntimeModule.js +44 -29
- package/src/plugins/LoadFileChunkLoadingRuntimeModule.js.map +1 -1
- package/src/plugins/NodeFederationPlugin.js +7 -7
- package/src/plugins/NodeFederationPlugin.js.map +1 -1
- package/src/plugins/StreamingTargetPlugin.js +3 -3
- package/src/plugins/StreamingTargetPlugin.js.map +1 -1
- package/src/plugins/UniversalFederationPlugin.js.map +1 -1
- package/src/plugins/loadScript.d.ts +2 -2
- package/src/plugins/loadScript.js +19 -16
- package/src/plugins/loadScript.js.map +1 -1
- package/src/utils/flush-chunks.js.map +1 -1
- package/src/utils/hot-reload.js.map +1 -1
- package/src/utils/index.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,545 +2,403 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
# [0.11.0](https://github.com/module-federation/nextjs-mf/compare/node-0.10.5...node-0.11.0) (2023-02-09)
|
|
7
6
|
|
|
7
|
+
### Dependency Updates
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
* `utils` updated to version `1.3.0`
|
|
10
10
|
|
|
11
|
+
### Features
|
|
11
12
|
|
|
13
|
+
* Delegate Modules ([#509](https://github.com/module-federation/nextjs-mf/issues/509)) ([1a085e7](https://github.com/module-federation/nextjs-mf/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
|
|
12
14
|
|
|
13
|
-
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
14
15
|
|
|
15
16
|
|
|
17
|
+
## [0.10.5](https://github.com/module-federation/nextjs-mf/compare/node-0.10.4...node-0.10.5) (2023-02-09)
|
|
16
18
|
|
|
17
|
-
|
|
19
|
+
### Dependency Updates
|
|
18
20
|
|
|
21
|
+
* `utils` updated to version `1.2.1`
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
22
25
|
|
|
23
|
-
|
|
26
|
+
## [0.10.5](https://github.com/module-federation/nextjs-mf/compare/node-0.10.4...node-0.10.5) (2023-02-02)
|
|
24
27
|
|
|
25
28
|
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
26
29
|
|
|
27
|
-
|
|
30
|
+
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
28
31
|
|
|
29
32
|
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
30
33
|
|
|
34
|
+
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
31
35
|
|
|
36
|
+
## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
|
|
32
37
|
|
|
33
38
|
## [0.10.3](https://github.com/module-federation/nextjs-mf/compare/node-0.10.2...node-0.10.3) (2023-01-31)
|
|
34
39
|
|
|
35
40
|
### Dependency Updates
|
|
36
41
|
|
|
37
|
-
|
|
38
|
-
|
|
42
|
+
- `utils` updated to version `1.2.0`
|
|
39
43
|
|
|
40
44
|
## [0.10.2](https://github.com/module-federation/nextjs-mf/compare/node-0.10.1...node-0.10.2) (2023-01-21)
|
|
41
45
|
|
|
42
46
|
### Dependency Updates
|
|
43
47
|
|
|
44
|
-
|
|
45
|
-
|
|
48
|
+
- `utils` updated to version `1.1.2`
|
|
46
49
|
|
|
47
50
|
## [0.10.1](https://github.com/module-federation/nextjs-mf/compare/node-0.10.0...node-0.10.1) (2023-01-11)
|
|
48
51
|
|
|
49
52
|
### Dependency Updates
|
|
50
53
|
|
|
51
|
-
|
|
52
|
-
|
|
54
|
+
- `utils` updated to version `1.1.1`
|
|
53
55
|
|
|
54
56
|
# [0.10.0](https://github.com/module-federation/nextjs-mf/compare/node-0.9.11...node-0.10.0) (2023-01-11)
|
|
55
57
|
|
|
56
|
-
|
|
57
58
|
### Bug Fixes
|
|
58
59
|
|
|
59
|
-
|
|
60
|
-
|
|
60
|
+
- [node] build error when no remotes are used ([#500](https://github.com/module-federation/nextjs-mf/issues/500)) ([189f3f9](https://github.com/module-federation/nextjs-mf/commit/189f3f95091684ac73a772d9bfd17a1e06ec1d65))
|
|
61
61
|
|
|
62
62
|
### Features
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
- [node] build error when no remotes are used ([dc73262](https://github.com/module-federation/nextjs-mf/commit/dc732621b1ede2bd761abaa766c6384ba041b502))
|
|
67
65
|
|
|
68
66
|
## [0.9.11](https://github.com/module-federation/nextjs-mf/compare/node-0.9.10...node-0.9.11) (2022-12-30)
|
|
69
67
|
|
|
70
68
|
### Dependency Updates
|
|
71
69
|
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
- `utils` updated to version `1.1.0`
|
|
74
71
|
|
|
75
72
|
## [0.9.10](https://github.com/module-federation/nextjs-mf/compare/node-0.9.9...node-0.9.10) (2022-12-29)
|
|
76
73
|
|
|
77
74
|
### Dependency Updates
|
|
78
75
|
|
|
79
|
-
|
|
80
|
-
|
|
76
|
+
- `utils` updated to version `1.0.4`
|
|
81
77
|
|
|
82
78
|
## [0.9.9](https://github.com/module-federation/nextjs-mf/compare/node-0.9.8...node-0.9.9) (2022-12-27)
|
|
83
79
|
|
|
84
80
|
### Dependency Updates
|
|
85
81
|
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
- `utils` updated to version `1.0.3`
|
|
88
83
|
|
|
89
84
|
## [0.9.8](https://github.com/module-federation/nextjs-mf/compare/node-0.9.7...node-0.9.8) (2022-12-27)
|
|
90
85
|
|
|
91
86
|
### Dependency Updates
|
|
92
87
|
|
|
93
|
-
|
|
94
|
-
|
|
88
|
+
- `utils` updated to version `1.0.2`
|
|
95
89
|
|
|
96
90
|
## [0.9.7](https://github.com/module-federation/nextjs-mf/compare/node-0.9.6...node-0.9.7) (2022-12-18)
|
|
97
91
|
|
|
98
|
-
|
|
99
92
|
### Bug Fixes
|
|
100
93
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
94
|
+
- **node:** verbose false should not log ([#400](https://github.com/module-federation/nextjs-mf/issues/400)) ([55e8962](https://github.com/module-federation/nextjs-mf/commit/55e89624a557135aaf87a373136da71d00750534))
|
|
104
95
|
|
|
105
96
|
## [0.9.6](https://github.com/module-federation/nextjs-mf/compare/node-0.9.5...node-0.9.6) (2022-11-22)
|
|
106
97
|
|
|
107
|
-
|
|
108
98
|
### Bug Fixes
|
|
109
99
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
100
|
+
- normalize options private variable on plugin constructors ([#390](https://github.com/module-federation/nextjs-mf/issues/390)) ([5654acd](https://github.com/module-federation/nextjs-mf/commit/5654acdf8e79f0b10f34bb58c6eb09c1b83675cb))
|
|
113
101
|
|
|
114
102
|
## [0.9.5](https://github.com/module-federation/nextjs-mf/compare/node-0.9.4...node-0.9.5) (2022-11-22)
|
|
115
103
|
|
|
116
|
-
|
|
117
104
|
### Bug Fixes
|
|
118
105
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
106
|
+
- increase chunk corrolation plugin scope ([#386](https://github.com/module-federation/nextjs-mf/issues/386)) ([ba567c3](https://github.com/module-federation/nextjs-mf/commit/ba567c37ec9d1b1aa9f457f8e9b4152ed5747e81))
|
|
107
|
+
- try catch on chunk flushing ([#388](https://github.com/module-federation/nextjs-mf/issues/388)) ([71cc898](https://github.com/module-federation/nextjs-mf/commit/71cc8984a2e6e0b26957d782dcb517d0c7fdc566))
|
|
108
|
+
- Improve logic ([#387](https://github.com/module-federation/nextjs-mf/issues/387)) ([0eb7f1b](https://github.com/module-federation/nextjs-mf/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
|
|
124
109
|
|
|
125
110
|
## [0.9.4](https://github.com/module-federation/nextjs-mf/compare/node-0.9.3...node-0.9.4) (2022-11-20)
|
|
126
111
|
|
|
127
|
-
|
|
128
|
-
|
|
129
112
|
## [0.9.3](https://github.com/module-federation/nextjs-mf/compare/node-0.9.2...node-0.9.3) (2022-11-20)
|
|
130
113
|
|
|
131
|
-
|
|
132
114
|
### Bug Fixes
|
|
133
115
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
116
|
+
- verbose types ([8f21b2a](https://github.com/module-federation/nextjs-mf/commit/8f21b2a4724c64da551fa11e2aad99dcbab75b28))
|
|
137
117
|
|
|
138
118
|
## [0.9.2](https://github.com/module-federation/nextjs-mf/compare/node-0.9.1...node-0.9.2) (2022-11-20)
|
|
139
119
|
|
|
140
|
-
|
|
141
|
-
|
|
142
120
|
## [0.9.1](https://github.com/module-federation/nextjs-mf/compare/node-0.9.0...node-0.9.1) (2022-11-20)
|
|
143
121
|
|
|
144
|
-
|
|
145
|
-
|
|
146
122
|
# [0.9.0](https://github.com/module-federation/nextjs-mf/compare/node-0.8.4...node-0.9.0) (2022-11-20)
|
|
147
123
|
|
|
148
124
|
### Dependency Updates
|
|
149
125
|
|
|
150
|
-
|
|
126
|
+
- `utils` updated to version `1.0.1`
|
|
151
127
|
|
|
152
128
|
### Bug Fixes
|
|
153
129
|
|
|
154
|
-
|
|
155
|
-
|
|
130
|
+
- stringify error ([a7c20f9](https://github.com/module-federation/nextjs-mf/commit/a7c20f9d989c1f27a0b72b9157fc3243020fd252))
|
|
156
131
|
|
|
157
132
|
### Features
|
|
158
133
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
134
|
+
- **node:** add flag to control logging ([eebab83](https://github.com/module-federation/nextjs-mf/commit/eebab83762a08d82393f04ed03c0af026356653a))
|
|
135
|
+
- support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
|
|
163
136
|
|
|
164
137
|
## [0.9.1](https://github.com/module-federation/nextjs-mf/compare/node-0.9.0...node-0.9.1) (2022-11-20)
|
|
165
138
|
|
|
166
139
|
### Dependency Updates
|
|
167
140
|
|
|
168
|
-
|
|
141
|
+
- `utils` updated to version `1.0.1`
|
|
169
142
|
|
|
170
143
|
### Bug Fixes
|
|
171
144
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
145
|
+
- stringify error ([a7c20f9](https://github.com/module-federation/nextjs-mf/commit/a7c20f9d989c1f27a0b72b9157fc3243020fd252))
|
|
175
146
|
|
|
176
147
|
# [0.9.0](https://github.com/module-federation/nextjs-mf/compare/node-0.8.4...node-0.9.0) (2022-11-20)
|
|
177
148
|
|
|
178
149
|
### Dependency Updates
|
|
179
150
|
|
|
180
|
-
|
|
151
|
+
- `utils` updated to version `1.0.0`
|
|
181
152
|
|
|
182
153
|
### Features
|
|
183
154
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
155
|
+
- **node:** add flag to control logging ([eebab83](https://github.com/module-federation/nextjs-mf/commit/eebab83762a08d82393f04ed03c0af026356653a))
|
|
156
|
+
- support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
|
|
188
157
|
|
|
189
158
|
## [0.8.4](https://github.com/module-federation/nextjs-mf/compare/node-0.8.3...node-0.8.4) (2022-11-02)
|
|
190
159
|
|
|
191
|
-
|
|
192
160
|
### Bug Fixes
|
|
193
161
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
162
|
+
- hot-reload not working when node-fetch is imported from require() ([#352](https://github.com/module-federation/nextjs-mf/issues/352)) ([74c35e6](https://github.com/module-federation/nextjs-mf/commit/74c35e6cf41fe69af6c17c44885663d46e9a1fbf))
|
|
197
163
|
|
|
198
164
|
## [0.8.3](https://github.com/module-federation/nextjs-mf/compare/node-0.8.2...node-0.8.3) (2022-10-31)
|
|
199
165
|
|
|
200
166
|
### Dependency Updates
|
|
201
167
|
|
|
202
|
-
|
|
203
|
-
|
|
168
|
+
- `utils` updated to version `0.5.0`
|
|
204
169
|
|
|
205
170
|
## [0.8.2](https://github.com/module-federation/nextjs-mf/compare/node-0.8.1...node-0.8.2) (2022-10-26)
|
|
206
171
|
|
|
207
|
-
|
|
208
172
|
### Bug Fixes
|
|
209
173
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
174
|
+
- Fix peer deps ([#342](https://github.com/module-federation/nextjs-mf/issues/342)) ([aa4ad00](https://github.com/module-federation/nextjs-mf/commit/aa4ad00615f4121bca4c2b2011bb6f0acc811919))
|
|
213
175
|
|
|
214
176
|
## [0.8.1](https://github.com/module-federation/nextjs-mf/compare/node-0.8.0...node-0.8.1) (2022-10-26)
|
|
215
177
|
|
|
216
178
|
### Dependency Updates
|
|
217
179
|
|
|
218
|
-
|
|
219
|
-
|
|
180
|
+
- `utils` updated to version `0.4.1`
|
|
220
181
|
|
|
221
182
|
# [0.8.0](https://github.com/module-federation/nextjs-mf/compare/node-0.7.0...node-0.8.0) (2022-10-26)
|
|
222
183
|
|
|
223
184
|
### Dependency Updates
|
|
224
185
|
|
|
225
|
-
|
|
186
|
+
- `utils` updated to version `0.4.0`
|
|
226
187
|
|
|
227
188
|
### Features
|
|
228
189
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
190
|
+
- Automatic Async boundary loader ([#330](https://github.com/module-federation/nextjs-mf/issues/330)) ([7e3c08c](https://github.com/module-federation/nextjs-mf/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
|
|
232
191
|
|
|
233
192
|
# [0.7.0](https://github.com/module-federation/nextjs-mf/compare/node-0.6.7...node-0.7.0) (2022-10-19)
|
|
234
193
|
|
|
235
|
-
|
|
236
194
|
### Features
|
|
237
195
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
196
|
+
- consolidate promise factories in server ([#297](https://github.com/module-federation/nextjs-mf/issues/297)) ([55387ee](https://github.com/module-federation/nextjs-mf/commit/55387eeb952fb3164900d73ddcb0007f644c766f))
|
|
241
197
|
|
|
242
198
|
## [0.6.7](https://github.com/module-federation/nextjs-mf/compare/node-0.6.6...node-0.6.7) (2022-10-18)
|
|
243
199
|
|
|
244
|
-
|
|
245
200
|
### Bug Fixes
|
|
246
201
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
202
|
+
- reduce stats serialization ([#322](https://github.com/module-federation/nextjs-mf/issues/322)) ([c7ab66d](https://github.com/module-federation/nextjs-mf/commit/c7ab66dce01ac4509f16b0e8f20b43134376f841))
|
|
250
203
|
|
|
251
204
|
## [0.6.6](https://github.com/module-federation/nextjs-mf/compare/node-0.6.5...node-0.6.6) (2022-10-17)
|
|
252
205
|
|
|
253
|
-
|
|
254
206
|
### Bug Fixes
|
|
255
207
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
208
|
+
- add missing reject to promise new promise ([#319](https://github.com/module-federation/nextjs-mf/issues/319)) ([550a71a](https://github.com/module-federation/nextjs-mf/commit/550a71a2043f97fb5aae0e9fed5a63023db17b11))
|
|
259
209
|
|
|
260
210
|
## [0.6.5](https://github.com/module-federation/nextjs-mf/compare/node-0.6.4...node-0.6.5) (2022-10-17)
|
|
261
211
|
|
|
262
212
|
### Dependency Updates
|
|
263
213
|
|
|
264
|
-
|
|
265
|
-
|
|
214
|
+
- `utils` updated to version `0.3.4`
|
|
266
215
|
|
|
267
216
|
## [0.6.4](https://github.com/module-federation/nextjs-mf/compare/node-0.6.3...node-0.6.4) (2022-10-13)
|
|
268
217
|
|
|
269
218
|
### Dependency Updates
|
|
270
219
|
|
|
271
|
-
|
|
272
|
-
|
|
220
|
+
- `utils` updated to version `0.3.3`
|
|
273
221
|
|
|
274
222
|
## [0.6.3](https://github.com/module-federation/nextjs-mf/compare/node-0.6.2...node-0.6.3) (2022-10-12)
|
|
275
223
|
|
|
276
224
|
### Dependency Updates
|
|
277
225
|
|
|
278
|
-
|
|
279
|
-
|
|
226
|
+
- `utils` updated to version `0.3.2`
|
|
280
227
|
|
|
281
228
|
## [0.6.3](https://github.com/module-federation/nextjs-mf/compare/node-0.6.2...node-0.6.3) (2022-10-12)
|
|
282
229
|
|
|
283
230
|
### Dependency Updates
|
|
284
231
|
|
|
285
|
-
|
|
286
|
-
|
|
232
|
+
- `utils` updated to version `0.3.2`
|
|
287
233
|
|
|
288
234
|
## [0.6.2](https://github.com/module-federation/nextjs-mf/compare/node-0.6.1...node-0.6.2) (2022-10-11)
|
|
289
235
|
|
|
290
236
|
### Dependency Updates
|
|
291
237
|
|
|
292
|
-
|
|
293
|
-
|
|
238
|
+
- `utils` updated to version `0.3.1`
|
|
294
239
|
|
|
295
240
|
## [0.6.1](https://github.com/module-federation/nextjs-mf/compare/node-0.6.0...node-0.6.1) (2022-10-10)
|
|
296
241
|
|
|
297
|
-
|
|
298
242
|
### Bug Fixes
|
|
299
243
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
244
|
+
- support dynamic import of esm modules ([#296](https://github.com/module-federation/nextjs-mf/issues/296)) ([cf28356](https://github.com/module-federation/nextjs-mf/commit/cf28356728354e1f63c0d588035dd115398f8641))
|
|
303
245
|
|
|
304
246
|
# [0.6.0](https://github.com/module-federation/nextjs-mf/compare/node-0.5.7...node-0.6.0) (2022-10-07)
|
|
305
247
|
|
|
306
|
-
|
|
307
248
|
### Features
|
|
308
249
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
250
|
+
- implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
|
|
312
251
|
|
|
313
252
|
# [0.6.0](https://github.com/module-federation/nextjs-mf/compare/node-0.5.7...node-0.6.0) (2022-10-07)
|
|
314
253
|
|
|
315
|
-
|
|
316
254
|
### Features
|
|
317
255
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
256
|
+
- implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
|
|
321
257
|
|
|
322
258
|
## [0.5.7](https://github.com/module-federation/nextjs-mf/compare/node-0.5.6...node-0.5.7) (2022-10-06)
|
|
323
259
|
|
|
324
|
-
|
|
325
260
|
### Bug Fixes
|
|
326
261
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
262
|
+
- fix node plugin fs augments when outside next child compiler ([#284](https://github.com/module-federation/nextjs-mf/issues/284)) ([dfa99c8](https://github.com/module-federation/nextjs-mf/commit/dfa99c86fdd8d73091764532d52be5f81b89a508))
|
|
330
263
|
|
|
331
264
|
## [0.5.6](https://github.com/module-federation/nextjs-mf/compare/node-0.5.5...node-0.5.6) (2022-10-06)
|
|
332
265
|
|
|
333
|
-
|
|
334
|
-
|
|
335
266
|
## [0.5.5](https://github.com/module-federation/nextjs-mf/compare/node-0.5.4...node-0.5.5) (2022-10-06)
|
|
336
267
|
|
|
337
|
-
|
|
338
|
-
|
|
339
268
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
340
269
|
|
|
341
|
-
|
|
342
|
-
|
|
343
270
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
344
271
|
|
|
345
|
-
|
|
346
|
-
|
|
347
272
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
348
273
|
|
|
349
|
-
|
|
350
|
-
|
|
351
274
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
352
275
|
|
|
353
|
-
|
|
354
|
-
|
|
355
276
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
356
277
|
|
|
357
|
-
|
|
358
|
-
|
|
359
278
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
360
279
|
|
|
361
|
-
|
|
362
|
-
|
|
363
280
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
364
281
|
|
|
365
|
-
|
|
366
|
-
|
|
367
282
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
368
283
|
|
|
369
|
-
|
|
370
|
-
|
|
371
284
|
## [0.5.4](https://github.com/module-federation/nextjs-mf/compare/node-0.5.3...node-0.5.4) (2022-10-06)
|
|
372
285
|
|
|
373
|
-
|
|
374
|
-
|
|
375
286
|
## [0.5.3](https://github.com/module-federation/nextjs-mf/compare/node-0.5.2...node-0.5.3) (2022-10-06)
|
|
376
287
|
|
|
377
|
-
|
|
378
|
-
|
|
379
288
|
## [0.5.2](https://github.com/module-federation/nextjs-mf/compare/node-0.5.1...node-0.5.2) (2022-10-06)
|
|
380
289
|
|
|
381
|
-
|
|
382
|
-
|
|
383
290
|
## [0.5.1](https://github.com/module-federation/nextjs-mf/compare/node-0.5.0...node-0.5.1) (2022-10-06)
|
|
384
291
|
|
|
385
|
-
|
|
386
|
-
|
|
387
292
|
# [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-06)
|
|
388
293
|
|
|
389
|
-
|
|
390
294
|
### Bug Fixes
|
|
391
295
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
296
|
+
- improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
|
|
297
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
396
298
|
|
|
397
299
|
# [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-06)
|
|
398
300
|
|
|
399
|
-
|
|
400
301
|
### Bug Fixes
|
|
401
302
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
303
|
+
- improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
|
|
304
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
406
305
|
|
|
407
306
|
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-06)
|
|
408
307
|
|
|
409
|
-
|
|
410
308
|
### Bug Fixes
|
|
411
309
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
310
|
+
- improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
|
|
311
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
416
312
|
|
|
417
313
|
# [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-05)
|
|
418
314
|
|
|
419
|
-
|
|
420
315
|
### Bug Fixes
|
|
421
316
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
317
|
+
- improve handling of offline remotes ([3ae596e](https://github.com/module-federation/nextjs-mf/commit/3ae596ee82d2ccf0d828d7928cbdc4fbec509d55))
|
|
318
|
+
- improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
|
|
319
|
+
- patch share scope on client server ([272c110](https://github.com/module-federation/nextjs-mf/commit/272c110a9cd3a194d2fdeaf1d620b14b29330b30))
|
|
320
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
428
321
|
|
|
429
322
|
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
|
|
430
323
|
|
|
431
|
-
|
|
432
324
|
### Bug Fixes
|
|
433
325
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
326
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
437
327
|
|
|
438
328
|
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
|
|
439
329
|
|
|
440
|
-
|
|
441
330
|
### Bug Fixes
|
|
442
331
|
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
332
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
446
333
|
|
|
447
334
|
## [0.4.2](https://github.com/module-federation/nextjs-mf/compare/node-0.4.1...node-0.4.2) (2022-10-04)
|
|
448
335
|
|
|
449
|
-
|
|
450
336
|
### Bug Fixes
|
|
451
337
|
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
338
|
+
- removing loggers from flush chunks ([cde40ab](https://github.com/module-federation/nextjs-mf/commit/cde40ab3cccc8635cfca5fa37f07388b698e6de6))
|
|
455
339
|
|
|
456
340
|
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
|
|
457
341
|
|
|
458
|
-
|
|
459
342
|
### Bug Fixes
|
|
460
343
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
344
|
+
- improve hot reloading, fix hung promises ([30918fe](https://github.com/module-federation/nextjs-mf/commit/30918fe61a6850b20271f8b72f786fd8a610de2a))
|
|
345
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
465
346
|
|
|
466
347
|
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
|
|
467
348
|
|
|
468
|
-
|
|
469
349
|
### Bug Fixes
|
|
470
350
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
351
|
+
- improve hot reloading, fix hung promises ([30918fe](https://github.com/module-federation/nextjs-mf/commit/30918fe61a6850b20271f8b72f786fd8a610de2a))
|
|
352
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
475
353
|
|
|
476
354
|
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
|
|
477
355
|
|
|
478
|
-
|
|
479
356
|
### Bug Fixes
|
|
480
357
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
358
|
+
- improve hot reloading, fix hung promises ([30918fe](https://github.com/module-federation/nextjs-mf/commit/30918fe61a6850b20271f8b72f786fd8a610de2a))
|
|
359
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
485
360
|
|
|
486
361
|
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-04)
|
|
487
362
|
|
|
488
|
-
|
|
489
363
|
### Bug Fixes
|
|
490
364
|
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
365
|
+
- **fix hot reload:** prod reload fails due to old chunk flushing ([d552afa](https://github.com/module-federation/nextjs-mf/commit/d552afa4c254da1e3c43b9e8c70e945880eee897))
|
|
366
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
495
367
|
|
|
496
368
|
# 0.1.0 (2022-10-04)
|
|
497
369
|
|
|
498
|
-
|
|
499
370
|
### Bug Fixes
|
|
500
371
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
372
|
+
- **node:** add node-fetch fallback in node hot-reload util ([4817463](https://github.com/module-federation/nextjs-mf/commit/4817463452221ca4835726a6a52f3292175a53b6))
|
|
373
|
+
- **node:** fix path to webpack hmr runtime ([#231](https://github.com/module-federation/nextjs-mf/issues/231)) ([78e5f3c](https://github.com/module-federation/nextjs-mf/commit/78e5f3cefc1d67a6ec5d66b72b8b35408e19cfc2))
|
|
504
374
|
|
|
505
375
|
### Features
|
|
506
376
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
377
|
+
- **chunk flushing:** enable Chunk Flushing for SSR, includes both plugin utils and React utils ([4e99290](https://github.com/module-federation/nextjs-mf/commit/4e99290d365cb46873eda052fb006172e99e4b24)), closes [#133](https://github.com/module-federation/nextjs-mf/issues/133)
|
|
378
|
+
- Move Repo to NX ([#154](https://github.com/module-federation/nextjs-mf/issues/154)) ([d2a4dfa](https://github.com/module-federation/nextjs-mf/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/nextjs-mf/issues/199) [#205](https://github.com/module-federation/nextjs-mf/issues/205) [#144](https://github.com/module-federation/nextjs-mf/issues/144) [#212](https://github.com/module-federation/nextjs-mf/issues/212)
|
|
511
379
|
|
|
512
380
|
# 0.1.0 (2022-10-04)
|
|
513
381
|
|
|
514
|
-
|
|
515
382
|
### Bug Fixes
|
|
516
383
|
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
384
|
+
- **node:** add node-fetch fallback in node hot-reload util ([4817463](https://github.com/module-federation/nextjs-mf/commit/4817463452221ca4835726a6a52f3292175a53b6))
|
|
385
|
+
- **node:** fix path to webpack hmr runtime ([#231](https://github.com/module-federation/nextjs-mf/issues/231)) ([78e5f3c](https://github.com/module-federation/nextjs-mf/commit/78e5f3cefc1d67a6ec5d66b72b8b35408e19cfc2))
|
|
520
386
|
|
|
521
387
|
### Features
|
|
522
388
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
389
|
+
- **chunk flushing:** enable Chunk Flushing for SSR, includes both plugin utils and React utils ([4e99290](https://github.com/module-federation/nextjs-mf/commit/4e99290d365cb46873eda052fb006172e99e4b24)), closes [#133](https://github.com/module-federation/nextjs-mf/issues/133)
|
|
390
|
+
- Move Repo to NX ([#154](https://github.com/module-federation/nextjs-mf/issues/154)) ([d2a4dfa](https://github.com/module-federation/nextjs-mf/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/nextjs-mf/issues/199) [#205](https://github.com/module-federation/nextjs-mf/issues/205) [#144](https://github.com/module-federation/nextjs-mf/issues/144) [#212](https://github.com/module-federation/nextjs-mf/issues/212)
|
|
527
391
|
|
|
528
392
|
# [0.3.0](https://github.com/module-federation/nextjs-mf/compare/node-0.2.0...node-0.3.0) (2022-09-29)
|
|
529
393
|
|
|
530
|
-
|
|
531
|
-
|
|
532
394
|
# [0.2.0](https://github.com/module-federation/nextjs-mf/compare/node-0.1.0...node-0.2.0) (2022-09-29)
|
|
533
395
|
|
|
534
|
-
|
|
535
|
-
|
|
536
396
|
# 0.1.0 (2022-09-29)
|
|
537
397
|
|
|
538
|
-
|
|
539
398
|
### Bug Fixes
|
|
540
399
|
|
|
541
|
-
|
|
542
|
-
|
|
400
|
+
- **node:** fix path to webpack hmr runtime ([#231](https://github.com/module-federation/nextjs-mf/issues/231)) ([78e5f3c](https://github.com/module-federation/nextjs-mf/commit/78e5f3cefc1d67a6ec5d66b72b8b35408e19cfc2))
|
|
543
401
|
|
|
544
402
|
### Features
|
|
545
403
|
|
|
546
|
-
|
|
404
|
+
- Move Repo to NX ([#154](https://github.com/module-federation/nextjs-mf/issues/154)) ([d2a4dfa](https://github.com/module-federation/nextjs-mf/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/nextjs-mf/issues/199) [#205](https://github.com/module-federation/nextjs-mf/issues/205) [#144](https://github.com/module-federation/nextjs-mf/issues/144) [#212](https://github.com/module-federation/nextjs-mf/issues/212)
|