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