@module-federation/nextjs-mf 6.0.7 → 6.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +155 -306
- package/README.md +16 -12
- package/package.json +4 -6
- package/src/internal.js +1 -1
- package/src/internal.js.map +1 -1
- package/src/loaders/async-boundary-loader.js +21 -18
- package/src/loaders/async-boundary-loader.js.map +1 -1
- package/src/loaders/patchDefaultSharedLoader.js +2 -2
- package/src/loaders/patchDefaultSharedLoader.js.map +1 -1
- package/src/plugins/AddRuntimeRequirementToPromiseExternalPlugin.js.map +1 -1
- package/src/plugins/ChildFederationPlugin.js +4 -2
- package/src/plugins/ChildFederationPlugin.js.map +1 -1
- package/src/plugins/DevHmrFixInvalidPongPlugin.js.map +1 -1
- package/src/plugins/ModuleFederationPlugin.js.map +1 -1
- package/src/plugins/NextFederationPlugin.js +5 -3
- package/src/plugins/NextFederationPlugin.js.map +1 -1
- package/utils/Template.d.ts +1 -1
- package/utils/Template.js +55 -55
- package/utils/Template.js.map +1 -1
- package/utils/build-utils.js +7 -5
- package/utils/build-utils.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,105 +2,98 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [6.0.
|
|
5
|
+
## [6.0.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.7...nextjs-mf-6.0.8) (2023-02-09)
|
|
6
6
|
|
|
7
7
|
### Dependency Updates
|
|
8
8
|
|
|
9
|
-
* `
|
|
9
|
+
* `utils` updated to version `1.2.1`
|
|
10
|
+
* `node` updated to version `0.10.5`
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
## [6.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.6...nextjs-mf-6.0.7) (2023-02-02)
|
|
13
14
|
|
|
14
15
|
### Dependency Updates
|
|
15
16
|
|
|
16
|
-
|
|
17
|
+
- `node` updated to version `0.10.4`
|
|
17
18
|
|
|
19
|
+
## [6.0.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.6...nextjs-mf-6.0.7) (2023-02-02)
|
|
20
|
+
|
|
21
|
+
### Dependency Updates
|
|
22
|
+
|
|
23
|
+
- `node` updated to version `0.10.5`
|
|
18
24
|
|
|
19
25
|
## [6.0.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.5...nextjs-mf-6.0.6) (2023-01-31)
|
|
20
26
|
|
|
21
27
|
### Dependency Updates
|
|
22
28
|
|
|
23
|
-
|
|
24
|
-
|
|
29
|
+
- `node` updated to version `0.10.3`
|
|
30
|
+
- `utils` updated to version `1.2.0`
|
|
25
31
|
|
|
26
32
|
### Bug Fixes
|
|
27
33
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
34
|
+
- **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))
|
|
35
|
+
- 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))
|
|
32
36
|
|
|
33
37
|
## [6.0.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.4...nextjs-mf-6.0.5) (2023-01-21)
|
|
34
38
|
|
|
35
39
|
### Dependency Updates
|
|
36
40
|
|
|
37
|
-
|
|
38
|
-
|
|
41
|
+
- `node` updated to version `0.10.2`
|
|
42
|
+
- `utils` updated to version `1.1.2`
|
|
39
43
|
|
|
40
44
|
### Bug Fixes
|
|
41
45
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
46
|
+
- **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))
|
|
45
47
|
|
|
46
48
|
## [6.0.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.3...nextjs-mf-6.0.4) (2023-01-11)
|
|
47
49
|
|
|
48
|
-
|
|
49
50
|
### Bug Fixes
|
|
50
51
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
- 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))
|
|
54
53
|
|
|
55
54
|
## [6.0.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.2...nextjs-mf-6.0.3) (2023-01-11)
|
|
56
55
|
|
|
57
56
|
### Dependency Updates
|
|
58
57
|
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
- `node` updated to version `0.10.1`
|
|
59
|
+
- `utils` updated to version `1.1.1`
|
|
61
60
|
|
|
62
61
|
### Bug Fixes
|
|
63
62
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
63
|
+
- **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))
|
|
64
|
+
- 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))
|
|
68
65
|
|
|
69
66
|
## [6.0.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.1...nextjs-mf-6.0.2) (2023-01-11)
|
|
70
67
|
|
|
71
68
|
### Dependency Updates
|
|
72
69
|
|
|
73
|
-
|
|
74
|
-
|
|
70
|
+
- `node` updated to version `0.10.0`
|
|
75
71
|
|
|
76
72
|
## [6.0.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.0...nextjs-mf-6.0.1) (2022-12-30)
|
|
77
73
|
|
|
78
74
|
### Dependency Updates
|
|
79
75
|
|
|
80
|
-
|
|
81
|
-
|
|
76
|
+
- `node` updated to version `0.9.11`
|
|
77
|
+
- `utils` updated to version `1.1.0`
|
|
82
78
|
|
|
83
79
|
### Bug Fixes
|
|
84
80
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
81
|
+
- 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))
|
|
88
82
|
|
|
89
83
|
# [6.0.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.14...nextjs-mf-6.0.0) (2022-12-29)
|
|
90
84
|
|
|
91
85
|
### Dependency Updates
|
|
92
86
|
|
|
93
|
-
|
|
94
|
-
|
|
87
|
+
- `node` updated to version `0.9.10`
|
|
88
|
+
- `utils` updated to version `1.0.4`
|
|
95
89
|
|
|
96
90
|
### Features
|
|
97
91
|
|
|
98
|
-
|
|
99
|
-
|
|
92
|
+
- change module sharing strategy ([#469](https://github.com/module-federation/nextjs-mf/issues/469)) ([5fecf86](https://github.com/module-federation/nextjs-mf/commit/5fecf867f34b20e2c7cea3909a1f306d46d92bf3))
|
|
100
93
|
|
|
101
94
|
### BREAKING CHANGES
|
|
102
95
|
|
|
103
|
-
|
|
96
|
+
- 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.
|
|
104
97
|
|
|
105
98
|
As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves.
|
|
106
99
|
|
|
@@ -115,638 +108,494 @@ If you need to dangerously share a package using the old method, you can do so b
|
|
|
115
108
|
|
|
116
109
|
Please note that this method is now considered dangerous and should be used with caution.
|
|
117
110
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
* update build release
|
|
121
|
-
|
|
111
|
+
- update build release
|
|
122
112
|
|
|
113
|
+
- update build release
|
|
123
114
|
|
|
124
115
|
## [5.12.14](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.13...nextjs-mf-5.12.14) (2022-12-27)
|
|
125
116
|
|
|
126
117
|
### Dependency Updates
|
|
127
118
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
119
|
+
- `node` updated to version `0.9.9`
|
|
120
|
+
- `utils` updated to version `1.0.3`
|
|
131
121
|
|
|
132
122
|
## [5.12.13](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.12...nextjs-mf-5.12.13) (2022-12-27)
|
|
133
123
|
|
|
134
124
|
### Dependency Updates
|
|
135
125
|
|
|
136
|
-
|
|
137
|
-
|
|
126
|
+
- `node` updated to version `0.9.8`
|
|
127
|
+
- `utils` updated to version `1.0.2`
|
|
138
128
|
|
|
139
129
|
### Bug Fixes
|
|
140
130
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
131
|
+
- **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))
|
|
144
132
|
|
|
145
133
|
## [5.12.12](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.11...nextjs-mf-5.12.12) (2022-12-20)
|
|
146
134
|
|
|
147
|
-
|
|
148
135
|
### Bug Fixes
|
|
149
136
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
137
|
+
- **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))
|
|
153
138
|
|
|
154
139
|
## [5.12.11](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.10...nextjs-mf-5.12.11) (2022-12-18)
|
|
155
140
|
|
|
156
141
|
### Dependency Updates
|
|
157
142
|
|
|
158
|
-
|
|
159
|
-
|
|
143
|
+
- `node` updated to version `0.9.7`
|
|
160
144
|
|
|
161
145
|
## [5.12.10](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.9...nextjs-mf-5.12.10) (2022-11-23)
|
|
162
146
|
|
|
163
|
-
|
|
164
147
|
### Bug Fixes
|
|
165
148
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
149
|
+
- 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))
|
|
169
150
|
|
|
170
151
|
## [5.12.9](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.8...nextjs-mf-5.12.9) (2022-11-23)
|
|
171
152
|
|
|
172
|
-
|
|
173
153
|
### Bug Fixes
|
|
174
154
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
155
|
+
- 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))
|
|
178
156
|
|
|
179
157
|
## [5.12.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.7...nextjs-mf-5.12.8) (2022-11-22)
|
|
180
158
|
|
|
181
159
|
### Dependency Updates
|
|
182
160
|
|
|
183
|
-
|
|
161
|
+
- `node` updated to version `0.9.6`
|
|
184
162
|
|
|
185
163
|
### Bug Fixes
|
|
186
164
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
165
|
+
- 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))
|
|
190
166
|
|
|
191
167
|
## [5.12.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.6...nextjs-mf-5.12.7) (2022-11-22)
|
|
192
168
|
|
|
193
|
-
|
|
194
169
|
### Bug Fixes
|
|
195
170
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
171
|
+
- improve syntax of loaders ([#389](https://github.com/module-federation/nextjs-mf/issues/389)) ([d7b7910](https://github.com/module-federation/nextjs-mf/commit/d7b79109343e4e39fc1f97cef999cb7620d80081))
|
|
199
172
|
|
|
200
173
|
## [5.12.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.5...nextjs-mf-5.12.6) (2022-11-22)
|
|
201
174
|
|
|
202
175
|
### Dependency Updates
|
|
203
176
|
|
|
204
|
-
|
|
177
|
+
- `node` updated to version `0.9.5`
|
|
205
178
|
|
|
206
179
|
### Bug Fixes
|
|
207
180
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
181
|
+
- Improve logic ([#387](https://github.com/module-federation/nextjs-mf/issues/387)) ([0eb7f1b](https://github.com/module-federation/nextjs-mf/commit/0eb7f1bb77ef0a72ad26adeea1b508fbae60656f))
|
|
211
182
|
|
|
212
183
|
## [5.12.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.4...nextjs-mf-5.12.5) (2022-11-20)
|
|
213
184
|
|
|
214
|
-
|
|
215
|
-
|
|
216
185
|
## [5.12.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.3...nextjs-mf-5.12.4) (2022-11-20)
|
|
217
186
|
|
|
218
187
|
### Dependency Updates
|
|
219
188
|
|
|
220
|
-
|
|
221
|
-
|
|
189
|
+
- `node` updated to version `0.9.4`
|
|
222
190
|
|
|
223
191
|
## [5.12.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.2...nextjs-mf-5.12.3) (2022-11-20)
|
|
224
192
|
|
|
225
|
-
|
|
226
|
-
|
|
227
193
|
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
228
194
|
|
|
229
|
-
|
|
230
|
-
|
|
231
195
|
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
232
196
|
|
|
233
197
|
### Dependency Updates
|
|
234
198
|
|
|
235
|
-
|
|
236
|
-
|
|
199
|
+
- `node` updated to version `0.9.3`
|
|
237
200
|
|
|
238
201
|
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
239
202
|
|
|
240
|
-
|
|
241
|
-
|
|
242
203
|
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
243
204
|
|
|
244
205
|
### Dependency Updates
|
|
245
206
|
|
|
246
|
-
|
|
247
|
-
|
|
207
|
+
- `node` updated to version `0.9.1`
|
|
248
208
|
|
|
249
209
|
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
250
210
|
|
|
251
211
|
### Dependency Updates
|
|
252
212
|
|
|
253
|
-
|
|
254
|
-
|
|
213
|
+
- `node` updated to version `0.9.1`
|
|
255
214
|
|
|
256
215
|
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
257
216
|
|
|
258
|
-
|
|
259
|
-
|
|
260
217
|
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
261
218
|
|
|
262
219
|
### Dependency Updates
|
|
263
220
|
|
|
264
|
-
|
|
265
|
-
|
|
221
|
+
- `node` updated to version `0.9.1`
|
|
266
222
|
|
|
267
223
|
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
268
224
|
|
|
269
225
|
### Dependency Updates
|
|
270
226
|
|
|
271
|
-
|
|
272
|
-
|
|
227
|
+
- `node` updated to version `0.9.1`
|
|
273
228
|
|
|
274
229
|
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
275
230
|
|
|
276
231
|
### Dependency Updates
|
|
277
232
|
|
|
278
|
-
|
|
279
|
-
|
|
233
|
+
- `node` updated to version `0.9.1`
|
|
280
234
|
|
|
281
235
|
# [5.12.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.12.0) (2022-11-20)
|
|
282
236
|
|
|
283
237
|
### Dependency Updates
|
|
284
238
|
|
|
285
|
-
|
|
286
|
-
|
|
239
|
+
- `node` updated to version `0.9.0`
|
|
240
|
+
- `utils` updated to version `1.0.1`
|
|
287
241
|
|
|
288
242
|
### Bug Fixes
|
|
289
243
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
244
|
+
- Better page regex ([#346](https://github.com/module-federation/nextjs-mf/issues/346)) ([b525d3b](https://github.com/module-federation/nextjs-mf/commit/b525d3b579af2ac3a8b502f3c996de8726dbcadd))
|
|
245
|
+
- better page regex for adding loaders ([72fef27](https://github.com/module-federation/nextjs-mf/commit/72fef2792dc39c7605f8b9f8136f5d18a46a3fe5))
|
|
246
|
+
- Fix peer deps ([#343](https://github.com/module-federation/nextjs-mf/issues/343)) ([8e7b087](https://github.com/module-federation/nextjs-mf/commit/8e7b0871507911bb81161b9786901877259edaed))
|
|
247
|
+
- 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))
|
|
248
|
+
- update version ([70bda37](https://github.com/module-federation/nextjs-mf/commit/70bda37744f55af849bd5c28684f42851bbf7d1f))
|
|
296
249
|
|
|
297
250
|
### Features
|
|
298
251
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
252
|
+
- support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
|
|
302
253
|
|
|
303
254
|
# [5.12.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.12.0) (2022-11-20)
|
|
304
255
|
|
|
305
256
|
### Dependency Updates
|
|
306
257
|
|
|
307
|
-
|
|
308
|
-
|
|
258
|
+
- `node` updated to version `0.9.0`
|
|
259
|
+
- `utils` updated to version `1.0.0`
|
|
309
260
|
|
|
310
261
|
### Bug Fixes
|
|
311
262
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
263
|
+
- Better page regex ([#346](https://github.com/module-federation/nextjs-mf/issues/346)) ([b525d3b](https://github.com/module-federation/nextjs-mf/commit/b525d3b579af2ac3a8b502f3c996de8726dbcadd))
|
|
264
|
+
- better page regex for adding loaders ([72fef27](https://github.com/module-federation/nextjs-mf/commit/72fef2792dc39c7605f8b9f8136f5d18a46a3fe5))
|
|
265
|
+
- Fix peer deps ([#343](https://github.com/module-federation/nextjs-mf/issues/343)) ([8e7b087](https://github.com/module-federation/nextjs-mf/commit/8e7b0871507911bb81161b9786901877259edaed))
|
|
266
|
+
- 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))
|
|
267
|
+
- update version ([70bda37](https://github.com/module-federation/nextjs-mf/commit/70bda37744f55af849bd5c28684f42851bbf7d1f))
|
|
318
268
|
|
|
319
269
|
### Features
|
|
320
270
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
271
|
+
- support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
|
|
324
272
|
|
|
325
273
|
## [5.11.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.11.3) (2022-10-26)
|
|
326
274
|
|
|
327
|
-
|
|
328
275
|
### Bug Fixes
|
|
329
276
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
277
|
+
- Fix peer deps ([#343](https://github.com/module-federation/nextjs-mf/issues/343)) ([8e7b087](https://github.com/module-federation/nextjs-mf/commit/8e7b0871507911bb81161b9786901877259edaed))
|
|
333
278
|
|
|
334
279
|
## [5.11.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.1...nextjs-mf-5.11.2) (2022-10-26)
|
|
335
280
|
|
|
336
281
|
### Dependency Updates
|
|
337
282
|
|
|
338
|
-
|
|
339
|
-
|
|
283
|
+
- `node` updated to version `0.8.2`
|
|
340
284
|
|
|
341
285
|
## [5.11.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.0...nextjs-mf-5.11.1) (2022-10-26)
|
|
342
286
|
|
|
343
287
|
### Dependency Updates
|
|
344
288
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
289
|
+
- `node` updated to version `0.8.1`
|
|
290
|
+
- `utils` updated to version `0.4.1`
|
|
348
291
|
|
|
349
292
|
# [5.11.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.5...nextjs-mf-5.11.0) (2022-10-26)
|
|
350
293
|
|
|
351
294
|
### Dependency Updates
|
|
352
295
|
|
|
353
|
-
|
|
354
|
-
|
|
296
|
+
- `node` updated to version `0.8.0`
|
|
297
|
+
- `utils` updated to version `0.4.0`
|
|
355
298
|
|
|
356
299
|
### Features
|
|
357
300
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
301
|
+
- Automatic Async boundary loader ([#330](https://github.com/module-federation/nextjs-mf/issues/330)) ([7e3c08c](https://github.com/module-federation/nextjs-mf/commit/7e3c08cf7835c0407bdce7ed6865b864153074a4))
|
|
361
302
|
|
|
362
303
|
## [5.10.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.4...nextjs-mf-5.10.5) (2022-10-26)
|
|
363
304
|
|
|
364
|
-
|
|
365
305
|
### Bug Fixes
|
|
366
306
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
307
|
+
- 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))
|
|
370
308
|
|
|
371
309
|
## [5.10.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.3...nextjs-mf-5.10.4) (2022-10-26)
|
|
372
310
|
|
|
373
|
-
|
|
374
311
|
### Bug Fixes
|
|
375
312
|
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
313
|
+
- 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))
|
|
379
314
|
|
|
380
315
|
## [5.10.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.2...nextjs-mf-5.10.3) (2022-10-26)
|
|
381
316
|
|
|
382
|
-
|
|
383
317
|
### Bug Fixes
|
|
384
318
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
319
|
+
- 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))
|
|
388
320
|
|
|
389
321
|
## [5.10.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.1...nextjs-mf-5.10.2) (2022-10-24)
|
|
390
322
|
|
|
391
|
-
|
|
392
323
|
### Bug Fixes
|
|
393
324
|
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
325
|
+
- 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))
|
|
397
326
|
|
|
398
327
|
## [5.10.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.10.0...nextjs-mf-5.10.1) (2022-10-19)
|
|
399
328
|
|
|
400
|
-
|
|
401
|
-
|
|
402
329
|
# [5.10.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.17...nextjs-mf-5.10.0) (2022-10-19)
|
|
403
330
|
|
|
404
331
|
### Dependency Updates
|
|
405
332
|
|
|
406
|
-
|
|
333
|
+
- `node` updated to version `0.7.0`
|
|
407
334
|
|
|
408
335
|
### Features
|
|
409
336
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
337
|
+
- 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))
|
|
413
338
|
|
|
414
339
|
## [5.9.17](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.16...nextjs-mf-5.9.17) (2022-10-18)
|
|
415
340
|
|
|
416
341
|
### Dependency Updates
|
|
417
342
|
|
|
418
|
-
|
|
343
|
+
- `node` updated to version `0.6.7`
|
|
419
344
|
|
|
420
345
|
### Bug Fixes
|
|
421
346
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
347
|
+
- reduce stats serialization ([#322](https://github.com/module-federation/nextjs-mf/issues/322)) ([c7ab66d](https://github.com/module-federation/nextjs-mf/commit/c7ab66dce01ac4509f16b0e8f20b43134376f841))
|
|
425
348
|
|
|
426
349
|
## [5.9.16](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.15...nextjs-mf-5.9.16) (2022-10-17)
|
|
427
350
|
|
|
428
351
|
### Dependency Updates
|
|
429
352
|
|
|
430
|
-
|
|
431
|
-
|
|
353
|
+
- `node` updated to version `0.6.6`
|
|
432
354
|
|
|
433
355
|
## [5.9.15](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.14...nextjs-mf-5.9.15) (2022-10-17)
|
|
434
356
|
|
|
435
357
|
### Dependency Updates
|
|
436
358
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
359
|
+
- `node` updated to version `0.6.5`
|
|
360
|
+
- `utils` updated to version `0.3.4`
|
|
440
361
|
|
|
441
362
|
## [5.9.14](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.13...nextjs-mf-5.9.14) (2022-10-14)
|
|
442
363
|
|
|
443
|
-
|
|
444
364
|
### Bug Fixes
|
|
445
365
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
366
|
+
- 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))
|
|
449
367
|
|
|
450
368
|
## [5.9.13](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.12...nextjs-mf-5.9.13) (2022-10-14)
|
|
451
369
|
|
|
452
|
-
|
|
453
370
|
### Bug Fixes
|
|
454
371
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
372
|
+
- improve include defaults loader ([#315](https://github.com/module-federation/nextjs-mf/issues/315)) ([f228e49](https://github.com/module-federation/nextjs-mf/commit/f228e49afbbe54950b4187b72aabaef8174d0758))
|
|
458
373
|
|
|
459
374
|
## [5.9.12](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.11...nextjs-mf-5.9.12) (2022-10-13)
|
|
460
375
|
|
|
461
376
|
### Dependency Updates
|
|
462
377
|
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
378
|
+
- `node` updated to version `0.6.4`
|
|
379
|
+
- `utils` updated to version `0.3.3`
|
|
466
380
|
|
|
467
381
|
## [5.9.11](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.10...nextjs-mf-5.9.11) (2022-10-12)
|
|
468
382
|
|
|
469
|
-
|
|
470
383
|
### Bug Fixes
|
|
471
384
|
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
385
|
+
- revert prettier ([cef32b8](https://github.com/module-federation/nextjs-mf/commit/cef32b82ca124e8d707193ddd70371a009641665))
|
|
475
386
|
|
|
476
387
|
## [5.9.10](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.9...nextjs-mf-5.9.10) (2022-10-12)
|
|
477
388
|
|
|
478
|
-
|
|
479
389
|
### Bug Fixes
|
|
480
390
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
391
|
+
- do not push tags ([ba8a811](https://github.com/module-federation/nextjs-mf/commit/ba8a811592329b78eac0c3d1c9dae07927a804b1))
|
|
484
392
|
|
|
485
393
|
## [5.9.9](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.8...nextjs-mf-5.9.9) (2022-10-12)
|
|
486
394
|
|
|
487
|
-
|
|
488
|
-
|
|
489
395
|
## [5.9.8](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.7...nextjs-mf-5.9.8) (2022-10-12)
|
|
490
396
|
|
|
491
|
-
|
|
492
|
-
|
|
493
397
|
## [5.9.7](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.6...nextjs-mf-5.9.7) (2022-10-12)
|
|
494
398
|
|
|
495
|
-
|
|
496
|
-
|
|
497
399
|
## [5.9.6](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.5...nextjs-mf-5.9.6) (2022-10-12)
|
|
498
400
|
|
|
499
|
-
|
|
500
|
-
|
|
501
401
|
## [5.9.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.4...nextjs-mf-5.9.5) (2022-10-12)
|
|
502
402
|
|
|
503
|
-
|
|
504
|
-
|
|
505
403
|
## [5.9.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.1...nextjs-mf-5.9.2) (2022-10-11)
|
|
506
404
|
|
|
507
405
|
### Dependency Updates
|
|
508
406
|
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
407
|
+
- `node` updated to version `0.6.2`
|
|
408
|
+
- `utils` updated to version `0.3.1`
|
|
512
409
|
|
|
513
410
|
## [5.9.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.9.0...nextjs-mf-5.9.1) (2022-10-10)
|
|
514
411
|
|
|
515
412
|
### Dependency Updates
|
|
516
413
|
|
|
517
|
-
|
|
518
|
-
|
|
414
|
+
- `node` updated to version `0.6.1`
|
|
519
415
|
|
|
520
416
|
# [5.9.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.5...nextjs-mf-5.9.0) (2022-10-08)
|
|
521
417
|
|
|
522
418
|
### Dependency Updates
|
|
523
419
|
|
|
524
|
-
|
|
525
|
-
|
|
420
|
+
- `node` updated to version `0.6.0`
|
|
421
|
+
- `utils` updated to version `0.3.0`
|
|
526
422
|
|
|
527
423
|
### Features
|
|
528
424
|
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
425
|
+
- implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
|
|
532
426
|
|
|
533
427
|
# [5.9.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.5...nextjs-mf-5.9.0) (2022-10-08)
|
|
534
428
|
|
|
535
429
|
### Dependency Updates
|
|
536
430
|
|
|
537
|
-
|
|
538
|
-
|
|
431
|
+
- `node` updated to version `0.6.0`
|
|
432
|
+
- `utils` updated to version `0.3.0`
|
|
539
433
|
|
|
540
434
|
### Features
|
|
541
435
|
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
436
|
+
- implement **webpack_require**.l functionality in server builds ([99d1231](https://github.com/module-federation/nextjs-mf/commit/99d12314f68ac526000fa5410a14072a11b260a4))
|
|
545
437
|
|
|
546
438
|
## [5.8.5](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.4...nextjs-mf-5.8.5) (2022-10-07)
|
|
547
439
|
|
|
548
440
|
### Dependency Updates
|
|
549
441
|
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
442
|
+
- `node` updated to version `0.5.7`
|
|
443
|
+
- `utils` updated to version `0.2.1`
|
|
553
444
|
|
|
554
445
|
## [5.8.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.3...nextjs-mf-5.8.4) (2022-10-06)
|
|
555
446
|
|
|
556
|
-
|
|
557
|
-
|
|
558
447
|
## [5.8.3](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.2...nextjs-mf-5.8.3) (2022-10-06)
|
|
559
448
|
|
|
560
|
-
|
|
561
|
-
|
|
562
449
|
## [5.8.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.1...nextjs-mf-5.8.2) (2022-10-06)
|
|
563
450
|
|
|
564
|
-
|
|
565
|
-
|
|
566
451
|
## [5.8.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.8.0...nextjs-mf-5.8.1) (2022-10-06)
|
|
567
452
|
|
|
568
|
-
|
|
569
|
-
|
|
570
453
|
# [5.8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.2...nextjs-mf-5.8.0) (2022-10-06)
|
|
571
454
|
|
|
572
|
-
|
|
573
|
-
|
|
574
455
|
# [5.8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.2...nextjs-mf-5.8.0) (2022-10-06)
|
|
575
456
|
|
|
576
|
-
|
|
577
|
-
|
|
578
457
|
## [5.7.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.1...nextjs-mf-5.7.2) (2022-10-06)
|
|
579
458
|
|
|
580
|
-
|
|
581
|
-
|
|
582
459
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-06)
|
|
583
460
|
|
|
584
|
-
|
|
585
461
|
### Bug Fixes
|
|
586
462
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
463
|
+
- 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))
|
|
464
|
+
- 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))
|
|
465
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
592
466
|
|
|
593
467
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-06)
|
|
594
468
|
|
|
595
|
-
|
|
596
469
|
### Bug Fixes
|
|
597
470
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
471
|
+
- 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))
|
|
472
|
+
- 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))
|
|
473
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
603
474
|
|
|
604
475
|
# [5.8.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.8.0) (2022-10-05)
|
|
605
476
|
|
|
606
|
-
|
|
607
477
|
### Bug Fixes
|
|
608
478
|
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
479
|
+
- improve handling of offline remotes ([3ae596e](https://github.com/module-federation/nextjs-mf/commit/3ae596ee82d2ccf0d828d7928cbdc4fbec509d55))
|
|
480
|
+
- patch share scope on client server ([fc7f82f](https://github.com/module-federation/nextjs-mf/commit/fc7f82fd1f299a078552ce811d074b816e796109))
|
|
481
|
+
- patch share scope on client server ([b4461fd](https://github.com/module-federation/nextjs-mf/commit/b4461fdbe6999390cbf4b57c18c537563cf04cc9))
|
|
482
|
+
- patch share scope on client server ([31b4c24](https://github.com/module-federation/nextjs-mf/commit/31b4c24112e27630b588410d9d78e89acc579d26))
|
|
483
|
+
- patch share scope on client server ([272c110](https://github.com/module-federation/nextjs-mf/commit/272c110a9cd3a194d2fdeaf1d620b14b29330b30))
|
|
484
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
617
485
|
|
|
618
486
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-05)
|
|
619
487
|
|
|
620
|
-
|
|
621
488
|
### Bug Fixes
|
|
622
489
|
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
490
|
+
- improve handling of offline remotes ([3ae596e](https://github.com/module-federation/nextjs-mf/commit/3ae596ee82d2ccf0d828d7928cbdc4fbec509d55))
|
|
491
|
+
- patch share scope on client server ([fc7f82f](https://github.com/module-federation/nextjs-mf/commit/fc7f82fd1f299a078552ce811d074b816e796109))
|
|
492
|
+
- patch share scope on client server ([b4461fd](https://github.com/module-federation/nextjs-mf/commit/b4461fdbe6999390cbf4b57c18c537563cf04cc9))
|
|
493
|
+
- patch share scope on client server ([31b4c24](https://github.com/module-federation/nextjs-mf/commit/31b4c24112e27630b588410d9d78e89acc579d26))
|
|
494
|
+
- patch share scope on client server ([272c110](https://github.com/module-federation/nextjs-mf/commit/272c110a9cd3a194d2fdeaf1d620b14b29330b30))
|
|
495
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
631
496
|
|
|
632
497
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
633
498
|
|
|
634
499
|
### Dependency Updates
|
|
635
500
|
|
|
636
|
-
|
|
637
|
-
|
|
501
|
+
- `node` updated to version `0.4.2`
|
|
502
|
+
- `utils` updated to version `0.0.4`
|
|
638
503
|
|
|
639
504
|
### Bug Fixes
|
|
640
505
|
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
506
|
+
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
507
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
645
508
|
|
|
646
509
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
647
510
|
|
|
648
511
|
### Dependency Updates
|
|
649
512
|
|
|
650
|
-
|
|
651
|
-
|
|
513
|
+
- `node` updated to version `0.4.2`
|
|
514
|
+
- `utils` updated to version `0.0.4`
|
|
652
515
|
|
|
653
516
|
### Bug Fixes
|
|
654
517
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
518
|
+
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
519
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
659
520
|
|
|
660
521
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
661
522
|
|
|
662
523
|
### Dependency Updates
|
|
663
524
|
|
|
664
|
-
|
|
665
|
-
|
|
525
|
+
- `node` updated to version `0.4.2`
|
|
526
|
+
- `utils` updated to version `0.0.4`
|
|
666
527
|
|
|
667
528
|
### Bug Fixes
|
|
668
529
|
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
530
|
+
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
531
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
673
532
|
|
|
674
533
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
675
534
|
|
|
676
535
|
### Dependency Updates
|
|
677
536
|
|
|
678
|
-
|
|
679
|
-
|
|
537
|
+
- `node` updated to version `0.4.2`
|
|
538
|
+
- `utils` updated to version `0.0.4`
|
|
680
539
|
|
|
681
540
|
### Bug Fixes
|
|
682
541
|
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
542
|
+
- removing debug loggers from child federation plugin hooks ([00deec7](https://github.com/module-federation/nextjs-mf/commit/00deec72585675591ad39f64f0c5f94355f4bd53))
|
|
543
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
687
544
|
|
|
688
545
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
689
546
|
|
|
690
547
|
### Dependency Updates
|
|
691
548
|
|
|
692
|
-
|
|
693
|
-
|
|
549
|
+
- `node` updated to version `0.4.2`
|
|
550
|
+
- `utils` updated to version `0.0.4`
|
|
694
551
|
|
|
695
552
|
### Bug Fixes
|
|
696
553
|
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
554
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
700
555
|
|
|
701
556
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
702
557
|
|
|
703
558
|
### Dependency Updates
|
|
704
559
|
|
|
705
|
-
|
|
706
|
-
|
|
560
|
+
- `node` updated to version `0.4.2`
|
|
561
|
+
- `utils` updated to version `0.0.4`
|
|
707
562
|
|
|
708
563
|
### Bug Fixes
|
|
709
564
|
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
565
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
713
566
|
|
|
714
567
|
## [5.7.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.7.0...nextjs-mf-5.7.1) (2022-10-04)
|
|
715
568
|
|
|
716
569
|
### Dependency Updates
|
|
717
570
|
|
|
718
|
-
|
|
719
|
-
|
|
571
|
+
- `node` updated to version `0.4.1`
|
|
572
|
+
- `utils` updated to version `0.0.4`
|
|
720
573
|
|
|
721
574
|
### Bug Fixes
|
|
722
575
|
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
576
|
+
- **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
|
|
726
577
|
|
|
727
578
|
## [5.6.4](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-0.1.0...nextjs-mf-5.6.4) (2022-10-04)
|
|
728
579
|
|
|
729
580
|
### Dependency Updates
|
|
730
581
|
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
582
|
+
- `node` updated to version `0.1.0`
|
|
583
|
+
- `utils` updated to version `0.0.1`
|
|
734
584
|
|
|
735
585
|
# 0.1.0 (2022-10-04)
|
|
736
586
|
|
|
737
587
|
### Dependency Updates
|
|
738
588
|
|
|
739
|
-
|
|
740
|
-
|
|
589
|
+
- `node` updated to version `0.1.0`
|
|
590
|
+
- `utils` updated to version `0.0.1`
|
|
741
591
|
|
|
742
592
|
### Bug Fixes
|
|
743
593
|
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
594
|
+
- **fixing chunk naming prefixes on server builds:** fix server name prefix on chunks ([7839713](https://github.com/module-federation/nextjs-mf/commit/78397136d3bf6677c1eae895853cbe36202125c3))
|
|
595
|
+
- 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)
|
|
747
596
|
|
|
748
597
|
### Features
|
|
749
598
|
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
599
|
+
- **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)
|
|
600
|
+
- 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)
|
|
601
|
+
- 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))
|