@module-federation/storybook-addon 1.0.0 → 2.0.1
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/package.json +14 -18
- package/src/lib/storybook-addon.d.ts +1 -1
- package/src/lib/storybook-addon.js +3 -3
- package/src/lib/storybook-addon.js.map +1 -1
- package/src/utils/correctImportPath.d.ts +1 -0
- package/src/utils/correctImportPath.js +24 -0
- package/src/utils/correctImportPath.js.map +1 -0
- package/src/utils/with-module-federation.d.ts +1 -1
- package/src/utils/with-module-federation.js.map +1 -1
- package/CHANGELOG.md +0 -1127
- package/README.md +0 -133
package/CHANGELOG.md
DELETED
|
@@ -1,1127 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
-
|
|
5
|
-
# 1.0.0 (2023-08-14)
|
|
6
|
-
|
|
7
|
-
### Dependency Updates
|
|
8
|
-
|
|
9
|
-
* `utils` updated to version `2.0.7`
|
|
10
|
-
* `utils` updated to version `2.0.7`
|
|
11
|
-
|
|
12
|
-
### Bug Fixes
|
|
13
|
-
|
|
14
|
-
* add release tooling to storybook addon ([43c66bb](https://github.com/module-federation/nextjs-mf/commit/43c66bbc10af8198e908d35ffde7b7dc0058f9cb))
|
|
15
|
-
* 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))
|
|
16
|
-
* ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
17
|
-
* **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)
|
|
18
|
-
* workaround to self ref module error in prod ([#1205](https://github.com/module-federation/nextjs-mf/issues/1205)) ([1d88beb](https://github.com/module-federation/nextjs-mf/commit/1d88beb0da629f036e132573fee9f05494b1f540))
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Features
|
|
22
|
-
|
|
23
|
-
* 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))
|
|
24
|
-
* 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)
|
|
25
|
-
* **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))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### BREAKING CHANGES
|
|
29
|
-
|
|
30
|
-
* automaticAsyncBoundary option has been removed
|
|
31
|
-
|
|
32
|
-
* fix: exclude specific pages from page map automatically
|
|
33
|
-
|
|
34
|
-
* refactor: conslidate codebase
|
|
35
|
-
|
|
36
|
-
* fix: improve hot reload share recovery
|
|
37
|
-
|
|
38
|
-
* refactor: remove server jsonp template
|
|
39
|
-
|
|
40
|
-
* chore: remove dead code from runtime modules
|
|
41
|
-
|
|
42
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
43
|
-
|
|
44
|
-
getting chunk loading global from compiler output options
|
|
45
|
-
|
|
46
|
-
* feat: adding cleanInitArrays runtime helper
|
|
47
|
-
|
|
48
|
-
* chore: remove share scope hoist and module hoisting system
|
|
49
|
-
|
|
50
|
-
* chore: cleanup code
|
|
51
|
-
|
|
52
|
-
* chore: remove dead code from add module runtime plugin
|
|
53
|
-
|
|
54
|
-
likely can remove whole plugin in future
|
|
55
|
-
|
|
56
|
-
* chore: remove logs from delegate modules
|
|
57
|
-
|
|
58
|
-
* chore: remove old utils
|
|
59
|
-
|
|
60
|
-
* fix: add warning on auto page stitch
|
|
61
|
-
|
|
62
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
63
|
-
|
|
64
|
-
* chore: improve logging to see if its local load or remote load
|
|
65
|
-
|
|
66
|
-
* chore: clean up old custom promises factories
|
|
67
|
-
|
|
68
|
-
* fix: remove container proxy code
|
|
69
|
-
|
|
70
|
-
* fix: remove container proxy code
|
|
71
|
-
* automaticAsyncBoundary option has been removed
|
|
72
|
-
|
|
73
|
-
* fix: exclude specific pages from page map automatically
|
|
74
|
-
|
|
75
|
-
* refactor: conslidate codebase
|
|
76
|
-
|
|
77
|
-
* fix: improve hot reload share recovery
|
|
78
|
-
|
|
79
|
-
* refactor: remove server jsonp template
|
|
80
|
-
|
|
81
|
-
* chore: remove dead code from runtime modules
|
|
82
|
-
|
|
83
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
84
|
-
|
|
85
|
-
getting chunk loading global from compiler output options
|
|
86
|
-
|
|
87
|
-
* feat: adding cleanInitArrays runtime helper
|
|
88
|
-
|
|
89
|
-
* chore: remove share scope hoist and module hoisting system
|
|
90
|
-
|
|
91
|
-
* chore: cleanup code
|
|
92
|
-
|
|
93
|
-
* chore: remove dead code from add module runtime plugin
|
|
94
|
-
|
|
95
|
-
likely can remove whole plugin in future
|
|
96
|
-
|
|
97
|
-
* chore: remove logs from delegate modules
|
|
98
|
-
|
|
99
|
-
* chore: remove old utils
|
|
100
|
-
|
|
101
|
-
* fix: add warning on auto page stitch
|
|
102
|
-
|
|
103
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
104
|
-
|
|
105
|
-
* chore: improve logging to see if its local load or remote load
|
|
106
|
-
|
|
107
|
-
* chore: clean up old custom promises factories
|
|
108
|
-
|
|
109
|
-
* fix: remove container proxy code
|
|
110
|
-
|
|
111
|
-
* fix: remove container proxy code
|
|
112
|
-
|
|
113
|
-
* chore: fix project.json
|
|
114
|
-
|
|
115
|
-
* debugging
|
|
116
|
-
|
|
117
|
-
* fix: resolve backmerge issues with build
|
|
118
|
-
|
|
119
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
120
|
-
|
|
121
|
-
# Conflicts:
|
|
122
|
-
# package-lock.json
|
|
123
|
-
# package.json
|
|
124
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
125
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
126
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
127
|
-
|
|
128
|
-
* feat: enable eager sharing
|
|
129
|
-
|
|
130
|
-
* refactor: improve module hooks for eager loading and search
|
|
131
|
-
|
|
132
|
-
* refactor: cleanup custom jsonp and make es5
|
|
133
|
-
|
|
134
|
-
* refactor: cleanup inverted container code
|
|
135
|
-
|
|
136
|
-
* refactor: cleanup inverted container code
|
|
137
|
-
* automaticAsyncBoundary option has been removed
|
|
138
|
-
|
|
139
|
-
* fix: exclude specific pages from page map automatically
|
|
140
|
-
|
|
141
|
-
* refactor: conslidate codebase
|
|
142
|
-
|
|
143
|
-
* fix: improve hot reload share recovery
|
|
144
|
-
|
|
145
|
-
* refactor: remove server jsonp template
|
|
146
|
-
|
|
147
|
-
* chore: remove dead code from runtime modules
|
|
148
|
-
|
|
149
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
150
|
-
|
|
151
|
-
getting chunk loading global from compiler output options
|
|
152
|
-
|
|
153
|
-
* feat: adding cleanInitArrays runtime helper
|
|
154
|
-
|
|
155
|
-
* chore: remove share scope hoist and module hoisting system
|
|
156
|
-
|
|
157
|
-
* chore: cleanup code
|
|
158
|
-
|
|
159
|
-
* chore: remove dead code from add module runtime plugin
|
|
160
|
-
|
|
161
|
-
likely can remove whole plugin in future
|
|
162
|
-
|
|
163
|
-
* chore: remove logs from delegate modules
|
|
164
|
-
|
|
165
|
-
* chore: remove old utils
|
|
166
|
-
|
|
167
|
-
* fix: add warning on auto page stitch
|
|
168
|
-
|
|
169
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
170
|
-
|
|
171
|
-
* chore: improve logging to see if its local load or remote load
|
|
172
|
-
|
|
173
|
-
* chore: clean up old custom promises factories
|
|
174
|
-
|
|
175
|
-
* fix: remove container proxy code
|
|
176
|
-
|
|
177
|
-
* fix: remove container proxy code
|
|
178
|
-
|
|
179
|
-
* fix: resolve backmerge issues with build
|
|
180
|
-
|
|
181
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
182
|
-
|
|
183
|
-
# Conflicts:
|
|
184
|
-
# package-lock.json
|
|
185
|
-
# package.json
|
|
186
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
187
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
188
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
189
|
-
|
|
190
|
-
* feat: enable eager sharing
|
|
191
|
-
|
|
192
|
-
* refactor: improve module hooks for eager loading and search
|
|
193
|
-
|
|
194
|
-
* refactor: cleanup custom jsonp and make es5
|
|
195
|
-
|
|
196
|
-
* refactor: cleanup inverted container code
|
|
197
|
-
|
|
198
|
-
* refactor: cleanup inverted container code
|
|
199
|
-
|
|
200
|
-
* ci: fix install step with npm and NX
|
|
201
|
-
|
|
202
|
-
* test: remove tests for now
|
|
203
|
-
|
|
204
|
-
* chore(utils): release version 1.7.3-beta.0
|
|
205
|
-
|
|
206
|
-
* chore(utils): release version 1.7.3
|
|
207
|
-
|
|
208
|
-
* chore(node): release version 0.14.4-beta.0
|
|
209
|
-
|
|
210
|
-
* chore(node): release version 0.14.4
|
|
211
|
-
|
|
212
|
-
* chore(nextjs-mf): release version 6.4.1-beta.4
|
|
213
|
-
|
|
214
|
-
* fix: remove debugging runtime variable
|
|
215
|
-
|
|
216
|
-
* chore(nextjs-mf): release version 6.4.1-beta.5
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
221
|
-
|
|
222
|
-
### Dependency Updates
|
|
223
|
-
|
|
224
|
-
* `utils` updated to version `2.0.7`
|
|
225
|
-
* `utils` updated to version `2.0.7`
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
230
|
-
* **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)
|
|
231
|
-
* 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))
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Features
|
|
235
|
-
|
|
236
|
-
* 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)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### BREAKING CHANGES
|
|
240
|
-
|
|
241
|
-
* automaticAsyncBoundary option has been removed
|
|
242
|
-
|
|
243
|
-
* fix: exclude specific pages from page map automatically
|
|
244
|
-
|
|
245
|
-
* refactor: conslidate codebase
|
|
246
|
-
|
|
247
|
-
* fix: improve hot reload share recovery
|
|
248
|
-
|
|
249
|
-
* refactor: remove server jsonp template
|
|
250
|
-
|
|
251
|
-
* chore: remove dead code from runtime modules
|
|
252
|
-
|
|
253
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
254
|
-
|
|
255
|
-
getting chunk loading global from compiler output options
|
|
256
|
-
|
|
257
|
-
* feat: adding cleanInitArrays runtime helper
|
|
258
|
-
|
|
259
|
-
* chore: remove share scope hoist and module hoisting system
|
|
260
|
-
|
|
261
|
-
* chore: cleanup code
|
|
262
|
-
|
|
263
|
-
* chore: remove dead code from add module runtime plugin
|
|
264
|
-
|
|
265
|
-
likely can remove whole plugin in future
|
|
266
|
-
|
|
267
|
-
* chore: remove logs from delegate modules
|
|
268
|
-
|
|
269
|
-
* chore: remove old utils
|
|
270
|
-
|
|
271
|
-
* fix: add warning on auto page stitch
|
|
272
|
-
|
|
273
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
274
|
-
|
|
275
|
-
* chore: improve logging to see if its local load or remote load
|
|
276
|
-
|
|
277
|
-
* chore: clean up old custom promises factories
|
|
278
|
-
|
|
279
|
-
* fix: remove container proxy code
|
|
280
|
-
|
|
281
|
-
* fix: remove container proxy code
|
|
282
|
-
* automaticAsyncBoundary option has been removed
|
|
283
|
-
|
|
284
|
-
* fix: exclude specific pages from page map automatically
|
|
285
|
-
|
|
286
|
-
* refactor: conslidate codebase
|
|
287
|
-
|
|
288
|
-
* fix: improve hot reload share recovery
|
|
289
|
-
|
|
290
|
-
* refactor: remove server jsonp template
|
|
291
|
-
|
|
292
|
-
* chore: remove dead code from runtime modules
|
|
293
|
-
|
|
294
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
295
|
-
|
|
296
|
-
getting chunk loading global from compiler output options
|
|
297
|
-
|
|
298
|
-
* feat: adding cleanInitArrays runtime helper
|
|
299
|
-
|
|
300
|
-
* chore: remove share scope hoist and module hoisting system
|
|
301
|
-
|
|
302
|
-
* chore: cleanup code
|
|
303
|
-
|
|
304
|
-
* chore: remove dead code from add module runtime plugin
|
|
305
|
-
|
|
306
|
-
likely can remove whole plugin in future
|
|
307
|
-
|
|
308
|
-
* chore: remove logs from delegate modules
|
|
309
|
-
|
|
310
|
-
* chore: remove old utils
|
|
311
|
-
|
|
312
|
-
* fix: add warning on auto page stitch
|
|
313
|
-
|
|
314
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
315
|
-
|
|
316
|
-
* chore: improve logging to see if its local load or remote load
|
|
317
|
-
|
|
318
|
-
* chore: clean up old custom promises factories
|
|
319
|
-
|
|
320
|
-
* fix: remove container proxy code
|
|
321
|
-
|
|
322
|
-
* fix: remove container proxy code
|
|
323
|
-
|
|
324
|
-
* chore: fix project.json
|
|
325
|
-
|
|
326
|
-
* debugging
|
|
327
|
-
|
|
328
|
-
* fix: resolve backmerge issues with build
|
|
329
|
-
|
|
330
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
331
|
-
|
|
332
|
-
# Conflicts:
|
|
333
|
-
# package-lock.json
|
|
334
|
-
# package.json
|
|
335
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
336
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
337
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
338
|
-
|
|
339
|
-
* feat: enable eager sharing
|
|
340
|
-
|
|
341
|
-
* refactor: improve module hooks for eager loading and search
|
|
342
|
-
|
|
343
|
-
* refactor: cleanup custom jsonp and make es5
|
|
344
|
-
|
|
345
|
-
* refactor: cleanup inverted container code
|
|
346
|
-
|
|
347
|
-
* refactor: cleanup inverted container code
|
|
348
|
-
* automaticAsyncBoundary option has been removed
|
|
349
|
-
|
|
350
|
-
* fix: exclude specific pages from page map automatically
|
|
351
|
-
|
|
352
|
-
* refactor: conslidate codebase
|
|
353
|
-
|
|
354
|
-
* fix: improve hot reload share recovery
|
|
355
|
-
|
|
356
|
-
* refactor: remove server jsonp template
|
|
357
|
-
|
|
358
|
-
* chore: remove dead code from runtime modules
|
|
359
|
-
|
|
360
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
361
|
-
|
|
362
|
-
getting chunk loading global from compiler output options
|
|
363
|
-
|
|
364
|
-
* feat: adding cleanInitArrays runtime helper
|
|
365
|
-
|
|
366
|
-
* chore: remove share scope hoist and module hoisting system
|
|
367
|
-
|
|
368
|
-
* chore: cleanup code
|
|
369
|
-
|
|
370
|
-
* chore: remove dead code from add module runtime plugin
|
|
371
|
-
|
|
372
|
-
likely can remove whole plugin in future
|
|
373
|
-
|
|
374
|
-
* chore: remove logs from delegate modules
|
|
375
|
-
|
|
376
|
-
* chore: remove old utils
|
|
377
|
-
|
|
378
|
-
* fix: add warning on auto page stitch
|
|
379
|
-
|
|
380
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
381
|
-
|
|
382
|
-
* chore: improve logging to see if its local load or remote load
|
|
383
|
-
|
|
384
|
-
* chore: clean up old custom promises factories
|
|
385
|
-
|
|
386
|
-
* fix: remove container proxy code
|
|
387
|
-
|
|
388
|
-
* fix: remove container proxy code
|
|
389
|
-
|
|
390
|
-
* fix: resolve backmerge issues with build
|
|
391
|
-
|
|
392
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
393
|
-
|
|
394
|
-
# Conflicts:
|
|
395
|
-
# package-lock.json
|
|
396
|
-
# package.json
|
|
397
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
398
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
399
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
400
|
-
|
|
401
|
-
* feat: enable eager sharing
|
|
402
|
-
|
|
403
|
-
* refactor: improve module hooks for eager loading and search
|
|
404
|
-
|
|
405
|
-
* refactor: cleanup custom jsonp and make es5
|
|
406
|
-
|
|
407
|
-
* refactor: cleanup inverted container code
|
|
408
|
-
|
|
409
|
-
* refactor: cleanup inverted container code
|
|
410
|
-
|
|
411
|
-
* ci: fix install step with npm and NX
|
|
412
|
-
|
|
413
|
-
* test: remove tests for now
|
|
414
|
-
|
|
415
|
-
* chore(utils): release version 1.7.3-beta.0
|
|
416
|
-
|
|
417
|
-
* chore(utils): release version 1.7.3
|
|
418
|
-
|
|
419
|
-
* chore(node): release version 0.14.4-beta.0
|
|
420
|
-
|
|
421
|
-
* chore(node): release version 0.14.4
|
|
422
|
-
|
|
423
|
-
* chore(nextjs-mf): release version 6.4.1-beta.4
|
|
424
|
-
|
|
425
|
-
* fix: remove debugging runtime variable
|
|
426
|
-
|
|
427
|
-
* chore(nextjs-mf): release version 6.4.1-beta.5
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
432
|
-
|
|
433
|
-
### Dependency Updates
|
|
434
|
-
|
|
435
|
-
* `utils` updated to version `2.0.7`
|
|
436
|
-
* `utils` updated to version `2.0.7`
|
|
437
|
-
|
|
438
|
-
### Bug Fixes
|
|
439
|
-
|
|
440
|
-
* ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
441
|
-
* **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)
|
|
442
|
-
* 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))
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### Features
|
|
446
|
-
|
|
447
|
-
* 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)
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
### BREAKING CHANGES
|
|
451
|
-
|
|
452
|
-
* automaticAsyncBoundary option has been removed
|
|
453
|
-
|
|
454
|
-
* fix: exclude specific pages from page map automatically
|
|
455
|
-
|
|
456
|
-
* refactor: conslidate codebase
|
|
457
|
-
|
|
458
|
-
* fix: improve hot reload share recovery
|
|
459
|
-
|
|
460
|
-
* refactor: remove server jsonp template
|
|
461
|
-
|
|
462
|
-
* chore: remove dead code from runtime modules
|
|
463
|
-
|
|
464
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
465
|
-
|
|
466
|
-
getting chunk loading global from compiler output options
|
|
467
|
-
|
|
468
|
-
* feat: adding cleanInitArrays runtime helper
|
|
469
|
-
|
|
470
|
-
* chore: remove share scope hoist and module hoisting system
|
|
471
|
-
|
|
472
|
-
* chore: cleanup code
|
|
473
|
-
|
|
474
|
-
* chore: remove dead code from add module runtime plugin
|
|
475
|
-
|
|
476
|
-
likely can remove whole plugin in future
|
|
477
|
-
|
|
478
|
-
* chore: remove logs from delegate modules
|
|
479
|
-
|
|
480
|
-
* chore: remove old utils
|
|
481
|
-
|
|
482
|
-
* fix: add warning on auto page stitch
|
|
483
|
-
|
|
484
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
485
|
-
|
|
486
|
-
* chore: improve logging to see if its local load or remote load
|
|
487
|
-
|
|
488
|
-
* chore: clean up old custom promises factories
|
|
489
|
-
|
|
490
|
-
* fix: remove container proxy code
|
|
491
|
-
|
|
492
|
-
* fix: remove container proxy code
|
|
493
|
-
* automaticAsyncBoundary option has been removed
|
|
494
|
-
|
|
495
|
-
* fix: exclude specific pages from page map automatically
|
|
496
|
-
|
|
497
|
-
* refactor: conslidate codebase
|
|
498
|
-
|
|
499
|
-
* fix: improve hot reload share recovery
|
|
500
|
-
|
|
501
|
-
* refactor: remove server jsonp template
|
|
502
|
-
|
|
503
|
-
* chore: remove dead code from runtime modules
|
|
504
|
-
|
|
505
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
506
|
-
|
|
507
|
-
getting chunk loading global from compiler output options
|
|
508
|
-
|
|
509
|
-
* feat: adding cleanInitArrays runtime helper
|
|
510
|
-
|
|
511
|
-
* chore: remove share scope hoist and module hoisting system
|
|
512
|
-
|
|
513
|
-
* chore: cleanup code
|
|
514
|
-
|
|
515
|
-
* chore: remove dead code from add module runtime plugin
|
|
516
|
-
|
|
517
|
-
likely can remove whole plugin in future
|
|
518
|
-
|
|
519
|
-
* chore: remove logs from delegate modules
|
|
520
|
-
|
|
521
|
-
* chore: remove old utils
|
|
522
|
-
|
|
523
|
-
* fix: add warning on auto page stitch
|
|
524
|
-
|
|
525
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
526
|
-
|
|
527
|
-
* chore: improve logging to see if its local load or remote load
|
|
528
|
-
|
|
529
|
-
* chore: clean up old custom promises factories
|
|
530
|
-
|
|
531
|
-
* fix: remove container proxy code
|
|
532
|
-
|
|
533
|
-
* fix: remove container proxy code
|
|
534
|
-
|
|
535
|
-
* chore: fix project.json
|
|
536
|
-
|
|
537
|
-
* debugging
|
|
538
|
-
|
|
539
|
-
* fix: resolve backmerge issues with build
|
|
540
|
-
|
|
541
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
542
|
-
|
|
543
|
-
# Conflicts:
|
|
544
|
-
# package-lock.json
|
|
545
|
-
# package.json
|
|
546
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
547
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
548
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
549
|
-
|
|
550
|
-
* feat: enable eager sharing
|
|
551
|
-
|
|
552
|
-
* refactor: improve module hooks for eager loading and search
|
|
553
|
-
|
|
554
|
-
* refactor: cleanup custom jsonp and make es5
|
|
555
|
-
|
|
556
|
-
* refactor: cleanup inverted container code
|
|
557
|
-
|
|
558
|
-
* refactor: cleanup inverted container code
|
|
559
|
-
* automaticAsyncBoundary option has been removed
|
|
560
|
-
|
|
561
|
-
* fix: exclude specific pages from page map automatically
|
|
562
|
-
|
|
563
|
-
* refactor: conslidate codebase
|
|
564
|
-
|
|
565
|
-
* fix: improve hot reload share recovery
|
|
566
|
-
|
|
567
|
-
* refactor: remove server jsonp template
|
|
568
|
-
|
|
569
|
-
* chore: remove dead code from runtime modules
|
|
570
|
-
|
|
571
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
572
|
-
|
|
573
|
-
getting chunk loading global from compiler output options
|
|
574
|
-
|
|
575
|
-
* feat: adding cleanInitArrays runtime helper
|
|
576
|
-
|
|
577
|
-
* chore: remove share scope hoist and module hoisting system
|
|
578
|
-
|
|
579
|
-
* chore: cleanup code
|
|
580
|
-
|
|
581
|
-
* chore: remove dead code from add module runtime plugin
|
|
582
|
-
|
|
583
|
-
likely can remove whole plugin in future
|
|
584
|
-
|
|
585
|
-
* chore: remove logs from delegate modules
|
|
586
|
-
|
|
587
|
-
* chore: remove old utils
|
|
588
|
-
|
|
589
|
-
* fix: add warning on auto page stitch
|
|
590
|
-
|
|
591
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
592
|
-
|
|
593
|
-
* chore: improve logging to see if its local load or remote load
|
|
594
|
-
|
|
595
|
-
* chore: clean up old custom promises factories
|
|
596
|
-
|
|
597
|
-
* fix: remove container proxy code
|
|
598
|
-
|
|
599
|
-
* fix: remove container proxy code
|
|
600
|
-
|
|
601
|
-
* fix: resolve backmerge issues with build
|
|
602
|
-
|
|
603
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
604
|
-
|
|
605
|
-
# Conflicts:
|
|
606
|
-
# package-lock.json
|
|
607
|
-
# package.json
|
|
608
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
609
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
610
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
611
|
-
|
|
612
|
-
* feat: enable eager sharing
|
|
613
|
-
|
|
614
|
-
* refactor: improve module hooks for eager loading and search
|
|
615
|
-
|
|
616
|
-
* refactor: cleanup custom jsonp and make es5
|
|
617
|
-
|
|
618
|
-
* refactor: cleanup inverted container code
|
|
619
|
-
|
|
620
|
-
* refactor: cleanup inverted container code
|
|
621
|
-
|
|
622
|
-
* ci: fix install step with npm and NX
|
|
623
|
-
|
|
624
|
-
* test: remove tests for now
|
|
625
|
-
|
|
626
|
-
* chore(utils): release version 1.7.3-beta.0
|
|
627
|
-
|
|
628
|
-
* chore(utils): release version 1.7.3
|
|
629
|
-
|
|
630
|
-
* chore(node): release version 0.14.4-beta.0
|
|
631
|
-
|
|
632
|
-
* chore(node): release version 0.14.4
|
|
633
|
-
|
|
634
|
-
* chore(nextjs-mf): release version 6.4.1-beta.4
|
|
635
|
-
|
|
636
|
-
* fix: remove debugging runtime variable
|
|
637
|
-
|
|
638
|
-
* chore(nextjs-mf): release version 6.4.1-beta.5
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
643
|
-
|
|
644
|
-
### Dependency Updates
|
|
645
|
-
|
|
646
|
-
* `utils` updated to version `2.0.7`
|
|
647
|
-
* `utils` updated to version `2.0.7`
|
|
648
|
-
|
|
649
|
-
### Bug Fixes
|
|
650
|
-
|
|
651
|
-
* ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
652
|
-
* **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)
|
|
653
|
-
* 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))
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
### Features
|
|
657
|
-
|
|
658
|
-
* 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)
|
|
659
|
-
|
|
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
|
-
# package-lock.json
|
|
756
|
-
# package.json
|
|
757
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
758
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
759
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
760
|
-
|
|
761
|
-
* feat: enable eager sharing
|
|
762
|
-
|
|
763
|
-
* refactor: improve module hooks for eager loading and search
|
|
764
|
-
|
|
765
|
-
* refactor: cleanup custom jsonp and make es5
|
|
766
|
-
|
|
767
|
-
* refactor: cleanup inverted container code
|
|
768
|
-
|
|
769
|
-
* refactor: cleanup inverted container code
|
|
770
|
-
* automaticAsyncBoundary option has been removed
|
|
771
|
-
|
|
772
|
-
* fix: exclude specific pages from page map automatically
|
|
773
|
-
|
|
774
|
-
* refactor: conslidate codebase
|
|
775
|
-
|
|
776
|
-
* fix: improve hot reload share recovery
|
|
777
|
-
|
|
778
|
-
* refactor: remove server jsonp template
|
|
779
|
-
|
|
780
|
-
* chore: remove dead code from runtime modules
|
|
781
|
-
|
|
782
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
783
|
-
|
|
784
|
-
getting chunk loading global from compiler output options
|
|
785
|
-
|
|
786
|
-
* feat: adding cleanInitArrays runtime helper
|
|
787
|
-
|
|
788
|
-
* chore: remove share scope hoist and module hoisting system
|
|
789
|
-
|
|
790
|
-
* chore: cleanup code
|
|
791
|
-
|
|
792
|
-
* chore: remove dead code from add module runtime plugin
|
|
793
|
-
|
|
794
|
-
likely can remove whole plugin in future
|
|
795
|
-
|
|
796
|
-
* chore: remove logs from delegate modules
|
|
797
|
-
|
|
798
|
-
* chore: remove old utils
|
|
799
|
-
|
|
800
|
-
* fix: add warning on auto page stitch
|
|
801
|
-
|
|
802
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
803
|
-
|
|
804
|
-
* chore: improve logging to see if its local load or remote load
|
|
805
|
-
|
|
806
|
-
* chore: clean up old custom promises factories
|
|
807
|
-
|
|
808
|
-
* fix: remove container proxy code
|
|
809
|
-
|
|
810
|
-
* fix: remove container proxy code
|
|
811
|
-
|
|
812
|
-
* fix: resolve backmerge issues with build
|
|
813
|
-
|
|
814
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
815
|
-
|
|
816
|
-
# Conflicts:
|
|
817
|
-
# package-lock.json
|
|
818
|
-
# package.json
|
|
819
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
820
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
821
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
822
|
-
|
|
823
|
-
* feat: enable eager sharing
|
|
824
|
-
|
|
825
|
-
* refactor: improve module hooks for eager loading and search
|
|
826
|
-
|
|
827
|
-
* refactor: cleanup custom jsonp and make es5
|
|
828
|
-
|
|
829
|
-
* refactor: cleanup inverted container code
|
|
830
|
-
|
|
831
|
-
* refactor: cleanup inverted container code
|
|
832
|
-
|
|
833
|
-
* ci: fix install step with npm and NX
|
|
834
|
-
|
|
835
|
-
* test: remove tests for now
|
|
836
|
-
|
|
837
|
-
* chore(utils): release version 1.7.3-beta.0
|
|
838
|
-
|
|
839
|
-
* chore(utils): release version 1.7.3
|
|
840
|
-
|
|
841
|
-
* chore(node): release version 0.14.4-beta.0
|
|
842
|
-
|
|
843
|
-
* chore(node): release version 0.14.4
|
|
844
|
-
|
|
845
|
-
* chore(nextjs-mf): release version 6.4.1-beta.4
|
|
846
|
-
|
|
847
|
-
* fix: remove debugging runtime variable
|
|
848
|
-
|
|
849
|
-
* chore(nextjs-mf): release version 6.4.1-beta.5
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.2.0...storybook-addon-1.0.0) (2023-08-14)
|
|
854
|
-
|
|
855
|
-
### Dependency Updates
|
|
856
|
-
|
|
857
|
-
* `utils` updated to version `2.0.6`
|
|
858
|
-
* `utils` updated to version `2.0.6`
|
|
859
|
-
|
|
860
|
-
### Bug Fixes
|
|
861
|
-
|
|
862
|
-
* ignore ts error ([86bb46b](https://github.com/module-federation/nextjs-mf/commit/86bb46b0a77617c28d5294c3cc5e266b9360eb65))
|
|
863
|
-
* **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)
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
### Features
|
|
867
|
-
|
|
868
|
-
* 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)
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
### BREAKING CHANGES
|
|
872
|
-
|
|
873
|
-
* automaticAsyncBoundary option has been removed
|
|
874
|
-
|
|
875
|
-
* fix: exclude specific pages from page map automatically
|
|
876
|
-
|
|
877
|
-
* refactor: conslidate codebase
|
|
878
|
-
|
|
879
|
-
* fix: improve hot reload share recovery
|
|
880
|
-
|
|
881
|
-
* refactor: remove server jsonp template
|
|
882
|
-
|
|
883
|
-
* chore: remove dead code from runtime modules
|
|
884
|
-
|
|
885
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
886
|
-
|
|
887
|
-
getting chunk loading global from compiler output options
|
|
888
|
-
|
|
889
|
-
* feat: adding cleanInitArrays runtime helper
|
|
890
|
-
|
|
891
|
-
* chore: remove share scope hoist and module hoisting system
|
|
892
|
-
|
|
893
|
-
* chore: cleanup code
|
|
894
|
-
|
|
895
|
-
* chore: remove dead code from add module runtime plugin
|
|
896
|
-
|
|
897
|
-
likely can remove whole plugin in future
|
|
898
|
-
|
|
899
|
-
* chore: remove logs from delegate modules
|
|
900
|
-
|
|
901
|
-
* chore: remove old utils
|
|
902
|
-
|
|
903
|
-
* fix: add warning on auto page stitch
|
|
904
|
-
|
|
905
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
906
|
-
|
|
907
|
-
* chore: improve logging to see if its local load or remote load
|
|
908
|
-
|
|
909
|
-
* chore: clean up old custom promises factories
|
|
910
|
-
|
|
911
|
-
* fix: remove container proxy code
|
|
912
|
-
|
|
913
|
-
* fix: remove container proxy code
|
|
914
|
-
* automaticAsyncBoundary option has been removed
|
|
915
|
-
|
|
916
|
-
* fix: exclude specific pages from page map automatically
|
|
917
|
-
|
|
918
|
-
* refactor: conslidate codebase
|
|
919
|
-
|
|
920
|
-
* fix: improve hot reload share recovery
|
|
921
|
-
|
|
922
|
-
* refactor: remove server jsonp template
|
|
923
|
-
|
|
924
|
-
* chore: remove dead code from runtime modules
|
|
925
|
-
|
|
926
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
927
|
-
|
|
928
|
-
getting chunk loading global from compiler output options
|
|
929
|
-
|
|
930
|
-
* feat: adding cleanInitArrays runtime helper
|
|
931
|
-
|
|
932
|
-
* chore: remove share scope hoist and module hoisting system
|
|
933
|
-
|
|
934
|
-
* chore: cleanup code
|
|
935
|
-
|
|
936
|
-
* chore: remove dead code from add module runtime plugin
|
|
937
|
-
|
|
938
|
-
likely can remove whole plugin in future
|
|
939
|
-
|
|
940
|
-
* chore: remove logs from delegate modules
|
|
941
|
-
|
|
942
|
-
* chore: remove old utils
|
|
943
|
-
|
|
944
|
-
* fix: add warning on auto page stitch
|
|
945
|
-
|
|
946
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
947
|
-
|
|
948
|
-
* chore: improve logging to see if its local load or remote load
|
|
949
|
-
|
|
950
|
-
* chore: clean up old custom promises factories
|
|
951
|
-
|
|
952
|
-
* fix: remove container proxy code
|
|
953
|
-
|
|
954
|
-
* fix: remove container proxy code
|
|
955
|
-
|
|
956
|
-
* chore: fix project.json
|
|
957
|
-
|
|
958
|
-
* debugging
|
|
959
|
-
|
|
960
|
-
* fix: resolve backmerge issues with build
|
|
961
|
-
|
|
962
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
963
|
-
|
|
964
|
-
# Conflicts:
|
|
965
|
-
# package-lock.json
|
|
966
|
-
# package.json
|
|
967
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
968
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
969
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
970
|
-
|
|
971
|
-
* feat: enable eager sharing
|
|
972
|
-
|
|
973
|
-
* refactor: improve module hooks for eager loading and search
|
|
974
|
-
|
|
975
|
-
* refactor: cleanup custom jsonp and make es5
|
|
976
|
-
|
|
977
|
-
* refactor: cleanup inverted container code
|
|
978
|
-
|
|
979
|
-
* refactor: cleanup inverted container code
|
|
980
|
-
* automaticAsyncBoundary option has been removed
|
|
981
|
-
|
|
982
|
-
* fix: exclude specific pages from page map automatically
|
|
983
|
-
|
|
984
|
-
* refactor: conslidate codebase
|
|
985
|
-
|
|
986
|
-
* fix: improve hot reload share recovery
|
|
987
|
-
|
|
988
|
-
* refactor: remove server jsonp template
|
|
989
|
-
|
|
990
|
-
* chore: remove dead code from runtime modules
|
|
991
|
-
|
|
992
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
993
|
-
|
|
994
|
-
getting chunk loading global from compiler output options
|
|
995
|
-
|
|
996
|
-
* feat: adding cleanInitArrays runtime helper
|
|
997
|
-
|
|
998
|
-
* chore: remove share scope hoist and module hoisting system
|
|
999
|
-
|
|
1000
|
-
* chore: cleanup code
|
|
1001
|
-
|
|
1002
|
-
* chore: remove dead code from add module runtime plugin
|
|
1003
|
-
|
|
1004
|
-
likely can remove whole plugin in future
|
|
1005
|
-
|
|
1006
|
-
* chore: remove logs from delegate modules
|
|
1007
|
-
|
|
1008
|
-
* chore: remove old utils
|
|
1009
|
-
|
|
1010
|
-
* fix: add warning on auto page stitch
|
|
1011
|
-
|
|
1012
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
1013
|
-
|
|
1014
|
-
* chore: improve logging to see if its local load or remote load
|
|
1015
|
-
|
|
1016
|
-
* chore: clean up old custom promises factories
|
|
1017
|
-
|
|
1018
|
-
* fix: remove container proxy code
|
|
1019
|
-
|
|
1020
|
-
* fix: remove container proxy code
|
|
1021
|
-
|
|
1022
|
-
* fix: resolve backmerge issues with build
|
|
1023
|
-
|
|
1024
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
1025
|
-
|
|
1026
|
-
# Conflicts:
|
|
1027
|
-
# package-lock.json
|
|
1028
|
-
# package.json
|
|
1029
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
1030
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
1031
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
1032
|
-
|
|
1033
|
-
* feat: enable eager sharing
|
|
1034
|
-
|
|
1035
|
-
* refactor: improve module hooks for eager loading and search
|
|
1036
|
-
|
|
1037
|
-
* refactor: cleanup custom jsonp and make es5
|
|
1038
|
-
|
|
1039
|
-
* refactor: cleanup inverted container code
|
|
1040
|
-
|
|
1041
|
-
* refactor: cleanup inverted container code
|
|
1042
|
-
|
|
1043
|
-
* ci: fix install step with npm and NX
|
|
1044
|
-
|
|
1045
|
-
* test: remove tests for now
|
|
1046
|
-
|
|
1047
|
-
* chore(utils): release version 1.7.3-beta.0
|
|
1048
|
-
|
|
1049
|
-
* chore(utils): release version 1.7.3
|
|
1050
|
-
|
|
1051
|
-
* chore(node): release version 0.14.4-beta.0
|
|
1052
|
-
|
|
1053
|
-
* chore(node): release version 0.14.4
|
|
1054
|
-
|
|
1055
|
-
* chore(nextjs-mf): release version 6.4.1-beta.4
|
|
1056
|
-
|
|
1057
|
-
* fix: remove debugging runtime variable
|
|
1058
|
-
|
|
1059
|
-
* chore(nextjs-mf): release version 6.4.1-beta.5
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
# [0.2.0](https://github.com/module-federation/nextjs-mf/compare/storybook-addon-0.1.0...storybook-addon-0.2.0) (2023-05-03)
|
|
1064
|
-
|
|
1065
|
-
### Dependency Updates
|
|
1066
|
-
|
|
1067
|
-
* `utils` updated to version `1.7.0`
|
|
1068
|
-
* `utils` updated to version `1.7.0`
|
|
1069
|
-
|
|
1070
|
-
### Features
|
|
1071
|
-
|
|
1072
|
-
* **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))
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
# 0.1.0 (2023-04-27)
|
|
1077
|
-
|
|
1078
|
-
### Dependency Updates
|
|
1079
|
-
|
|
1080
|
-
* `utils` updated to version `1.7.0`
|
|
1081
|
-
* `utils` updated to version `1.7.0`
|
|
1082
|
-
|
|
1083
|
-
### Bug Fixes
|
|
1084
|
-
|
|
1085
|
-
* add release tooling to storybook addon ([43c66bb](https://github.com/module-federation/nextjs-mf/commit/43c66bbc10af8198e908d35ffde7b7dc0058f9cb))
|
|
1086
|
-
* 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))
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
### Features
|
|
1090
|
-
|
|
1091
|
-
* 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))
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
# 0.1.0 (2023-04-27)
|
|
1096
|
-
|
|
1097
|
-
### Dependency Updates
|
|
1098
|
-
|
|
1099
|
-
* `utils` updated to version `1.7.0`
|
|
1100
|
-
* `utils` updated to version `1.7.0`
|
|
1101
|
-
|
|
1102
|
-
### Bug Fixes
|
|
1103
|
-
|
|
1104
|
-
* 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))
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
### Features
|
|
1108
|
-
|
|
1109
|
-
* 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))
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
# 0.1.0 (2023-04-27)
|
|
1114
|
-
|
|
1115
|
-
### Dependency Updates
|
|
1116
|
-
|
|
1117
|
-
* `utils` updated to version `1.7.0`
|
|
1118
|
-
* `utils` updated to version `1.7.0`
|
|
1119
|
-
|
|
1120
|
-
### Bug Fixes
|
|
1121
|
-
|
|
1122
|
-
* 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))
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
### Features
|
|
1126
|
-
|
|
1127
|
-
* 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))
|