@module-federation/node 0.16.3-rc.1 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +204 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,210 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ # [1.0.0](https://github.com/module-federation/nextjs-mf/compare/node-0.16.2...node-1.0.0) (2023-07-01)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `utils` updated to version `2.0.0`
10
+ * `utils` updated to version `2.0.0`
11
+
12
+ ### Features
13
+
14
+ * 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)
15
+
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ * automaticAsyncBoundary option has been removed
20
+
21
+ * fix: exclude specific pages from page map automatically
22
+
23
+ * refactor: conslidate codebase
24
+
25
+ * fix: improve hot reload share recovery
26
+
27
+ * refactor: remove server jsonp template
28
+
29
+ * chore: remove dead code from runtime modules
30
+
31
+ * fix: clean up jsonp getCustomJsonpCode
32
+
33
+ getting chunk loading global from compiler output options
34
+
35
+ * feat: adding cleanInitArrays runtime helper
36
+
37
+ * chore: remove share scope hoist and module hoisting system
38
+
39
+ * chore: cleanup code
40
+
41
+ * chore: remove dead code from add module runtime plugin
42
+
43
+ likely can remove whole plugin in future
44
+
45
+ * chore: remove logs from delegate modules
46
+
47
+ * chore: remove old utils
48
+
49
+ * fix: add warning on auto page stitch
50
+
51
+ * fix: remove commented out code from InvertedContainerPlugin.ts
52
+
53
+ * chore: improve logging to see if its local load or remote load
54
+
55
+ * chore: clean up old custom promises factories
56
+
57
+ * fix: remove container proxy code
58
+
59
+ * fix: remove container proxy code
60
+ * automaticAsyncBoundary option has been removed
61
+
62
+ * fix: exclude specific pages from page map automatically
63
+
64
+ * refactor: conslidate codebase
65
+
66
+ * fix: improve hot reload share recovery
67
+
68
+ * refactor: remove server jsonp template
69
+
70
+ * chore: remove dead code from runtime modules
71
+
72
+ * fix: clean up jsonp getCustomJsonpCode
73
+
74
+ getting chunk loading global from compiler output options
75
+
76
+ * feat: adding cleanInitArrays runtime helper
77
+
78
+ * chore: remove share scope hoist and module hoisting system
79
+
80
+ * chore: cleanup code
81
+
82
+ * chore: remove dead code from add module runtime plugin
83
+
84
+ likely can remove whole plugin in future
85
+
86
+ * chore: remove logs from delegate modules
87
+
88
+ * chore: remove old utils
89
+
90
+ * fix: add warning on auto page stitch
91
+
92
+ * fix: remove commented out code from InvertedContainerPlugin.ts
93
+
94
+ * chore: improve logging to see if its local load or remote load
95
+
96
+ * chore: clean up old custom promises factories
97
+
98
+ * fix: remove container proxy code
99
+
100
+ * fix: remove container proxy code
101
+
102
+ * chore: fix project.json
103
+
104
+ * debugging
105
+
106
+ * fix: resolve backmerge issues with build
107
+
108
+ * Merge branch 'kill_child_compilers' into fix_backmerge_issues
109
+
110
+ # Conflicts:
111
+ # package-lock.json
112
+ # package.json
113
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
114
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
115
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
116
+
117
+ * feat: enable eager sharing
118
+
119
+ * refactor: improve module hooks for eager loading and search
120
+
121
+ * refactor: cleanup custom jsonp and make es5
122
+
123
+ * refactor: cleanup inverted container code
124
+
125
+ * refactor: cleanup inverted container code
126
+ * automaticAsyncBoundary option has been removed
127
+
128
+ * fix: exclude specific pages from page map automatically
129
+
130
+ * refactor: conslidate codebase
131
+
132
+ * fix: improve hot reload share recovery
133
+
134
+ * refactor: remove server jsonp template
135
+
136
+ * chore: remove dead code from runtime modules
137
+
138
+ * fix: clean up jsonp getCustomJsonpCode
139
+
140
+ getting chunk loading global from compiler output options
141
+
142
+ * feat: adding cleanInitArrays runtime helper
143
+
144
+ * chore: remove share scope hoist and module hoisting system
145
+
146
+ * chore: cleanup code
147
+
148
+ * chore: remove dead code from add module runtime plugin
149
+
150
+ likely can remove whole plugin in future
151
+
152
+ * chore: remove logs from delegate modules
153
+
154
+ * chore: remove old utils
155
+
156
+ * fix: add warning on auto page stitch
157
+
158
+ * fix: remove commented out code from InvertedContainerPlugin.ts
159
+
160
+ * chore: improve logging to see if its local load or remote load
161
+
162
+ * chore: clean up old custom promises factories
163
+
164
+ * fix: remove container proxy code
165
+
166
+ * fix: remove container proxy code
167
+
168
+ * fix: resolve backmerge issues with build
169
+
170
+ * Merge branch 'kill_child_compilers' into fix_backmerge_issues
171
+
172
+ # Conflicts:
173
+ # package-lock.json
174
+ # package.json
175
+ # packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
176
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerPlugin.ts
177
+ # packages/nextjs-mf/src/plugins/container/InvertedContainerRuntimeModule.ts
178
+
179
+ * feat: enable eager sharing
180
+
181
+ * refactor: improve module hooks for eager loading and search
182
+
183
+ * refactor: cleanup custom jsonp and make es5
184
+
185
+ * refactor: cleanup inverted container code
186
+
187
+ * refactor: cleanup inverted container code
188
+
189
+ * ci: fix install step with npm and NX
190
+
191
+ * test: remove tests for now
192
+
193
+ * chore(utils): release version 1.7.3-beta.0
194
+
195
+ * chore(utils): release version 1.7.3
196
+
197
+ * chore(node): release version 0.14.4-beta.0
198
+
199
+ * chore(node): release version 0.14.4
200
+
201
+ * chore(nextjs-mf): release version 6.4.1-beta.4
202
+
203
+ * fix: remove debugging runtime variable
204
+
205
+ * chore(nextjs-mf): release version 6.4.1-beta.5
206
+
207
+
208
+
5
209
  ## [0.16.3-rc.1](https://github.com/module-federation/nextjs-mf/compare/node-0.16.3-rc.0...node-0.16.3-rc.1) (2023-07-01)
6
210
 
7
211
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "@module-federation/node",
4
- "version": "0.16.3-rc.1",
4
+ "version": "1.0.0",
5
5
  "type": "commonjs",
6
6
  "main": "src/index.js",
7
7
  "exports": {
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "encoding": "^0.1.13",
37
37
  "node-fetch": "^2.6.7",
38
- "@module-federation/utilities": "1.9.2-rc.1",
38
+ "@module-federation/utilities": "2.0.0",
39
39
  "webpack-sources": "3.2.3"
40
40
  },
41
41
  "peerDependencies": {