@module-federation/storybook-addon 6.0.2 → 6.0.4
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/dist/CHANGELOG.md +2008 -0
- package/dist/README.md +165 -0
- package/dist/preset.d.ts +11 -5
- package/dist/preset.js +77 -13
- package/dist/preset.js.map +1 -1
- package/dist/src/index.d.ts +2 -1
- package/dist/src/index.js +3 -2
- package/dist/src/lib/storybook-addon.d.ts +18 -14
- package/dist/src/lib/storybook-addon.js +95 -123
- package/dist/src/lib/storybook-addon.js.map +1 -1
- package/dist/src/utils/correctImportPath.js +15 -18
- package/dist/src/utils/correctImportPath.js.map +1 -1
- package/dist/src/utils/with-module-federation.js +27 -27
- package/dist/src/utils/with-module-federation.js.map +1 -1
- package/package.json +20 -5
- package/dist/package.json +0 -102
- package/dist/src/index.js.map +0 -1
- package/dist/src/utils/correctImportPath.d.ts +0 -1
- package/dist/src/utils/with-module-federation-enhanced-rsbuild.d.ts +0 -5
- package/dist/src/utils/with-module-federation-enhanced-rsbuild.js +0 -72
- package/dist/src/utils/with-module-federation-enhanced-rsbuild.js.map +0 -1
- package/dist/src/utils/with-module-federation.d.ts +0 -4
|
@@ -0,0 +1,2008 @@
|
|
|
1
|
+
# @module-federation/storybook-addon
|
|
2
|
+
|
|
3
|
+
## 6.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @module-federation/enhanced@2.2.1
|
|
9
|
+
- @module-federation/sdk@2.2.1
|
|
10
|
+
|
|
11
|
+
## 6.0.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [c856ec1]
|
|
16
|
+
- Updated dependencies [12240bb]
|
|
17
|
+
- Updated dependencies [e5dd6ef]
|
|
18
|
+
- Updated dependencies [90758e9]
|
|
19
|
+
- @module-federation/sdk@2.2.0
|
|
20
|
+
- @module-federation/enhanced@2.2.0
|
|
21
|
+
|
|
22
|
+
## 6.0.2
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [987716a]
|
|
27
|
+
- Updated dependencies [0172491]
|
|
28
|
+
- Updated dependencies [a0faa70]
|
|
29
|
+
- Updated dependencies [918294f]
|
|
30
|
+
- @module-federation/enhanced@2.1.0
|
|
31
|
+
- @module-federation/sdk@2.1.0
|
|
32
|
+
|
|
33
|
+
## 6.0.1
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- @module-federation/enhanced@2.0.1
|
|
38
|
+
- @module-federation/sdk@2.0.1
|
|
39
|
+
|
|
40
|
+
## 6.0.0
|
|
41
|
+
|
|
42
|
+
### Major Changes
|
|
43
|
+
|
|
44
|
+
- 2bd445d: feat: upgrade to modern js 3.0
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- @module-federation/enhanced@2.0.0
|
|
49
|
+
- @module-federation/sdk@2.0.0
|
|
50
|
+
|
|
51
|
+
## 5.0.6
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- @module-federation/enhanced@0.24.1
|
|
56
|
+
- @module-federation/sdk@0.24.1
|
|
57
|
+
|
|
58
|
+
## 5.0.5
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- f46cdd6: prefer use `stroybook/internal/node-logger` as logger
|
|
63
|
+
- Updated dependencies [c3c068e]
|
|
64
|
+
- @module-federation/enhanced@0.24.0
|
|
65
|
+
- @module-federation/sdk@0.24.0
|
|
66
|
+
|
|
67
|
+
## 5.0.4
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- @module-federation/enhanced@0.23.0
|
|
72
|
+
- @module-federation/sdk@0.23.0
|
|
73
|
+
|
|
74
|
+
## 5.0.3
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- @module-federation/enhanced@0.22.1
|
|
79
|
+
- @module-federation/sdk@0.22.1
|
|
80
|
+
|
|
81
|
+
## 5.0.2
|
|
82
|
+
|
|
83
|
+
### Patch Changes
|
|
84
|
+
|
|
85
|
+
- a1c1c51: prefer use `stroybook/internal/node-logger` as logger
|
|
86
|
+
- @module-federation/enhanced@0.22.0
|
|
87
|
+
- @module-federation/sdk@0.22.0
|
|
88
|
+
|
|
89
|
+
## 5.0.1
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- @module-federation/enhanced@0.21.6
|
|
94
|
+
- @module-federation/sdk@0.21.6
|
|
95
|
+
|
|
96
|
+
## 5.0.0
|
|
97
|
+
|
|
98
|
+
### Major Changes
|
|
99
|
+
|
|
100
|
+
- 64840dd: only ship ESM outputs, align with Storybook 10.
|
|
101
|
+
|
|
102
|
+
### Patch Changes
|
|
103
|
+
|
|
104
|
+
- Updated dependencies [94d8868]
|
|
105
|
+
- @module-federation/sdk@0.21.5
|
|
106
|
+
- @module-federation/enhanced@0.21.5
|
|
107
|
+
|
|
108
|
+
## 4.0.36
|
|
109
|
+
|
|
110
|
+
### Patch Changes
|
|
111
|
+
|
|
112
|
+
- Updated dependencies [a50e068]
|
|
113
|
+
- @module-federation/enhanced@0.21.4
|
|
114
|
+
- @module-federation/sdk@0.21.4
|
|
115
|
+
|
|
116
|
+
## 4.0.35
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- @module-federation/enhanced@0.21.3
|
|
121
|
+
- @module-federation/sdk@0.21.3
|
|
122
|
+
|
|
123
|
+
## 4.0.34
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- @module-federation/enhanced@0.21.2
|
|
128
|
+
- @module-federation/sdk@0.21.2
|
|
129
|
+
|
|
130
|
+
## 4.0.33
|
|
131
|
+
|
|
132
|
+
### Patch Changes
|
|
133
|
+
|
|
134
|
+
- @module-federation/enhanced@0.21.1
|
|
135
|
+
- @module-federation/sdk@0.21.1
|
|
136
|
+
|
|
137
|
+
## 4.0.32
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- Updated dependencies [d1e90a4]
|
|
142
|
+
- @module-federation/sdk@0.21.0
|
|
143
|
+
- @module-federation/enhanced@0.21.0
|
|
144
|
+
|
|
145
|
+
## 4.0.31
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- Updated dependencies [dcc290e]
|
|
150
|
+
- Updated dependencies [2eea0d0]
|
|
151
|
+
- Updated dependencies [22b9ff9]
|
|
152
|
+
- Updated dependencies [8a80605]
|
|
153
|
+
- Updated dependencies [c66c21e]
|
|
154
|
+
- Updated dependencies [37346d4]
|
|
155
|
+
- Updated dependencies [8038f61]
|
|
156
|
+
- Updated dependencies [639a83b]
|
|
157
|
+
- @module-federation/enhanced@0.20.0
|
|
158
|
+
- @module-federation/sdk@0.20.0
|
|
159
|
+
|
|
160
|
+
## 4.0.30
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- Updated dependencies
|
|
165
|
+
- @module-federation/sdk@0.19.1
|
|
166
|
+
- @module-federation/enhanced@0.19.1
|
|
167
|
+
|
|
168
|
+
## 4.0.29
|
|
169
|
+
|
|
170
|
+
### Patch Changes
|
|
171
|
+
|
|
172
|
+
- @module-federation/enhanced@0.19.0
|
|
173
|
+
- @module-federation/sdk@0.19.0
|
|
174
|
+
|
|
175
|
+
## 4.0.28
|
|
176
|
+
|
|
177
|
+
### Patch Changes
|
|
178
|
+
|
|
179
|
+
- Updated dependencies [8061f8c]
|
|
180
|
+
- @module-federation/sdk@0.18.4
|
|
181
|
+
- @module-federation/enhanced@0.18.4
|
|
182
|
+
|
|
183
|
+
## 4.0.27
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- @module-federation/enhanced@0.18.3
|
|
188
|
+
- @module-federation/sdk@0.18.3
|
|
189
|
+
|
|
190
|
+
## 4.0.26
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- Updated dependencies [756750e]
|
|
195
|
+
- Updated dependencies [756750e]
|
|
196
|
+
- Updated dependencies [756750e]
|
|
197
|
+
- @module-federation/enhanced@0.18.2
|
|
198
|
+
- @module-federation/sdk@0.18.2
|
|
199
|
+
|
|
200
|
+
## 4.0.25
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- Updated dependencies [0bf3a3a]
|
|
205
|
+
- Updated dependencies [0bf3a3a]
|
|
206
|
+
- @module-federation/enhanced@0.18.1
|
|
207
|
+
- @module-federation/sdk@0.18.1
|
|
208
|
+
|
|
209
|
+
## 4.0.24
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- Updated dependencies [0ab51b8]
|
|
214
|
+
- Updated dependencies [98a29c3]
|
|
215
|
+
- Updated dependencies [f6381e6]
|
|
216
|
+
- @module-federation/enhanced@0.18.0
|
|
217
|
+
- @module-federation/sdk@0.18.0
|
|
218
|
+
|
|
219
|
+
## 4.0.23
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- Updated dependencies [bc3bc10]
|
|
224
|
+
- Updated dependencies [7000c1f]
|
|
225
|
+
- Updated dependencies [4ffefbe]
|
|
226
|
+
- Updated dependencies [a7cf276]
|
|
227
|
+
- Updated dependencies [1825b9d]
|
|
228
|
+
- Updated dependencies [8727aa3]
|
|
229
|
+
- @module-federation/enhanced@0.17.1
|
|
230
|
+
- @module-federation/sdk@0.17.1
|
|
231
|
+
|
|
232
|
+
## 4.0.22
|
|
233
|
+
|
|
234
|
+
### Patch Changes
|
|
235
|
+
|
|
236
|
+
- @module-federation/enhanced@0.17.0
|
|
237
|
+
- @module-federation/sdk@0.17.0
|
|
238
|
+
|
|
239
|
+
## 4.0.21
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- Updated dependencies [1485fcf]
|
|
244
|
+
- @module-federation/sdk@0.16.0
|
|
245
|
+
- @module-federation/enhanced@0.16.0
|
|
246
|
+
|
|
247
|
+
## 4.0.20
|
|
248
|
+
|
|
249
|
+
### Patch Changes
|
|
250
|
+
|
|
251
|
+
- Updated dependencies [ad446af]
|
|
252
|
+
- @module-federation/enhanced@0.15.0
|
|
253
|
+
- @module-federation/sdk@0.15.0
|
|
254
|
+
|
|
255
|
+
## 4.0.19
|
|
256
|
+
|
|
257
|
+
### Patch Changes
|
|
258
|
+
|
|
259
|
+
- @module-federation/enhanced@0.14.3
|
|
260
|
+
- @module-federation/sdk@0.14.3
|
|
261
|
+
|
|
262
|
+
## 4.0.18
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- @module-federation/enhanced@0.14.2
|
|
267
|
+
- @module-federation/sdk@0.14.2
|
|
268
|
+
|
|
269
|
+
## 4.0.17
|
|
270
|
+
|
|
271
|
+
### Patch Changes
|
|
272
|
+
|
|
273
|
+
- @module-federation/enhanced@0.14.1
|
|
274
|
+
- @module-federation/sdk@0.14.1
|
|
275
|
+
|
|
276
|
+
## 4.0.16
|
|
277
|
+
|
|
278
|
+
### Patch Changes
|
|
279
|
+
|
|
280
|
+
- 04d3064: remove utilities package import
|
|
281
|
+
- 2ca17f8: fix type error with nx update
|
|
282
|
+
- Updated dependencies [82b8cac]
|
|
283
|
+
- Updated dependencies [82b8cac]
|
|
284
|
+
- Updated dependencies [0eb6697]
|
|
285
|
+
- @module-federation/enhanced@0.14.0
|
|
286
|
+
- @module-federation/sdk@0.14.0
|
|
287
|
+
|
|
288
|
+
## 4.0.15
|
|
289
|
+
|
|
290
|
+
### Patch Changes
|
|
291
|
+
|
|
292
|
+
- @module-federation/enhanced@0.13.1
|
|
293
|
+
- @module-federation/sdk@0.13.1
|
|
294
|
+
- @module-federation/utilities@3.1.54
|
|
295
|
+
|
|
296
|
+
## 4.0.14
|
|
297
|
+
|
|
298
|
+
### Patch Changes
|
|
299
|
+
|
|
300
|
+
- 38f324f: Disable live bindings on cjs builds of the runtime packages
|
|
301
|
+
- Updated dependencies [9efb9b9]
|
|
302
|
+
- Updated dependencies [38f324f]
|
|
303
|
+
- @module-federation/enhanced@0.13.0
|
|
304
|
+
- @module-federation/utilities@3.1.53
|
|
305
|
+
- @module-federation/sdk@0.13.0
|
|
306
|
+
|
|
307
|
+
## 4.0.13
|
|
308
|
+
|
|
309
|
+
### Patch Changes
|
|
310
|
+
|
|
311
|
+
- Updated dependencies [f4fb242]
|
|
312
|
+
- Updated dependencies [f4fb242]
|
|
313
|
+
- Updated dependencies [f4fb242]
|
|
314
|
+
- Updated dependencies [c399b9a]
|
|
315
|
+
- Updated dependencies [ef96c4d]
|
|
316
|
+
- Updated dependencies [f4fb242]
|
|
317
|
+
- Updated dependencies [f4fb242]
|
|
318
|
+
- @module-federation/enhanced@0.12.0
|
|
319
|
+
- @module-federation/sdk@0.12.0
|
|
320
|
+
- @module-federation/utilities@3.1.52
|
|
321
|
+
|
|
322
|
+
## 4.0.12
|
|
323
|
+
|
|
324
|
+
### Patch Changes
|
|
325
|
+
|
|
326
|
+
- Updated dependencies [64a2bc1]
|
|
327
|
+
- Updated dependencies [ebe7d89]
|
|
328
|
+
- Updated dependencies [c14842f]
|
|
329
|
+
- @module-federation/sdk@0.11.4
|
|
330
|
+
- @module-federation/enhanced@0.11.4
|
|
331
|
+
- @module-federation/utilities@3.1.51
|
|
332
|
+
|
|
333
|
+
## 4.0.11
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- @module-federation/enhanced@0.11.3
|
|
338
|
+
- @module-federation/sdk@0.11.3
|
|
339
|
+
- @module-federation/utilities@3.1.50
|
|
340
|
+
|
|
341
|
+
## 4.0.10
|
|
342
|
+
|
|
343
|
+
### Patch Changes
|
|
344
|
+
|
|
345
|
+
- Updated dependencies [047857b]
|
|
346
|
+
- @module-federation/sdk@0.11.2
|
|
347
|
+
- @module-federation/enhanced@0.11.2
|
|
348
|
+
- @module-federation/utilities@3.1.49
|
|
349
|
+
|
|
350
|
+
## 4.0.9
|
|
351
|
+
|
|
352
|
+
### Patch Changes
|
|
353
|
+
|
|
354
|
+
- Updated dependencies [09d6bc1]
|
|
355
|
+
- @module-federation/enhanced@0.11.1
|
|
356
|
+
- @module-federation/sdk@0.11.1
|
|
357
|
+
- @module-federation/utilities@3.1.48
|
|
358
|
+
|
|
359
|
+
## 4.0.8
|
|
360
|
+
|
|
361
|
+
### Patch Changes
|
|
362
|
+
|
|
363
|
+
- Updated dependencies [fce107e]
|
|
364
|
+
- Updated dependencies [fce107e]
|
|
365
|
+
- @module-federation/enhanced@0.11.0
|
|
366
|
+
- @module-federation/sdk@0.11.0
|
|
367
|
+
- @module-federation/utilities@3.1.47
|
|
368
|
+
|
|
369
|
+
## 4.0.7
|
|
370
|
+
|
|
371
|
+
### Patch Changes
|
|
372
|
+
|
|
373
|
+
- Updated dependencies [0f71cbc]
|
|
374
|
+
- Updated dependencies [22fcccd]
|
|
375
|
+
- @module-federation/sdk@0.10.0
|
|
376
|
+
- @module-federation/enhanced@0.10.0
|
|
377
|
+
- @module-federation/utilities@3.1.46
|
|
378
|
+
|
|
379
|
+
## 4.0.6
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- Updated dependencies [35d925b]
|
|
384
|
+
- Updated dependencies [35d925b]
|
|
385
|
+
- Updated dependencies [8acd217]
|
|
386
|
+
- @module-federation/sdk@0.9.1
|
|
387
|
+
- @module-federation/enhanced@0.9.1
|
|
388
|
+
- @module-federation/utilities@3.1.45
|
|
389
|
+
|
|
390
|
+
## 4.0.5
|
|
391
|
+
|
|
392
|
+
### Patch Changes
|
|
393
|
+
|
|
394
|
+
- @module-federation/enhanced@0.9.0
|
|
395
|
+
- @module-federation/sdk@0.9.0
|
|
396
|
+
- @module-federation/utilities@3.1.44
|
|
397
|
+
|
|
398
|
+
## 4.0.4
|
|
399
|
+
|
|
400
|
+
### Patch Changes
|
|
401
|
+
|
|
402
|
+
- Updated dependencies [9062cee]
|
|
403
|
+
- @module-federation/enhanced@0.8.12
|
|
404
|
+
- @module-federation/sdk@0.8.12
|
|
405
|
+
- @module-federation/utilities@3.1.43
|
|
406
|
+
|
|
407
|
+
## 4.0.3
|
|
408
|
+
|
|
409
|
+
### Patch Changes
|
|
410
|
+
|
|
411
|
+
- @module-federation/enhanced@0.8.11
|
|
412
|
+
- @module-federation/sdk@0.8.11
|
|
413
|
+
- @module-federation/utilities@3.1.42
|
|
414
|
+
|
|
415
|
+
## 4.0.2
|
|
416
|
+
|
|
417
|
+
### Patch Changes
|
|
418
|
+
|
|
419
|
+
- @module-federation/enhanced@0.8.10
|
|
420
|
+
- @module-federation/sdk@0.8.10
|
|
421
|
+
- @module-federation/utilities@3.1.41
|
|
422
|
+
|
|
423
|
+
## 4.0.1
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- Updated dependencies [6e3afc6]
|
|
428
|
+
- @module-federation/enhanced@0.8.9
|
|
429
|
+
- @module-federation/sdk@0.8.9
|
|
430
|
+
- @module-federation/utilities@3.1.40
|
|
431
|
+
|
|
432
|
+
## 4.0.0
|
|
433
|
+
|
|
434
|
+
### Major Changes
|
|
435
|
+
|
|
436
|
+
- 3f9677d: Use new api to get the virtual static modules
|
|
437
|
+
|
|
438
|
+
### Patch Changes
|
|
439
|
+
|
|
440
|
+
- Updated dependencies [eda5184]
|
|
441
|
+
- @module-federation/enhanced@0.8.8
|
|
442
|
+
- @module-federation/sdk@0.8.8
|
|
443
|
+
- @module-federation/utilities@3.1.39
|
|
444
|
+
|
|
445
|
+
## 3.0.18
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
- Updated dependencies [835b09c]
|
|
450
|
+
- Updated dependencies [f573ad0]
|
|
451
|
+
- Updated dependencies [336f3d8]
|
|
452
|
+
- Updated dependencies [4fd33fb]
|
|
453
|
+
- @module-federation/sdk@0.8.7
|
|
454
|
+
- @module-federation/enhanced@0.8.7
|
|
455
|
+
- @module-federation/utilities@3.1.38
|
|
456
|
+
|
|
457
|
+
## 3.0.17
|
|
458
|
+
|
|
459
|
+
### Patch Changes
|
|
460
|
+
|
|
461
|
+
- a1d46b7: chore: export plugin name
|
|
462
|
+
- @module-federation/enhanced@0.8.6
|
|
463
|
+
- @module-federation/sdk@0.8.6
|
|
464
|
+
- @module-federation/utilities@3.1.37
|
|
465
|
+
|
|
466
|
+
## 3.0.16
|
|
467
|
+
|
|
468
|
+
### Patch Changes
|
|
469
|
+
|
|
470
|
+
- @module-federation/enhanced@0.8.5
|
|
471
|
+
- @module-federation/sdk@0.8.5
|
|
472
|
+
- @module-federation/utilities@3.1.36
|
|
473
|
+
|
|
474
|
+
## 3.0.15
|
|
475
|
+
|
|
476
|
+
### Patch Changes
|
|
477
|
+
|
|
478
|
+
- @module-federation/enhanced@0.8.4
|
|
479
|
+
- @module-federation/sdk@0.8.4
|
|
480
|
+
- @module-federation/utilities@3.1.35
|
|
481
|
+
|
|
482
|
+
## 3.0.14
|
|
483
|
+
|
|
484
|
+
### Patch Changes
|
|
485
|
+
|
|
486
|
+
- Updated dependencies [8e172c8]
|
|
487
|
+
- @module-federation/sdk@0.8.3
|
|
488
|
+
- @module-federation/enhanced@0.8.3
|
|
489
|
+
- @module-federation/utilities@3.1.34
|
|
490
|
+
|
|
491
|
+
## 3.0.13
|
|
492
|
+
|
|
493
|
+
### Patch Changes
|
|
494
|
+
|
|
495
|
+
- @module-federation/enhanced@0.8.2
|
|
496
|
+
- @module-federation/sdk@0.8.2
|
|
497
|
+
- @module-federation/utilities@3.1.33
|
|
498
|
+
|
|
499
|
+
## 3.0.12
|
|
500
|
+
|
|
501
|
+
### Patch Changes
|
|
502
|
+
|
|
503
|
+
- @module-federation/enhanced@0.8.1
|
|
504
|
+
- @module-federation/sdk@0.8.1
|
|
505
|
+
- @module-federation/utilities@3.1.32
|
|
506
|
+
|
|
507
|
+
## 3.0.11
|
|
508
|
+
|
|
509
|
+
### Patch Changes
|
|
510
|
+
|
|
511
|
+
- @module-federation/enhanced@0.8.0
|
|
512
|
+
- @module-federation/sdk@0.8.0
|
|
513
|
+
- @module-federation/utilities@3.1.31
|
|
514
|
+
|
|
515
|
+
## 3.0.10
|
|
516
|
+
|
|
517
|
+
### Patch Changes
|
|
518
|
+
|
|
519
|
+
- @module-federation/enhanced@0.7.7
|
|
520
|
+
- @module-federation/sdk@0.7.7
|
|
521
|
+
- @module-federation/utilities@3.1.30
|
|
522
|
+
|
|
523
|
+
## 3.0.9
|
|
524
|
+
|
|
525
|
+
### Patch Changes
|
|
526
|
+
|
|
527
|
+
- @module-federation/enhanced@0.7.6
|
|
528
|
+
- @module-federation/sdk@0.7.6
|
|
529
|
+
- @module-federation/utilities@3.1.29
|
|
530
|
+
|
|
531
|
+
## 3.0.8
|
|
532
|
+
|
|
533
|
+
### Patch Changes
|
|
534
|
+
|
|
535
|
+
- 4c9f725: correct peerDependencies declaration
|
|
536
|
+
- Updated dependencies [5613265]
|
|
537
|
+
- @module-federation/enhanced@0.7.5
|
|
538
|
+
- @module-federation/sdk@0.7.5
|
|
539
|
+
- @module-federation/utilities@3.1.28
|
|
540
|
+
|
|
541
|
+
## 3.0.7
|
|
542
|
+
|
|
543
|
+
### Patch Changes
|
|
544
|
+
|
|
545
|
+
- f8742b7: fix: create folder before writing bootstrap
|
|
546
|
+
- @module-federation/enhanced@0.7.4
|
|
547
|
+
- @module-federation/sdk@0.7.4
|
|
548
|
+
- @module-federation/utilities@3.1.27
|
|
549
|
+
|
|
550
|
+
## 3.0.6
|
|
551
|
+
|
|
552
|
+
### Patch Changes
|
|
553
|
+
|
|
554
|
+
- Updated dependencies [4ab9295]
|
|
555
|
+
- @module-federation/utilities@3.1.26
|
|
556
|
+
- @module-federation/sdk@0.7.3
|
|
557
|
+
- @module-federation/enhanced@0.7.3
|
|
558
|
+
|
|
559
|
+
## 3.0.5
|
|
560
|
+
|
|
561
|
+
### Patch Changes
|
|
562
|
+
|
|
563
|
+
- @module-federation/enhanced@0.7.2
|
|
564
|
+
- @module-federation/sdk@0.7.2
|
|
565
|
+
- @module-federation/utilities@3.1.25
|
|
566
|
+
|
|
567
|
+
## 3.0.4
|
|
568
|
+
|
|
569
|
+
### Patch Changes
|
|
570
|
+
|
|
571
|
+
- 932983e: fix: fix windows path error
|
|
572
|
+
- Updated dependencies [6db4c5f]
|
|
573
|
+
- Updated dependencies [47fdbc2]
|
|
574
|
+
- @module-federation/sdk@0.7.1
|
|
575
|
+
- @module-federation/enhanced@0.7.1
|
|
576
|
+
- @module-federation/utilities@3.1.24
|
|
577
|
+
|
|
578
|
+
## 3.0.3
|
|
579
|
+
|
|
580
|
+
### Patch Changes
|
|
581
|
+
|
|
582
|
+
- Updated dependencies [879ad87]
|
|
583
|
+
- Updated dependencies [4eb09e7]
|
|
584
|
+
- Updated dependencies [206b56d]
|
|
585
|
+
- @module-federation/sdk@0.7.0
|
|
586
|
+
- @module-federation/enhanced@0.7.0
|
|
587
|
+
- @module-federation/utilities@3.1.23
|
|
588
|
+
|
|
589
|
+
## 3.0.2
|
|
590
|
+
|
|
591
|
+
### Patch Changes
|
|
592
|
+
|
|
593
|
+
- 3ba956d: chore: re export preset path for rsbuild
|
|
594
|
+
- Updated dependencies [f779188]
|
|
595
|
+
- Updated dependencies [024df60]
|
|
596
|
+
- @module-federation/sdk@0.6.16
|
|
597
|
+
- @module-federation/enhanced@0.6.16
|
|
598
|
+
- @module-federation/utilities@3.1.22
|
|
599
|
+
|
|
600
|
+
## 3.0.1
|
|
601
|
+
|
|
602
|
+
### Patch Changes
|
|
603
|
+
|
|
604
|
+
- 662a820: feat: support storybook dev remote app in rsbuild(rslib) project [#3131](https://github.com/module-federation/core/pull/3131)
|
|
605
|
+
- a5d003e: fix: storybook addon should disable hmr to avoid conflict with remote module
|
|
606
|
+
- @module-federation/utilities@3.1.21
|
|
607
|
+
|
|
608
|
+
## 3.0.0
|
|
609
|
+
|
|
610
|
+
### Patch Changes
|
|
611
|
+
|
|
612
|
+
- Updated dependencies [bb1e471]
|
|
613
|
+
- @module-federation/utilities@3.1.0
|
|
614
|
+
|
|
615
|
+
### Bug Fixes
|
|
616
|
+
|
|
617
|
+
- **deps:** update dependency antd to v4.24.15 ([de857c4](https://github.com/module-federation/core/commit/de857c45af92b3a2584cd3319263417a36f9977a))
|
|
618
|
+
- **deps:** update dependency axios to v1.6.0 [security] ([71bd7be](https://github.com/module-federation/core/commit/71bd7becbc201d69b11f0975d5a56548facb3242))
|
|
619
|
+
- **deps:** update dependency core-js to v3.33.3 ([6100431](https://github.com/module-federation/core/commit/6100431155a53c6e34092baf6c0e4d5dd578a53d))
|
|
620
|
+
- **deps:** update dependency typedoc to v0.25.3 ([10477bf](https://github.com/module-federation/core/commit/10477bf1f16d695b792d97919e83a8920ee15c01))
|
|
621
|
+
- **deps:** update dependency unplugin to v1.5.1 ([e2ea98b](https://github.com/module-federation/core/commit/e2ea98b1a8e67c53c79e41dab0398e8a75434362))
|
|
622
|
+
- **storybook-addon:** add missing package peer dependencies ([4bf34e0](https://github.com/module-federation/core/commit/4bf34e010f1af98ceb64fc088ddfdc93510450e5))
|
|
623
|
+
|
|
624
|
+
# [2.0.0](https://github.com/module-federation/core/compare/storybook-addon-1.0.0...storybook-addon-2.0.0) (2023-10-26)
|
|
625
|
+
|
|
626
|
+
### Bug Fixes
|
|
627
|
+
|
|
628
|
+
- **deps:** update dependency antd to v4.24.14 ([#1309](https://github.com/module-federation/core/issues/1309)) ([d0a2314](https://github.com/module-federation/core/commit/d0a231470e37dbad85a11df1f12695657ba3b984))
|
|
629
|
+
- **deps:** update dependency axios to v1.5.0 ([#1275](https://github.com/module-federation/core/issues/1275)) ([f163df1](https://github.com/module-federation/core/commit/f163df1073740bf4218bb35ba57cea5dc409fe43))
|
|
630
|
+
- **deps:** update dependency axios to v1.5.1 ([ae9a06a](https://github.com/module-federation/core/commit/ae9a06a0cc35fad27a0b493a25370b92617c39fb))
|
|
631
|
+
- **deps:** update dependency core-js to v3.32.2 ([18d2746](https://github.com/module-federation/core/commit/18d2746763f38fe295a14df3f1bcd4218fade5b8))
|
|
632
|
+
- **deps:** update dependency core-js to v3.33.0 ([30894ca](https://github.com/module-federation/core/commit/30894cafbe5dea4350dc7c633548038d7ec5f8a8))
|
|
633
|
+
- **deps:** update dependency react-router-dom to v6.15.0 ([#1276](https://github.com/module-federation/core/issues/1276)) ([850e2fa](https://github.com/module-federation/core/commit/850e2fac60f49b456aef3b5df9827fc3ac5a6006))
|
|
634
|
+
- **deps:** update dependency react-router-dom to v6.16.0 ([0618339](https://github.com/module-federation/core/commit/061833912f7e5748011cd60ed679a68c1b659f77))
|
|
635
|
+
- **deps:** update dependency typedoc to ^0.25.0 ([#1277](https://github.com/module-federation/core/issues/1277)) ([8d6a72e](https://github.com/module-federation/core/commit/8d6a72e18a57b69b2f63802621e8b4b479554fed))
|
|
636
|
+
- **deps:** update dependency typedoc to v0.25.1 ([#1304](https://github.com/module-federation/core/issues/1304)) ([abf84fe](https://github.com/module-federation/core/commit/abf84fefd5c20b5de7c9a74d1c49235f44d36dc6))
|
|
637
|
+
- **deps:** update dependency typedoc to v0.25.2 ([46c6524](https://github.com/module-federation/core/commit/46c65247e187cee9e15625402c1570ac351bb1fe))
|
|
638
|
+
- **deps:** update dependency undici to v5.24.0 ([573e644](https://github.com/module-federation/core/commit/573e644333da6d24cb4286ce08221a1aa82415e4))
|
|
639
|
+
- **deps:** update dependency undici to v5.25.2 ([da3e539](https://github.com/module-federation/core/commit/da3e539a41ed23ccb5086b1dd428fbee0f8d652c))
|
|
640
|
+
- **deps:** update dependency undici to v5.25.4 ([1d4f91e](https://github.com/module-federation/core/commit/1d4f91ec93da4326c8a42eef28f150d5d09738bb))
|
|
641
|
+
- **deps:** update dependency undici to v5.26.2 [security] ([410a8b8](https://github.com/module-federation/core/commit/410a8b8bd1558dfb5119ae10941d2b3816a0d0e0))
|
|
642
|
+
- **deps:** update dependency unplugin to v1.5.0 ([936b3f8](https://github.com/module-federation/core/commit/936b3f8d8061fd9d481d1788fb35b88588928d14))
|
|
643
|
+
- override semantic-release-plugin-decorators ([18675de](https://github.com/module-federation/core/commit/18675defef65570d2b3bb6a9caa3fd039badee29))
|
|
644
|
+
- switch to @goestav/nx-semantic-release ([63a3350](https://github.com/module-federation/core/commit/63a3350a6a1a12235e3c9f1e7c724d54f0476356))
|
|
645
|
+
|
|
646
|
+
### Features
|
|
647
|
+
|
|
648
|
+
- Add tests and update tsconfig in utilities package ([8b0351d](https://github.com/module-federation/core/commit/8b0351dcd2818922580fb2dac1d95b7556240cb9))
|
|
649
|
+
- core package for module federation ([#1093](https://github.com/module-federation/core/issues/1093)) ([d460400](https://github.com/module-federation/core/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/core/issues/851) [#864](https://github.com/module-federation/core/issues/864) [#835](https://github.com/module-federation/core/issues/835) [#851](https://github.com/module-federation/core/issues/851) [#864](https://github.com/module-federation/core/issues/864) [#871](https://github.com/module-federation/core/issues/871) [#851](https://github.com/module-federation/core/issues/851) [#864](https://github.com/module-federation/core/issues/864) [#872](https://github.com/module-federation/core/issues/872) [#875](https://github.com/module-federation/core/issues/875) [#884](https://github.com/module-federation/core/issues/884) [#887](https://github.com/module-federation/core/issues/887) [#893](https://github.com/module-federation/core/issues/893) [#885](https://github.com/module-federation/core/issues/885) [#899](https://github.com/module-federation/core/issues/899) [#904](https://github.com/module-federation/core/issues/904) [#932](https://github.com/module-federation/core/issues/932) [#936](https://github.com/module-federation/core/issues/936) [#959](https://github.com/module-federation/core/issues/959) [#960](https://github.com/module-federation/core/issues/960) [#969](https://github.com/module-federation/core/issues/969) [#971](https://github.com/module-federation/core/issues/971) [#1234](https://github.com/module-federation/core/issues/1234) [#1235](https://github.com/module-federation/core/issues/1235)
|
|
650
|
+
- Dynamic Filesystem ([#1274](https://github.com/module-federation/core/issues/1274)) ([2bec98a](https://github.com/module-federation/core/commit/2bec98a2472b44898a7f14ec6868a2368cfb6d82))
|
|
651
|
+
- fork module federation ([0ad7430](https://github.com/module-federation/core/commit/0ad7430f6170458a47144be392133b7b2fa1ade0))
|
|
652
|
+
- improved async init ([ae3a450](https://github.com/module-federation/core/commit/ae3a4503ff9de86492b13029d6334b281ddd9493))
|
|
653
|
+
- native self forming node federation ([#1291](https://github.com/module-federation/core/issues/1291)) ([1dd5ed1](https://github.com/module-federation/core/commit/1dd5ed17c981e036336925e807203e94b58c36d6))
|
|
654
|
+
- new actions, remove gpt integration ([370229e](https://github.com/module-federation/core/commit/370229e02cc352fcfaeaa0f3cf1f9f2d4966d1bb))
|
|
655
|
+
- **node:** node federation demo/testing apps added ([27d545d](https://github.com/module-federation/core/commit/27d545d99095da7134c392dbcd9fb135a170f6ef))
|
|
656
|
+
- **typedoc-parsetr:** merged main ([cf6e65a](https://github.com/module-federation/core/commit/cf6e65a4aa895d7c2dba8fdbd8ec22ec7bd8f514))
|
|
657
|
+
- **typedoc-parsetr:** merged main ([2ff0d5a](https://github.com/module-federation/core/commit/2ff0d5a075df3f241742cc7e516cd0378e8e1b3e))
|
|
658
|
+
- **typedoc-parsetr:** python script implementation ([0a533cb](https://github.com/module-federation/core/commit/0a533cb60e0c3ca269ab45df740c1367be175e80))
|
|
659
|
+
- **utilities:** update DelegateModulesPlugin and tests (#node_auto_public_path) ([df8bb79](https://github.com/module-federation/core/commit/df8bb791c3fedef299cb15960546ff5ad9c665ef))
|
|
660
|
+
|
|
661
|
+
### BREAKING CHANGES
|
|
662
|
+
|
|
663
|
+
- automaticAsyncBoundary option has been removed
|
|
664
|
+
|
|
665
|
+
- fix: exclude specific pages from page map automatically
|
|
666
|
+
|
|
667
|
+
- refactor: conslidate codebase
|
|
668
|
+
|
|
669
|
+
- fix: improve hot reload share recovery
|
|
670
|
+
|
|
671
|
+
- refactor: remove server jsonp template
|
|
672
|
+
|
|
673
|
+
- chore: remove dead code from runtime modules
|
|
674
|
+
|
|
675
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
676
|
+
|
|
677
|
+
getting chunk loading global from compiler output options
|
|
678
|
+
|
|
679
|
+
- feat: adding cleanInitArrays runtime helper
|
|
680
|
+
|
|
681
|
+
- chore: remove share scope hoist and module hoisting system
|
|
682
|
+
|
|
683
|
+
- chore: cleanup code
|
|
684
|
+
|
|
685
|
+
- chore: remove dead code from add module runtime plugin
|
|
686
|
+
|
|
687
|
+
likely can remove whole plugin in future
|
|
688
|
+
|
|
689
|
+
- chore: remove logs from delegate modules
|
|
690
|
+
|
|
691
|
+
- chore: remove old utils
|
|
692
|
+
|
|
693
|
+
- fix: add warning on auto page stitch
|
|
694
|
+
|
|
695
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
696
|
+
|
|
697
|
+
- chore: improve logging to see if its local load or remote load
|
|
698
|
+
|
|
699
|
+
- chore: clean up old custom promises factories
|
|
700
|
+
|
|
701
|
+
- fix: remove container proxy code
|
|
702
|
+
|
|
703
|
+
- fix: remove container proxy code
|
|
704
|
+
- automaticAsyncBoundary option has been removed
|
|
705
|
+
|
|
706
|
+
- fix: exclude specific pages from page map automatically
|
|
707
|
+
|
|
708
|
+
- refactor: conslidate codebase
|
|
709
|
+
|
|
710
|
+
- fix: improve hot reload share recovery
|
|
711
|
+
|
|
712
|
+
- refactor: remove server jsonp template
|
|
713
|
+
|
|
714
|
+
- chore: remove dead code from runtime modules
|
|
715
|
+
|
|
716
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
717
|
+
|
|
718
|
+
getting chunk loading global from compiler output options
|
|
719
|
+
|
|
720
|
+
- feat: adding cleanInitArrays runtime helper
|
|
721
|
+
|
|
722
|
+
- chore: remove share scope hoist and module hoisting system
|
|
723
|
+
|
|
724
|
+
- chore: cleanup code
|
|
725
|
+
|
|
726
|
+
- chore: remove dead code from add module runtime plugin
|
|
727
|
+
|
|
728
|
+
likely can remove whole plugin in future
|
|
729
|
+
|
|
730
|
+
- chore: remove logs from delegate modules
|
|
731
|
+
|
|
732
|
+
- chore: remove old utils
|
|
733
|
+
|
|
734
|
+
- fix: add warning on auto page stitch
|
|
735
|
+
|
|
736
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
737
|
+
|
|
738
|
+
- chore: improve logging to see if its local load or remote load
|
|
739
|
+
|
|
740
|
+
- chore: clean up old custom promises factories
|
|
741
|
+
|
|
742
|
+
- fix: remove container proxy code
|
|
743
|
+
|
|
744
|
+
- fix: remove container proxy code
|
|
745
|
+
|
|
746
|
+
- chore: fix project.json
|
|
747
|
+
|
|
748
|
+
- debugging
|
|
749
|
+
|
|
750
|
+
- fix: resolve backmerge issues with build
|
|
751
|
+
|
|
752
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
753
|
+
|
|
754
|
+
# Conflicts:
|
|
755
|
+
|
|
756
|
+
# package-lock.json
|
|
757
|
+
|
|
758
|
+
# package.json
|
|
759
|
+
|
|
760
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
761
|
+
|
|
762
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
763
|
+
|
|
764
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
765
|
+
|
|
766
|
+
- feat: enable eager sharing
|
|
767
|
+
|
|
768
|
+
- refactor: improve module hooks for eager loading and search
|
|
769
|
+
|
|
770
|
+
- refactor: cleanup custom jsonp and make es5
|
|
771
|
+
|
|
772
|
+
- refactor: cleanup inverted container code
|
|
773
|
+
|
|
774
|
+
- refactor: cleanup inverted container code
|
|
775
|
+
- automaticAsyncBoundary option has been removed
|
|
776
|
+
|
|
777
|
+
- fix: exclude specific pages from page map automatically
|
|
778
|
+
|
|
779
|
+
- refactor: conslidate codebase
|
|
780
|
+
|
|
781
|
+
- fix: improve hot reload share recovery
|
|
782
|
+
|
|
783
|
+
- refactor: remove server jsonp template
|
|
784
|
+
|
|
785
|
+
- chore: remove dead code from runtime modules
|
|
786
|
+
|
|
787
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
788
|
+
|
|
789
|
+
getting chunk loading global from compiler output options
|
|
790
|
+
|
|
791
|
+
- feat: adding cleanInitArrays runtime helper
|
|
792
|
+
|
|
793
|
+
- chore: remove share scope hoist and module hoisting system
|
|
794
|
+
|
|
795
|
+
- chore: cleanup code
|
|
796
|
+
|
|
797
|
+
- chore: remove dead code from add module runtime plugin
|
|
798
|
+
|
|
799
|
+
likely can remove whole plugin in future
|
|
800
|
+
|
|
801
|
+
- chore: remove logs from delegate modules
|
|
802
|
+
|
|
803
|
+
- chore: remove old utils
|
|
804
|
+
|
|
805
|
+
- fix: add warning on auto page stitch
|
|
806
|
+
|
|
807
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
808
|
+
|
|
809
|
+
- chore: improve logging to see if its local load or remote load
|
|
810
|
+
|
|
811
|
+
- chore: clean up old custom promises factories
|
|
812
|
+
|
|
813
|
+
- fix: remove container proxy code
|
|
814
|
+
|
|
815
|
+
- fix: remove container proxy code
|
|
816
|
+
|
|
817
|
+
- fix: resolve backmerge issues with build
|
|
818
|
+
|
|
819
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
820
|
+
|
|
821
|
+
# Conflicts:
|
|
822
|
+
|
|
823
|
+
# package-lock.json
|
|
824
|
+
|
|
825
|
+
# package.json
|
|
826
|
+
|
|
827
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
828
|
+
|
|
829
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
830
|
+
|
|
831
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
832
|
+
|
|
833
|
+
- feat: enable eager sharing
|
|
834
|
+
|
|
835
|
+
- refactor: improve module hooks for eager loading and search
|
|
836
|
+
|
|
837
|
+
- refactor: cleanup custom jsonp and make es5
|
|
838
|
+
|
|
839
|
+
- refactor: cleanup inverted container code
|
|
840
|
+
|
|
841
|
+
- refactor: cleanup inverted container code
|
|
842
|
+
|
|
843
|
+
- ci: fix install step with npm and NX
|
|
844
|
+
|
|
845
|
+
- test: remove tests for now
|
|
846
|
+
|
|
847
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
848
|
+
|
|
849
|
+
- chore(utils): release version 1.7.3
|
|
850
|
+
|
|
851
|
+
- chore(node): release version 0.14.4-beta.0
|
|
852
|
+
|
|
853
|
+
- chore(node): release version 0.14.4
|
|
854
|
+
|
|
855
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
856
|
+
|
|
857
|
+
- fix: remove debugging runtime variable
|
|
858
|
+
|
|
859
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
860
|
+
|
|
861
|
+
# Changelog
|
|
862
|
+
|
|
863
|
+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
864
|
+
|
|
865
|
+
# 1.0.0 (2023-08-14)
|
|
866
|
+
|
|
867
|
+
### Dependency Updates
|
|
868
|
+
|
|
869
|
+
- `utils` updated to version `2.0.7`
|
|
870
|
+
- `utils` updated to version `2.0.7`
|
|
871
|
+
|
|
872
|
+
### Bug Fixes
|
|
873
|
+
|
|
874
|
+
- add release tooling to storybook addon ([43c66bb](https://github.com/module-federation/nextjs-mf/commit/43c66bbc10af8198e908d35ffde7b7dc0058f9cb))
|
|
875
|
+
- add release tooling to storybook addon ([#817](https://github.com/module-federation/nextjs-mf/issues/817)) ([63d27a8](https://github.com/module-federation/nextjs-mf/commit/63d27a8067a0734d04677948b50454b6704dc387))
|
|
876
|
+
- ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
877
|
+
- **storybook-addon:** update src path also for stories from v7 ([#1206](https://github.com/module-federation/nextjs-mf/issues/1206)) ([8af9066](https://github.com/module-federation/nextjs-mf/commit/8af906648c3abf8d9a344fec9153b54a02ad3e53)), closes [#1195](https://github.com/module-federation/nextjs-mf/issues/1195)
|
|
878
|
+
- 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))
|
|
879
|
+
|
|
880
|
+
### Features
|
|
881
|
+
|
|
882
|
+
- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/nextjs-mf/issues/598)) ([7547b02](https://github.com/module-federation/nextjs-mf/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c))
|
|
883
|
+
- 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)
|
|
884
|
+
- **storybook-addon:** upgrade nx and refactor util `withModuleFederation` ([#829](https://github.com/module-federation/nextjs-mf/issues/829)) ([5eeab46](https://github.com/module-federation/nextjs-mf/commit/5eeab46861fa1e444b772cdd15ba5472414e5dd8))
|
|
885
|
+
|
|
886
|
+
### BREAKING CHANGES
|
|
887
|
+
|
|
888
|
+
- automaticAsyncBoundary option has been removed
|
|
889
|
+
|
|
890
|
+
- fix: exclude specific pages from page map automatically
|
|
891
|
+
|
|
892
|
+
- refactor: conslidate codebase
|
|
893
|
+
|
|
894
|
+
- fix: improve hot reload share recovery
|
|
895
|
+
|
|
896
|
+
- refactor: remove server jsonp template
|
|
897
|
+
|
|
898
|
+
- chore: remove dead code from runtime modules
|
|
899
|
+
|
|
900
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
901
|
+
|
|
902
|
+
getting chunk loading global from compiler output options
|
|
903
|
+
|
|
904
|
+
- feat: adding cleanInitArrays runtime helper
|
|
905
|
+
|
|
906
|
+
- chore: remove share scope hoist and module hoisting system
|
|
907
|
+
|
|
908
|
+
- chore: cleanup code
|
|
909
|
+
|
|
910
|
+
- chore: remove dead code from add module runtime plugin
|
|
911
|
+
|
|
912
|
+
likely can remove whole plugin in future
|
|
913
|
+
|
|
914
|
+
- chore: remove logs from delegate modules
|
|
915
|
+
|
|
916
|
+
- chore: remove old utils
|
|
917
|
+
|
|
918
|
+
- fix: add warning on auto page stitch
|
|
919
|
+
|
|
920
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
921
|
+
|
|
922
|
+
- chore: improve logging to see if its local load or remote load
|
|
923
|
+
|
|
924
|
+
- chore: clean up old custom promises factories
|
|
925
|
+
|
|
926
|
+
- fix: remove container proxy code
|
|
927
|
+
|
|
928
|
+
- fix: remove container proxy code
|
|
929
|
+
- automaticAsyncBoundary option has been removed
|
|
930
|
+
|
|
931
|
+
- fix: exclude specific pages from page map automatically
|
|
932
|
+
|
|
933
|
+
- refactor: conslidate codebase
|
|
934
|
+
|
|
935
|
+
- fix: improve hot reload share recovery
|
|
936
|
+
|
|
937
|
+
- refactor: remove server jsonp template
|
|
938
|
+
|
|
939
|
+
- chore: remove dead code from runtime modules
|
|
940
|
+
|
|
941
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
942
|
+
|
|
943
|
+
getting chunk loading global from compiler output options
|
|
944
|
+
|
|
945
|
+
- feat: adding cleanInitArrays runtime helper
|
|
946
|
+
|
|
947
|
+
- chore: remove share scope hoist and module hoisting system
|
|
948
|
+
|
|
949
|
+
- chore: cleanup code
|
|
950
|
+
|
|
951
|
+
- chore: remove dead code from add module runtime plugin
|
|
952
|
+
|
|
953
|
+
likely can remove whole plugin in future
|
|
954
|
+
|
|
955
|
+
- chore: remove logs from delegate modules
|
|
956
|
+
|
|
957
|
+
- chore: remove old utils
|
|
958
|
+
|
|
959
|
+
- fix: add warning on auto page stitch
|
|
960
|
+
|
|
961
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
962
|
+
|
|
963
|
+
- chore: improve logging to see if its local load or remote load
|
|
964
|
+
|
|
965
|
+
- chore: clean up old custom promises factories
|
|
966
|
+
|
|
967
|
+
- fix: remove container proxy code
|
|
968
|
+
|
|
969
|
+
- fix: remove container proxy code
|
|
970
|
+
|
|
971
|
+
- chore: fix project.json
|
|
972
|
+
|
|
973
|
+
- debugging
|
|
974
|
+
|
|
975
|
+
- fix: resolve backmerge issues with build
|
|
976
|
+
|
|
977
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
978
|
+
|
|
979
|
+
# Conflicts:
|
|
980
|
+
|
|
981
|
+
# package-lock.json
|
|
982
|
+
|
|
983
|
+
# package.json
|
|
984
|
+
|
|
985
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
986
|
+
|
|
987
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
988
|
+
|
|
989
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
990
|
+
|
|
991
|
+
- feat: enable eager sharing
|
|
992
|
+
|
|
993
|
+
- refactor: improve module hooks for eager loading and search
|
|
994
|
+
|
|
995
|
+
- refactor: cleanup custom jsonp and make es5
|
|
996
|
+
|
|
997
|
+
- refactor: cleanup inverted container code
|
|
998
|
+
|
|
999
|
+
- refactor: cleanup inverted container code
|
|
1000
|
+
- automaticAsyncBoundary option has been removed
|
|
1001
|
+
|
|
1002
|
+
- fix: exclude specific pages from page map automatically
|
|
1003
|
+
|
|
1004
|
+
- refactor: conslidate codebase
|
|
1005
|
+
|
|
1006
|
+
- fix: improve hot reload share recovery
|
|
1007
|
+
|
|
1008
|
+
- refactor: remove server jsonp template
|
|
1009
|
+
|
|
1010
|
+
- chore: remove dead code from runtime modules
|
|
1011
|
+
|
|
1012
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1013
|
+
|
|
1014
|
+
getting chunk loading global from compiler output options
|
|
1015
|
+
|
|
1016
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1017
|
+
|
|
1018
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1019
|
+
|
|
1020
|
+
- chore: cleanup code
|
|
1021
|
+
|
|
1022
|
+
- chore: remove dead code from add module runtime plugin
|
|
1023
|
+
|
|
1024
|
+
likely can remove whole plugin in future
|
|
1025
|
+
|
|
1026
|
+
- chore: remove logs from delegate modules
|
|
1027
|
+
|
|
1028
|
+
- chore: remove old utils
|
|
1029
|
+
|
|
1030
|
+
- fix: add warning on auto page stitch
|
|
1031
|
+
|
|
1032
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1033
|
+
|
|
1034
|
+
- chore: improve logging to see if its local load or remote load
|
|
1035
|
+
|
|
1036
|
+
- chore: clean up old custom promises factories
|
|
1037
|
+
|
|
1038
|
+
- fix: remove container proxy code
|
|
1039
|
+
|
|
1040
|
+
- fix: remove container proxy code
|
|
1041
|
+
|
|
1042
|
+
- fix: resolve backmerge issues with build
|
|
1043
|
+
|
|
1044
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1045
|
+
|
|
1046
|
+
# Conflicts:
|
|
1047
|
+
|
|
1048
|
+
# package-lock.json
|
|
1049
|
+
|
|
1050
|
+
# package.json
|
|
1051
|
+
|
|
1052
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1053
|
+
|
|
1054
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1055
|
+
|
|
1056
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1057
|
+
|
|
1058
|
+
- feat: enable eager sharing
|
|
1059
|
+
|
|
1060
|
+
- refactor: improve module hooks for eager loading and search
|
|
1061
|
+
|
|
1062
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1063
|
+
|
|
1064
|
+
- refactor: cleanup inverted container code
|
|
1065
|
+
|
|
1066
|
+
- refactor: cleanup inverted container code
|
|
1067
|
+
|
|
1068
|
+
- ci: fix install step with npm and NX
|
|
1069
|
+
|
|
1070
|
+
- test: remove tests for now
|
|
1071
|
+
|
|
1072
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
1073
|
+
|
|
1074
|
+
- chore(utils): release version 1.7.3
|
|
1075
|
+
|
|
1076
|
+
- chore(node): release version 0.14.4-beta.0
|
|
1077
|
+
|
|
1078
|
+
- chore(node): release version 0.14.4
|
|
1079
|
+
|
|
1080
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
1081
|
+
|
|
1082
|
+
- fix: remove debugging runtime variable
|
|
1083
|
+
|
|
1084
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
1085
|
+
|
|
1086
|
+
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
1087
|
+
|
|
1088
|
+
### Dependency Updates
|
|
1089
|
+
|
|
1090
|
+
- `utils` updated to version `2.0.7`
|
|
1091
|
+
- `utils` updated to version `2.0.7`
|
|
1092
|
+
|
|
1093
|
+
### Bug Fixes
|
|
1094
|
+
|
|
1095
|
+
- ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
1096
|
+
- **storybook-addon:** update src path also for stories from v7 ([#1206](https://github.com/module-federation/nextjs-mf/issues/1206)) ([8af9066](https://github.com/module-federation/nextjs-mf/commit/8af906648c3abf8d9a344fec9153b54a02ad3e53)), closes [#1195](https://github.com/module-federation/nextjs-mf/issues/1195)
|
|
1097
|
+
- 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))
|
|
1098
|
+
|
|
1099
|
+
### Features
|
|
1100
|
+
|
|
1101
|
+
- 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)
|
|
1102
|
+
|
|
1103
|
+
### BREAKING CHANGES
|
|
1104
|
+
|
|
1105
|
+
- automaticAsyncBoundary option has been removed
|
|
1106
|
+
|
|
1107
|
+
- fix: exclude specific pages from page map automatically
|
|
1108
|
+
|
|
1109
|
+
- refactor: conslidate codebase
|
|
1110
|
+
|
|
1111
|
+
- fix: improve hot reload share recovery
|
|
1112
|
+
|
|
1113
|
+
- refactor: remove server jsonp template
|
|
1114
|
+
|
|
1115
|
+
- chore: remove dead code from runtime modules
|
|
1116
|
+
|
|
1117
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1118
|
+
|
|
1119
|
+
getting chunk loading global from compiler output options
|
|
1120
|
+
|
|
1121
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1122
|
+
|
|
1123
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1124
|
+
|
|
1125
|
+
- chore: cleanup code
|
|
1126
|
+
|
|
1127
|
+
- chore: remove dead code from add module runtime plugin
|
|
1128
|
+
|
|
1129
|
+
likely can remove whole plugin in future
|
|
1130
|
+
|
|
1131
|
+
- chore: remove logs from delegate modules
|
|
1132
|
+
|
|
1133
|
+
- chore: remove old utils
|
|
1134
|
+
|
|
1135
|
+
- fix: add warning on auto page stitch
|
|
1136
|
+
|
|
1137
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1138
|
+
|
|
1139
|
+
- chore: improve logging to see if its local load or remote load
|
|
1140
|
+
|
|
1141
|
+
- chore: clean up old custom promises factories
|
|
1142
|
+
|
|
1143
|
+
- fix: remove container proxy code
|
|
1144
|
+
|
|
1145
|
+
- fix: remove container proxy code
|
|
1146
|
+
- automaticAsyncBoundary option has been removed
|
|
1147
|
+
|
|
1148
|
+
- fix: exclude specific pages from page map automatically
|
|
1149
|
+
|
|
1150
|
+
- refactor: conslidate codebase
|
|
1151
|
+
|
|
1152
|
+
- fix: improve hot reload share recovery
|
|
1153
|
+
|
|
1154
|
+
- refactor: remove server jsonp template
|
|
1155
|
+
|
|
1156
|
+
- chore: remove dead code from runtime modules
|
|
1157
|
+
|
|
1158
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1159
|
+
|
|
1160
|
+
getting chunk loading global from compiler output options
|
|
1161
|
+
|
|
1162
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1163
|
+
|
|
1164
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1165
|
+
|
|
1166
|
+
- chore: cleanup code
|
|
1167
|
+
|
|
1168
|
+
- chore: remove dead code from add module runtime plugin
|
|
1169
|
+
|
|
1170
|
+
likely can remove whole plugin in future
|
|
1171
|
+
|
|
1172
|
+
- chore: remove logs from delegate modules
|
|
1173
|
+
|
|
1174
|
+
- chore: remove old utils
|
|
1175
|
+
|
|
1176
|
+
- fix: add warning on auto page stitch
|
|
1177
|
+
|
|
1178
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1179
|
+
|
|
1180
|
+
- chore: improve logging to see if its local load or remote load
|
|
1181
|
+
|
|
1182
|
+
- chore: clean up old custom promises factories
|
|
1183
|
+
|
|
1184
|
+
- fix: remove container proxy code
|
|
1185
|
+
|
|
1186
|
+
- fix: remove container proxy code
|
|
1187
|
+
|
|
1188
|
+
- chore: fix project.json
|
|
1189
|
+
|
|
1190
|
+
- debugging
|
|
1191
|
+
|
|
1192
|
+
- fix: resolve backmerge issues with build
|
|
1193
|
+
|
|
1194
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1195
|
+
|
|
1196
|
+
# Conflicts:
|
|
1197
|
+
|
|
1198
|
+
# package-lock.json
|
|
1199
|
+
|
|
1200
|
+
# package.json
|
|
1201
|
+
|
|
1202
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1203
|
+
|
|
1204
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1205
|
+
|
|
1206
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1207
|
+
|
|
1208
|
+
- feat: enable eager sharing
|
|
1209
|
+
|
|
1210
|
+
- refactor: improve module hooks for eager loading and search
|
|
1211
|
+
|
|
1212
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1213
|
+
|
|
1214
|
+
- refactor: cleanup inverted container code
|
|
1215
|
+
|
|
1216
|
+
- refactor: cleanup inverted container code
|
|
1217
|
+
- automaticAsyncBoundary option has been removed
|
|
1218
|
+
|
|
1219
|
+
- fix: exclude specific pages from page map automatically
|
|
1220
|
+
|
|
1221
|
+
- refactor: conslidate codebase
|
|
1222
|
+
|
|
1223
|
+
- fix: improve hot reload share recovery
|
|
1224
|
+
|
|
1225
|
+
- refactor: remove server jsonp template
|
|
1226
|
+
|
|
1227
|
+
- chore: remove dead code from runtime modules
|
|
1228
|
+
|
|
1229
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1230
|
+
|
|
1231
|
+
getting chunk loading global from compiler output options
|
|
1232
|
+
|
|
1233
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1234
|
+
|
|
1235
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1236
|
+
|
|
1237
|
+
- chore: cleanup code
|
|
1238
|
+
|
|
1239
|
+
- chore: remove dead code from add module runtime plugin
|
|
1240
|
+
|
|
1241
|
+
likely can remove whole plugin in future
|
|
1242
|
+
|
|
1243
|
+
- chore: remove logs from delegate modules
|
|
1244
|
+
|
|
1245
|
+
- chore: remove old utils
|
|
1246
|
+
|
|
1247
|
+
- fix: add warning on auto page stitch
|
|
1248
|
+
|
|
1249
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1250
|
+
|
|
1251
|
+
- chore: improve logging to see if its local load or remote load
|
|
1252
|
+
|
|
1253
|
+
- chore: clean up old custom promises factories
|
|
1254
|
+
|
|
1255
|
+
- fix: remove container proxy code
|
|
1256
|
+
|
|
1257
|
+
- fix: remove container proxy code
|
|
1258
|
+
|
|
1259
|
+
- fix: resolve backmerge issues with build
|
|
1260
|
+
|
|
1261
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1262
|
+
|
|
1263
|
+
# Conflicts:
|
|
1264
|
+
|
|
1265
|
+
# package-lock.json
|
|
1266
|
+
|
|
1267
|
+
# package.json
|
|
1268
|
+
|
|
1269
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1270
|
+
|
|
1271
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1272
|
+
|
|
1273
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1274
|
+
|
|
1275
|
+
- feat: enable eager sharing
|
|
1276
|
+
|
|
1277
|
+
- refactor: improve module hooks for eager loading and search
|
|
1278
|
+
|
|
1279
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1280
|
+
|
|
1281
|
+
- refactor: cleanup inverted container code
|
|
1282
|
+
|
|
1283
|
+
- refactor: cleanup inverted container code
|
|
1284
|
+
|
|
1285
|
+
- ci: fix install step with npm and NX
|
|
1286
|
+
|
|
1287
|
+
- test: remove tests for now
|
|
1288
|
+
|
|
1289
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
1290
|
+
|
|
1291
|
+
- chore(utils): release version 1.7.3
|
|
1292
|
+
|
|
1293
|
+
- chore(node): release version 0.14.4-beta.0
|
|
1294
|
+
|
|
1295
|
+
- chore(node): release version 0.14.4
|
|
1296
|
+
|
|
1297
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
1298
|
+
|
|
1299
|
+
- fix: remove debugging runtime variable
|
|
1300
|
+
|
|
1301
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
1302
|
+
|
|
1303
|
+
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
1304
|
+
|
|
1305
|
+
### Dependency Updates
|
|
1306
|
+
|
|
1307
|
+
- `utils` updated to version `2.0.7`
|
|
1308
|
+
- `utils` updated to version `2.0.7`
|
|
1309
|
+
|
|
1310
|
+
### Bug Fixes
|
|
1311
|
+
|
|
1312
|
+
- ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
1313
|
+
- **storybook-addon:** update src path also for stories from v7 ([#1206](https://github.com/module-federation/nextjs-mf/issues/1206)) ([8af9066](https://github.com/module-federation/nextjs-mf/commit/8af906648c3abf8d9a344fec9153b54a02ad3e53)), closes [#1195](https://github.com/module-federation/nextjs-mf/issues/1195)
|
|
1314
|
+
- 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))
|
|
1315
|
+
|
|
1316
|
+
### Features
|
|
1317
|
+
|
|
1318
|
+
- 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)
|
|
1319
|
+
|
|
1320
|
+
### BREAKING CHANGES
|
|
1321
|
+
|
|
1322
|
+
- automaticAsyncBoundary option has been removed
|
|
1323
|
+
|
|
1324
|
+
- fix: exclude specific pages from page map automatically
|
|
1325
|
+
|
|
1326
|
+
- refactor: conslidate codebase
|
|
1327
|
+
|
|
1328
|
+
- fix: improve hot reload share recovery
|
|
1329
|
+
|
|
1330
|
+
- refactor: remove server jsonp template
|
|
1331
|
+
|
|
1332
|
+
- chore: remove dead code from runtime modules
|
|
1333
|
+
|
|
1334
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1335
|
+
|
|
1336
|
+
getting chunk loading global from compiler output options
|
|
1337
|
+
|
|
1338
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1339
|
+
|
|
1340
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1341
|
+
|
|
1342
|
+
- chore: cleanup code
|
|
1343
|
+
|
|
1344
|
+
- chore: remove dead code from add module runtime plugin
|
|
1345
|
+
|
|
1346
|
+
likely can remove whole plugin in future
|
|
1347
|
+
|
|
1348
|
+
- chore: remove logs from delegate modules
|
|
1349
|
+
|
|
1350
|
+
- chore: remove old utils
|
|
1351
|
+
|
|
1352
|
+
- fix: add warning on auto page stitch
|
|
1353
|
+
|
|
1354
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1355
|
+
|
|
1356
|
+
- chore: improve logging to see if its local load or remote load
|
|
1357
|
+
|
|
1358
|
+
- chore: clean up old custom promises factories
|
|
1359
|
+
|
|
1360
|
+
- fix: remove container proxy code
|
|
1361
|
+
|
|
1362
|
+
- fix: remove container proxy code
|
|
1363
|
+
- automaticAsyncBoundary option has been removed
|
|
1364
|
+
|
|
1365
|
+
- fix: exclude specific pages from page map automatically
|
|
1366
|
+
|
|
1367
|
+
- refactor: conslidate codebase
|
|
1368
|
+
|
|
1369
|
+
- fix: improve hot reload share recovery
|
|
1370
|
+
|
|
1371
|
+
- refactor: remove server jsonp template
|
|
1372
|
+
|
|
1373
|
+
- chore: remove dead code from runtime modules
|
|
1374
|
+
|
|
1375
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1376
|
+
|
|
1377
|
+
getting chunk loading global from compiler output options
|
|
1378
|
+
|
|
1379
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1380
|
+
|
|
1381
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1382
|
+
|
|
1383
|
+
- chore: cleanup code
|
|
1384
|
+
|
|
1385
|
+
- chore: remove dead code from add module runtime plugin
|
|
1386
|
+
|
|
1387
|
+
likely can remove whole plugin in future
|
|
1388
|
+
|
|
1389
|
+
- chore: remove logs from delegate modules
|
|
1390
|
+
|
|
1391
|
+
- chore: remove old utils
|
|
1392
|
+
|
|
1393
|
+
- fix: add warning on auto page stitch
|
|
1394
|
+
|
|
1395
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1396
|
+
|
|
1397
|
+
- chore: improve logging to see if its local load or remote load
|
|
1398
|
+
|
|
1399
|
+
- chore: clean up old custom promises factories
|
|
1400
|
+
|
|
1401
|
+
- fix: remove container proxy code
|
|
1402
|
+
|
|
1403
|
+
- fix: remove container proxy code
|
|
1404
|
+
|
|
1405
|
+
- chore: fix project.json
|
|
1406
|
+
|
|
1407
|
+
- debugging
|
|
1408
|
+
|
|
1409
|
+
- fix: resolve backmerge issues with build
|
|
1410
|
+
|
|
1411
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1412
|
+
|
|
1413
|
+
# Conflicts:
|
|
1414
|
+
|
|
1415
|
+
# package-lock.json
|
|
1416
|
+
|
|
1417
|
+
# package.json
|
|
1418
|
+
|
|
1419
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1420
|
+
|
|
1421
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1422
|
+
|
|
1423
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1424
|
+
|
|
1425
|
+
- feat: enable eager sharing
|
|
1426
|
+
|
|
1427
|
+
- refactor: improve module hooks for eager loading and search
|
|
1428
|
+
|
|
1429
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1430
|
+
|
|
1431
|
+
- refactor: cleanup inverted container code
|
|
1432
|
+
|
|
1433
|
+
- refactor: cleanup inverted container code
|
|
1434
|
+
- automaticAsyncBoundary option has been removed
|
|
1435
|
+
|
|
1436
|
+
- fix: exclude specific pages from page map automatically
|
|
1437
|
+
|
|
1438
|
+
- refactor: conslidate codebase
|
|
1439
|
+
|
|
1440
|
+
- fix: improve hot reload share recovery
|
|
1441
|
+
|
|
1442
|
+
- refactor: remove server jsonp template
|
|
1443
|
+
|
|
1444
|
+
- chore: remove dead code from runtime modules
|
|
1445
|
+
|
|
1446
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1447
|
+
|
|
1448
|
+
getting chunk loading global from compiler output options
|
|
1449
|
+
|
|
1450
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1451
|
+
|
|
1452
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1453
|
+
|
|
1454
|
+
- chore: cleanup code
|
|
1455
|
+
|
|
1456
|
+
- chore: remove dead code from add module runtime plugin
|
|
1457
|
+
|
|
1458
|
+
likely can remove whole plugin in future
|
|
1459
|
+
|
|
1460
|
+
- chore: remove logs from delegate modules
|
|
1461
|
+
|
|
1462
|
+
- chore: remove old utils
|
|
1463
|
+
|
|
1464
|
+
- fix: add warning on auto page stitch
|
|
1465
|
+
|
|
1466
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1467
|
+
|
|
1468
|
+
- chore: improve logging to see if its local load or remote load
|
|
1469
|
+
|
|
1470
|
+
- chore: clean up old custom promises factories
|
|
1471
|
+
|
|
1472
|
+
- fix: remove container proxy code
|
|
1473
|
+
|
|
1474
|
+
- fix: remove container proxy code
|
|
1475
|
+
|
|
1476
|
+
- fix: resolve backmerge issues with build
|
|
1477
|
+
|
|
1478
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1479
|
+
|
|
1480
|
+
# Conflicts:
|
|
1481
|
+
|
|
1482
|
+
# package-lock.json
|
|
1483
|
+
|
|
1484
|
+
# package.json
|
|
1485
|
+
|
|
1486
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1487
|
+
|
|
1488
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1489
|
+
|
|
1490
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1491
|
+
|
|
1492
|
+
- feat: enable eager sharing
|
|
1493
|
+
|
|
1494
|
+
- refactor: improve module hooks for eager loading and search
|
|
1495
|
+
|
|
1496
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1497
|
+
|
|
1498
|
+
- refactor: cleanup inverted container code
|
|
1499
|
+
|
|
1500
|
+
- refactor: cleanup inverted container code
|
|
1501
|
+
|
|
1502
|
+
- ci: fix install step with npm and NX
|
|
1503
|
+
|
|
1504
|
+
- test: remove tests for now
|
|
1505
|
+
|
|
1506
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
1507
|
+
|
|
1508
|
+
- chore(utils): release version 1.7.3
|
|
1509
|
+
|
|
1510
|
+
- chore(node): release version 0.14.4-beta.0
|
|
1511
|
+
|
|
1512
|
+
- chore(node): release version 0.14.4
|
|
1513
|
+
|
|
1514
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
1515
|
+
|
|
1516
|
+
- fix: remove debugging runtime variable
|
|
1517
|
+
|
|
1518
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
1519
|
+
|
|
1520
|
+
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
1521
|
+
|
|
1522
|
+
### Dependency Updates
|
|
1523
|
+
|
|
1524
|
+
- `utils` updated to version `2.0.7`
|
|
1525
|
+
- `utils` updated to version `2.0.7`
|
|
1526
|
+
|
|
1527
|
+
### Bug Fixes
|
|
1528
|
+
|
|
1529
|
+
- ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
1530
|
+
- **storybook-addon:** update src path also for stories from v7 ([#1206](https://github.com/module-federation/nextjs-mf/issues/1206)) ([8af9066](https://github.com/module-federation/nextjs-mf/commit/8af906648c3abf8d9a344fec9153b54a02ad3e53)), closes [#1195](https://github.com/module-federation/nextjs-mf/issues/1195)
|
|
1531
|
+
- 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))
|
|
1532
|
+
|
|
1533
|
+
### Features
|
|
1534
|
+
|
|
1535
|
+
- 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)
|
|
1536
|
+
|
|
1537
|
+
### BREAKING CHANGES
|
|
1538
|
+
|
|
1539
|
+
- automaticAsyncBoundary option has been removed
|
|
1540
|
+
|
|
1541
|
+
- fix: exclude specific pages from page map automatically
|
|
1542
|
+
|
|
1543
|
+
- refactor: conslidate codebase
|
|
1544
|
+
|
|
1545
|
+
- fix: improve hot reload share recovery
|
|
1546
|
+
|
|
1547
|
+
- refactor: remove server jsonp template
|
|
1548
|
+
|
|
1549
|
+
- chore: remove dead code from runtime modules
|
|
1550
|
+
|
|
1551
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1552
|
+
|
|
1553
|
+
getting chunk loading global from compiler output options
|
|
1554
|
+
|
|
1555
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1556
|
+
|
|
1557
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1558
|
+
|
|
1559
|
+
- chore: cleanup code
|
|
1560
|
+
|
|
1561
|
+
- chore: remove dead code from add module runtime plugin
|
|
1562
|
+
|
|
1563
|
+
likely can remove whole plugin in future
|
|
1564
|
+
|
|
1565
|
+
- chore: remove logs from delegate modules
|
|
1566
|
+
|
|
1567
|
+
- chore: remove old utils
|
|
1568
|
+
|
|
1569
|
+
- fix: add warning on auto page stitch
|
|
1570
|
+
|
|
1571
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1572
|
+
|
|
1573
|
+
- chore: improve logging to see if its local load or remote load
|
|
1574
|
+
|
|
1575
|
+
- chore: clean up old custom promises factories
|
|
1576
|
+
|
|
1577
|
+
- fix: remove container proxy code
|
|
1578
|
+
|
|
1579
|
+
- fix: remove container proxy code
|
|
1580
|
+
- automaticAsyncBoundary option has been removed
|
|
1581
|
+
|
|
1582
|
+
- fix: exclude specific pages from page map automatically
|
|
1583
|
+
|
|
1584
|
+
- refactor: conslidate codebase
|
|
1585
|
+
|
|
1586
|
+
- fix: improve hot reload share recovery
|
|
1587
|
+
|
|
1588
|
+
- refactor: remove server jsonp template
|
|
1589
|
+
|
|
1590
|
+
- chore: remove dead code from runtime modules
|
|
1591
|
+
|
|
1592
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1593
|
+
|
|
1594
|
+
getting chunk loading global from compiler output options
|
|
1595
|
+
|
|
1596
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1597
|
+
|
|
1598
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1599
|
+
|
|
1600
|
+
- chore: cleanup code
|
|
1601
|
+
|
|
1602
|
+
- chore: remove dead code from add module runtime plugin
|
|
1603
|
+
|
|
1604
|
+
likely can remove whole plugin in future
|
|
1605
|
+
|
|
1606
|
+
- chore: remove logs from delegate modules
|
|
1607
|
+
|
|
1608
|
+
- chore: remove old utils
|
|
1609
|
+
|
|
1610
|
+
- fix: add warning on auto page stitch
|
|
1611
|
+
|
|
1612
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1613
|
+
|
|
1614
|
+
- chore: improve logging to see if its local load or remote load
|
|
1615
|
+
|
|
1616
|
+
- chore: clean up old custom promises factories
|
|
1617
|
+
|
|
1618
|
+
- fix: remove container proxy code
|
|
1619
|
+
|
|
1620
|
+
- fix: remove container proxy code
|
|
1621
|
+
|
|
1622
|
+
- chore: fix project.json
|
|
1623
|
+
|
|
1624
|
+
- debugging
|
|
1625
|
+
|
|
1626
|
+
- fix: resolve backmerge issues with build
|
|
1627
|
+
|
|
1628
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1629
|
+
|
|
1630
|
+
# Conflicts:
|
|
1631
|
+
|
|
1632
|
+
# package-lock.json
|
|
1633
|
+
|
|
1634
|
+
# package.json
|
|
1635
|
+
|
|
1636
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1637
|
+
|
|
1638
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1639
|
+
|
|
1640
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1641
|
+
|
|
1642
|
+
- feat: enable eager sharing
|
|
1643
|
+
|
|
1644
|
+
- refactor: improve module hooks for eager loading and search
|
|
1645
|
+
|
|
1646
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1647
|
+
|
|
1648
|
+
- refactor: cleanup inverted container code
|
|
1649
|
+
|
|
1650
|
+
- refactor: cleanup inverted container code
|
|
1651
|
+
- automaticAsyncBoundary option has been removed
|
|
1652
|
+
|
|
1653
|
+
- fix: exclude specific pages from page map automatically
|
|
1654
|
+
|
|
1655
|
+
- refactor: conslidate codebase
|
|
1656
|
+
|
|
1657
|
+
- fix: improve hot reload share recovery
|
|
1658
|
+
|
|
1659
|
+
- refactor: remove server jsonp template
|
|
1660
|
+
|
|
1661
|
+
- chore: remove dead code from runtime modules
|
|
1662
|
+
|
|
1663
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1664
|
+
|
|
1665
|
+
getting chunk loading global from compiler output options
|
|
1666
|
+
|
|
1667
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1668
|
+
|
|
1669
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1670
|
+
|
|
1671
|
+
- chore: cleanup code
|
|
1672
|
+
|
|
1673
|
+
- chore: remove dead code from add module runtime plugin
|
|
1674
|
+
|
|
1675
|
+
likely can remove whole plugin in future
|
|
1676
|
+
|
|
1677
|
+
- chore: remove logs from delegate modules
|
|
1678
|
+
|
|
1679
|
+
- chore: remove old utils
|
|
1680
|
+
|
|
1681
|
+
- fix: add warning on auto page stitch
|
|
1682
|
+
|
|
1683
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1684
|
+
|
|
1685
|
+
- chore: improve logging to see if its local load or remote load
|
|
1686
|
+
|
|
1687
|
+
- chore: clean up old custom promises factories
|
|
1688
|
+
|
|
1689
|
+
- fix: remove container proxy code
|
|
1690
|
+
|
|
1691
|
+
- fix: remove container proxy code
|
|
1692
|
+
|
|
1693
|
+
- fix: resolve backmerge issues with build
|
|
1694
|
+
|
|
1695
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1696
|
+
|
|
1697
|
+
# Conflicts:
|
|
1698
|
+
|
|
1699
|
+
# package-lock.json
|
|
1700
|
+
|
|
1701
|
+
# package.json
|
|
1702
|
+
|
|
1703
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1704
|
+
|
|
1705
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1706
|
+
|
|
1707
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1708
|
+
|
|
1709
|
+
- feat: enable eager sharing
|
|
1710
|
+
|
|
1711
|
+
- refactor: improve module hooks for eager loading and search
|
|
1712
|
+
|
|
1713
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1714
|
+
|
|
1715
|
+
- refactor: cleanup inverted container code
|
|
1716
|
+
|
|
1717
|
+
- refactor: cleanup inverted container code
|
|
1718
|
+
|
|
1719
|
+
- ci: fix install step with npm and NX
|
|
1720
|
+
|
|
1721
|
+
- test: remove tests for now
|
|
1722
|
+
|
|
1723
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
1724
|
+
|
|
1725
|
+
- chore(utils): release version 1.7.3
|
|
1726
|
+
|
|
1727
|
+
- chore(node): release version 0.14.4-beta.0
|
|
1728
|
+
|
|
1729
|
+
- chore(node): release version 0.14.4
|
|
1730
|
+
|
|
1731
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
1732
|
+
|
|
1733
|
+
- fix: remove debugging runtime variable
|
|
1734
|
+
|
|
1735
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
1736
|
+
|
|
1737
|
+
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
1738
|
+
|
|
1739
|
+
### Dependency Updates
|
|
1740
|
+
|
|
1741
|
+
- `utils` updated to version `2.0.6`
|
|
1742
|
+
- `utils` updated to version `2.0.6`
|
|
1743
|
+
|
|
1744
|
+
### Bug Fixes
|
|
1745
|
+
|
|
1746
|
+
- ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
1747
|
+
- **storybook-addon:** update src path also for stories from v7 ([#1206](https://github.com/module-federation/nextjs-mf/issues/1206)) ([8af9066](https://github.com/module-federation/nextjs-mf/commit/8af906648c3abf8d9a344fec9153b54a02ad3e53)), closes [#1195](https://github.com/module-federation/nextjs-mf/issues/1195)
|
|
1748
|
+
|
|
1749
|
+
### Features
|
|
1750
|
+
|
|
1751
|
+
- 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)
|
|
1752
|
+
|
|
1753
|
+
### BREAKING CHANGES
|
|
1754
|
+
|
|
1755
|
+
- automaticAsyncBoundary option has been removed
|
|
1756
|
+
|
|
1757
|
+
- fix: exclude specific pages from page map automatically
|
|
1758
|
+
|
|
1759
|
+
- refactor: conslidate codebase
|
|
1760
|
+
|
|
1761
|
+
- fix: improve hot reload share recovery
|
|
1762
|
+
|
|
1763
|
+
- refactor: remove server jsonp template
|
|
1764
|
+
|
|
1765
|
+
- chore: remove dead code from runtime modules
|
|
1766
|
+
|
|
1767
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1768
|
+
|
|
1769
|
+
getting chunk loading global from compiler output options
|
|
1770
|
+
|
|
1771
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1772
|
+
|
|
1773
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1774
|
+
|
|
1775
|
+
- chore: cleanup code
|
|
1776
|
+
|
|
1777
|
+
- chore: remove dead code from add module runtime plugin
|
|
1778
|
+
|
|
1779
|
+
likely can remove whole plugin in future
|
|
1780
|
+
|
|
1781
|
+
- chore: remove logs from delegate modules
|
|
1782
|
+
|
|
1783
|
+
- chore: remove old utils
|
|
1784
|
+
|
|
1785
|
+
- fix: add warning on auto page stitch
|
|
1786
|
+
|
|
1787
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1788
|
+
|
|
1789
|
+
- chore: improve logging to see if its local load or remote load
|
|
1790
|
+
|
|
1791
|
+
- chore: clean up old custom promises factories
|
|
1792
|
+
|
|
1793
|
+
- fix: remove container proxy code
|
|
1794
|
+
|
|
1795
|
+
- fix: remove container proxy code
|
|
1796
|
+
- automaticAsyncBoundary option has been removed
|
|
1797
|
+
|
|
1798
|
+
- fix: exclude specific pages from page map automatically
|
|
1799
|
+
|
|
1800
|
+
- refactor: conslidate codebase
|
|
1801
|
+
|
|
1802
|
+
- fix: improve hot reload share recovery
|
|
1803
|
+
|
|
1804
|
+
- refactor: remove server jsonp template
|
|
1805
|
+
|
|
1806
|
+
- chore: remove dead code from runtime modules
|
|
1807
|
+
|
|
1808
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1809
|
+
|
|
1810
|
+
getting chunk loading global from compiler output options
|
|
1811
|
+
|
|
1812
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1813
|
+
|
|
1814
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1815
|
+
|
|
1816
|
+
- chore: cleanup code
|
|
1817
|
+
|
|
1818
|
+
- chore: remove dead code from add module runtime plugin
|
|
1819
|
+
|
|
1820
|
+
likely can remove whole plugin in future
|
|
1821
|
+
|
|
1822
|
+
- chore: remove logs from delegate modules
|
|
1823
|
+
|
|
1824
|
+
- chore: remove old utils
|
|
1825
|
+
|
|
1826
|
+
- fix: add warning on auto page stitch
|
|
1827
|
+
|
|
1828
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1829
|
+
|
|
1830
|
+
- chore: improve logging to see if its local load or remote load
|
|
1831
|
+
|
|
1832
|
+
- chore: clean up old custom promises factories
|
|
1833
|
+
|
|
1834
|
+
- fix: remove container proxy code
|
|
1835
|
+
|
|
1836
|
+
- fix: remove container proxy code
|
|
1837
|
+
|
|
1838
|
+
- chore: fix project.json
|
|
1839
|
+
|
|
1840
|
+
- debugging
|
|
1841
|
+
|
|
1842
|
+
- fix: resolve backmerge issues with build
|
|
1843
|
+
|
|
1844
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1845
|
+
|
|
1846
|
+
# Conflicts:
|
|
1847
|
+
|
|
1848
|
+
# package-lock.json
|
|
1849
|
+
|
|
1850
|
+
# package.json
|
|
1851
|
+
|
|
1852
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1853
|
+
|
|
1854
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1855
|
+
|
|
1856
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1857
|
+
|
|
1858
|
+
- feat: enable eager sharing
|
|
1859
|
+
|
|
1860
|
+
- refactor: improve module hooks for eager loading and search
|
|
1861
|
+
|
|
1862
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1863
|
+
|
|
1864
|
+
- refactor: cleanup inverted container code
|
|
1865
|
+
|
|
1866
|
+
- refactor: cleanup inverted container code
|
|
1867
|
+
- automaticAsyncBoundary option has been removed
|
|
1868
|
+
|
|
1869
|
+
- fix: exclude specific pages from page map automatically
|
|
1870
|
+
|
|
1871
|
+
- refactor: conslidate codebase
|
|
1872
|
+
|
|
1873
|
+
- fix: improve hot reload share recovery
|
|
1874
|
+
|
|
1875
|
+
- refactor: remove server jsonp template
|
|
1876
|
+
|
|
1877
|
+
- chore: remove dead code from runtime modules
|
|
1878
|
+
|
|
1879
|
+
- fix: clean up jsonp getCustomJsonpCode
|
|
1880
|
+
|
|
1881
|
+
getting chunk loading global from compiler output options
|
|
1882
|
+
|
|
1883
|
+
- feat: adding cleanInitArrays runtime helper
|
|
1884
|
+
|
|
1885
|
+
- chore: remove share scope hoist and module hoisting system
|
|
1886
|
+
|
|
1887
|
+
- chore: cleanup code
|
|
1888
|
+
|
|
1889
|
+
- chore: remove dead code from add module runtime plugin
|
|
1890
|
+
|
|
1891
|
+
likely can remove whole plugin in future
|
|
1892
|
+
|
|
1893
|
+
- chore: remove logs from delegate modules
|
|
1894
|
+
|
|
1895
|
+
- chore: remove old utils
|
|
1896
|
+
|
|
1897
|
+
- fix: add warning on auto page stitch
|
|
1898
|
+
|
|
1899
|
+
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1900
|
+
|
|
1901
|
+
- chore: improve logging to see if its local load or remote load
|
|
1902
|
+
|
|
1903
|
+
- chore: clean up old custom promises factories
|
|
1904
|
+
|
|
1905
|
+
- fix: remove container proxy code
|
|
1906
|
+
|
|
1907
|
+
- fix: remove container proxy code
|
|
1908
|
+
|
|
1909
|
+
- fix: resolve backmerge issues with build
|
|
1910
|
+
|
|
1911
|
+
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1912
|
+
|
|
1913
|
+
# Conflicts:
|
|
1914
|
+
|
|
1915
|
+
# package-lock.json
|
|
1916
|
+
|
|
1917
|
+
# package.json
|
|
1918
|
+
|
|
1919
|
+
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1920
|
+
|
|
1921
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1922
|
+
|
|
1923
|
+
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1924
|
+
|
|
1925
|
+
- feat: enable eager sharing
|
|
1926
|
+
|
|
1927
|
+
- refactor: improve module hooks for eager loading and search
|
|
1928
|
+
|
|
1929
|
+
- refactor: cleanup custom jsonp and make es5
|
|
1930
|
+
|
|
1931
|
+
- refactor: cleanup inverted container code
|
|
1932
|
+
|
|
1933
|
+
- refactor: cleanup inverted container code
|
|
1934
|
+
|
|
1935
|
+
- ci: fix install step with npm and NX
|
|
1936
|
+
|
|
1937
|
+
- test: remove tests for now
|
|
1938
|
+
|
|
1939
|
+
- chore(utils): release version 1.7.3-beta.0
|
|
1940
|
+
|
|
1941
|
+
- chore(utils): release version 1.7.3
|
|
1942
|
+
|
|
1943
|
+
- chore(node): release version 0.14.4-beta.0
|
|
1944
|
+
|
|
1945
|
+
- chore(node): release version 0.14.4
|
|
1946
|
+
|
|
1947
|
+
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
1948
|
+
|
|
1949
|
+
- fix: remove debugging runtime variable
|
|
1950
|
+
|
|
1951
|
+
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
1952
|
+
|
|
1953
|
+
# [0.2.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.1.0...storybook-addon-0.2.0) (2023-05-03)
|
|
1954
|
+
|
|
1955
|
+
### Dependency Updates
|
|
1956
|
+
|
|
1957
|
+
- `utils` updated to version `1.7.0`
|
|
1958
|
+
- `utils` updated to version `1.7.0`
|
|
1959
|
+
|
|
1960
|
+
### Features
|
|
1961
|
+
|
|
1962
|
+
- **storybook-addon:** upgrade nx and refactor util `withModuleFederation` ([#829](https://github.com/module-federation/nextjs-mf/issues/829)) ([5eeab46](https://github.com/module-federation/nextjs-mf/commit/5eeab46861fa1e444b772cdd15ba5472414e5dd8))
|
|
1963
|
+
|
|
1964
|
+
# 0.1.0 (2023-04-27)
|
|
1965
|
+
|
|
1966
|
+
### Dependency Updates
|
|
1967
|
+
|
|
1968
|
+
- `utils` updated to version `1.7.0`
|
|
1969
|
+
- `utils` updated to version `1.7.0`
|
|
1970
|
+
|
|
1971
|
+
### Bug Fixes
|
|
1972
|
+
|
|
1973
|
+
- add release tooling to storybook addon ([43c66bb](https://github.com/module-federation/nextjs-mf/commit/43c66bbc10af8198e908d35ffde7b7dc0058f9cb))
|
|
1974
|
+
- add release tooling to storybook addon ([#817](https://github.com/module-federation/nextjs-mf/issues/817)) ([63d27a8](https://github.com/module-federation/nextjs-mf/commit/63d27a8067a0734d04677948b50454b6704dc387))
|
|
1975
|
+
|
|
1976
|
+
### Features
|
|
1977
|
+
|
|
1978
|
+
- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/nextjs-mf/issues/598)) ([7547b02](https://github.com/module-federation/nextjs-mf/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c))
|
|
1979
|
+
|
|
1980
|
+
# 0.1.0 (2023-04-27)
|
|
1981
|
+
|
|
1982
|
+
### Dependency Updates
|
|
1983
|
+
|
|
1984
|
+
- `utils` updated to version `1.7.0`
|
|
1985
|
+
- `utils` updated to version `1.7.0`
|
|
1986
|
+
|
|
1987
|
+
### Bug Fixes
|
|
1988
|
+
|
|
1989
|
+
- add release tooling to storybook addon ([#817](https://github.com/module-federation/nextjs-mf/issues/817)) ([63d27a8](https://github.com/module-federation/nextjs-mf/commit/63d27a8067a0734d04677948b50454b6704dc387))
|
|
1990
|
+
|
|
1991
|
+
### Features
|
|
1992
|
+
|
|
1993
|
+
- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/nextjs-mf/issues/598)) ([7547b02](https://github.com/module-federation/nextjs-mf/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c))
|
|
1994
|
+
|
|
1995
|
+
# 0.1.0 (2023-04-27)
|
|
1996
|
+
|
|
1997
|
+
### Dependency Updates
|
|
1998
|
+
|
|
1999
|
+
- `utils` updated to version `1.7.0`
|
|
2000
|
+
- `utils` updated to version `1.7.0`
|
|
2001
|
+
|
|
2002
|
+
### Bug Fixes
|
|
2003
|
+
|
|
2004
|
+
- add release tooling to storybook addon ([#817](https://github.com/module-federation/nextjs-mf/issues/817)) ([63d27a8](https://github.com/module-federation/nextjs-mf/commit/63d27a8067a0734d04677948b50454b6704dc387))
|
|
2005
|
+
|
|
2006
|
+
### Features
|
|
2007
|
+
|
|
2008
|
+
- add storybook addon that supports Module Federation remote containers ([#598](https://github.com/module-federation/nextjs-mf/issues/598)) ([7547b02](https://github.com/module-federation/nextjs-mf/commit/7547b02937fdef2831060d6a7bfd337d2cc3355c))
|