@module-federation/nextjs-mf 8.0.1-4 → 8.1.0-canary.2
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 +3 -4
- package/src/federation-noop.js.map +1 -1
- package/src/internal.js +15 -4
- package/src/internal.js.map +1 -1
- package/src/plugins/NextFederationPlugin/apply-client-plugins.js +4 -1
- package/src/plugins/NextFederationPlugin/apply-client-plugins.js.map +1 -1
- package/src/plugins/NextFederationPlugin/apply-server-plugins.js.map +1 -1
- package/src/plugins/NextFederationPlugin/index.js +6 -1
- package/src/plugins/NextFederationPlugin/index.js.map +1 -1
- package/src/plugins/NextFederationPlugin/next-fragments.js.map +1 -1
- package/src/plugins/container/InvertedContainerPlugin.js +21 -15
- package/src/plugins/container/InvertedContainerPlugin.js.map +1 -1
- package/src/plugins/container/InvertedContainerRuntimeModule.d.ts +1 -0
- package/src/plugins/container/InvertedContainerRuntimeModule.js +58 -40
- package/src/plugins/container/InvertedContainerRuntimeModule.js.map +1 -1
- package/CHANGELOG.md +0 -1642
- package/README.md +0 -471
package/CHANGELOG.md
DELETED
|
@@ -1,1642 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
-
|
|
5
|
-
## [8.0.1-4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-8.0.1-3...nextjs-mf-8.0.1-4) (2023-10-10)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* fix styled-jsx flushing ([207db51](https://github.com/module-federation/nextjs-mf/commit/207db51c16f9b92c8e0c25f0b2157359488e552d))
|
|
11
|
-
* improve externals lookup ([5630eb9](https://github.com/module-federation/nextjs-mf/commit/5630eb9e891e5a819938f3eb9742a882dac1ef16))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## [8.0.1-3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-8.0.1-2...nextjs-mf-8.0.1-3) (2023-10-07)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* share styled-jsx/css ([0a44bbd](https://github.com/module-federation/nextjs-mf/commit/0a44bbdbac5f9b1debb8680894265e3670f0ac51))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## [8.0.1-2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-8.0.1-1...nextjs-mf-8.0.1-2) (2023-10-04)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* move cache file hashing to next-mf ([11917bf](https://github.com/module-federation/nextjs-mf/commit/11917bf4500b9ebdb14b46631d89350a98511461))
|
|
30
|
-
* preset process.env.NEXT_PRIVATE_LOCAL_WEBPACK ([dc236a1](https://github.com/module-federation/nextjs-mf/commit/dc236a15a4a8ffee42f8e50a78adc80ad4976fbc))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
## [8.0.1-1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-8.0.1-0...nextjs-mf-8.0.1-1) (2023-10-03)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Bug Fixes
|
|
38
|
-
|
|
39
|
-
* throw errors if NEXT_PRIVATE_LOCAL_WEBPACK is false ([1256488](https://github.com/module-federation/nextjs-mf/commit/1256488870ee8d23b0daafe6b6041228652ab883))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## [8.0.1-0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-8.0.0...nextjs-mf-8.0.1-0) (2023-10-03)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Bug Fixes
|
|
47
|
-
|
|
48
|
-
* add styled-jsx to internal share ([a50dae8](https://github.com/module-federation/nextjs-mf/commit/a50dae8ead5ed46491bf3cfa8452a536ba0de622))
|
|
49
|
-
* bad impleentation during federation port ([cc2e53f](https://github.com/module-federation/nextjs-mf/commit/cc2e53f0351fb94c9068223ad6b8d990a913ab53))
|
|
50
|
-
* enable path fixes ([2f9e14b](https://github.com/module-federation/nextjs-mf/commit/2f9e14b602c71d357063a8168d8ea8c554bcb2ca))
|
|
51
|
-
* enable path fixes again ([6098fee](https://github.com/module-federation/nextjs-mf/commit/6098fee3b3734018ec0f4866656709f3b5d20173))
|
|
52
|
-
* ensure sharing of react/jsx runtime and dev runtime ([ae890d5](https://github.com/module-federation/nextjs-mf/commit/ae890d5e5698c729618d602053b4336b067dd34a))
|
|
53
|
-
* ignore TS issues in async plugin ([f6e3e7f](https://github.com/module-federation/nextjs-mf/commit/f6e3e7f9ca6aabdf26752f8f794e1176fc73af1c))
|
|
54
|
-
* improve image loader public path calc ([d86dcde](https://github.com/module-federation/nextjs-mf/commit/d86dcde344d5d9b7430512672ec26c53ac0f100e))
|
|
55
|
-
* lint container module ([ea4f105](https://github.com/module-federation/nextjs-mf/commit/ea4f105e4949f041a8747a0e3ce50e7020598f88))
|
|
56
|
-
* module order of inverted container runtime ([90caa8d](https://github.com/module-federation/nextjs-mf/commit/90caa8dc80f9af7c6c6f8d7a4a437e337540ddc3))
|
|
57
|
-
* reduce noise on async boundary plugin ([9bab3de](https://github.com/module-federation/nextjs-mf/commit/9bab3de0b556120e60303921881fa4d857fe71d4))
|
|
58
|
-
* remote global share scope ([e05d32f](https://github.com/module-federation/nextjs-mf/commit/e05d32f489880d6b4e0fc21a3807e619a40bc5b3))
|
|
59
|
-
* remove hard coded share scope ([105c124](https://github.com/module-federation/nextjs-mf/commit/105c12441199621b11a85eb5368315175f127523))
|
|
60
|
-
* resupport delegate modules ([f4843ec](https://github.com/module-federation/nextjs-mf/commit/f4843ecd28b4361064be4342565e6d32eafacb2d))
|
|
61
|
-
* server sharing ([1c5c6a8](https://github.com/module-federation/nextjs-mf/commit/1c5c6a8cc8519c157842ae5bf79655710f7acaaf))
|
|
62
|
-
* set requiredVersion to false on utils ([1e325a6](https://github.com/module-federation/nextjs-mf/commit/1e325a6dedb4249c18dde8ce3ae7e57ece26a3ae))
|
|
63
|
-
* stats plugin updates ([c1db325](https://github.com/module-federation/nextjs-mf/commit/c1db325d3311b2126964f4ad2ddbfa9d82a50674))
|
|
64
|
-
* TS imports to webpack ([d506b49](https://github.com/module-federation/nextjs-mf/commit/d506b492b724ccfb7fdcf6234196ac421564c153))
|
|
65
|
-
* ts in template string ([0a0d03d](https://github.com/module-federation/nextjs-mf/commit/0a0d03dd9acb465f0b80bdd9787150e586e6bfcf))
|
|
66
|
-
* ts in template string ([0edbbea](https://github.com/module-federation/nextjs-mf/commit/0edbbeaa42503237b88132252e29a34a79bade51))
|
|
67
|
-
* use ES5 for renderStartup of entrypoint ([d14324a](https://github.com/module-federation/nextjs-mf/commit/d14324a9af856fca974a8f9945ba7d0d2a96be48))
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Features
|
|
71
|
-
|
|
72
|
-
* container inversion module injection ([52ad258](https://github.com/module-federation/nextjs-mf/commit/52ad258a8eea90fcf40100e3b2378cd219bc4422))
|
|
73
|
-
* checkInvalidContext as tapable hook ([a3eb553](https://github.com/module-federation/nextjs-mf/commit/a3eb5537ff462ead2230615f578569ec46199f50))
|
|
74
|
-
* **enhanced:** async boundary plugin ([17640dc](https://github.com/module-federation/nextjs-mf/commit/17640dcf3286ccd8c5e66378c0d6bdbc640ba3ce))
|
|
75
|
-
* **enhanced:** Embedded Container Plugin ([66ac81d](https://github.com/module-federation/nextjs-mf/commit/66ac81db05491eb7bbb618eb267c5331760badd1))
|
|
76
|
-
* implement custom next vanity federation plugin ([5e584e6](https://github.com/module-federation/nextjs-mf/commit/5e584e6415820f15c32ef683796f02aac72e207d))
|
|
77
|
-
* improved async init ([08aa0fa](https://github.com/module-federation/nextjs-mf/commit/08aa0faf00781b19a3360af15492142e6f7e0999))
|
|
78
|
-
* improved async init ([019694e](https://github.com/module-federation/nextjs-mf/commit/019694e55fe1f6bebfdab0701bf9087bf0034b8f))
|
|
79
|
-
* prefer host modules for next and react ([7f253f1](https://github.com/module-federation/nextjs-mf/commit/7f253f123b21504148221ef4727c41b3d43a19f0))
|
|
80
|
-
* remove custom jsonp runtime patching ([718c3fc](https://github.com/module-federation/nextjs-mf/commit/718c3fc497d89d5228680d0949e4192070f59cf9))
|
|
81
|
-
* rewrite next federation vanity plugin ([b8c9859](https://github.com/module-federation/nextjs-mf/commit/b8c98599ba78102183f59964ccee3d29bbe2bedf))
|
|
82
|
-
* share next/image ([f4b0386](https://github.com/module-federation/nextjs-mf/commit/f4b03869743cf9188c2227c1e28321367a199955))
|
|
83
|
-
* use enhanced federation plugin ([1ec5f0f](https://github.com/module-federation/nextjs-mf/commit/1ec5f0f98986b21605714565d3543f92b8b9aeaf))
|
|
84
|
-
* Use enhanced Federation Plugin ([e021d66](https://github.com/module-federation/nextjs-mf/commit/e021d6667996962f154137d164bed13f53a6a135))
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
# [8.0.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.7...nextjs-mf-8.0.0) (2023-09-14)
|
|
89
|
-
|
|
90
|
-
### Dependency Updates
|
|
91
|
-
|
|
92
|
-
- `utils` updated to version `3.0.1`
|
|
93
|
-
- `node` updated to version `2.0.1`
|
|
94
|
-
- `utils` updated to version `3.0.1`
|
|
95
|
-
- `node` updated to version `2.0.1`
|
|
96
|
-
- `node` updated to version `2.0.1`
|
|
97
|
-
|
|
98
|
-
### Bug Fixes
|
|
99
|
-
|
|
100
|
-
- update readme ([#1265](https://github.com/module-federation/nextjs-mf/issues/1265)) ([49d66bc](https://github.com/module-federation/nextjs-mf/commit/49d66bc7d0d2708edda61c246f08553718af81cf))
|
|
101
|
-
- 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))
|
|
102
|
-
|
|
103
|
-
### Features
|
|
104
|
-
|
|
105
|
-
- 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)
|
|
106
|
-
- Introduce full test command and improvement on RuntimeRemotesMap manipulation ([61e605d](https://github.com/module-federation/nextjs-mf/commit/61e605dd83c8f95c8ed26237709dba412edf447c))
|
|
107
|
-
- Update ESLint configuration, add test file and update TypeScript configuration ([00a73be](https://github.com/module-federation/nextjs-mf/commit/00a73be7c1c8ec792e2adae111f063e3741a4bb4))
|
|
108
|
-
|
|
109
|
-
### BREAKING CHANGES
|
|
110
|
-
|
|
111
|
-
- automaticAsyncBoundary option has been removed
|
|
112
|
-
|
|
113
|
-
- fix: exclude specific pages from page map automatically
|
|
114
|
-
|
|
115
|
-
- refactor: conslidate codebase
|
|
116
|
-
|
|
117
|
-
- fix: improve hot reload share recovery
|
|
118
|
-
|
|
119
|
-
- refactor: remove server jsonp template
|
|
120
|
-
|
|
121
|
-
- chore: remove dead code from runtime modules
|
|
122
|
-
|
|
123
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
124
|
-
|
|
125
|
-
getting chunk loading global from compiler output options
|
|
126
|
-
|
|
127
|
-
- feat: adding cleanInitArrays runtime helper
|
|
128
|
-
|
|
129
|
-
- chore: remove share scope hoist and module hoisting system
|
|
130
|
-
|
|
131
|
-
- chore: cleanup code
|
|
132
|
-
|
|
133
|
-
- chore: remove dead code from add module runtime plugin
|
|
134
|
-
|
|
135
|
-
likely can remove whole plugin in future
|
|
136
|
-
|
|
137
|
-
- chore: remove logs from delegate modules
|
|
138
|
-
|
|
139
|
-
- chore: remove old utils
|
|
140
|
-
|
|
141
|
-
- fix: add warning on auto page stitch
|
|
142
|
-
|
|
143
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
144
|
-
|
|
145
|
-
- chore: improve logging to see if its local load or remote load
|
|
146
|
-
|
|
147
|
-
- chore: clean up old custom promises factories
|
|
148
|
-
|
|
149
|
-
- fix: remove container proxy code
|
|
150
|
-
|
|
151
|
-
- fix: remove container proxy code
|
|
152
|
-
- automaticAsyncBoundary option has been removed
|
|
153
|
-
|
|
154
|
-
- fix: exclude specific pages from page map automatically
|
|
155
|
-
|
|
156
|
-
- refactor: conslidate codebase
|
|
157
|
-
|
|
158
|
-
- fix: improve hot reload share recovery
|
|
159
|
-
|
|
160
|
-
- refactor: remove server jsonp template
|
|
161
|
-
|
|
162
|
-
- chore: remove dead code from runtime modules
|
|
163
|
-
|
|
164
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
165
|
-
|
|
166
|
-
getting chunk loading global from compiler output options
|
|
167
|
-
|
|
168
|
-
- feat: adding cleanInitArrays runtime helper
|
|
169
|
-
|
|
170
|
-
- chore: remove share scope hoist and module hoisting system
|
|
171
|
-
|
|
172
|
-
- chore: cleanup code
|
|
173
|
-
|
|
174
|
-
- chore: remove dead code from add module runtime plugin
|
|
175
|
-
|
|
176
|
-
likely can remove whole plugin in future
|
|
177
|
-
|
|
178
|
-
- chore: remove logs from delegate modules
|
|
179
|
-
|
|
180
|
-
- chore: remove old utils
|
|
181
|
-
|
|
182
|
-
- fix: add warning on auto page stitch
|
|
183
|
-
|
|
184
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
185
|
-
|
|
186
|
-
- chore: improve logging to see if its local load or remote load
|
|
187
|
-
|
|
188
|
-
- chore: clean up old custom promises factories
|
|
189
|
-
|
|
190
|
-
- fix: remove container proxy code
|
|
191
|
-
|
|
192
|
-
- fix: remove container proxy code
|
|
193
|
-
|
|
194
|
-
- chore: fix project.json
|
|
195
|
-
|
|
196
|
-
- debugging
|
|
197
|
-
|
|
198
|
-
- fix: resolve backmerge issues with build
|
|
199
|
-
|
|
200
|
-
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
201
|
-
|
|
202
|
-
# Conflicts:
|
|
203
|
-
|
|
204
|
-
# package-lock.json
|
|
205
|
-
|
|
206
|
-
# package.json
|
|
207
|
-
|
|
208
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
209
|
-
|
|
210
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
211
|
-
|
|
212
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
213
|
-
|
|
214
|
-
- feat: enable eager sharing
|
|
215
|
-
|
|
216
|
-
- refactor: improve module hooks for eager loading and search
|
|
217
|
-
|
|
218
|
-
- refactor: cleanup custom jsonp and make es5
|
|
219
|
-
|
|
220
|
-
- refactor: cleanup inverted container code
|
|
221
|
-
|
|
222
|
-
- refactor: cleanup inverted container code
|
|
223
|
-
- automaticAsyncBoundary option has been removed
|
|
224
|
-
|
|
225
|
-
- fix: exclude specific pages from page map automatically
|
|
226
|
-
|
|
227
|
-
- refactor: conslidate codebase
|
|
228
|
-
|
|
229
|
-
- fix: improve hot reload share recovery
|
|
230
|
-
|
|
231
|
-
- refactor: remove server jsonp template
|
|
232
|
-
|
|
233
|
-
- chore: remove dead code from runtime modules
|
|
234
|
-
|
|
235
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
236
|
-
|
|
237
|
-
getting chunk loading global from compiler output options
|
|
238
|
-
|
|
239
|
-
- feat: adding cleanInitArrays runtime helper
|
|
240
|
-
|
|
241
|
-
- chore: remove share scope hoist and module hoisting system
|
|
242
|
-
|
|
243
|
-
- chore: cleanup code
|
|
244
|
-
|
|
245
|
-
- chore: remove dead code from add module runtime plugin
|
|
246
|
-
|
|
247
|
-
likely can remove whole plugin in future
|
|
248
|
-
|
|
249
|
-
- chore: remove logs from delegate modules
|
|
250
|
-
|
|
251
|
-
- chore: remove old utils
|
|
252
|
-
|
|
253
|
-
- fix: add warning on auto page stitch
|
|
254
|
-
|
|
255
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
256
|
-
|
|
257
|
-
- chore: improve logging to see if its local load or remote load
|
|
258
|
-
|
|
259
|
-
- chore: clean up old custom promises factories
|
|
260
|
-
|
|
261
|
-
- fix: remove container proxy code
|
|
262
|
-
|
|
263
|
-
- fix: remove container proxy code
|
|
264
|
-
|
|
265
|
-
- fix: resolve backmerge issues with build
|
|
266
|
-
|
|
267
|
-
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
268
|
-
|
|
269
|
-
# Conflicts:
|
|
270
|
-
|
|
271
|
-
# package-lock.json
|
|
272
|
-
|
|
273
|
-
# package.json
|
|
274
|
-
|
|
275
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
276
|
-
|
|
277
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
278
|
-
|
|
279
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
280
|
-
|
|
281
|
-
- feat: enable eager sharing
|
|
282
|
-
|
|
283
|
-
- refactor: improve module hooks for eager loading and search
|
|
284
|
-
|
|
285
|
-
- refactor: cleanup custom jsonp and make es5
|
|
286
|
-
|
|
287
|
-
- refactor: cleanup inverted container code
|
|
288
|
-
|
|
289
|
-
- refactor: cleanup inverted container code
|
|
290
|
-
|
|
291
|
-
- ci: fix install step with npm and NX
|
|
292
|
-
|
|
293
|
-
- test: remove tests for now
|
|
294
|
-
|
|
295
|
-
- chore(utils): release version 1.7.3-beta.0
|
|
296
|
-
|
|
297
|
-
- chore(utils): release version 1.7.3
|
|
298
|
-
|
|
299
|
-
- chore(node): release version 0.14.4-beta.0
|
|
300
|
-
|
|
301
|
-
- chore(node): release version 0.14.4
|
|
302
|
-
|
|
303
|
-
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
304
|
-
|
|
305
|
-
- fix: remove debugging runtime variable
|
|
306
|
-
|
|
307
|
-
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
308
|
-
|
|
309
|
-
## [7.0.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.7...nextjs-mf-7.0.8) (2023-08-14)
|
|
310
|
-
|
|
311
|
-
### Dependency Updates
|
|
312
|
-
|
|
313
|
-
- `utils` updated to version `2.0.6`
|
|
314
|
-
- `node` updated to version `1.0.7`
|
|
315
|
-
- `utils` updated to version `2.0.6`
|
|
316
|
-
- `node` updated to version `1.0.7`
|
|
317
|
-
|
|
318
|
-
### Bug Fixes
|
|
319
|
-
|
|
320
|
-
- workaround to self ref module error in prod ([e134caa](https://github.com/module-federation/nextjs-mf/commit/e134caa9a914da6a226e73dc877a108456b1053f))
|
|
321
|
-
|
|
322
|
-
## [7.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.6...nextjs-mf-7.0.7) (2023-08-11)
|
|
323
|
-
|
|
324
|
-
### Dependency Updates
|
|
325
|
-
|
|
326
|
-
- `utils` updated to version `2.0.5`
|
|
327
|
-
- `node` updated to version `1.0.6`
|
|
328
|
-
- `utils` updated to version `2.0.5`
|
|
329
|
-
- `node` updated to version `1.0.6`
|
|
330
|
-
- `node` updated to version `1.0.6`
|
|
331
|
-
|
|
332
|
-
### Bug Fixes
|
|
333
|
-
|
|
334
|
-
- improve import ordering ([#1199](https://github.com/module-federation/nextjs-mf/issues/1199)) ([7354ed2](https://github.com/module-federation/nextjs-mf/commit/7354ed2b412bd9fd8745778e5212e10e8a3bf17f))
|
|
335
|
-
|
|
336
|
-
## [7.0.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.5...nextjs-mf-7.0.6) (2023-07-19)
|
|
337
|
-
|
|
338
|
-
### Dependency Updates
|
|
339
|
-
|
|
340
|
-
- `utils` updated to version `2.0.4`
|
|
341
|
-
- `node` updated to version `1.0.5`
|
|
342
|
-
- `utils` updated to version `2.0.4`
|
|
343
|
-
- `node` updated to version `1.0.5`
|
|
344
|
-
- `node` updated to version `1.0.5`
|
|
345
|
-
|
|
346
|
-
### Bug Fixes
|
|
347
|
-
|
|
348
|
-
- 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)
|
|
349
|
-
|
|
350
|
-
## [7.0.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.4...nextjs-mf-7.0.5) (2023-07-18)
|
|
351
|
-
|
|
352
|
-
### Dependency Updates
|
|
353
|
-
|
|
354
|
-
- `utils` updated to version `2.0.2`
|
|
355
|
-
- `node` updated to version `1.0.4`
|
|
356
|
-
- `utils` updated to version `2.0.2`
|
|
357
|
-
- `utils` updated to version `2.0.2`
|
|
358
|
-
- `node` updated to version `1.0.4`
|
|
359
|
-
|
|
360
|
-
## [7.0.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.3...nextjs-mf-7.0.4) (2023-07-17)
|
|
361
|
-
|
|
362
|
-
### Dependency Updates
|
|
363
|
-
|
|
364
|
-
- `utils` updated to version `2.0.1`
|
|
365
|
-
- `node` updated to version `1.0.3`
|
|
366
|
-
- `utils` updated to version `2.0.1`
|
|
367
|
-
- `node` updated to version `1.0.3`
|
|
368
|
-
|
|
369
|
-
## [7.0.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.2...nextjs-mf-7.0.3) (2023-07-17)
|
|
370
|
-
|
|
371
|
-
### Bug Fixes
|
|
372
|
-
|
|
373
|
-
- **invertedmoduleplugin:** added another check for nextjs api routes ([#1134](https://github.com/module-federation/nextjs-mf/issues/1134)) ([aba26be](https://github.com/module-federation/nextjs-mf/commit/aba26bed61bca4816238e7b7b93e88b108b65d9d))
|
|
374
|
-
|
|
375
|
-
## [7.0.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.1...nextjs-mf-7.0.2) (2023-07-05)
|
|
376
|
-
|
|
377
|
-
### Dependency Updates
|
|
378
|
-
|
|
379
|
-
- `node` updated to version `1.0.2`
|
|
380
|
-
- `node` updated to version `1.0.2`
|
|
381
|
-
- `node` updated to version `1.0.2`
|
|
382
|
-
|
|
383
|
-
## [7.0.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-7.0.0...nextjs-mf-7.0.1) (2023-07-05)
|
|
384
|
-
|
|
385
|
-
### Dependency Updates
|
|
386
|
-
|
|
387
|
-
- `node` updated to version `1.0.1`
|
|
388
|
-
- `node` updated to version `1.0.1`
|
|
389
|
-
- `node` updated to version `1.0.1`
|
|
390
|
-
|
|
391
|
-
### Bug Fixes
|
|
392
|
-
|
|
393
|
-
- **nextjs-mf:** update broken documentation ([#1103](https://github.com/module-federation/nextjs-mf/issues/1103)) ([f3659b4](https://github.com/module-federation/nextjs-mf/commit/f3659b4f2dec9f37256fc2d87d2799f5d1923df6))
|
|
394
|
-
|
|
395
|
-
# [7.0.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.1...nextjs-mf-7.0.0) (2023-07-01)
|
|
396
|
-
|
|
397
|
-
### Dependency Updates
|
|
398
|
-
|
|
399
|
-
- `utils` updated to version `2.0.0`
|
|
400
|
-
- `node` updated to version `1.0.0`
|
|
401
|
-
- `utils` updated to version `2.0.0`
|
|
402
|
-
- `utils` updated to version `2.0.0`
|
|
403
|
-
- `node` updated to version `1.0.0`
|
|
404
|
-
- `node` updated to version `1.0.0`
|
|
405
|
-
|
|
406
|
-
### Features
|
|
407
|
-
|
|
408
|
-
- 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)
|
|
409
|
-
|
|
410
|
-
### BREAKING CHANGES
|
|
411
|
-
|
|
412
|
-
- automaticAsyncBoundary option has been removed
|
|
413
|
-
|
|
414
|
-
- fix: exclude specific pages from page map automatically
|
|
415
|
-
|
|
416
|
-
- refactor: conslidate codebase
|
|
417
|
-
|
|
418
|
-
- fix: improve hot reload share recovery
|
|
419
|
-
|
|
420
|
-
- refactor: remove server jsonp template
|
|
421
|
-
|
|
422
|
-
- chore: remove dead code from runtime modules
|
|
423
|
-
|
|
424
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
425
|
-
|
|
426
|
-
getting chunk loading global from compiler output options
|
|
427
|
-
|
|
428
|
-
- feat: adding cleanInitArrays runtime helper
|
|
429
|
-
|
|
430
|
-
- chore: remove share scope hoist and module hoisting system
|
|
431
|
-
|
|
432
|
-
- chore: cleanup code
|
|
433
|
-
|
|
434
|
-
- chore: remove dead code from add module runtime plugin
|
|
435
|
-
|
|
436
|
-
likely can remove whole plugin in future
|
|
437
|
-
|
|
438
|
-
- chore: remove logs from delegate modules
|
|
439
|
-
|
|
440
|
-
- chore: remove old utils
|
|
441
|
-
|
|
442
|
-
- fix: add warning on auto page stitch
|
|
443
|
-
|
|
444
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
445
|
-
|
|
446
|
-
- chore: improve logging to see if its local load or remote load
|
|
447
|
-
|
|
448
|
-
- chore: clean up old custom promises factories
|
|
449
|
-
|
|
450
|
-
- fix: remove container proxy code
|
|
451
|
-
|
|
452
|
-
- fix: remove container proxy code
|
|
453
|
-
- automaticAsyncBoundary option has been removed
|
|
454
|
-
|
|
455
|
-
- fix: exclude specific pages from page map automatically
|
|
456
|
-
|
|
457
|
-
- refactor: conslidate codebase
|
|
458
|
-
|
|
459
|
-
- fix: improve hot reload share recovery
|
|
460
|
-
|
|
461
|
-
- refactor: remove server jsonp template
|
|
462
|
-
|
|
463
|
-
- chore: remove dead code from runtime modules
|
|
464
|
-
|
|
465
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
466
|
-
|
|
467
|
-
getting chunk loading global from compiler output options
|
|
468
|
-
|
|
469
|
-
- feat: adding cleanInitArrays runtime helper
|
|
470
|
-
|
|
471
|
-
- chore: remove share scope hoist and module hoisting system
|
|
472
|
-
|
|
473
|
-
- chore: cleanup code
|
|
474
|
-
|
|
475
|
-
- chore: remove dead code from add module runtime plugin
|
|
476
|
-
|
|
477
|
-
likely can remove whole plugin in future
|
|
478
|
-
|
|
479
|
-
- chore: remove logs from delegate modules
|
|
480
|
-
|
|
481
|
-
- chore: remove old utils
|
|
482
|
-
|
|
483
|
-
- fix: add warning on auto page stitch
|
|
484
|
-
|
|
485
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
486
|
-
|
|
487
|
-
- chore: improve logging to see if its local load or remote load
|
|
488
|
-
|
|
489
|
-
- chore: clean up old custom promises factories
|
|
490
|
-
|
|
491
|
-
- fix: remove container proxy code
|
|
492
|
-
|
|
493
|
-
- fix: remove container proxy code
|
|
494
|
-
|
|
495
|
-
- chore: fix project.json
|
|
496
|
-
|
|
497
|
-
- debugging
|
|
498
|
-
|
|
499
|
-
- fix: resolve backmerge issues with build
|
|
500
|
-
|
|
501
|
-
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
502
|
-
|
|
503
|
-
# Conflicts:
|
|
504
|
-
|
|
505
|
-
# package-lock.json
|
|
506
|
-
|
|
507
|
-
# package.json
|
|
508
|
-
|
|
509
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
510
|
-
|
|
511
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
512
|
-
|
|
513
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
514
|
-
|
|
515
|
-
- feat: enable eager sharing
|
|
516
|
-
|
|
517
|
-
- refactor: improve module hooks for eager loading and search
|
|
518
|
-
|
|
519
|
-
- refactor: cleanup custom jsonp and make es5
|
|
520
|
-
|
|
521
|
-
- refactor: cleanup inverted container code
|
|
522
|
-
|
|
523
|
-
- refactor: cleanup inverted container code
|
|
524
|
-
- automaticAsyncBoundary option has been removed
|
|
525
|
-
|
|
526
|
-
- fix: exclude specific pages from page map automatically
|
|
527
|
-
|
|
528
|
-
- refactor: conslidate codebase
|
|
529
|
-
|
|
530
|
-
- fix: improve hot reload share recovery
|
|
531
|
-
|
|
532
|
-
- refactor: remove server jsonp template
|
|
533
|
-
|
|
534
|
-
- chore: remove dead code from runtime modules
|
|
535
|
-
|
|
536
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
537
|
-
|
|
538
|
-
getting chunk loading global from compiler output options
|
|
539
|
-
|
|
540
|
-
- feat: adding cleanInitArrays runtime helper
|
|
541
|
-
|
|
542
|
-
- chore: remove share scope hoist and module hoisting system
|
|
543
|
-
|
|
544
|
-
- chore: cleanup code
|
|
545
|
-
|
|
546
|
-
- chore: remove dead code from add module runtime plugin
|
|
547
|
-
|
|
548
|
-
likely can remove whole plugin in future
|
|
549
|
-
|
|
550
|
-
- chore: remove logs from delegate modules
|
|
551
|
-
|
|
552
|
-
- chore: remove old utils
|
|
553
|
-
|
|
554
|
-
- fix: add warning on auto page stitch
|
|
555
|
-
|
|
556
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
557
|
-
|
|
558
|
-
- chore: improve logging to see if its local load or remote load
|
|
559
|
-
|
|
560
|
-
- chore: clean up old custom promises factories
|
|
561
|
-
|
|
562
|
-
- fix: remove container proxy code
|
|
563
|
-
|
|
564
|
-
- fix: remove container proxy code
|
|
565
|
-
|
|
566
|
-
- fix: resolve backmerge issues with build
|
|
567
|
-
|
|
568
|
-
- Merge branch 'kill_child_compilers' into fix_backmerge_issues
|
|
569
|
-
|
|
570
|
-
# Conflicts:
|
|
571
|
-
|
|
572
|
-
# package-lock.json
|
|
573
|
-
|
|
574
|
-
# package.json
|
|
575
|
-
|
|
576
|
-
# packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
|
|
577
|
-
|
|
578
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
|
|
579
|
-
|
|
580
|
-
# packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
|
|
581
|
-
|
|
582
|
-
- feat: enable eager sharing
|
|
583
|
-
|
|
584
|
-
- refactor: improve module hooks for eager loading and search
|
|
585
|
-
|
|
586
|
-
- refactor: cleanup custom jsonp and make es5
|
|
587
|
-
|
|
588
|
-
- refactor: cleanup inverted container code
|
|
589
|
-
|
|
590
|
-
- refactor: cleanup inverted container code
|
|
591
|
-
|
|
592
|
-
- ci: fix install step with npm and NX
|
|
593
|
-
|
|
594
|
-
- test: remove tests for now
|
|
595
|
-
|
|
596
|
-
- chore(utils): release version 1.7.3-beta.0
|
|
597
|
-
|
|
598
|
-
- chore(utils): release version 1.7.3
|
|
599
|
-
|
|
600
|
-
- chore(node): release version 0.14.4-beta.0
|
|
601
|
-
|
|
602
|
-
- chore(node): release version 0.14.4
|
|
603
|
-
|
|
604
|
-
- chore(nextjs-mf): release version 6.4.1-beta.4
|
|
605
|
-
|
|
606
|
-
- fix: remove debugging runtime variable
|
|
607
|
-
|
|
608
|
-
- chore(nextjs-mf): release version 6.4.1-beta.5
|
|
609
|
-
|
|
610
|
-
## [6.7.2-rc.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.2-rc.0...nextjs-mf-6.7.2-rc.1) (2023-07-01)
|
|
611
|
-
|
|
612
|
-
### Features
|
|
613
|
-
|
|
614
|
-
- support edge workers ([#1084](https://github.com/module-federation/nextjs-mf/issues/1084)) ([3f5df94](https://github.com/module-federation/nextjs-mf/commit/3f5df944ea787cf958fd4cf7fabed84432a50a10))
|
|
615
|
-
|
|
616
|
-
## [6.7.2-rc.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.1...nextjs-mf-6.7.2-rc.0) (2023-06-30)
|
|
617
|
-
|
|
618
|
-
### Bug Fixes
|
|
619
|
-
|
|
620
|
-
- module type errors ([4c7b3ff](https://github.com/module-federation/nextjs-mf/commit/4c7b3ffad0726c6d9f51a8fb72ec7eefb3633073))
|
|
621
|
-
- ts errors ([44de0be](https://github.com/module-federation/nextjs-mf/commit/44de0beb8c2d94028f738849f2bab438ce530ebe))
|
|
622
|
-
|
|
623
|
-
## [6.5.2-rc8.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc8.0...nextjs-mf-6.5.2-rc8.1) (2023-06-28)
|
|
624
|
-
|
|
625
|
-
### Bug Fixes
|
|
626
|
-
|
|
627
|
-
- disable flushing remotes to ssr for now ([6c5cfae](https://github.com/module-federation/nextjs-mf/commit/6c5cfaec3be94aeb3f1e12c24965b3904da23bae))
|
|
628
|
-
|
|
629
|
-
## [6.5.2-rc8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc7.0...nextjs-mf-6.5.2-rc8.0) (2023-06-27)
|
|
630
|
-
|
|
631
|
-
## [6.5.2-rc7.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc6.0...nextjs-mf-6.5.2-rc7.0) (2023-06-27)
|
|
632
|
-
|
|
633
|
-
### Bug Fixes
|
|
634
|
-
|
|
635
|
-
- image path fallback ([fc176ff](https://github.com/module-federation/nextjs-mf/commit/fc176ffa74a082ab0d7a198315f3b0827eb13037))
|
|
636
|
-
|
|
637
|
-
## [6.5.2-rc6.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc5.0...nextjs-mf-6.5.2-rc6.0) (2023-06-23)
|
|
638
|
-
|
|
639
|
-
### Bug Fixes
|
|
640
|
-
|
|
641
|
-
- remove loggers ([a86b070](https://github.com/module-federation/nextjs-mf/commit/a86b070e11f31303a8833f806f7d2015e55a441b))
|
|
642
|
-
|
|
643
|
-
## [6.5.2-rc5.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc4.0...nextjs-mf-6.5.2-rc5.0) (2023-06-23)
|
|
644
|
-
|
|
645
|
-
### Bug Fixes
|
|
646
|
-
|
|
647
|
-
- Non-Deterministic Chunk ID Handling ([#986](https://github.com/module-federation/nextjs-mf/issues/986)) ([b051c12](https://github.com/module-federation/nextjs-mf/commit/b051c12bbaf54f7327a4d25407326b6a7d1d9594))
|
|
648
|
-
|
|
649
|
-
## [6.5.2-rc4.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc3.1...nextjs-mf-6.5.2-rc4.0) (2023-06-21)
|
|
650
|
-
|
|
651
|
-
### Bug Fixes
|
|
652
|
-
|
|
653
|
-
- Api routes ([#984](https://github.com/module-federation/nextjs-mf/issues/984)) ([903296a](https://github.com/module-federation/nextjs-mf/commit/903296af090d344845288fc940536a3b741eb1e1))
|
|
654
|
-
- Resolve condition names ([#974](https://github.com/module-federation/nextjs-mf/issues/974)) ([5e8b49c](https://github.com/module-federation/nextjs-mf/commit/5e8b49cf60f19dae6be4818a1c0ff783c7689393))
|
|
655
|
-
- Resolve conditional exports ([#971](https://github.com/module-federation/nextjs-mf/issues/971)) ([1c42e2a](https://github.com/module-federation/nextjs-mf/commit/1c42e2a721a9e93b2e9acebc09099dda66699a42))
|
|
656
|
-
- Runtime module checking ([#969](https://github.com/module-federation/nextjs-mf/issues/969)) ([b5c7af1](https://github.com/module-federation/nextjs-mf/commit/b5c7af1697a63d9e19f901238a4c0382ea0c3f50))
|
|
657
|
-
|
|
658
|
-
## [6.5.2-rc3.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc3.0...nextjs-mf-6.5.2-rc3.1) (2023-06-09)
|
|
659
|
-
|
|
660
|
-
### Bug Fixes
|
|
661
|
-
|
|
662
|
-
- Path loader patches ([#960](https://github.com/module-federation/nextjs-mf/issues/960)) ([d362a77](https://github.com/module-federation/nextjs-mf/commit/d362a7752c4364cc499a27f2b6eeb5399543cb29))
|
|
663
|
-
|
|
664
|
-
## [6.5.2-rc3.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-beta.0...nextjs-mf-6.5.2-rc3.0) (2023-06-09)
|
|
665
|
-
|
|
666
|
-
### Bug Fixes
|
|
667
|
-
|
|
668
|
-
- remove logs or wrap in debug flag ([#959](https://github.com/module-federation/nextjs-mf/issues/959)) ([5ea321a](https://github.com/module-federation/nextjs-mf/commit/5ea321a6ee4323456f9ad1e62bb2e765df612017))
|
|
669
|
-
|
|
670
|
-
## [6.5.2-beta.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc1.0...nextjs-mf-6.5.2-beta.0) (2023-05-26)
|
|
671
|
-
|
|
672
|
-
### Bug Fixes
|
|
673
|
-
|
|
674
|
-
- Improve chunk correlation ([#936](https://github.com/module-federation/nextjs-mf/issues/936)) ([4dad1eb](https://github.com/module-federation/nextjs-mf/commit/4dad1eb370feacd6ecb4c1726c435d5c579f424d))
|
|
675
|
-
- remove default props deprecation on flush chunks ([103fa91](https://github.com/module-federation/nextjs-mf/commit/103fa910d39e25d283076755a2eedf4e926ba242))
|
|
676
|
-
|
|
677
|
-
### Features
|
|
678
|
-
|
|
679
|
-
- support custom distDir ([3d8d540](https://github.com/module-federation/nextjs-mf/commit/3d8d5408f73be9b8798f02fbd2382457510fdc3f))
|
|
680
|
-
|
|
681
|
-
## [6.5.2-rc1.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.2-rc.0...nextjs-mf-6.5.2-rc1.0) (2023-05-25)
|
|
682
|
-
|
|
683
|
-
### Bug Fixes
|
|
684
|
-
|
|
685
|
-
- Improved Entrypoint Module Detection and Refactoring ([#932](https://github.com/module-federation/nextjs-mf/issues/932)) ([d09e841](https://github.com/module-federation/nextjs-mf/commit/d09e841fb2e01300e61c046e18b9d02842920b4a))
|
|
686
|
-
- remove specific module type from package ([ad8caf7](https://github.com/module-federation/nextjs-mf/commit/ad8caf7df575a67a866e882e515d9a4e249f5ad8))
|
|
687
|
-
|
|
688
|
-
## [6.5.2-rc.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.1...nextjs-mf-6.5.2-rc.0) (2023-05-23)
|
|
689
|
-
|
|
690
|
-
### Bug Fixes
|
|
691
|
-
|
|
692
|
-
- chunk and module duplications ([#885](https://github.com/module-federation/nextjs-mf/issues/885)) ([199e6b9](https://github.com/module-federation/nextjs-mf/commit/199e6b9937f4a2ca6caedb3ae4767342de463cb6))
|
|
693
|
-
- client prod build issues ([#899](https://github.com/module-federation/nextjs-mf/issues/899)) ([470d7ad](https://github.com/module-federation/nextjs-mf/commit/470d7ad408ae8d64dbccc5a9528eaa2ed60fa2ca))
|
|
694
|
-
- deprecation warnings about chunkGraph ([9af484d](https://github.com/module-federation/nextjs-mf/commit/9af484dedba44b346d25ac5cdd10292ad018143d))
|
|
695
|
-
- 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))
|
|
696
|
-
- missing chunk hashes on exposed modules ([#893](https://github.com/module-federation/nextjs-mf/issues/893)) ([cfa43f5](https://github.com/module-federation/nextjs-mf/commit/cfa43f506999d5ce3ab6afeea513d50d85f7886e))
|
|
697
|
-
|
|
698
|
-
## [6.4.1-rc.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-rc.1...nextjs-mf-6.4.1-rc.2) (2023-05-17)
|
|
699
|
-
|
|
700
|
-
## [6.4.1-rc.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-rc.0...nextjs-mf-6.4.1-rc.1) (2023-05-17)
|
|
701
|
-
|
|
702
|
-
### Bug Fixes
|
|
703
|
-
|
|
704
|
-
- **chunk-module-duplication:** prevent runtime reset and share scope loss ([14bfc38](https://github.com/module-federation/nextjs-mf/commit/14bfc38515a4da3be7321d4b6d876905d45ad20b))
|
|
705
|
-
|
|
706
|
-
## [6.4.1-rc.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.7...nextjs-mf-6.4.1-rc.0) (2023-05-16)
|
|
707
|
-
|
|
708
|
-
### Bug Fixes
|
|
709
|
-
|
|
710
|
-
- 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))
|
|
711
|
-
- remove old files ([fa281ec](https://github.com/module-federation/nextjs-mf/commit/fa281ecf0a5486bcf995f548deaef993f437c068))
|
|
712
|
-
|
|
713
|
-
### Features
|
|
714
|
-
|
|
715
|
-
- remove entry injection ([4e6981f](https://github.com/module-federation/nextjs-mf/commit/4e6981f8d8a312ae383b1c2cd337882b268e2b9b))
|
|
716
|
-
|
|
717
|
-
## [6.4.1-beta.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.6...nextjs-mf-6.4.1-beta.7) (2023-05-16)
|
|
718
|
-
|
|
719
|
-
### Bug Fixes
|
|
720
|
-
|
|
721
|
-
- ensure eager modules always exist in host (inject dependent modules somewhere in build pipeline) ([12bb896](https://github.com/module-federation/nextjs-mf/commit/12bb896d37324b4f3d0d59da04463b1d04428a01))
|
|
722
|
-
|
|
723
|
-
## [6.4.1-beta.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.5...nextjs-mf-6.4.1-beta.6) (2023-05-15)
|
|
724
|
-
|
|
725
|
-
### Features
|
|
726
|
-
|
|
727
|
-
- Quantum Modules ([#872](https://github.com/module-federation/nextjs-mf/issues/872)) ([2991039](https://github.com/module-federation/nextjs-mf/commit/299103932b4e0aa6d8017be588ffa5272f519260))
|
|
728
|
-
|
|
729
|
-
## [6.4.1-beta.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.4...nextjs-mf-6.4.1-beta.5) (2023-05-13)
|
|
730
|
-
|
|
731
|
-
### Bug Fixes
|
|
732
|
-
|
|
733
|
-
- remove debugging runtime variable ([d15dc2d](https://github.com/module-federation/nextjs-mf/commit/d15dc2dc6f6297532d89295690c6f561fee7955f))
|
|
734
|
-
|
|
735
|
-
## [6.4.1-beta.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.3...nextjs-mf-6.4.1-beta.4) (2023-05-13)
|
|
736
|
-
|
|
737
|
-
### Bug Fixes
|
|
738
|
-
|
|
739
|
-
- add warning on auto page stitch ([2f068cf](https://github.com/module-federation/nextjs-mf/commit/2f068cfd71f0aad12285b9ab4cfbd515f399211c))
|
|
740
|
-
- remove commented out code from InvertedContainerPlugin.ts ([7d52961](https://github.com/module-federation/nextjs-mf/commit/7d529612869f061733d7d87c9770036b7c2b0bbb))
|
|
741
|
-
- resolve backmerge issues with build ([2ad095c](https://github.com/module-federation/nextjs-mf/commit/2ad095cc3198dfd153644cee5fb4f37fa3bf6f03))
|
|
742
|
-
|
|
743
|
-
### Features
|
|
744
|
-
|
|
745
|
-
- [7] Async boundary runtime server ([#851](https://github.com/module-federation/nextjs-mf/issues/851)) ([7fa792a](https://github.com/module-federation/nextjs-mf/commit/7fa792a4b518cd007b5ac41db225e20521063e73)), closes [#864](https://github.com/module-federation/nextjs-mf/issues/864)
|
|
746
|
-
- [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)
|
|
747
|
-
- enable eager sharing ([b1e4418](https://github.com/module-federation/nextjs-mf/commit/b1e4418304afd30c5f4719469db50c17c279a021))
|
|
748
|
-
|
|
749
|
-
### BREAKING CHANGES
|
|
750
|
-
|
|
751
|
-
- automaticAsyncBoundary option has been removed
|
|
752
|
-
|
|
753
|
-
- fix: exclude specific pages from page map automatically
|
|
754
|
-
|
|
755
|
-
- refactor: conslidate codebase
|
|
756
|
-
|
|
757
|
-
- fix: improve hot reload share recovery
|
|
758
|
-
|
|
759
|
-
- refactor: remove server jsonp template
|
|
760
|
-
|
|
761
|
-
- chore: remove dead code from runtime modules
|
|
762
|
-
|
|
763
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
764
|
-
|
|
765
|
-
getting chunk loading global from compiler output options
|
|
766
|
-
|
|
767
|
-
- feat: adding cleanInitArrays runtime helper
|
|
768
|
-
|
|
769
|
-
- chore: remove share scope hoist and module hoisting system
|
|
770
|
-
|
|
771
|
-
- chore: cleanup code
|
|
772
|
-
|
|
773
|
-
- chore: remove dead code from add module runtime plugin
|
|
774
|
-
|
|
775
|
-
likely can remove whole plugin in future
|
|
776
|
-
|
|
777
|
-
- chore: remove logs from delegate modules
|
|
778
|
-
|
|
779
|
-
- chore: remove old utils
|
|
780
|
-
|
|
781
|
-
- fix: add warning on auto page stitch
|
|
782
|
-
|
|
783
|
-
- fix: remove commented out code from InvertedContainerPlugin.ts
|
|
784
|
-
|
|
785
|
-
- chore: improve logging to see if its local load or remote load
|
|
786
|
-
|
|
787
|
-
- chore: clean up old custom promises factories
|
|
788
|
-
|
|
789
|
-
- fix: remove container proxy code
|
|
790
|
-
|
|
791
|
-
- fix: remove container proxy code
|
|
792
|
-
- automaticAsyncBoundary option has been removed
|
|
793
|
-
|
|
794
|
-
- fix: exclude specific pages from page map automatically
|
|
795
|
-
|
|
796
|
-
- refactor: conslidate codebase
|
|
797
|
-
|
|
798
|
-
- fix: improve hot reload share recovery
|
|
799
|
-
|
|
800
|
-
- refactor: remove server jsonp template
|
|
801
|
-
|
|
802
|
-
- chore: remove dead code from runtime modules
|
|
803
|
-
|
|
804
|
-
- fix: clean up jsonp getCustomJsonpCode
|
|
805
|
-
|
|
806
|
-
getting chunk loading global from compiler output options
|
|
807
|
-
|
|
808
|
-
- feat: adding cleanInitArrays runtime helper
|
|
809
|
-
|
|
810
|
-
- chore: remove share scope hoist and module hoisting system
|
|
811
|
-
|
|
812
|
-
- chore: cleanup code
|
|
813
|
-
|
|
814
|
-
## [6.4.1-beta.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.2...nextjs-mf-6.4.1-beta.3) (2023-05-03)
|
|
815
|
-
|
|
816
|
-
### Bug Fixes
|
|
817
|
-
|
|
818
|
-
- implement exact version resolution ([ee95f5f](https://github.com/module-federation/nextjs-mf/commit/ee95f5f3fb2d0d5757bfff85e85dcf6658673b9c))
|
|
819
|
-
- improve eager modularization ([f593725](https://github.com/module-federation/nextjs-mf/commit/f593725e24672dbf95eae018f2656cab68ec2c4e))
|
|
820
|
-
- improve module and async module loading in runtmie module ([c841a4b](https://github.com/module-federation/nextjs-mf/commit/c841a4bd9e2205b438fc1c8855c66e1eee764e0a))
|
|
821
|
-
- improve stability of chunk push ([98ad6ad](https://github.com/module-federation/nextjs-mf/commit/98ad6ad66ae19429a4808dc9215c6efef6b69fee))
|
|
822
|
-
- improve startup inversion ([42e59f1](https://github.com/module-federation/nextjs-mf/commit/42e59f1b0c58d98c4a16d1efd1ab00d0748311f0))
|
|
823
|
-
- prevent hmr destroying share scope ([ffc1131](https://github.com/module-federation/nextjs-mf/commit/ffc1131b2607387805d3137561df3ae756d07244))
|
|
824
|
-
|
|
825
|
-
### Features
|
|
826
|
-
|
|
827
|
-
- eager load initial consumes ([6a05a5f](https://github.com/module-federation/nextjs-mf/commit/6a05a5f456dd0c5047f034cf7e9d3945a99f737b))
|
|
828
|
-
- install an async boundary runtime module ([cbbc7f5](https://github.com/module-federation/nextjs-mf/commit/cbbc7f53dd908c42cb1897e3aa9e70a9819a002a))
|
|
829
|
-
|
|
830
|
-
## [6.4.1-beta.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.1...nextjs-mf-6.4.1-beta.2) (2023-04-28)
|
|
831
|
-
|
|
832
|
-
### Bug Fixes
|
|
833
|
-
|
|
834
|
-
- disable next chunk splits ([2f731ee](https://github.com/module-federation/nextjs-mf/commit/2f731eee497c0f4d3057600f22bc2556e8b32410))
|
|
835
|
-
|
|
836
|
-
## [6.4.1-beta.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.1-beta.0...nextjs-mf-6.4.1-beta.1) (2023-04-28)
|
|
837
|
-
|
|
838
|
-
## [6.4.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.0...nextjs-mf-6.4.1-beta.0) (2023-04-28)
|
|
839
|
-
|
|
840
|
-
### Features
|
|
841
|
-
|
|
842
|
-
- [v7] host inversion ([#769](https://github.com/module-federation/nextjs-mf/issues/769)) ([53b9e4b](https://github.com/module-federation/nextjs-mf/commit/53b9e4b4a0dd11adfaf394140133e9244156b839))
|
|
843
|
-
- Custom Startup Runtime modules ([0f4bb27](https://github.com/module-federation/nextjs-mf/commit/0f4bb278a1e3be602c489d39062e7e236c47cca1))
|
|
844
|
-
- 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)
|
|
845
|
-
- remove child compiler pluign ([#780](https://github.com/module-federation/nextjs-mf/issues/780)) ([ed7ce3a](https://github.com/module-federation/nextjs-mf/commit/ed7ce3a6220bf0fa142da50d8101ad4693c8b178))
|
|
846
|
-
|
|
847
|
-
### BREAKING CHANGES
|
|
848
|
-
|
|
849
|
-
- Internal child compilers are no longer used
|
|
850
|
-
BREAKING_CHANGE: Internal child compilers are no longer used
|
|
851
|
-
|
|
852
|
-
## [6.3.1-beta.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.3.1...nextjs-mf-6.3.1-beta.0) (2023-04-19)
|
|
853
|
-
|
|
854
|
-
### Bug Fixes
|
|
855
|
-
|
|
856
|
-
- cache busting and async quirks when mixing delegates ([1fc6e67](https://github.com/module-federation/nextjs-mf/commit/1fc6e67ee33a3efb53ff59d2b3ac333f1d42a158))
|
|
857
|
-
- ensure app functions with async boundary loader ([717e885](https://github.com/module-federation/nextjs-mf/commit/717e88558475158bf1eb5ae88e53a3624b3277ff))
|
|
858
|
-
- get delegates working ([#527](https://github.com/module-federation/nextjs-mf/issues/527)) ([7655568](https://github.com/module-federation/nextjs-mf/commit/7655568fcef8dbfda40573deb5d3d029c101074c))
|
|
859
|
-
- improved asset pipeline ([63928b2](https://github.com/module-federation/nextjs-mf/commit/63928b28150c2c4e3adb9e14fb7aa54f5cf1578d))
|
|
860
|
-
- move delegate modules into both webpack runtimes ([0570021](https://github.com/module-federation/nextjs-mf/commit/0570021d1040888a9f00394e64f7530a22e74a75))
|
|
861
|
-
- move host remote reg into loader ([188b9e4](https://github.com/module-federation/nextjs-mf/commit/188b9e432b95ba4934a838a49571435ea27b4d0b))
|
|
862
|
-
- peer dependencies metadata ([b603587](https://github.com/module-federation/nextjs-mf/commit/b6035870e5130bfd5b5c70951cc17bb38a50fbdd))
|
|
863
|
-
- put error triggers if delegates are passed non-primitives ([0a780bb](https://github.com/module-federation/nextjs-mf/commit/0a780bb07c9421b58605fc133f236a918ef5a0d8))
|
|
864
|
-
- remove dead code, use commonjs for delegate exports ([ad646d7](https://github.com/module-federation/nextjs-mf/commit/ad646d7306a2442ae6d9b2a72b33fb5ce66a9ba4))
|
|
865
|
-
- solve double async boundary ([88b3f4f](https://github.com/module-federation/nextjs-mf/commit/88b3f4f08b217e2f88b535ec9c7290bad697888b))
|
|
866
|
-
- solve externalization ([49f52e5](https://github.com/module-federation/nextjs-mf/commit/49f52e53ddddc990d31e6aa510d67dc0552a9d9a))
|
|
867
|
-
- support windows paths ([98ca26f](https://github.com/module-federation/nextjs-mf/commit/98ca26f3062b9fa67fc8ba8152fd85eda9b5df10))
|
|
868
|
-
- use EntryPlugin for injection of remotes ([e522c5a](https://github.com/module-federation/nextjs-mf/commit/e522c5ad2b7adcbd6c39f9c5fdb7a3e418277b7a))
|
|
869
|
-
|
|
870
|
-
### Features
|
|
871
|
-
|
|
872
|
-
- delegate module support ([76c9df3](https://github.com/module-federation/nextjs-mf/commit/76c9df3b97d60040466e9a01cfe3f45e8f9c6b78))
|
|
873
|
-
- delegate module support ([3567aa5](https://github.com/module-federation/nextjs-mf/commit/3567aa5f6d0a00ca6df103c796657eb8953bc96a))
|
|
874
|
-
- delegate module support ([8dd154c](https://github.com/module-federation/nextjs-mf/commit/8dd154c261b34183b12250ce204904cd3e085658))
|
|
875
|
-
- delegates part two ([1be2686](https://github.com/module-federation/nextjs-mf/commit/1be2686624798a7df9f447b48279294985b3f592))
|
|
876
|
-
- implement basic single runtime ([2432c3e](https://github.com/module-federation/nextjs-mf/commit/2432c3ec553759ca24d17a46b696c1123a86ec5a))
|
|
877
|
-
- implement module runtime hoisting ([17c5b2f](https://github.com/module-federation/nextjs-mf/commit/17c5b2fc5f67c4321959ae30a69742c3128bc9a5))
|
|
878
|
-
- improve automatic async boundary loader on single compile instance ([63fc327](https://github.com/module-federation/nextjs-mf/commit/63fc3273500d1626c7e8c4dab14268ae5cb9de7a))
|
|
879
|
-
- improve chunk correlation ([22d8afc](https://github.com/module-federation/nextjs-mf/commit/22d8afccff101044fcdeba390656950dbc6eafed))
|
|
880
|
-
- new chunk flushing system for exposed modules ([97a75d8](https://github.com/module-federation/nextjs-mf/commit/97a75d8702f2ddc5e12cff2ac4d24aca1df6f990))
|
|
881
|
-
- new next federation plugin ([7e096df](https://github.com/module-federation/nextjs-mf/commit/7e096df89682369cdc92095be6936b58b9b5787f))
|
|
882
|
-
- new output copy plugin for prod server exposure ([85da209](https://github.com/module-federation/nextjs-mf/commit/85da209103046567bdc93f71d421ea413ac1d37b))
|
|
883
|
-
- remove child compilers ([c124f37](https://github.com/module-federation/nextjs-mf/commit/c124f3797ad327971066a4ad75f0317531653c08))
|
|
884
|
-
- removing old promise template stuff from build utils ([d827cd6](https://github.com/module-federation/nextjs-mf/commit/d827cd60fc12bd65b4091db5f7e3d9b96bcdc12b))
|
|
885
|
-
|
|
886
|
-
### BREAKING CHANGES
|
|
887
|
-
|
|
888
|
-
- Plugin No longer uses child sidecars to create containers.
|
|
889
|
-
- deleting support for promiseTemplate
|
|
890
|
-
|
|
891
|
-
## [6.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.7.0...nextjs-mf-6.7.1) (2023-06-30)
|
|
892
|
-
|
|
893
|
-
### Bug Fixes
|
|
894
|
-
|
|
895
|
-
- TS builds ([deca4a2](https://github.com/module-federation/nextjs-mf/commit/deca4a22fa83a5f2d7e03de8ff8a2d82b1aecded))
|
|
896
|
-
|
|
897
|
-
# [6.7.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.3...nextjs-mf-6.7.0) (2023-06-30)
|
|
898
|
-
|
|
899
|
-
### Dependency Updates
|
|
900
|
-
|
|
901
|
-
- `utils` updated to version `1.9.1`
|
|
902
|
-
- `node` updated to version `0.16.2`
|
|
903
|
-
- `utils` updated to version `1.9.1`
|
|
904
|
-
- `node` updated to version `0.16.2`
|
|
905
|
-
- `node` updated to version `0.16.2`
|
|
906
|
-
|
|
907
|
-
### Features
|
|
908
|
-
|
|
909
|
-
- support use client directive ([#1069](https://github.com/module-federation/nextjs-mf/issues/1069)) ([e20ade1](https://github.com/module-federation/nextjs-mf/commit/e20ade134d96a339dc53fe886a41f2eb81d878d5))
|
|
910
|
-
|
|
911
|
-
## [6.6.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.2...nextjs-mf-6.6.3) (2023-06-29)
|
|
912
|
-
|
|
913
|
-
## [6.6.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.1...nextjs-mf-6.6.2) (2023-06-29)
|
|
914
|
-
|
|
915
|
-
## [6.6.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.6.0...nextjs-mf-6.6.1) (2023-06-29)
|
|
916
|
-
|
|
917
|
-
### Dependency Updates
|
|
918
|
-
|
|
919
|
-
- `node` updated to version `0.16.1`
|
|
920
|
-
- `node` updated to version `0.16.1`
|
|
921
|
-
|
|
922
|
-
# [6.6.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.1...nextjs-mf-6.6.0) (2023-06-29)
|
|
923
|
-
|
|
924
|
-
## [6.5.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.5.0...nextjs-mf-6.5.1) (2023-05-22)
|
|
925
|
-
|
|
926
|
-
### Dependency Updates
|
|
927
|
-
|
|
928
|
-
- `node` updated to version `0.15.1`
|
|
929
|
-
- `node` updated to version `0.15.1`
|
|
930
|
-
|
|
931
|
-
# [6.5.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.4.0...nextjs-mf-6.5.0) (2023-05-22)
|
|
932
|
-
|
|
933
|
-
### Dependency Updates
|
|
934
|
-
|
|
935
|
-
- `utils` updated to version `1.8.0`
|
|
936
|
-
- `node` updated to version `0.15.0`
|
|
937
|
-
- `utils` updated to version `1.8.0`
|
|
938
|
-
- `node` updated to version `0.15.0`
|
|
939
|
-
|
|
940
|
-
### Bug Fixes
|
|
941
|
-
|
|
942
|
-
- doc ([#860](https://github.com/module-federation/nextjs-mf/issues/860)) ([cb88646](https://github.com/module-federation/nextjs-mf/commit/cb886469b7d8eddbd2c94c2de88010366bb207d7))
|
|
943
|
-
|
|
944
|
-
### Features
|
|
945
|
-
|
|
946
|
-
- 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))
|
|
947
|
-
- **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))
|
|
948
|
-
|
|
949
|
-
# [6.4.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.3.1...nextjs-mf-6.4.0) (2023-04-19)
|
|
950
|
-
|
|
951
|
-
## [6.3.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.3.0...nextjs-mf-6.3.1) (2023-04-13)
|
|
952
|
-
|
|
953
|
-
### Bug Fixes
|
|
954
|
-
|
|
955
|
-
- Add 'react/jsx-dev-runtime' to share scope ([#748](https://github.com/module-federation/nextjs-mf/issues/748)) ([73e870d](https://github.com/module-federation/nextjs-mf/commit/73e870d60e6498e4adcb0e96dfd6b790e079d4ff))
|
|
956
|
-
|
|
957
|
-
# [6.3.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.3...nextjs-mf-6.3.0) (2023-04-10)
|
|
958
|
-
|
|
959
|
-
### Dependency Updates
|
|
960
|
-
|
|
961
|
-
- `utils` updated to version `1.5.0`
|
|
962
|
-
- `utils` updated to version `1.5.0`
|
|
963
|
-
- `node` updated to version `0.13.0`
|
|
964
|
-
- `node` updated to version `0.13.0`
|
|
965
|
-
|
|
966
|
-
### Features
|
|
967
|
-
|
|
968
|
-
- 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))
|
|
969
|
-
|
|
970
|
-
## [6.2.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.2...nextjs-mf-6.2.3) (2023-04-09)
|
|
971
|
-
|
|
972
|
-
### Dependency Updates
|
|
973
|
-
|
|
974
|
-
- `utils` updated to version `1.4.1`
|
|
975
|
-
- `utils` updated to version `1.4.1`
|
|
976
|
-
- `node` updated to version `0.12.3`
|
|
977
|
-
- `node` updated to version `0.12.3`
|
|
978
|
-
|
|
979
|
-
### Bug Fixes
|
|
980
|
-
|
|
981
|
-
- loader handling of getServerProps ([#697](https://github.com/module-federation/nextjs-mf/issues/697)) ([aade75c](https://github.com/module-federation/nextjs-mf/commit/aade75c450c5773c9c21fe4f3d29ed4c1409a532))
|
|
982
|
-
|
|
983
|
-
## [6.2.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.1...nextjs-mf-6.2.2) (2023-03-24)
|
|
984
|
-
|
|
985
|
-
### Dependency Updates
|
|
986
|
-
|
|
987
|
-
- `node` updated to version `0.12.2`
|
|
988
|
-
- `node` updated to version `0.12.2`
|
|
989
|
-
|
|
990
|
-
## [6.2.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.2.0...nextjs-mf-6.2.1) (2023-03-18)
|
|
991
|
-
|
|
992
|
-
### Bug Fixes
|
|
993
|
-
|
|
994
|
-
- hoist delegate glue code into container when medusa is used ([#642](https://github.com/module-federation/nextjs-mf/issues/642)) ([a63cd94](https://github.com/module-federation/nextjs-mf/commit/a63cd944546a6e5d62055fcec4d7e1f04f618ded))
|
|
995
|
-
|
|
996
|
-
# [6.2.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.4...nextjs-mf-6.2.0) (2023-03-14)
|
|
997
|
-
|
|
998
|
-
### Dependency Updates
|
|
999
|
-
|
|
1000
|
-
- `utils` updated to version `1.4.0`
|
|
1001
|
-
- `node` updated to version `0.12.0`
|
|
1002
|
-
|
|
1003
|
-
### Features
|
|
1004
|
-
|
|
1005
|
-
- 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)
|
|
1006
|
-
|
|
1007
|
-
## [6.1.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.3...nextjs-mf-6.1.4) (2023-03-08)
|
|
1008
|
-
|
|
1009
|
-
### Bug Fixes
|
|
1010
|
-
|
|
1011
|
-
- exclude next middleware from async boundary loader ([#615](https://github.com/module-federation/nextjs-mf/issues/615)) ([9560d92](https://github.com/module-federation/nextjs-mf/commit/9560d926de176e08b6e1b7a32488f5036cb04be3))
|
|
1012
|
-
- include src folder in paths validation ([#605](https://github.com/module-federation/nextjs-mf/issues/605)) ([89a9417](https://github.com/module-federation/nextjs-mf/commit/89a9417faaad50533c4bca1683ea94406ca6f532))
|
|
1013
|
-
|
|
1014
|
-
## [6.1.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.2...nextjs-mf-6.1.3) (2023-02-17)
|
|
1015
|
-
|
|
1016
|
-
### Bug Fixes
|
|
1017
|
-
|
|
1018
|
-
- Don't apply async boundary loader for api routes on Windows ([#587](https://github.com/module-federation/nextjs-mf/issues/587)) ([5173845](https://github.com/module-federation/nextjs-mf/commit/5173845aca15509c363e52e71836303d25c09135))
|
|
1019
|
-
|
|
1020
|
-
## [6.1.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.1...nextjs-mf-6.1.2) (2023-02-09)
|
|
1021
|
-
|
|
1022
|
-
### Dependency Updates
|
|
1023
|
-
|
|
1024
|
-
- `node` updated to version `0.11.1`
|
|
1025
|
-
|
|
1026
|
-
### Bug Fixes
|
|
1027
|
-
|
|
1028
|
-
- backward compatability with older versions pre 6.1.x ([f27b57a](https://github.com/module-federation/nextjs-mf/commit/f27b57a36a61280124bab4a309edaa1c3fd04ced))
|
|
1029
|
-
|
|
1030
|
-
## [6.1.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.0...nextjs-mf-6.1.1) (2023-02-09)
|
|
1031
|
-
|
|
1032
|
-
### Bug Fixes
|
|
1033
|
-
|
|
1034
|
-
- resolve NX build version issues ([c5f7274](https://github.com/module-federation/nextjs-mf/commit/c5f7274265ce325dda3c324074c808cce95699fd))
|
|
1035
|
-
|
|
1036
|
-
# [6.1.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.8...nextjs-mf-6.1.0) (2023-02-09)
|
|
1037
|
-
|
|
1038
|
-
### Dependency Updates
|
|
1039
|
-
|
|
1040
|
-
- `utils` updated to version `1.3.0`
|
|
1041
|
-
- `node` updated to version `0.11.0`
|
|
1042
|
-
|
|
1043
|
-
### Features
|
|
1044
|
-
|
|
1045
|
-
- Delegate Modules ([#509](https://github.com/module-federation/nextjs-mf/issues/509)) ([1a085e7](https://github.com/module-federation/nextjs-mf/commit/1a085e7e03ca0afd5c64389b4b169f3db3382f6b))
|
|
1046
|
-
|
|
1047
|
-
## [6.0.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.7...nextjs-mf-6.0.8) (2023-02-09)
|
|
1048
|
-
|
|
1049
|
-
### Dependency Updates
|
|
1050
|
-
|
|
1051
|
-
- `utils` updated to version `1.2.1`
|
|
1052
|
-
- `node` updated to version `0.10.5`
|
|
1053
|
-
|
|
1054
|
-
## [6.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.6...nextjs-mf-6.0.7) (2023-02-02)
|
|
1055
|
-
|
|
1056
|
-
### Dependency Updates
|
|
1057
|
-
|
|
1058
|
-
- `node` updated to version `0.10.4`
|
|
1059
|
-
|
|
1060
|
-
## [6.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.6...nextjs-mf-6.0.7) (2023-02-02)
|
|
1061
|
-
|
|
1062
|
-
### Dependency Updates
|
|
1063
|
-
|
|
1064
|
-
- `node` updated to version `0.10.5`
|
|
1065
|
-
|
|
1066
|
-
## [6.0.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.5...nextjs-mf-6.0.6) (2023-01-31)
|
|
1067
|
-
|
|
1068
|
-
### Dependency Updates
|
|
1069
|
-
|
|
1070
|
-
- `node` updated to version `0.10.3`
|
|
1071
|
-
- `utils` updated to version `1.2.0`
|
|
1072
|
-
|
|
1073
|
-
### Bug Fixes
|
|
1074
|
-
|
|
1075
|
-
- **deps:** update dependency eventemitter3 to v5 ([#539](https://github.com/module-federation/nextjs-mf/issues/539)) ([f2d634a](https://github.com/module-federation/nextjs-mf/commit/f2d634ab0f186467120acaac662a13dbeaf3e56e))
|
|
1076
|
-
- getOutputPath to find if endsWith server ([#555](https://github.com/module-federation/nextjs-mf/issues/555)) ([d5386c4](https://github.com/module-federation/nextjs-mf/commit/d5386c475bc53a28e2348d10d8280714560ccc4b))
|
|
1077
|
-
|
|
1078
|
-
## [6.0.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.4...nextjs-mf-6.0.5) (2023-01-21)
|
|
1079
|
-
|
|
1080
|
-
### Dependency Updates
|
|
1081
|
-
|
|
1082
|
-
- `node` updated to version `0.10.2`
|
|
1083
|
-
- `utils` updated to version `1.1.2`
|
|
1084
|
-
|
|
1085
|
-
### Bug Fixes
|
|
1086
|
-
|
|
1087
|
-
- **nextjs-mf:** fix list key warning in FlushedChunks ([#508](https://github.com/module-federation/nextjs-mf/issues/508)) ([7694c93](https://github.com/module-federation/nextjs-mf/commit/7694c9350f59e4f626d7fd4da9f3ca42803326ca))
|
|
1088
|
-
|
|
1089
|
-
## [6.0.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.3...nextjs-mf-6.0.4) (2023-01-11)
|
|
1090
|
-
|
|
1091
|
-
### Bug Fixes
|
|
1092
|
-
|
|
1093
|
-
- resolve fake remote if offline ([#503](https://github.com/module-federation/nextjs-mf/issues/503)) ([536243d](https://github.com/module-federation/nextjs-mf/commit/536243dac1f697f2b6b0718f4767988b10ce5344))
|
|
1094
|
-
|
|
1095
|
-
## [6.0.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.2...nextjs-mf-6.0.3) (2023-01-11)
|
|
1096
|
-
|
|
1097
|
-
### Dependency Updates
|
|
1098
|
-
|
|
1099
|
-
- `node` updated to version `0.10.1`
|
|
1100
|
-
- `utils` updated to version `1.1.1`
|
|
1101
|
-
|
|
1102
|
-
### Bug Fixes
|
|
1103
|
-
|
|
1104
|
-
- **nextjs-mf:** fix FlushedChunks TS declaration ([#477](https://github.com/module-federation/nextjs-mf/issues/477)) ([afd5a93](https://github.com/module-federation/nextjs-mf/commit/afd5a93af63cb9e79ba424eecabf9f51f76e2ac1))
|
|
1105
|
-
- resolve fake remote if offline ([#501](https://github.com/module-federation/nextjs-mf/issues/501)) ([004e14d](https://github.com/module-federation/nextjs-mf/commit/004e14df1a6b87d8cca63dceadf9d30805c8d285))
|
|
1106
|
-
|
|
1107
|
-
## [6.0.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.1...nextjs-mf-6.0.2) (2023-01-11)
|
|
1108
|
-
|
|
1109
|
-
### Dependency Updates
|
|
1110
|
-
|
|
1111
|
-
- `node` updated to version `0.10.0`
|
|
1112
|
-
|
|
1113
|
-
## [6.0.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.0...nextjs-mf-6.0.1) (2022-12-30)
|
|
1114
|
-
|
|
1115
|
-
### Dependency Updates
|
|
1116
|
-
|
|
1117
|
-
- `node` updated to version `0.9.11`
|
|
1118
|
-
- `utils` updated to version `1.1.0`
|
|
1119
|
-
|
|
1120
|
-
### Bug Fixes
|
|
1121
|
-
|
|
1122
|
-
- dont apply async boundary loader to api routes ([#472](https://github.com/module-federation/nextjs-mf/issues/472)) ([52d0b6b](https://github.com/module-federation/nextjs-mf/commit/52d0b6bf453ca775c4f4e50bd645a28cbe341aa0))
|
|
1123
|
-
|
|
1124
|
-
# [6.0.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.14...nextjs-mf-6.0.0) (2022-12-29)
|
|
1125
|
-
|
|
1126
|
-
### Dependency Updates
|
|
1127
|
-
|
|
1128
|
-
- `node` updated to version `0.9.10`
|
|
1129
|
-
- `utils` updated to version `1.0.4`
|
|
1130
|
-
|
|
1131
|
-
### Features
|
|
1132
|
-
|
|
1133
|
-
- change module sharing strategy ([#469](https://github.com/module-federation/nextjs-mf/issues/469)) ([5fecf86](https://github.com/module-federation/nextjs-mf/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3))
|
|
1134
|
-
|
|
1135
|
-
### BREAKING CHANGES
|
|
1136
|
-
|
|
1137
|
-
- Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page.
|
|
1138
|
-
|
|
1139
|
-
As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves.
|
|
1140
|
-
|
|
1141
|
-
If you need to dangerously share a package using the old method, you can do so by using the following code:
|
|
1142
|
-
|
|
1143
|
-
const shared = {
|
|
1144
|
-
fakeLodash: {
|
|
1145
|
-
import: "lodash",
|
|
1146
|
-
shareKey: "lodash",
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
Please note that this method is now considered dangerous and should be used with caution.
|
|
1151
|
-
|
|
1152
|
-
- update build release
|
|
1153
|
-
|
|
1154
|
-
- update build release
|
|
1155
|
-
|
|
1156
|
-
## [5.12.14](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.13...nextjs-mf-5.12.14) (2022-12-27)
|
|
1157
|
-
|
|
1158
|
-
### Dependency Updates
|
|
1159
|
-
|
|
1160
|
-
- `node` updated to version `0.9.9`
|
|
1161
|
-
- `utils` updated to version `1.0.3`
|
|
1162
|
-
|
|
1163
|
-
## [5.12.13](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.12...nextjs-mf-5.12.13) (2022-12-27)
|
|
1164
|
-
|
|
1165
|
-
### Dependency Updates
|
|
1166
|
-
|
|
1167
|
-
- `node` updated to version `0.9.8`
|
|
1168
|
-
- `utils` updated to version `1.0.2`
|
|
1169
|
-
|
|
1170
|
-
### Bug Fixes
|
|
1171
|
-
|
|
1172
|
-
- **nextjs-mf:** fix client-side compilation ([#453](https://github.com/module-federation/nextjs-mf/issues/453)) ([d97d764](https://github.com/module-federation/nextjs-mf/commit/d97d764ded8d3cb1b5e04829eaf226f0c5a3baa3))
|
|
1173
|
-
|
|
1174
|
-
## [5.12.12](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.11...nextjs-mf-5.12.12) (2022-12-20)
|
|
1175
|
-
|
|
1176
|
-
### Bug Fixes
|
|
1177
|
-
|
|
1178
|
-
- **async-boundary-loader:** use relativeResource instead of this.resouce ([#421](https://github.com/module-federation/nextjs-mf/issues/421)) ([e1f4402](https://github.com/module-federation/nextjs-mf/commit/e1f4402a9c77709a4d3cd0ae87a28b961e1483d3))
|
|
1179
|
-
|
|
1180
|
-
## [5.12.11](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.10...nextjs-mf-5.12.11) (2022-12-18)
|
|
1181
|
-
|
|
1182
|
-
### Dependency Updates
|
|
1183
|
-
|
|
1184
|
-
- `node` updated to version `0.9.7`
|
|
1185
|
-
|
|
1186
|
-
## [5.12.10](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.9...nextjs-mf-5.12.10) (2022-11-23)
|
|
1187
|
-
|
|
1188
|
-
### Bug Fixes
|
|
1189
|
-
|
|
1190
|
-
- next images when debugging locally ([#395](https://github.com/module-federation/nextjs-mf/issues/395)) ([0379baa](https://github.com/module-federation/nextjs-mf/commit/0379baaae14960d0e7c7353e7d2b0aa1a4a02aa4))
|
|
1191
|
-
|
|
1192
|
-
## [5.12.9](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.8...nextjs-mf-5.12.9) (2022-11-23)
|
|
1193
|
-
|
|
1194
|
-
### Bug Fixes
|
|
1195
|
-
|
|
1196
|
-
- support images for storages and local debug ([#391](https://github.com/module-federation/nextjs-mf/issues/391)) ([9a72311](https://github.com/module-federation/nextjs-mf/commit/9a72311f18b5b3f1ae0badda3f25bd71cc6c8a3b))
|
|
1197
|
-
|
|
1198
|
-
## [5.12.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.7...nextjs-mf-5.12.8) (2022-11-22)
|
|
1199
|
-
|
|
1200
|
-
### Dependency Updates
|
|
1201
|
-
|
|
1202
|
-
- `node` updated to version `0.9.6`
|
|
1203
|
-
|
|
1204
|
-
### Bug Fixes
|
|
1205
|
-
|
|
1206
|
-
- normalize options private variable on plugin constructors ([#390](https://github.com/module-federation/nextjs-mf/issues/390)) ([5654acd](https://github.com/module-federation/nextjs-mf/commit/5654acdf8e79f0b10f34bb58c6eb09c1b83675cb))
|
|
1207
|
-
|
|
1208
|
-
## [5.12.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.6...nextjs-mf-5.12.7) (2022-11-22)
|
|
1209
|
-
|
|
1210
|
-
### Bug Fixes
|
|
1211
|
-
|
|
1212
|
-
- improve syntax of loaders ([#389](https://github.com/module-federation/nextjs-mf/issues/389)) ([d7b7910](https://github.com/module-federation/nextjs-mf/commit/d7b79109343e4e39fc1f97cef999cb7620d80081))
|
|
1213
|
-
|
|
1214
|
-
## [5.12.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.5...nextjs-mf-5.12.6) (2022-11-22)
|
|
1215
|
-
|
|
1216
|
-
### Dependency Updates
|
|
1217
|
-
|
|
1218
|
-
- `node` updated to version `0.9.5`
|
|
1219
|
-
|
|
1220
|
-
### Bug Fixes
|
|
1221
|
-
|
|
1222
|
-
- Improve logic ([#387](https://github.com/module-federation/nextjs-mf/issues/387)) ([0eb7f1b](https://github.com/module-federation/nextjs-mf/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
|
|
1223
|
-
|
|
1224
|
-
## [5.12.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.4...nextjs-mf-5.12.5) (2022-11-20)
|
|
1225
|
-
|
|
1226
|
-
## [5.12.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.3...nextjs-mf-5.12.4) (2022-11-20)
|
|
1227
|
-
|
|
1228
|
-
### Dependency Updates
|
|
1229
|
-
|
|
1230
|
-
- `node` updated to version `0.9.4`
|
|
1231
|
-
|
|
1232
|
-
## [5.12.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.2...nextjs-mf-5.12.3) (2022-11-20)
|
|
1233
|
-
|
|
1234
|
-
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
1235
|
-
|
|
1236
|
-
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
1237
|
-
|
|
1238
|
-
### Dependency Updates
|
|
1239
|
-
|
|
1240
|
-
- `node` updated to version `0.9.3`
|
|
1241
|
-
|
|
1242
|
-
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
1243
|
-
|
|
1244
|
-
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
1245
|
-
|
|
1246
|
-
### Dependency Updates
|
|
1247
|
-
|
|
1248
|
-
- `node` updated to version `0.9.1`
|
|
1249
|
-
|
|
1250
|
-
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
1251
|
-
|
|
1252
|
-
### Dependency Updates
|
|
1253
|
-
|
|
1254
|
-
- `node` updated to version `0.9.1`
|
|
1255
|
-
|
|
1256
|
-
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
1257
|
-
|
|
1258
|
-
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
1259
|
-
|
|
1260
|
-
### Dependency Updates
|
|
1261
|
-
|
|
1262
|
-
- `node` updated to version `0.9.1`
|
|
1263
|
-
|
|
1264
|
-
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
1265
|
-
|
|
1266
|
-
### Dependency Updates
|
|
1267
|
-
|
|
1268
|
-
- `node` updated to version `0.9.1`
|
|
1269
|
-
|
|
1270
|
-
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
1271
|
-
|
|
1272
|
-
### Dependency Updates
|
|
1273
|
-
|
|
1274
|
-
- `node` updated to version `0.9.1`
|
|
1275
|
-
|
|
1276
|
-
# [5.12.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.12.0) (2022-11-20)
|
|
1277
|
-
|
|
1278
|
-
### Dependency Updates
|
|
1279
|
-
|
|
1280
|
-
- `node` updated to version `0.9.0`
|
|
1281
|
-
- `utils` updated to version `1.0.1`
|
|
1282
|
-
|
|
1283
|
-
### Bug Fixes
|
|
1284
|
-
|
|
1285
|
-
- Better page regex ([#346](https://github.com/module-federation/nextjs-mf/issues/346)) ([b525d3b](https://github.com/module-federation/nextjs-mf/commit/b525d3b579af2ac3a8b502f3c996de8726dbcadd))
|
|
1286
|
-
- better page regex for adding loaders ([72fef27](https://github.com/module-federation/nextjs-mf/commit/72fef2792dc39c7605f8b9f8136f5d18a46a3fe5))
|
|
1287
|
-
- Fix peer deps ([#343](https://github.com/module-federation/nextjs-mf/issues/343)) ([8e7b087](https://github.com/module-federation/nextjs-mf/commit/8e7b0871507911bb81161b9786901877259edaed))
|
|
1288
|
-
- include styled-jsx/style in defaults share ([#347](https://github.com/module-federation/nextjs-mf/issues/347)) ([cb0675b](https://github.com/module-federation/nextjs-mf/commit/cb0675be8e3a4fe0ec89ef7f190610392bb16b6d))
|
|
1289
|
-
- update version ([70bda37](https://github.com/module-federation/nextjs-mf/commit/70bda37744f55af849bd5c28684f42851bbf7d1f))
|
|
1290
|
-
|
|
1291
|
-
### Features
|
|
1292
|
-
|
|
1293
|
-
- support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
|
|
1294
|
-
|
|
1295
|
-
# [5.12.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.12.0) (2022-11-20)
|
|
1296
|
-
|
|
1297
|
-
### Dependency Updates
|
|
1298
|
-
|
|
1299
|
-
- `node` updated to version `0.9.0`
|
|
1300
|
-
- `utils` updated to version `1.0.0`
|
|
1301
|
-
|
|
1302
|
-
### Bug Fixes
|
|
1303
|
-
|
|
1304
|
-
- Better page regex ([#346](https://github.com/module-federation/nextjs-mf/issues/346)) ([b525d3b](https://github.com/module-federation/nextjs-mf/commit/b525d3b579af2ac3a8b502f3c996de8726dbcadd))
|
|
1305
|
-
- better page regex for adding loaders ([72fef27](https://github.com/module-federation/nextjs-mf/commit/72fef2792dc39c7605f8b9f8136f5d18a46a3fe5))
|
|
1306
|
-
- Fix peer deps ([#343](https://github.com/module-federation/nextjs-mf/issues/343)) ([8e7b087](https://github.com/module-federation/nextjs-mf/commit/8e7b0871507911bb81161b9786901877259edaed))
|
|
1307
|
-
- include styled-jsx/style in defaults share ([#347](https://github.com/module-federation/nextjs-mf/issues/347)) ([cb0675b](https://github.com/module-federation/nextjs-mf/commit/cb0675be8e3a4fe0ec89ef7f190610392bb16b6d))
|
|
1308
|
-
- update version ([70bda37](https://github.com/module-federation/nextjs-mf/commit/70bda37744f55af849bd5c28684f42851bbf7d1f))
|
|
1309
|
-
|
|
1310
|
-
### Features
|
|
1311
|
-
|
|
1312
|
-
- support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
|
|
1313
|
-
|
|
1314
|
-
## [5.11.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.11.3) (2022-10-26)
|
|
1315
|
-
|
|
1316
|
-
### Bug Fixes
|
|
1317
|
-
|
|
1318
|
-
- Fix peer deps ([#343](https://github.com/module-federation/nextjs-mf/issues/343)) ([8e7b087](https://github.com/module-federation/nextjs-mf/commit/8e7b0871507911bb81161b9786901877259edaed))
|
|
1319
|
-
|
|
1320
|
-
## [5.11.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.1...nextjs-mf-5.11.2) (2022-10-26)
|
|
1321
|
-
|
|
1322
|
-
### Dependency Updates
|
|
1323
|
-
|
|
1324
|
-
- `node` updated to version `0.8.2`
|
|
1325
|
-
|
|
1326
|
-
## [5.11.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.0...nextjs-mf-5.11.1) (2022-10-26)
|
|
1327
|
-
|
|
1328
|
-
### Dependency Updates
|
|
1329
|
-
|
|
1330
|
-
- `node` updated to version `0.8.1`
|
|
1331
|
-
- `utils` updated to version `0.4.1`
|
|
1332
|
-
|
|
1333
|
-
# [5.11.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.5...nextjs-mf-5.11.0) (2022-10-26)
|
|
1334
|
-
|
|
1335
|
-
### Dependency Updates
|
|
1336
|
-
|
|
1337
|
-
- `node` updated to version `0.8.0`
|
|
1338
|
-
- `utils` updated to version `0.4.0`
|
|
1339
|
-
|
|
1340
|
-
### Features
|
|
1341
|
-
|
|
1342
|
-
- Automatic Async boundary loader ([#330](https://github.com/module-federation/nextjs-mf/issues/330)) ([7e3c08c](https://github.com/module-federation/nextjs-mf/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
|
|
1343
|
-
|
|
1344
|
-
## [5.10.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.4...nextjs-mf-5.10.5) (2022-10-26)
|
|
1345
|
-
|
|
1346
|
-
### Bug Fixes
|
|
1347
|
-
|
|
1348
|
-
- improve loader paths for including defaults ([#338](https://github.com/module-federation/nextjs-mf/issues/338)) ([a99fe97](https://github.com/module-federation/nextjs-mf/commit/a99fe977eeaecce54e5241b42aabd552c52b8129))
|
|
1349
|
-
|
|
1350
|
-
## [5.10.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.3...nextjs-mf-5.10.4) (2022-10-26)
|
|
1351
|
-
|
|
1352
|
-
### Bug Fixes
|
|
1353
|
-
|
|
1354
|
-
- update next peer dep to 12.3.0 ([#328](https://github.com/module-federation/nextjs-mf/issues/328)) ([841be9d](https://github.com/module-federation/nextjs-mf/commit/841be9d027b6b33cca27b884f87f27dd7a9bdee5))
|
|
1355
|
-
|
|
1356
|
-
## [5.10.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.2...nextjs-mf-5.10.3) (2022-10-26)
|
|
1357
|
-
|
|
1358
|
-
### Bug Fixes
|
|
1359
|
-
|
|
1360
|
-
- share styled-jsx/style as singleton ([#333](https://github.com/module-federation/nextjs-mf/issues/333)) ([dd2c2d1](https://github.com/module-federation/nextjs-mf/commit/dd2c2d173000e7f89ecc7961255c6a29b769f278))
|
|
1361
|
-
|
|
1362
|
-
## [5.10.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.1...nextjs-mf-5.10.2) (2022-10-24)
|
|
1363
|
-
|
|
1364
|
-
### Bug Fixes
|
|
1365
|
-
|
|
1366
|
-
- support include defaults for windows ([#327](https://github.com/module-federation/nextjs-mf/issues/327)) ([059db4e](https://github.com/module-federation/nextjs-mf/commit/059db4eb604368e14eef464caca6d16463a6d706))
|
|
1367
|
-
|
|
1368
|
-
## [5.10.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.0...nextjs-mf-5.10.1) (2022-10-19)
|
|
1369
|
-
|
|
1370
|
-
# [5.10.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.17...nextjs-mf-5.10.0) (2022-10-19)
|
|
1371
|
-
|
|
1372
|
-
### Dependency Updates
|
|
1373
|
-
|
|
1374
|
-
- `node` updated to version `0.7.0`
|
|
1375
|
-
|
|
1376
|
-
### Features
|
|
1377
|
-
|
|
1378
|
-
- consolidate promise factories in server ([#297](https://github.com/module-federation/nextjs-mf/issues/297)) ([55387ee](https://github.com/module-federation/nextjs-mf/commit/55387eeb952fb3164900d73ddcb0007f644c766f))
|
|
1379
|
-
|
|
1380
|
-
## [5.9.17](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.16...nextjs-mf-5.9.17) (2022-10-18)
|
|
1381
|
-
|
|
1382
|
-
### Dependency Updates
|
|
1383
|
-
|
|
1384
|
-
- `node` updated to version `0.6.7`
|
|
1385
|
-
|
|
1386
|
-
### Bug Fixes
|
|
1387
|
-
|
|
1388
|
-
- reduce stats serialization ([#322](https://github.com/module-federation/nextjs-mf/issues/322)) ([c7ab66d](https://github.com/module-federation/nextjs-mf/commit/c7ab66dce01ac4509f16b0e8f20b43134376f841))
|
|
1389
|
-
|
|
1390
|
-
## [5.9.16](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.15...nextjs-mf-5.9.16) (2022-10-17)
|
|
1391
|
-
|
|
1392
|
-
### Dependency Updates
|
|
1393
|
-
|
|
1394
|
-
- `node` updated to version `0.6.6`
|
|
1395
|
-
|
|
1396
|
-
## [5.9.15](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.14...nextjs-mf-5.9.15) (2022-10-17)
|
|
1397
|
-
|
|
1398
|
-
### Dependency Updates
|
|
1399
|
-
|
|
1400
|
-
- `node` updated to version `0.6.5`
|
|
1401
|
-
- `utils` updated to version `0.3.4`
|
|
1402
|
-
|
|
1403
|
-
## [5.9.14](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.13...nextjs-mf-5.9.14) (2022-10-14)
|
|
1404
|
-
|
|
1405
|
-
### Bug Fixes
|
|
1406
|
-
|
|
1407
|
-
- isolate loader scope to just js files ([#317](https://github.com/module-federation/nextjs-mf/issues/317)) ([ac56950](https://github.com/module-federation/nextjs-mf/commit/ac56950cba8f23fcb58ac83fed29766608aaabc8))
|
|
1408
|
-
|
|
1409
|
-
## [5.9.13](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.12...nextjs-mf-5.9.13) (2022-10-14)
|
|
1410
|
-
|
|
1411
|
-
### Bug Fixes
|
|
1412
|
-
|
|
1413
|
-
- improve include defaults loader ([#315](https://github.com/module-federation/nextjs-mf/issues/315)) ([f228e49](https://github.com/module-federation/nextjs-mf/commit/f228e49afbbe54950b4187b72aabaef8174d0758))
|
|
1414
|
-
|
|
1415
|
-
## [5.9.12](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.11...nextjs-mf-5.9.12) (2022-10-13)
|
|
1416
|
-
|
|
1417
|
-
### Dependency Updates
|
|
1418
|
-
|
|
1419
|
-
- `node` updated to version `0.6.4`
|
|
1420
|
-
- `utils` updated to version `0.3.3`
|
|
1421
|
-
|
|
1422
|
-
## [5.9.11](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.10...nextjs-mf-5.9.11) (2022-10-12)
|
|
1423
|
-
|
|
1424
|
-
### Bug Fixes
|
|
1425
|
-
|
|
1426
|
-
- revert prettier ([cef32b8](https://github.com/module-federation/nextjs-mf/commit/cef32b82ca124e8d707193ddd70371a009641665))
|
|
1427
|
-
|
|
1428
|
-
## [5.9.10](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.9...nextjs-mf-5.9.10) (2022-10-12)
|
|
1429
|
-
|
|
1430
|
-
### Bug Fixes
|
|
1431
|
-
|
|
1432
|
-
- do not push tags ([ba8a811](https://github.com/module-federation/nextjs-mf/commit/ba8a811592329b78eac0c3d1c9dae07927a804b1))
|
|
1433
|
-
|
|
1434
|
-
## [5.9.9](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.8...nextjs-mf-5.9.9) (2022-10-12)
|
|
1435
|
-
|
|
1436
|
-
## [5.9.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.7...nextjs-mf-5.9.8) (2022-10-12)
|
|
1437
|
-
|
|
1438
|
-
## [5.9.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.6...nextjs-mf-5.9.7) (2022-10-12)
|
|
1439
|
-
|
|
1440
|
-
## [5.9.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.5...nextjs-mf-5.9.6) (2022-10-12)
|
|
1441
|
-
|
|
1442
|
-
## [5.9.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.4...nextjs-mf-5.9.5) (2022-10-12)
|
|
1443
|
-
|
|
1444
|
-
## [5.9.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.1...nextjs-mf-5.9.2) (2022-10-11)
|
|
1445
|
-
|
|
1446
|
-
### Dependency Updates
|
|
1447
|
-
|
|
1448
|
-
- `node` updated to version `0.6.2`
|
|
1449
|
-
- `utils` updated to version `0.3.1`
|
|
1450
|
-
|
|
1451
|
-
## [5.9.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.0...nextjs-mf-5.9.1) (2022-10-10)
|
|
1452
|
-
|
|
1453
|
-
### Dependency Updates
|
|
1454
|
-
|
|
1455
|
-
- `node` updated to version `0.6.1`
|
|
1456
|
-
|
|
1457
|
-
# [5.9.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.5...nextjs-mf-5.9.0) (2022-10-08)
|
|
1458
|
-
|
|
1459
|
-
### Dependency Updates
|
|
1460
|
-
|
|
1461
|
-
- `node` updated to version `0.6.0`
|
|
1462
|
-
- `utils` updated to version `0.3.0`
|
|
1463
|
-
|
|
1464
|
-
### Features
|
|
1465
|
-
|
|
1466
|
-
- implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
|
|
1467
|
-
|
|
1468
|
-
# [5.9.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.5...nextjs-mf-5.9.0) (2022-10-08)
|
|
1469
|
-
|
|
1470
|
-
### Dependency Updates
|
|
1471
|
-
|
|
1472
|
-
- `node` updated to version `0.6.0`
|
|
1473
|
-
- `utils` updated to version `0.3.0`
|
|
1474
|
-
|
|
1475
|
-
### Features
|
|
1476
|
-
|
|
1477
|
-
- implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
|
|
1478
|
-
|
|
1479
|
-
## [5.8.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.4...nextjs-mf-5.8.5) (2022-10-07)
|
|
1480
|
-
|
|
1481
|
-
### Dependency Updates
|
|
1482
|
-
|
|
1483
|
-
- `node` updated to version `0.5.7`
|
|
1484
|
-
- `utils` updated to version `0.2.1`
|
|
1485
|
-
|
|
1486
|
-
## [5.8.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.3...nextjs-mf-5.8.4) (2022-10-06)
|
|
1487
|
-
|
|
1488
|
-
## [5.8.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.2...nextjs-mf-5.8.3) (2022-10-06)
|
|
1489
|
-
|
|
1490
|
-
## [5.8.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.1...nextjs-mf-5.8.2) (2022-10-06)
|
|
1491
|
-
|
|
1492
|
-
## [5.8.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.0...nextjs-mf-5.8.1) (2022-10-06)
|
|
1493
|
-
|
|
1494
|
-
# [5.8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.2...nextjs-mf-5.8.0) (2022-10-06)
|
|
1495
|
-
|
|
1496
|
-
# [5.8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.2...nextjs-mf-5.8.0) (2022-10-06)
|
|
1497
|
-
|
|
1498
|
-
## [5.7.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.1...nextjs-mf-5.7.2) (2022-10-06)
|
|
1499
|
-
|
|
1500
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-06)
|
|
1501
|
-
|
|
1502
|
-
### Bug Fixes
|
|
1503
|
-
|
|
1504
|
-
- flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/nextjs-mf/issues/269)) ([85a216a](https://github.com/module-federation/nextjs-mf/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce))
|
|
1505
|
-
- improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
|
|
1506
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1507
|
-
|
|
1508
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-06)
|
|
1509
|
-
|
|
1510
|
-
### Bug Fixes
|
|
1511
|
-
|
|
1512
|
-
- flush CSS chunks, cache bust remote entry on render ([#269](https://github.com/module-federation/nextjs-mf/issues/269)) ([85a216a](https://github.com/module-federation/nextjs-mf/commit/85a216a8fd34ae849630ff5b42bacb26c855a9ce))
|
|
1513
|
-
- improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
|
|
1514
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1515
|
-
|
|
1516
|
-
# [5.8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.8.0) (2022-10-05)
|
|
1517
|
-
|
|
1518
|
-
### Bug Fixes
|
|
1519
|
-
|
|
1520
|
-
- improve handling of offline remotes ([3ae596e](https://github.com/module-federation/nextjs-mf/commit/3ae596ee82d2ccf0d828d7928cbdc4fbec509d55))
|
|
1521
|
-
- patch share scope on client server ([fc7f82f](https://github.com/module-federation/nextjs-mf/commit/fc7f82fd1f299a078552ce811d074b816e796109))
|
|
1522
|
-
- patch share scope on client server ([b4461fd](https://github.com/module-federation/nextjs-mf/commit/b4461fdbe6999390cbf4b57c18c537563cf04cc9))
|
|
1523
|
-
- patch share scope on client server ([31b4c24](https://github.com/module-federation/nextjs-mf/commit/31b4c24112e27630b588410d9d78e89acc579d26))
|
|
1524
|
-
- patch share scope on client server ([272c110](https://github.com/module-federation/nextjs-mf/commit/272c110a9cd3a194d2fdeaf1d620b14b29330b30))
|
|
1525
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1526
|
-
|
|
1527
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-05)
|
|
1528
|
-
|
|
1529
|
-
### Bug Fixes
|
|
1530
|
-
|
|
1531
|
-
- improve handling of offline remotes ([3ae596e](https://github.com/module-federation/nextjs-mf/commit/3ae596ee82d2ccf0d828d7928cbdc4fbec509d55))
|
|
1532
|
-
- patch share scope on client server ([fc7f82f](https://github.com/module-federation/nextjs-mf/commit/fc7f82fd1f299a078552ce811d074b816e796109))
|
|
1533
|
-
- patch share scope on client server ([b4461fd](https://github.com/module-federation/nextjs-mf/commit/b4461fdbe6999390cbf4b57c18c537563cf04cc9))
|
|
1534
|
-
- patch share scope on client server ([31b4c24](https://github.com/module-federation/nextjs-mf/commit/31b4c24112e27630b588410d9d78e89acc579d26))
|
|
1535
|
-
- patch share scope on client server ([272c110](https://github.com/module-federation/nextjs-mf/commit/272c110a9cd3a194d2fdeaf1d620b14b29330b30))
|
|
1536
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1537
|
-
|
|
1538
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
1539
|
-
|
|
1540
|
-
### Dependency Updates
|
|
1541
|
-
|
|
1542
|
-
- `node` updated to version `0.4.2`
|
|
1543
|
-
- `utils` updated to version `0.0.4`
|
|
1544
|
-
|
|
1545
|
-
### Bug Fixes
|
|
1546
|
-
|
|
1547
|
-
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
1548
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1549
|
-
|
|
1550
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
1551
|
-
|
|
1552
|
-
### Dependency Updates
|
|
1553
|
-
|
|
1554
|
-
- `node` updated to version `0.4.2`
|
|
1555
|
-
- `utils` updated to version `0.0.4`
|
|
1556
|
-
|
|
1557
|
-
### Bug Fixes
|
|
1558
|
-
|
|
1559
|
-
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
1560
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1561
|
-
|
|
1562
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
1563
|
-
|
|
1564
|
-
### Dependency Updates
|
|
1565
|
-
|
|
1566
|
-
- `node` updated to version `0.4.2`
|
|
1567
|
-
- `utils` updated to version `0.0.4`
|
|
1568
|
-
|
|
1569
|
-
### Bug Fixes
|
|
1570
|
-
|
|
1571
|
-
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
1572
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1573
|
-
|
|
1574
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
1575
|
-
|
|
1576
|
-
### Dependency Updates
|
|
1577
|
-
|
|
1578
|
-
- `node` updated to version `0.4.2`
|
|
1579
|
-
- `utils` updated to version `0.0.4`
|
|
1580
|
-
|
|
1581
|
-
### Bug Fixes
|
|
1582
|
-
|
|
1583
|
-
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
1584
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1585
|
-
|
|
1586
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
1587
|
-
|
|
1588
|
-
### Dependency Updates
|
|
1589
|
-
|
|
1590
|
-
- `node` updated to version `0.4.2`
|
|
1591
|
-
- `utils` updated to version `0.0.4`
|
|
1592
|
-
|
|
1593
|
-
### Bug Fixes
|
|
1594
|
-
|
|
1595
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1596
|
-
|
|
1597
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
1598
|
-
|
|
1599
|
-
### Dependency Updates
|
|
1600
|
-
|
|
1601
|
-
- `node` updated to version `0.4.2`
|
|
1602
|
-
- `utils` updated to version `0.0.4`
|
|
1603
|
-
|
|
1604
|
-
### Bug Fixes
|
|
1605
|
-
|
|
1606
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1607
|
-
|
|
1608
|
-
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
1609
|
-
|
|
1610
|
-
### Dependency Updates
|
|
1611
|
-
|
|
1612
|
-
- `node` updated to version `0.4.1`
|
|
1613
|
-
- `utils` updated to version `0.0.4`
|
|
1614
|
-
|
|
1615
|
-
### Bug Fixes
|
|
1616
|
-
|
|
1617
|
-
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
1618
|
-
|
|
1619
|
-
## [5.6.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-0.1.0...nextjs-mf-5.6.4) (2022-10-04)
|
|
1620
|
-
|
|
1621
|
-
### Dependency Updates
|
|
1622
|
-
|
|
1623
|
-
- `node` updated to version `0.1.0`
|
|
1624
|
-
- `utils` updated to version `0.0.1`
|
|
1625
|
-
|
|
1626
|
-
# 0.1.0 (2022-10-04)
|
|
1627
|
-
|
|
1628
|
-
### Dependency Updates
|
|
1629
|
-
|
|
1630
|
-
- `node` updated to version `0.1.0`
|
|
1631
|
-
- `utils` updated to version `0.0.1`
|
|
1632
|
-
|
|
1633
|
-
### Bug Fixes
|
|
1634
|
-
|
|
1635
|
-
- **fixing chunk naming prefixes on server builds:** fix server name prefix on chunks ([7839713](https://github.com/module-federation/nextjs-mf/commit/78397136d3bf6677c1eae895853cbe36202125c3))
|
|
1636
|
-
- SSR files not getting generated when enabled ([#227](https://github.com/module-federation/nextjs-mf/issues/227)) ([a5f476a](https://github.com/module-federation/nextjs-mf/commit/a5f476aeee2dd42e75ef5f3217791308f1515634)), closes [#226](https://github.com/module-federation/nextjs-mf/issues/226)
|
|
1637
|
-
|
|
1638
|
-
### Features
|
|
1639
|
-
|
|
1640
|
-
- **chunk flushing:** enable Chunk Flushing for SSR, includes both plugin utils and React utils ([4e99290](https://github.com/module-federation/nextjs-mf/commit/4e99290d365cb46873eda052fb006172e99e4b24)), closes [#133](https://github.com/module-federation/nextjs-mf/issues/133)
|
|
1641
|
-
- Move Repo to NX ([#154](https://github.com/module-federation/nextjs-mf/issues/154)) ([d2a4dfa](https://github.com/module-federation/nextjs-mf/commit/d2a4dfac7fcdaa2b6a21e3d2973808d01649da61)), closes [#199](https://github.com/module-federation/nextjs-mf/issues/199) [#205](https://github.com/module-federation/nextjs-mf/issues/205) [#144](https://github.com/module-federation/nextjs-mf/issues/144) [#212](https://github.com/module-federation/nextjs-mf/issues/212)
|
|
1642
|
-
- update the `next` peer dep in nextjs-mf ([#221](https://github.com/module-federation/nextjs-mf/issues/221)) ([d9b1677](https://github.com/module-federation/nextjs-mf/commit/d9b16776b1c4ed61e6c0e0414ed452d7312c1806))
|