@module-federation/utilities 3.0.2 → 3.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/LICENSE +21 -0
- package/index.cjs.d.ts +1 -0
- package/index.cjs.default.js +1 -0
- package/index.cjs.js +1426 -0
- package/index.cjs.mjs +2 -0
- package/index.esm.js +1393 -0
- package/package.json +26 -9
- package/src/index.d.ts +1 -1
- package/src/utils/importRemote.d.ts +2 -1
- package/src/utils/pure.d.ts +1 -1
- package/CHANGELOG.md +0 -941
- package/README.md +0 -131
- package/src/Logger.js +0 -15
- package/src/Logger.js.map +0 -1
- package/src/components/ErrorBoundary.js +0 -33
- package/src/components/ErrorBoundary.js.map +0 -1
- package/src/components/FederationBoundary.js +0 -71
- package/src/components/FederationBoundary.js.map +0 -1
- package/src/index.js +0 -37
- package/src/index.js.map +0 -1
- package/src/plugins/DelegateModulesPlugin.js +0 -86
- package/src/plugins/DelegateModulesPlugin.js.map +0 -1
- package/src/types/index.js +0 -5
- package/src/types/index.js.map +0 -1
- package/src/utils/common.js +0 -164
- package/src/utils/common.js.map +0 -1
- package/src/utils/correctImportPath.d.ts +0 -1
- package/src/utils/correctImportPath.js +0 -24
- package/src/utils/correctImportPath.js.map +0 -1
- package/src/utils/getRuntimeRemotes.js +0 -49
- package/src/utils/getRuntimeRemotes.js.map +0 -1
- package/src/utils/importDelegatedModule.js +0 -87
- package/src/utils/importDelegatedModule.js.map +0 -1
- package/src/utils/importRemote.js +0 -111
- package/src/utils/importRemote.js.map +0 -1
- package/src/utils/isEmpty.js +0 -11
- package/src/utils/isEmpty.js.map +0 -1
- package/src/utils/pure.js +0 -148
- package/src/utils/pure.js.map +0 -1
- package/src/utils/react.js +0 -9
- package/src/utils/react.js.map +0 -1
package/CHANGELOG.md
DELETED
|
@@ -1,941 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
-
|
|
5
|
-
## [3.0.2](https://github.com/module-federation/nextjs-mf/compare/utils-3.0.2-beta.0...utils-3.0.2) (2023-09-14)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## [3.0.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-3.0.1...utils-3.0.2-beta.0) (2023-09-14)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
### Features
|
|
13
|
-
|
|
14
|
-
* **utilities:** update DelegateModulesPlugin and tests (#node_auto_public_path) ([df8bb79](https://github.com/module-federation/nextjs-mf/commit/df8bb791c3fedef299cb15960546ff5ad9c665ef))
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
## [3.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-3.0.0...utils-3.0.1) (2023-09-13)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# [3.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.7...utils-3.0.0) (2023-09-09)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* Add tests and update tsconfig in utilities package ([8b0351d](https://github.com/module-federation/nextjs-mf/commit/8b0351dcd2818922580fb2dac1d95b7556240cb9))
|
|
28
|
-
* core package for module federation ([#1093](https://github.com/module-federation/nextjs-mf/issues/1093)) ([d460400](https://github.com/module-federation/nextjs-mf/commit/d46040053e9b627321b5fe8e05556c5bb727c238)), closes [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#835](https://github.com/module-federation/nextjs-mf/issues/835) [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#871](https://github.com/module-federation/nextjs-mf/issues/871) [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864) [#872](https://github.com/module-federation/nextjs-mf/issues/872) [#875](https://github.com/module-federation/nextjs-mf/issues/875) [#884](https://github.com/module-federation/nextjs-mf/issues/884) [#887](https://github.com/module-federation/nextjs-mf/issues/887) [#893](https://github.com/module-federation/nextjs-mf/issues/893) [#885](https://github.com/module-federation/nextjs-mf/issues/885) [#899](https://github.com/module-federation/nextjs-mf/issues/899) [#904](https://github.com/module-federation/nextjs-mf/issues/904) [#932](https://github.com/module-federation/nextjs-mf/issues/932) [#936](https://github.com/module-federation/nextjs-mf/issues/936) [#959](https://github.com/module-federation/nextjs-mf/issues/959) [#960](https://github.com/module-federation/nextjs-mf/issues/960) [#969](https://github.com/module-federation/nextjs-mf/issues/969) [#971](https://github.com/module-federation/nextjs-mf/issues/971) [#1234](https://github.com/module-federation/nextjs-mf/issues/1234) [#1235](https://github.com/module-federation/nextjs-mf/issues/1235)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### BREAKING CHANGES
|
|
32
|
-
|
|
33
|
-
* automaticAsyncBoundary option has been removed
|
|
34
|
-
|
|
35
|
-
* fix: exclude specific pages from page map automatically
|
|
36
|
-
|
|
37
|
-
* refactor: conslidate codebase
|
|
38
|
-
|
|
39
|
-
* fix: improve hot reload share recovery
|
|
40
|
-
|
|
41
|
-
* refactor: remove server jsonp template
|
|
42
|
-
|
|
43
|
-
* chore: remove dead code from runtime modules
|
|
44
|
-
|
|
45
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
46
|
-
|
|
47
|
-
getting chunk loading global from compiler output options
|
|
48
|
-
|
|
49
|
-
* feat: adding cleanInitArrays runtime helper
|
|
50
|
-
|
|
51
|
-
* chore: remove share scope hoist and module hoisting system
|
|
52
|
-
|
|
53
|
-
* chore: cleanup code
|
|
54
|
-
|
|
55
|
-
* chore: remove dead code from add module runtime plugin
|
|
56
|
-
|
|
57
|
-
likely can remove whole plugin in future
|
|
58
|
-
|
|
59
|
-
* chore: remove logs from delegate modules
|
|
60
|
-
|
|
61
|
-
* chore: remove old utils
|
|
62
|
-
|
|
63
|
-
* fix: add warning on auto page stitch
|
|
64
|
-
|
|
65
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
66
|
-
|
|
67
|
-
* chore: improve logging to see if its local load or remote load
|
|
68
|
-
|
|
69
|
-
* chore: clean up old custom promises factories
|
|
70
|
-
|
|
71
|
-
* fix: remove container proxy code
|
|
72
|
-
|
|
73
|
-
* fix: remove container proxy code
|
|
74
|
-
* automaticAsyncBoundary option has been removed
|
|
75
|
-
|
|
76
|
-
* fix: exclude specific pages from page map automatically
|
|
77
|
-
|
|
78
|
-
* refactor: conslidate codebase
|
|
79
|
-
|
|
80
|
-
* fix: improve hot reload share recovery
|
|
81
|
-
|
|
82
|
-
* refactor: remove server jsonp template
|
|
83
|
-
|
|
84
|
-
* chore: remove dead code from runtime modules
|
|
85
|
-
|
|
86
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
87
|
-
|
|
88
|
-
getting chunk loading global from compiler output options
|
|
89
|
-
|
|
90
|
-
* feat: adding cleanInitArrays runtime helper
|
|
91
|
-
|
|
92
|
-
* chore: remove share scope hoist and module hoisting system
|
|
93
|
-
|
|
94
|
-
* chore: cleanup code
|
|
95
|
-
|
|
96
|
-
* chore: remove dead code from add module runtime plugin
|
|
97
|
-
|
|
98
|
-
likely can remove whole plugin in future
|
|
99
|
-
|
|
100
|
-
* chore: remove logs from delegate modules
|
|
101
|
-
|
|
102
|
-
* chore: remove old utils
|
|
103
|
-
|
|
104
|
-
* fix: add warning on auto page stitch
|
|
105
|
-
|
|
106
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
107
|
-
|
|
108
|
-
* chore: improve logging to see if its local load or remote load
|
|
109
|
-
|
|
110
|
-
* chore: clean up old custom promises factories
|
|
111
|
-
|
|
112
|
-
* fix: remove container proxy code
|
|
113
|
-
|
|
114
|
-
* fix: remove container proxy code
|
|
115
|
-
|
|
116
|
-
* chore: fix project.json
|
|
117
|
-
|
|
118
|
-
* debugging
|
|
119
|
-
|
|
120
|
-
* fix: resolve backmerge issues with build
|
|
121
|
-
|
|
122
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
123
|
-
|
|
124
|
-
# Conflicts:
|
|
125
|
-
# package-lock.json
|
|
126
|
-
# package.json
|
|
127
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
128
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
129
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
130
|
-
|
|
131
|
-
* feat: enable eager sharing
|
|
132
|
-
|
|
133
|
-
* refactor: improve module hooks for eager loading and search
|
|
134
|
-
|
|
135
|
-
* refactor: cleanup custom jsonp and make es5
|
|
136
|
-
|
|
137
|
-
* refactor: cleanup inverted container code
|
|
138
|
-
|
|
139
|
-
* refactor: cleanup inverted container code
|
|
140
|
-
* automaticAsyncBoundary option has been removed
|
|
141
|
-
|
|
142
|
-
* fix: exclude specific pages from page map automatically
|
|
143
|
-
|
|
144
|
-
* refactor: conslidate codebase
|
|
145
|
-
|
|
146
|
-
* fix: improve hot reload share recovery
|
|
147
|
-
|
|
148
|
-
* refactor: remove server jsonp template
|
|
149
|
-
|
|
150
|
-
* chore: remove dead code from runtime modules
|
|
151
|
-
|
|
152
|
-
* fix: clean up jsonp getCustomJsonpCode
|
|
153
|
-
|
|
154
|
-
getting chunk loading global from compiler output options
|
|
155
|
-
|
|
156
|
-
* feat: adding cleanInitArrays runtime helper
|
|
157
|
-
|
|
158
|
-
* chore: remove share scope hoist and module hoisting system
|
|
159
|
-
|
|
160
|
-
* chore: cleanup code
|
|
161
|
-
|
|
162
|
-
* chore: remove dead code from add module runtime plugin
|
|
163
|
-
|
|
164
|
-
likely can remove whole plugin in future
|
|
165
|
-
|
|
166
|
-
* chore: remove logs from delegate modules
|
|
167
|
-
|
|
168
|
-
* chore: remove old utils
|
|
169
|
-
|
|
170
|
-
* fix: add warning on auto page stitch
|
|
171
|
-
|
|
172
|
-
* fix: remove commented out code from InvertedContainerPlugin.ts
|
|
173
|
-
|
|
174
|
-
* chore: improve logging to see if its local load or remote load
|
|
175
|
-
|
|
176
|
-
* chore: clean up old custom promises factories
|
|
177
|
-
|
|
178
|
-
* fix: remove container proxy code
|
|
179
|
-
|
|
180
|
-
* fix: remove container proxy code
|
|
181
|
-
|
|
182
|
-
* fix: resolve backmerge issues with build
|
|
183
|
-
|
|
184
|
-
* Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
185
|
-
|
|
186
|
-
# Conflicts:
|
|
187
|
-
# package-lock.json
|
|
188
|
-
# package.json
|
|
189
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
190
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
191
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
192
|
-
|
|
193
|
-
* feat: enable eager sharing
|
|
194
|
-
|
|
195
|
-
* refactor: improve module hooks for eager loading and search
|
|
196
|
-
|
|
197
|
-
* refactor: cleanup custom jsonp and make es5
|
|
198
|
-
|
|
199
|
-
* refactor: cleanup inverted container code
|
|
200
|
-
|
|
201
|
-
* refactor: cleanup inverted container code
|
|
202
|
-
|
|
203
|
-
* ci: fix install step with npm and NX
|
|
204
|
-
|
|
205
|
-
* test: remove tests for now
|
|
206
|
-
|
|
207
|
-
* chore(utils): release version 1.7.3-beta.0
|
|
208
|
-
|
|
209
|
-
* chore(utils): release version 1.7.3
|
|
210
|
-
|
|
211
|
-
* chore(node): release version 0.14.4-beta.0
|
|
212
|
-
|
|
213
|
-
* chore(node): release version 0.14.4
|
|
214
|
-
|
|
215
|
-
* chore(nextjs-mf): release version 6.4.1-beta.4
|
|
216
|
-
|
|
217
|
-
* fix: remove debugging runtime variable
|
|
218
|
-
|
|
219
|
-
* chore(nextjs-mf): release version 6.4.1-beta.5
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## [2.0.7](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.6...utils-2.0.7) (2023-08-14)
|
|
224
|
-
|
|
225
|
-
### Bug Fixes
|
|
226
|
-
|
|
227
|
-
- no barrel exports ([5bc775d](https://github.com/module-federation/nextjs-mf/commit/5bc775d9ce685161fc3ea2e1bd179d11526d365a))
|
|
228
|
-
|
|
229
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
230
|
-
|
|
231
|
-
### Bug Fixes
|
|
232
|
-
|
|
233
|
-
- 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))
|
|
234
|
-
|
|
235
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
236
|
-
|
|
237
|
-
### Bug Fixes
|
|
238
|
-
|
|
239
|
-
- 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))
|
|
240
|
-
|
|
241
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
242
|
-
|
|
243
|
-
### Bug Fixes
|
|
244
|
-
|
|
245
|
-
- 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))
|
|
246
|
-
|
|
247
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
251
|
-
- 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))
|
|
252
|
-
|
|
253
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
254
|
-
|
|
255
|
-
### Bug Fixes
|
|
256
|
-
|
|
257
|
-
- 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))
|
|
258
|
-
|
|
259
|
-
## [2.0.6](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.5...utils-2.0.6) (2023-08-14)
|
|
260
|
-
|
|
261
|
-
### Bug Fixes
|
|
262
|
-
|
|
263
|
-
- workaround to self ref module error in prod ([e134caa](https://github.com/module-federation/nextjs-mf/commit/e134caa9a914da6a226e73dc877a108456b1053f))
|
|
264
|
-
|
|
265
|
-
## [2.0.5](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.4...utils-2.0.5) (2023-08-11)
|
|
266
|
-
|
|
267
|
-
### Bug Fixes
|
|
268
|
-
|
|
269
|
-
- improve import ordering ([#1199](https://github.com/module-federation/nextjs-mf/issues/1199)) ([7354ed2](https://github.com/module-federation/nextjs-mf/commit/7354ed2b412bd9fd8745778e5212e10e8a3bf17f))
|
|
270
|
-
|
|
271
|
-
## [2.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.3...utils-2.0.4) (2023-07-19)
|
|
272
|
-
|
|
273
|
-
## [2.0.3](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.2...utils-2.0.3) (2023-07-19)
|
|
274
|
-
|
|
275
|
-
### Bug Fixes
|
|
276
|
-
|
|
277
|
-
- Fix call undefined delegate ([#1149](https://github.com/module-federation/nextjs-mf/issues/1149)) ([87a5896](https://github.com/module-federation/nextjs-mf/commit/87a5896221a726578c3433071755fba3465824f4)), closes [#1151](https://github.com/module-federation/nextjs-mf/issues/1151)
|
|
278
|
-
|
|
279
|
-
## [2.0.2](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.1...utils-2.0.2) (2023-07-18)
|
|
280
|
-
|
|
281
|
-
## [2.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.0...utils-2.0.1) (2023-07-17)
|
|
282
|
-
|
|
283
|
-
## [2.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-2.0.0...utils-2.0.1) (2023-07-17)
|
|
284
|
-
|
|
285
|
-
# [2.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.1...utils-2.0.0) (2023-07-01)
|
|
286
|
-
|
|
287
|
-
### Features
|
|
288
|
-
|
|
289
|
-
- 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)
|
|
290
|
-
|
|
291
|
-
### BREAKING CHANGES
|
|
292
|
-
|
|
293
|
-
- automaticAsyncBoundary option has been removed
|
|
294
|
-
|
|
295
|
-
- fix: exclude specific pages from page map automatically
|
|
296
|
-
|
|
297
|
-
- refactor: conslidate codebase
|
|
298
|
-
|
|
299
|
-
- fix: improve hot reload share recovery
|
|
300
|
-
|
|
301
|
-
- refactor: remove server jsonp template
|
|
302
|
-
|
|
303
|
-
- chore: remove dead code from runtime modules
|
|
304
|
-
|
|
305
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
306
|
-
|
|
307
|
-
getting chunk loading global from compiler output options
|
|
308
|
-
|
|
309
|
-
- feat: adding cleanInitArrays runtime helper
|
|
310
|
-
|
|
311
|
-
- chore: remove share scope hoist and module hoisting system
|
|
312
|
-
|
|
313
|
-
- chore: cleanup code
|
|
314
|
-
|
|
315
|
-
- chore: remove dead code from add module runtime plugin
|
|
316
|
-
|
|
317
|
-
likely can remove whole plugin in future
|
|
318
|
-
|
|
319
|
-
- chore: remove logs from delegate modules
|
|
320
|
-
|
|
321
|
-
- chore: remove old utils
|
|
322
|
-
|
|
323
|
-
- fix: add warning on auto page stitch
|
|
324
|
-
|
|
325
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
326
|
-
|
|
327
|
-
- chore: improve logging to see if its local load or remote load
|
|
328
|
-
|
|
329
|
-
- chore: clean up old custom promises factories
|
|
330
|
-
|
|
331
|
-
- fix: remove container proxy code
|
|
332
|
-
|
|
333
|
-
- fix: remove container proxy code
|
|
334
|
-
- automaticAsyncBoundary option has been removed
|
|
335
|
-
|
|
336
|
-
- fix: exclude specific pages from page map automatically
|
|
337
|
-
|
|
338
|
-
- refactor: conslidate codebase
|
|
339
|
-
|
|
340
|
-
- fix: improve hot reload share recovery
|
|
341
|
-
|
|
342
|
-
- refactor: remove server jsonp template
|
|
343
|
-
|
|
344
|
-
- chore: remove dead code from runtime modules
|
|
345
|
-
|
|
346
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
347
|
-
|
|
348
|
-
getting chunk loading global from compiler output options
|
|
349
|
-
|
|
350
|
-
- feat: adding cleanInitArrays runtime helper
|
|
351
|
-
|
|
352
|
-
- chore: remove share scope hoist and module hoisting system
|
|
353
|
-
|
|
354
|
-
- chore: cleanup code
|
|
355
|
-
|
|
356
|
-
- chore: remove dead code from add module runtime plugin
|
|
357
|
-
|
|
358
|
-
likely can remove whole plugin in future
|
|
359
|
-
|
|
360
|
-
- chore: remove logs from delegate modules
|
|
361
|
-
|
|
362
|
-
- chore: remove old utils
|
|
363
|
-
|
|
364
|
-
- fix: add warning on auto page stitch
|
|
365
|
-
|
|
366
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
367
|
-
|
|
368
|
-
- chore: improve logging to see if its local load or remote load
|
|
369
|
-
|
|
370
|
-
- chore: clean up old custom promises factories
|
|
371
|
-
|
|
372
|
-
- fix: remove container proxy code
|
|
373
|
-
|
|
374
|
-
- fix: remove container proxy code
|
|
375
|
-
|
|
376
|
-
- chore: fix project.json
|
|
377
|
-
|
|
378
|
-
- debugging
|
|
379
|
-
|
|
380
|
-
- fix: resolve backmerge issues with build
|
|
381
|
-
|
|
382
|
-
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
383
|
-
|
|
384
|
-
# Conflicts:
|
|
385
|
-
|
|
386
|
-
# package-lock.json
|
|
387
|
-
|
|
388
|
-
# package.json
|
|
389
|
-
|
|
390
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
391
|
-
|
|
392
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
393
|
-
|
|
394
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
395
|
-
|
|
396
|
-
- feat: enable eager sharing
|
|
397
|
-
|
|
398
|
-
- refactor: improve module hooks for eager loading and search
|
|
399
|
-
|
|
400
|
-
- refactor: cleanup custom jsonp and make es5
|
|
401
|
-
|
|
402
|
-
- refactor: cleanup inverted container code
|
|
403
|
-
|
|
404
|
-
- refactor: cleanup inverted container code
|
|
405
|
-
- automaticAsyncBoundary option has been removed
|
|
406
|
-
|
|
407
|
-
- fix: exclude specific pages from page map automatically
|
|
408
|
-
|
|
409
|
-
- refactor: conslidate codebase
|
|
410
|
-
|
|
411
|
-
- fix: improve hot reload share recovery
|
|
412
|
-
|
|
413
|
-
- refactor: remove server jsonp template
|
|
414
|
-
|
|
415
|
-
- chore: remove dead code from runtime modules
|
|
416
|
-
|
|
417
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
418
|
-
|
|
419
|
-
getting chunk loading global from compiler output options
|
|
420
|
-
|
|
421
|
-
- feat: adding cleanInitArrays runtime helper
|
|
422
|
-
|
|
423
|
-
- chore: remove share scope hoist and module hoisting system
|
|
424
|
-
|
|
425
|
-
- chore: cleanup code
|
|
426
|
-
|
|
427
|
-
- chore: remove dead code from add module runtime plugin
|
|
428
|
-
|
|
429
|
-
likely can remove whole plugin in future
|
|
430
|
-
|
|
431
|
-
- chore: remove logs from delegate modules
|
|
432
|
-
|
|
433
|
-
- chore: remove old utils
|
|
434
|
-
|
|
435
|
-
- fix: add warning on auto page stitch
|
|
436
|
-
|
|
437
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
438
|
-
|
|
439
|
-
- chore: improve logging to see if its local load or remote load
|
|
440
|
-
|
|
441
|
-
- chore: clean up old custom promises factories
|
|
442
|
-
|
|
443
|
-
- fix: remove container proxy code
|
|
444
|
-
|
|
445
|
-
- fix: remove container proxy code
|
|
446
|
-
|
|
447
|
-
- fix: resolve backmerge issues with build
|
|
448
|
-
|
|
449
|
-
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
450
|
-
|
|
451
|
-
# Conflicts:
|
|
452
|
-
|
|
453
|
-
# package-lock.json
|
|
454
|
-
|
|
455
|
-
# package.json
|
|
456
|
-
|
|
457
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
458
|
-
|
|
459
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
460
|
-
|
|
461
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
462
|
-
|
|
463
|
-
- feat: enable eager sharing
|
|
464
|
-
|
|
465
|
-
- refactor: improve module hooks for eager loading and search
|
|
466
|
-
|
|
467
|
-
- refactor: cleanup custom jsonp and make es5
|
|
468
|
-
|
|
469
|
-
- refactor: cleanup inverted container code
|
|
470
|
-
|
|
471
|
-
- refactor: cleanup inverted container code
|
|
472
|
-
|
|
473
|
-
- ci: fix install step with npm and NX
|
|
474
|
-
|
|
475
|
-
- test: remove tests for now
|
|
476
|
-
|
|
477
|
-
- chore(utils): release version 1.7.3-beta.0
|
|
478
|
-
|
|
479
|
-
- chore(utils): release version 1.7.3
|
|
480
|
-
|
|
481
|
-
- chore(node): release version 0.14.4-beta.0
|
|
482
|
-
|
|
483
|
-
- chore(node): release version 0.14.4
|
|
484
|
-
|
|
485
|
-
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
486
|
-
|
|
487
|
-
- fix: remove debugging runtime variable
|
|
488
|
-
|
|
489
|
-
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
490
|
-
|
|
491
|
-
## [1.9.2-rc.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.2-rc.0...utils-1.9.2-rc.1) (2023-07-01)
|
|
492
|
-
|
|
493
|
-
### Features
|
|
494
|
-
|
|
495
|
-
- support edge workers ([#1084](https://github.com/module-federation/nextjs-mf/issues/1084)) ([3f5df94](https://github.com/module-federation/nextjs-mf/commit/3f5df944ea787cf958fd4cf7fabed84432a50a10))
|
|
496
|
-
|
|
497
|
-
## [1.9.2-rc.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.1...utils-1.9.2-rc.0) (2023-06-30)
|
|
498
|
-
|
|
499
|
-
## [1.8.2-rc8.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc8.1...utils-1.8.2-rc8.2) (2023-06-28)
|
|
500
|
-
|
|
501
|
-
## [1.8.2-rc8.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc8.0...utils-1.8.2-rc8.1) (2023-06-28)
|
|
502
|
-
|
|
503
|
-
### Bug Fixes
|
|
504
|
-
|
|
505
|
-
- disable flushing remotes to ssr for now ([6c5cfae](https://github.com/module-federation/nextjs-mf/commit/6c5cfaec3be94aeb3f1e12c24965b3904da23bae))
|
|
506
|
-
|
|
507
|
-
## [1.8.2-rc8.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc7.1...utils-1.8.2-rc8.0) (2023-06-27)
|
|
508
|
-
|
|
509
|
-
## [1.8.2-rc7.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc7.0...utils-1.8.2-rc7.1) (2023-06-27)
|
|
510
|
-
|
|
511
|
-
## [1.8.2-rc7.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc6.0...utils-1.8.2-rc7.0) (2023-06-27)
|
|
512
|
-
|
|
513
|
-
## [1.8.2-rc6.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc5.0...utils-1.8.2-rc6.0) (2023-06-23)
|
|
514
|
-
|
|
515
|
-
## [1.8.2-rc5.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc4.0...utils-1.8.2-rc5.0) (2023-06-23)
|
|
516
|
-
|
|
517
|
-
## [1.8.2-rc4.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc3.1...utils-1.8.2-rc4.0) (2023-06-21)
|
|
518
|
-
|
|
519
|
-
### Bug Fixes
|
|
520
|
-
|
|
521
|
-
- Resolve condition names ([#974](https://github.com/module-federation/nextjs-mf/issues/974)) ([5e8b49c](https://github.com/module-federation/nextjs-mf/commit/5e8b49cf60f19dae6be4818a1c0ff783c7689393))
|
|
522
|
-
- Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
|
|
523
|
-
|
|
524
|
-
## [1.8.2-rc3.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-rc3.0...utils-1.8.2-rc3.1) (2023-06-09)
|
|
525
|
-
|
|
526
|
-
### Bug Fixes
|
|
527
|
-
|
|
528
|
-
- Path loader patches ([#960](https://github.com/module-federation/nextjs-mf/issues/960)) ([d362a77](https://github.com/module-federation/nextjs-mf/commit/d362a7752c4364cc499a27f2b6eeb5399543cb29))
|
|
529
|
-
|
|
530
|
-
## [1.8.2-rc3.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.2-beta.0...utils-1.8.2-rc3.0) (2023-06-09)
|
|
531
|
-
|
|
532
|
-
## [1.8.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1...utils-1.8.2-beta.0) (2023-05-26)
|
|
533
|
-
|
|
534
|
-
## [1.8.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1-rc1.0...utils-1.8.1) (2023-05-26)
|
|
535
|
-
|
|
536
|
-
### Bug Fixes
|
|
537
|
-
|
|
538
|
-
- Improve chunk correlation ([#936](https://github.com/module-federation/nextjs-mf/issues/936)) ([4dad1eb](https://github.com/module-federation/nextjs-mf/commit/4dad1eb370feacd6ecb4c1726c435d5c579f424d))
|
|
539
|
-
|
|
540
|
-
## [1.8.1-rc1.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1-rc.1...utils-1.8.1-rc1.0) (2023-05-25)
|
|
541
|
-
|
|
542
|
-
## [1.8.1-rc.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.1-rc.0...utils-1.8.1-rc.1) (2023-05-23)
|
|
543
|
-
|
|
544
|
-
## [1.8.1-rc.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.0...utils-1.8.1-rc.0) (2023-05-23)
|
|
545
|
-
|
|
546
|
-
### Bug Fixes
|
|
547
|
-
|
|
548
|
-
- client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
|
|
549
|
-
- externalization and missing runtime chunks ([#887](https://github.com/module-federation/nextjs-mf/issues/887)) ([c79cd62](https://github.com/module-federation/nextjs-mf/commit/c79cd6226d3134f1d6294cd8eba40c8c33af5cb5))
|
|
550
|
-
|
|
551
|
-
## [1.7.6-rc.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-rc.1...utils-1.7.6-rc.2) (2023-05-17)
|
|
552
|
-
|
|
553
|
-
## [1.7.6-rc.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-rc.0...utils-1.7.6-rc.1) (2023-05-17)
|
|
554
|
-
|
|
555
|
-
## [1.7.6-rc.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-beta.2...utils-1.7.6-rc.0) (2023-05-16)
|
|
556
|
-
|
|
557
|
-
## [1.7.6-beta.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-beta.1...utils-1.7.6-beta.2) (2023-05-16)
|
|
558
|
-
|
|
559
|
-
## [1.7.6-beta.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.6-beta.0...utils-1.7.6-beta.1) (2023-05-16)
|
|
560
|
-
|
|
561
|
-
## [1.7.6-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.5...utils-1.7.6-beta.0) (2023-05-16)
|
|
562
|
-
|
|
563
|
-
## [1.7.5](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.5-beta.0...utils-1.7.5) (2023-05-16)
|
|
564
|
-
|
|
565
|
-
## [1.7.5-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.4...utils-1.7.5-beta.0) (2023-05-16)
|
|
566
|
-
|
|
567
|
-
### Bug Fixes
|
|
568
|
-
|
|
569
|
-
- Improved Share Scope Properties and Fixed Production Build Issues ([#884](https://github.com/module-federation/nextjs-mf/issues/884)) ([de7b2ce](https://github.com/module-federation/nextjs-mf/commit/de7b2cec7518f6b069818a511275e359c616bb73))
|
|
570
|
-
|
|
571
|
-
## [1.7.4](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.3...utils-1.7.4) (2023-05-16)
|
|
572
|
-
|
|
573
|
-
## [1.7.3](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.3-beta.0...utils-1.7.3) (2023-05-13)
|
|
574
|
-
|
|
575
|
-
## [1.7.3-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.2...utils-1.7.3-beta.0) (2023-05-13)
|
|
576
|
-
|
|
577
|
-
### Features
|
|
578
|
-
|
|
579
|
-
- [v7] Async boundary runtime ([#835](https://github.com/module-federation/nextjs-mf/issues/835)) ([840e3b5](https://github.com/module-federation/nextjs-mf/commit/840e3b5bddfbb99b5d8d0f5f24bf5e179e8b52ad)), closes [#851](https://github.com/module-federation/nextjs-mf/issues/851) [#864](https://github.com/module-federation/nextjs-mf/issues/864)
|
|
580
|
-
|
|
581
|
-
### BREAKING CHANGES
|
|
582
|
-
|
|
583
|
-
- automaticAsyncBoundary option has been removed
|
|
584
|
-
|
|
585
|
-
- fix: exclude specific pages from page map automatically
|
|
586
|
-
|
|
587
|
-
- refactor: conslidate codebase
|
|
588
|
-
|
|
589
|
-
- fix: improve hot reload share recovery
|
|
590
|
-
|
|
591
|
-
- refactor: remove server jsonp template
|
|
592
|
-
|
|
593
|
-
- chore: remove dead code from runtime modules
|
|
594
|
-
|
|
595
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
596
|
-
|
|
597
|
-
getting chunk loading global from compiler output options
|
|
598
|
-
|
|
599
|
-
- feat: adding cleanInitArrays runtime helper
|
|
600
|
-
|
|
601
|
-
- chore: remove share scope hoist and module hoisting system
|
|
602
|
-
|
|
603
|
-
- chore: cleanup code
|
|
604
|
-
|
|
605
|
-
- chore: remove dead code from add module runtime plugin
|
|
606
|
-
|
|
607
|
-
likely can remove whole plugin in future
|
|
608
|
-
|
|
609
|
-
- chore: remove logs from delegate modules
|
|
610
|
-
|
|
611
|
-
- chore: remove old utils
|
|
612
|
-
|
|
613
|
-
- fix: add warning on auto page stitch
|
|
614
|
-
|
|
615
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
616
|
-
|
|
617
|
-
- chore: improve logging to see if its local load or remote load
|
|
618
|
-
|
|
619
|
-
- chore: clean up old custom promises factories
|
|
620
|
-
|
|
621
|
-
- fix: remove container proxy code
|
|
622
|
-
|
|
623
|
-
- fix: remove container proxy code
|
|
624
|
-
|
|
625
|
-
## [1.7.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.2-beta.0...utils-1.7.2) (2023-05-03)
|
|
626
|
-
|
|
627
|
-
## [1.7.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.1...utils-1.7.2-beta.0) (2023-05-03)
|
|
628
|
-
|
|
629
|
-
## [1.7.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.1-beta.0...utils-1.7.1) (2023-04-28)
|
|
630
|
-
|
|
631
|
-
## [1.7.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.0...utils-1.7.1-beta.0) (2023-04-28)
|
|
632
|
-
|
|
633
|
-
### Features
|
|
634
|
-
|
|
635
|
-
- Improve module chunk connections ([#802](https://github.com/module-federation/nextjs-mf/issues/802)) ([ce0bd7b](https://github.com/module-federation/nextjs-mf/commit/ce0bd7b16e080f712e6db0bdcd3955a8167c274f)), closes [#803](https://github.com/module-federation/nextjs-mf/issues/803) [#808](https://github.com/module-federation/nextjs-mf/issues/808) [#811](https://github.com/module-federation/nextjs-mf/issues/811)
|
|
636
|
-
|
|
637
|
-
## [1.5.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.1-beta.0...utils-1.5.1) (2023-04-19)
|
|
638
|
-
|
|
639
|
-
## [1.5.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.0...utils-1.5.1-beta.0) (2023-04-19)
|
|
640
|
-
|
|
641
|
-
### Bug Fixes
|
|
642
|
-
|
|
643
|
-
- use container proxy on script VM instead of host resolver point ([2929d0f](https://github.com/module-federation/nextjs-mf/commit/2929d0f64d4b8edf268af5ca83f807a02b121861))
|
|
644
|
-
- cache busting and async quirks when mixing delegates ([1fc6e67](https://github.com/module-federation/nextjs-mf/commit/1fc6e67ee33a3efb53ff59d2b3ac333f1d42a158))
|
|
645
|
-
- get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
646
|
-
- improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
647
|
-
- peer dependencies metadata ([d3a2ed0](https://github.com/module-federation/nextjs-mf/commit/d3a2ed0e378b59afdeb632d1e2e0290f05cbca19))
|
|
648
|
-
- put error triggers if delegates are passed non-primitives ([2469383](https://github.com/module-federation/nextjs-mf/commit/2469383de68a8b6ffb7375ad335a2039e563fd71))
|
|
649
|
-
- use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
650
|
-
|
|
651
|
-
### Features
|
|
652
|
-
|
|
653
|
-
- chunk flushing in delegates ([07aebc4](https://github.com/module-federation/nextjs-mf/commit/07aebc428166b3f19bb49071fa6745ed705413b8))
|
|
654
|
-
- chunk flushing in delegates ([f8b8af6](https://github.com/module-federation/nextjs-mf/commit/f8b8af6e9e748605dd55d19ae50b0d60b1b0a83f))
|
|
655
|
-
- chunk flushing in delegates ([5e2375f](https://github.com/module-federation/nextjs-mf/commit/5e2375f598437803105ac4bc2237f6b652554d00))
|
|
656
|
-
- delegate module support ([18c9491](https://github.com/module-federation/nextjs-mf/commit/18c94914e5429584e66be49d92781b781adddb38))
|
|
657
|
-
- delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
|
|
658
|
-
- delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
659
|
-
- implement basic single runtime ([2432c3e](https://github.com/module-federation/nextjs-mf/commit/2432c3ec553759ca24d17a46b696c1123a86ec5a))
|
|
660
|
-
- improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
661
|
-
- new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
662
|
-
- prepare for v7 ([7bc4b3b](https://github.com/module-federation/nextjs-mf/commit/7bc4b3bd44e0926a52d6a9cbe56f0c4d7bb700ae))
|
|
663
|
-
- support dynamic containers on server ([a2a81dd](https://github.com/module-federation/nextjs-mf/commit/a2a81dd4d54da55dfc132583d9e0d7c75771fb4c))
|
|
664
|
-
|
|
665
|
-
### BREAKING CHANGES
|
|
666
|
-
|
|
667
|
-
- safety breaking change note
|
|
668
|
-
BREAKING_CHANGE: safety breaking change note
|
|
669
|
-
|
|
670
|
-
## [1.9.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.9.0...utils-1.9.1) (2023-06-30)
|
|
671
|
-
|
|
672
|
-
# [1.9.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.0...utils-1.9.0) (2023-06-29)
|
|
673
|
-
|
|
674
|
-
### Bug Fixes
|
|
675
|
-
|
|
676
|
-
- use react.lazy instead of next/dynamic ([#951](https://github.com/module-federation/nextjs-mf/issues/951)) ([a27ff6e](https://github.com/module-federation/nextjs-mf/commit/a27ff6eb28acd93a7fcd8a011f76bd65e18d6b1f))
|
|
677
|
-
- **Utils:** Unable to use importRemote util for root exported modules ([#970](https://github.com/module-federation/nextjs-mf/issues/970)) ([7bf6ecb](https://github.com/module-federation/nextjs-mf/commit/7bf6ecb602958ab5991d9c18f17e3d3755d84e91))
|
|
678
|
-
|
|
679
|
-
## [1.8.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.8.0...utils-1.8.1) (2023-06-28)
|
|
680
|
-
|
|
681
|
-
### Bug Fixes
|
|
682
|
-
|
|
683
|
-
- use react.lazy instead of next/dynamic ([#951](https://github.com/module-federation/nextjs-mf/issues/951)) ([a27ff6e](https://github.com/module-federation/nextjs-mf/commit/a27ff6eb28acd93a7fcd8a011f76bd65e18d6b1f))
|
|
684
|
-
- **Utils:** Unable to use importRemote util for root exported modules ([#970](https://github.com/module-federation/nextjs-mf/issues/970)) ([7bf6ecb](https://github.com/module-federation/nextjs-mf/commit/7bf6ecb602958ab5991d9c18f17e3d3755d84e91))
|
|
685
|
-
|
|
686
|
-
# [1.8.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.7.0...utils-1.8.0) (2023-05-22)
|
|
687
|
-
|
|
688
|
-
### Bug Fixes
|
|
689
|
-
|
|
690
|
-
- [#827](https://github.com/module-federation/nextjs-mf/issues/827) ([3e4268f](https://github.com/module-federation/nextjs-mf/commit/3e4268fc6c9719f993037de42784e426ddb5305a))
|
|
691
|
-
|
|
692
|
-
### Features
|
|
693
|
-
|
|
694
|
-
- **website:** initial version of module federation website ([#751](https://github.com/module-federation/nextjs-mf/issues/751)) ([9b4ec04](https://github.com/module-federation/nextjs-mf/commit/9b4ec048652f0d2237e9401912ead7c5bbe060c4))
|
|
695
|
-
|
|
696
|
-
# [1.7.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.6.0...utils-1.7.0) (2023-04-27)
|
|
697
|
-
|
|
698
|
-
### Features
|
|
699
|
-
|
|
700
|
-
- 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))
|
|
701
|
-
- release to npm with next tag to not ruine latest one ([#763](https://github.com/module-federation/nextjs-mf/issues/763)) ([f2d199b](https://github.com/module-federation/nextjs-mf/commit/f2d199b3b3fbbd428514b1ce1f139efc82f7fff0))
|
|
702
|
-
|
|
703
|
-
# [1.6.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.0...utils-1.6.0) (2023-04-19)
|
|
704
|
-
|
|
705
|
-
## [1.5.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.5.0...utils-1.5.1) (2023-04-19)
|
|
706
|
-
|
|
707
|
-
# [1.5.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.4.1...utils-1.5.0) (2023-04-09)
|
|
708
|
-
|
|
709
|
-
### Features
|
|
710
|
-
|
|
711
|
-
- Allow Container Utils to work Server Side ([#723](https://github.com/module-federation/nextjs-mf/issues/723)) ([232ba24](https://github.com/module-federation/nextjs-mf/commit/232ba24072f19bd32d1f745d4edf1518e548df50))
|
|
712
|
-
|
|
713
|
-
## [1.4.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.4.0...utils-1.4.1) (2023-04-05)
|
|
714
|
-
|
|
715
|
-
# [1.4.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.3.0...utils-1.4.0) (2023-03-14)
|
|
716
|
-
|
|
717
|
-
### Features
|
|
718
|
-
|
|
719
|
-
- Medusa Support in NextFederationPlugin ([#609](https://github.com/module-federation/nextjs-mf/issues/609)) ([0bbba38](https://github.com/module-federation/nextjs-mf/commit/0bbba384c45b7d149b7a6be2dfbe9851b541b528)), closes [#606](https://github.com/module-federation/nextjs-mf/issues/606)
|
|
720
|
-
|
|
721
|
-
# [1.3.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.2.1...utils-1.3.0) (2023-02-09)
|
|
722
|
-
|
|
723
|
-
### Features
|
|
724
|
-
|
|
725
|
-
- Delegate Modules ([#509](https://github.com/module-federation/nextjs-mf/issues/509)) ([1a085e7](https://github.com/module-federation/nextjs-mf/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
|
|
726
|
-
|
|
727
|
-
## [1.2.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.2.0...utils-1.2.1) (2023-02-09)
|
|
728
|
-
|
|
729
|
-
### Bug Fixes
|
|
730
|
-
|
|
731
|
-
- **federation-boundary:** make custom boundary optional ([#570](https://github.com/module-federation/nextjs-mf/issues/570)) ([e43a387](https://github.com/module-federation/nextjs-mf/commit/e43a387f90587d62a78c40584ed9104328202f8e))
|
|
732
|
-
- **utilities:** fix FederationBoundary implementation ([#575](https://github.com/module-federation/nextjs-mf/issues/575)) ([b94fc28](https://github.com/module-federation/nextjs-mf/commit/b94fc282503c4f5ce2ae267518f7d6f5d4746c24))
|
|
733
|
-
|
|
734
|
-
# [1.2.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.1.2...utils-1.2.0) (2023-01-31)
|
|
735
|
-
|
|
736
|
-
### Bug Fixes
|
|
737
|
-
|
|
738
|
-
- **typescript:** throw error when `vue-tsc` is requested and is not available ([#547](https://github.com/module-federation/nextjs-mf/issues/547)) ([c6f7998](https://github.com/module-federation/nextjs-mf/commit/c6f79981f84fd0042447037c1323fa750566ac0d))
|
|
739
|
-
|
|
740
|
-
### Features
|
|
741
|
-
|
|
742
|
-
- add getModule and getContainer to utilities ([#476](https://github.com/module-federation/nextjs-mf/issues/476)) ([fe381e3](https://github.com/module-federation/nextjs-mf/commit/fe381e33cfb20b3b723daffca2f5c4fb4b843cfb))
|
|
743
|
-
- **typescript:** support vue typescript compiler ([#542](https://github.com/module-federation/nextjs-mf/issues/542)) ([cde5952](https://github.com/module-federation/nextjs-mf/commit/cde5952c42ec19f87c5bc4dddb8d8be6f97c1c55)), closes [#502](https://github.com/module-federation/nextjs-mf/issues/502)
|
|
744
|
-
|
|
745
|
-
## [1.1.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.1.1...utils-1.1.2) (2023-01-21)
|
|
746
|
-
|
|
747
|
-
### Bug Fixes
|
|
748
|
-
|
|
749
|
-
- Utilities - Remove module side effect ([#488](https://github.com/module-federation/nextjs-mf/issues/488)) ([3554de7](https://github.com/module-federation/nextjs-mf/commit/3554de7912eaf7b379a6a863677c4b01da0ccf2c)), closes [#487](https://github.com/module-federation/nextjs-mf/issues/487) [#500](https://github.com/module-federation/nextjs-mf/issues/500) [#496](https://github.com/module-federation/nextjs-mf/issues/496) [#495](https://github.com/module-federation/nextjs-mf/issues/495) [#492](https://github.com/module-federation/nextjs-mf/issues/492) [#455](https://github.com/module-federation/nextjs-mf/issues/455) [#491](https://github.com/module-federation/nextjs-mf/issues/491) [#496](https://github.com/module-federation/nextjs-mf/issues/496) [#495](https://github.com/module-federation/nextjs-mf/issues/495)
|
|
750
|
-
|
|
751
|
-
## [1.1.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.1.0...utils-1.1.1) (2023-01-11)
|
|
752
|
-
|
|
753
|
-
# [1.1.0](https://github.com/module-federation/nextjs-mf/compare/utils-1.0.4...utils-1.1.0) (2022-12-30)
|
|
754
|
-
|
|
755
|
-
### Bug Fixes
|
|
756
|
-
|
|
757
|
-
- **utilities:** move tslib from peer deps into deps ([#474](https://github.com/module-federation/nextjs-mf/issues/474)) ([792806c](https://github.com/module-federation/nextjs-mf/commit/792806c805c746cd681d6345bec88a47462cb26f))
|
|
758
|
-
- **utilities:** set webpack peer dep to ^5.40.0 ([#473](https://github.com/module-federation/nextjs-mf/issues/473)) ([d1ae77e](https://github.com/module-federation/nextjs-mf/commit/d1ae77e63993b6f67d329bce5a30d04776a02b76))
|
|
759
|
-
|
|
760
|
-
### Features
|
|
761
|
-
|
|
762
|
-
- Utilities - Add async callback to importRemote ([#459](https://github.com/module-federation/nextjs-mf/issues/459)) ([508d83c](https://github.com/module-federation/nextjs-mf/commit/508d83ca1060e1fcc80cde44978b186bdf1feefc)), closes [#461](https://github.com/module-federation/nextjs-mf/issues/461) [#451](https://github.com/module-federation/nextjs-mf/issues/451) [#463](https://github.com/module-federation/nextjs-mf/issues/463)
|
|
763
|
-
|
|
764
|
-
## [1.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-1.0.3...utils-1.0.4) (2022-12-29)
|
|
765
|
-
|
|
766
|
-
## [1.0.3](https://github.com/module-federation/nextjs-mf/compare/utils-1.0.2...utils-1.0.3) (2022-12-27)
|
|
767
|
-
|
|
768
|
-
### Bug Fixes
|
|
769
|
-
|
|
770
|
-
- bad references to webpack globals ([#458](https://github.com/module-federation/nextjs-mf/issues/458)) ([8ef224b](https://github.com/module-federation/nextjs-mf/commit/8ef224bd08f1e39475cac3795f09debae50bbc0f))
|
|
771
|
-
|
|
772
|
-
## [1.0.2](https://github.com/module-federation/nextjs-mf/compare/utils-1.0.1...utils-1.0.2) (2022-12-27)
|
|
773
|
-
|
|
774
|
-
## [1.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.0.0...utils-1.0.1) (2022-11-20)
|
|
775
|
-
|
|
776
|
-
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.5.0...utils-1.0.0) (2022-11-20)
|
|
777
|
-
|
|
778
|
-
### Features
|
|
779
|
-
|
|
780
|
-
- **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/nextjs-mf/issues/306)) ([6e1967f](https://github.com/module-federation/nextjs-mf/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2))
|
|
781
|
-
|
|
782
|
-
### BREAKING CHANGES
|
|
783
|
-
|
|
784
|
-
- **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues.
|
|
785
|
-
|
|
786
|
-
Some key changes to the plugin includes:
|
|
787
|
-
|
|
788
|
-
- Downloading remote types before compilation starts.
|
|
789
|
-
- Caching remote types for better performance.
|
|
790
|
-
- Ability to provide Plugin options.
|
|
791
|
-
|
|
792
|
-
Please go through plugin `readme.md` file to understand what's changed and how to use the plugin.
|
|
793
|
-
|
|
794
|
-
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.5.0...utils-1.0.0) (2022-11-20)
|
|
795
|
-
|
|
796
|
-
### Features
|
|
797
|
-
|
|
798
|
-
- **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/nextjs-mf/issues/306)) ([6e1967f](https://github.com/module-federation/nextjs-mf/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2))
|
|
799
|
-
|
|
800
|
-
### BREAKING CHANGES
|
|
801
|
-
|
|
802
|
-
- **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues.
|
|
803
|
-
|
|
804
|
-
Some key changes to the plugin includes:
|
|
805
|
-
|
|
806
|
-
- Downloading remote types before compilation starts.
|
|
807
|
-
- Caching remote types for better performance.
|
|
808
|
-
- Ability to provide Plugin options.
|
|
809
|
-
|
|
810
|
-
Please go through plugin `readme.md` file to understand what's changed and how to use the plugin.
|
|
811
|
-
|
|
812
|
-
# [0.5.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.4.1...utils-0.5.0) (2022-10-31)
|
|
813
|
-
|
|
814
|
-
### Features
|
|
815
|
-
|
|
816
|
-
- **utils:** configurable logger using webpack infrastructure logger ([#355](https://github.com/module-federation/nextjs-mf/issues/355)) ([d6ffcd0](https://github.com/module-federation/nextjs-mf/commit/d6ffcd0de1662c410f33a7742db1fd02aba24aef)), closes [#243](https://github.com/module-federation/nextjs-mf/issues/243)
|
|
817
|
-
|
|
818
|
-
## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.4.0...utils-0.4.1) (2022-10-26)
|
|
819
|
-
|
|
820
|
-
### Bug Fixes
|
|
821
|
-
|
|
822
|
-
- set peer dependencies ([#341](https://github.com/module-federation/nextjs-mf/issues/341)) ([fec9608](https://github.com/module-federation/nextjs-mf/commit/fec960813a4e3859a5fb24863bb55e463a2fdfa3))
|
|
823
|
-
|
|
824
|
-
# [0.4.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.3.4...utils-0.4.0) (2022-10-26)
|
|
825
|
-
|
|
826
|
-
### Features
|
|
827
|
-
|
|
828
|
-
- Automatic Async boundary loader ([#330](https://github.com/module-federation/nextjs-mf/issues/330)) ([7e3c08c](https://github.com/module-federation/nextjs-mf/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
|
|
829
|
-
|
|
830
|
-
## [0.3.4](https://github.com/module-federation/nextjs-mf/compare/utils-0.3.3...utils-0.3.4) (2022-10-17)
|
|
831
|
-
|
|
832
|
-
### Bug Fixes
|
|
833
|
-
|
|
834
|
-
- remove exports field from package.json ([#318](https://github.com/module-federation/nextjs-mf/issues/318)) ([a9148ae](https://github.com/module-federation/nextjs-mf/commit/a9148ae27f1c05fe4c1586ed5769c79054a7033e))
|
|
835
|
-
|
|
836
|
-
## [0.3.3](https://github.com/module-federation/nextjs-mf/compare/utils-0.3.2...utils-0.3.3) (2022-10-13)
|
|
837
|
-
|
|
838
|
-
### Bug Fixes
|
|
839
|
-
|
|
840
|
-
- **typescript:** fix exposePages type ([#309](https://github.com/module-federation/nextjs-mf/issues/309)) ([c0be839](https://github.com/module-federation/nextjs-mf/commit/c0be839787f97c5e23cea3d7cf501caaa469972f))
|
|
841
|
-
|
|
842
|
-
## [0.3.2](https://github.com/module-federation/nextjs-mf/compare/utils-0.3.1...utils-0.3.2) (2022-10-12)
|
|
843
|
-
|
|
844
|
-
## [0.3.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.3.0...utils-0.3.1) (2022-10-11)
|
|
845
|
-
|
|
846
|
-
# [0.3.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.2.1...utils-0.3.0) (2022-10-07)
|
|
847
|
-
|
|
848
|
-
### Features
|
|
849
|
-
|
|
850
|
-
- implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
|
|
851
|
-
|
|
852
|
-
## [0.2.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.2.0...utils-0.2.1) (2022-10-07)
|
|
853
|
-
|
|
854
|
-
### Bug Fixes
|
|
855
|
-
|
|
856
|
-
- fix node plugin fs augments when outside next child compiler ([#284](https://github.com/module-federation/nextjs-mf/issues/284)) ([dfa99c8](https://github.com/module-federation/nextjs-mf/commit/dfa99c86fdd8d73091764532d52be5f81b89a508))
|
|
857
|
-
- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/nextjs-mf/issues/285)) ([99d6b77](https://github.com/module-federation/nextjs-mf/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f))
|
|
858
|
-
|
|
859
|
-
## [0.2.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.2.0...utils-0.2.1) (2022-10-07)
|
|
860
|
-
|
|
861
|
-
### Bug Fixes
|
|
862
|
-
|
|
863
|
-
- fix node plugin fs augments when outside next child compiler ([#284](https://github.com/module-federation/nextjs-mf/issues/284)) ([dfa99c8](https://github.com/module-federation/nextjs-mf/commit/dfa99c86fdd8d73091764532d52be5f81b89a508))
|
|
864
|
-
- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/nextjs-mf/issues/285)) ([99d6b77](https://github.com/module-federation/nextjs-mf/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f))
|
|
865
|
-
|
|
866
|
-
## [0.2.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.2.0...utils-0.2.1) (2022-10-06)
|
|
867
|
-
|
|
868
|
-
### Bug Fixes
|
|
869
|
-
|
|
870
|
-
- fix node plugin fs augments when outside next child compiler ([#284](https://github.com/module-federation/nextjs-mf/issues/284)) ([dfa99c8](https://github.com/module-federation/nextjs-mf/commit/dfa99c86fdd8d73091764532d52be5f81b89a508))
|
|
871
|
-
- **package.json:** fix package export fields for utils ([#285](https://github.com/module-federation/nextjs-mf/issues/285)) ([99d6b77](https://github.com/module-federation/nextjs-mf/commit/99d6b779696b5dbebea9cf3c870a5caa5d9d7c6f))
|
|
872
|
-
|
|
873
|
-
## [0.2.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.2.0...utils-0.2.1) (2022-10-06)
|
|
874
|
-
|
|
875
|
-
### Bug Fixes
|
|
876
|
-
|
|
877
|
-
- fix node plugin fs augments when outside next child compiler ([#284](https://github.com/module-federation/nextjs-mf/issues/284)) ([dfa99c8](https://github.com/module-federation/nextjs-mf/commit/dfa99c86fdd8d73091764532d52be5f81b89a508))
|
|
878
|
-
|
|
879
|
-
# [0.2.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.1.0...utils-0.2.0) (2022-10-06)
|
|
880
|
-
|
|
881
|
-
## [0.1.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.1.0...utils-0.1.1) (2022-10-06)
|
|
882
|
-
|
|
883
|
-
## [0.1.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.1.0...utils-0.1.1) (2022-10-06)
|
|
884
|
-
|
|
885
|
-
## [0.1.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.1.0...utils-0.1.1) (2022-10-06)
|
|
886
|
-
|
|
887
|
-
## [0.1.1](https://github.com/module-federation/nextjs-mf/compare/utils-0.1.0...utils-0.1.1) (2022-10-06)
|
|
888
|
-
|
|
889
|
-
# [0.2.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.1.0...utils-0.2.0) (2022-10-05)
|
|
890
|
-
|
|
891
|
-
# [0.1.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.3...utils-0.1.0) (2022-10-05)
|
|
892
|
-
|
|
893
|
-
### Bug Fixes
|
|
894
|
-
|
|
895
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
896
|
-
|
|
897
|
-
## [0.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.3...utils-0.0.4) (2022-10-05)
|
|
898
|
-
|
|
899
|
-
### Bug Fixes
|
|
900
|
-
|
|
901
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
902
|
-
|
|
903
|
-
## [0.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.3...utils-0.0.4) (2022-10-05)
|
|
904
|
-
|
|
905
|
-
### Bug Fixes
|
|
906
|
-
|
|
907
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
908
|
-
|
|
909
|
-
## [0.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.3...utils-0.0.4) (2022-10-04)
|
|
910
|
-
|
|
911
|
-
### Bug Fixes
|
|
912
|
-
|
|
913
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
914
|
-
|
|
915
|
-
## [0.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.3...utils-0.0.4) (2022-10-04)
|
|
916
|
-
|
|
917
|
-
### Bug Fixes
|
|
918
|
-
|
|
919
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
920
|
-
|
|
921
|
-
## [0.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.3...utils-0.0.4) (2022-10-04)
|
|
922
|
-
|
|
923
|
-
### Bug Fixes
|
|
924
|
-
|
|
925
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
926
|
-
|
|
927
|
-
## [0.0.5](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.4...utils-0.0.5) (2022-10-04)
|
|
928
|
-
|
|
929
|
-
## [0.0.4](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.3...utils-0.0.4) (2022-10-04)
|
|
930
|
-
|
|
931
|
-
### Bug Fixes
|
|
932
|
-
|
|
933
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
934
|
-
|
|
935
|
-
## 0.0.1 (2022-10-04)
|
|
936
|
-
|
|
937
|
-
## [0.0.2](https://github.com/module-federation/nextjs-mf/compare/utils-0.0.1...utils-0.0.2) (2022-09-29)
|
|
938
|
-
|
|
939
|
-
## 0.0.1 (2022-09-29)
|
|
940
|
-
|
|
941
|
-
## 0.0.1 (2022-09-29)
|