@module-federation/utilities 1.9.2-rc.1 → 2.0.1

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