@equinor/fusion-framework-module-widget 16.0.6 → 16.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 DELETED
@@ -1,883 +0,0 @@
1
- # Change Log
2
-
3
- ## 16.0.6
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [6b449ae]
8
- - @equinor/fusion-observable@9.2.0
9
-
10
- ## 16.0.5
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [b92698d]
15
- - @equinor/fusion-framework-module@6.1.2
16
-
17
- ## 16.0.4
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies [de2b4fb]
22
- - @equinor/fusion-framework-module-http@8.0.5
23
- - @equinor/fusion-query@7.0.3
24
-
25
- ## 16.0.3
26
-
27
- ### Patch Changes
28
-
29
- - 80c3e4a: Internal: resolve `noExplicitAny` Biome warnings in `enableWidgetModule`, `WidgetState`/`Fusion` widening types, and the `setModule` action creator, using explanatory `biome-ignore` comments for load-bearing `any` defaults. No public API or behavior change.
30
- - 80c3e4a: Internal: resolve fusion-lint warnings across the widget module.
31
- - Added intent comments above control-flow (`if`/`switch`) blocks and RxJS `.pipe()` chains that were missing them.
32
- - Added missing `@returns`/`@throws` TSDoc tags on the `Widget.state` getter and `WidgetModuleProvider`'s internal query methods.
33
- - Split `WidgetConfigLoadError` and `WidgetScriptModuleError` out of `errors.ts` into their own files (re-exported from `errors.ts` to preserve the public `errors.js` subpath export), satisfying `single-export-per-file` while preserving existing TSDoc.
34
- - Suppressed `single-export-per-file` for co-located helper consts (`module`, `defaultConfigEndpointBuilder`, `createDefaultClient`, `handleFetchConfig`, `handleImportWidget`) that aren't checked by `require-tsdoc`.
35
- - Replaced the ad-hoc `Todo` comment in `utils.ts` with a reference to [#5099](https://github.com/equinor/fusion-framework/issues/5099).
36
-
37
- No public API changes.
38
-
39
- - 80c3e4a: Internal: add a required fusion-lint intent comment explaining an `as unknown as WidgetModuleProvider` cast in the module's `dispose` hook. No behavior change.
40
- - 80c3e4a: Internal: renamed 45 source files across these packages to comply with the `filename-convention` lint rule (e.g. `AIConfigurator.ts` → `AiConfigurator.ts`, `BookmarkProvider.actions.ts` → `bookmark-actions.ts`, `errors/app-build-error.ts` → `errors/AppBuildError.ts`, `plugins/api/plugin.ts` → `plugins/api/ApiPlugin.ts`, `errors.ts` → `UnsupportedApiVersion.ts`, etc.). Also added `enable-signalr.ts` to the `filename-convention` exclude list since the suggested rename would incorrectly split the "SignalR" brand name. No public API changes.
41
- - 80c3e4a: Internal: added missing intent comments ahead of non-obvious control flow, RxJS `.pipe()` chains, iterator calls, and multi-source object merges to comply with the `require-intent-comment` and `require-tsdoc` lint rules. Also removed dead duplicate files left over from an earlier refactor in `navigation` (`events.ts`, `navigated-event.ts`, `history.flows.ts` — all fully superseded by their split replacements) and renamed `bookmarks/schemas.ts` to `bookmarks/bookmark.schemas.ts` in `services` to match the `*.schemas.ts` filename convention. No public API changes.
42
- - Updated dependencies [80c3e4a]
43
- - Updated dependencies [80c3e4a]
44
- - Updated dependencies [80c3e4a]
45
- - Updated dependencies [80c3e4a]
46
- - Updated dependencies [80c3e4a]
47
- - Updated dependencies [80c3e4a]
48
- - Updated dependencies [80c3e4a]
49
- - Updated dependencies [80c3e4a]
50
- - Updated dependencies [80c3e4a]
51
- - Updated dependencies [80c3e4a]
52
- - Updated dependencies [80c3e4a]
53
- - Updated dependencies [80c3e4a]
54
- - Updated dependencies [80c3e4a]
55
- - Updated dependencies [80c3e4a]
56
- - Updated dependencies [80c3e4a]
57
- - Updated dependencies [80c3e4a]
58
- - Updated dependencies [80c3e4a]
59
- - Updated dependencies [80c3e4a]
60
- - Updated dependencies [80c3e4a]
61
- - @equinor/fusion-framework-module-event@6.0.1
62
- - @equinor/fusion-framework-module-http@8.0.4
63
- - @equinor/fusion-framework-module-service-discovery@10.0.2
64
- - @equinor/fusion-framework-module@6.1.1
65
- - @equinor/fusion-observable@9.1.1
66
- - @equinor/fusion-query@7.0.2
67
-
68
- ## 16.0.2
69
-
70
- ### Patch Changes
71
-
72
- - Updated dependencies [658af0e]
73
- - @equinor/fusion-observable@9.1.0
74
- - @equinor/fusion-framework-module-http@8.0.3
75
-
76
- ## 16.0.1
77
-
78
- ### Patch Changes
79
-
80
- - Updated dependencies [418c14d]
81
- - @equinor/fusion-observable@9.0.3
82
-
83
- ## 16.0.0
84
-
85
- ### Patch Changes
86
-
87
- - Updated dependencies [b7b1d9a]
88
- - Updated dependencies [b7b1d9a]
89
- - Updated dependencies [b7b1d9a]
90
- - Updated dependencies [8dd9b9a]
91
- - @equinor/fusion-framework-module@6.1.0
92
- - @equinor/fusion-observable@9.0.2
93
- - @equinor/fusion-framework-module-http@8.0.2
94
-
95
- ## 15.0.2
96
-
97
- ### Patch Changes
98
-
99
- - Updated dependencies [f045ac0]
100
- - @equinor/fusion-framework-module-http@8.0.1
101
- - @equinor/fusion-framework-module-service-discovery@10.0.1
102
-
103
- ## 15.0.1
104
-
105
- ### Patch Changes
106
-
107
- - Updated dependencies [a6355fe]
108
- - @equinor/fusion-observable@9.0.1
109
- - @equinor/fusion-query@7.0.1
110
-
111
- ## 15.0.0
112
-
113
- ### Major Changes
114
-
115
- - abffa53: Major version bump for Fusion Framework React 19 release.
116
-
117
- All packages are bumped to the next major version as part of the React 19 upgrade. This release drops support for React versions below 18 and includes breaking changes across the framework.
118
-
119
- **Breaking changes:**
120
- - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
121
- - React Router upgraded from v6 to v7
122
- - Navigation module refactored with new history API
123
- - `renderComponent` and `renderApp` now use `createRoot` API
124
-
125
- **Migration:**
126
- - Update your React version to 18.0.0 or higher before upgrading
127
- - Replace `NavigationProvider.createRouter()` with `@equinor/fusion-framework-react-router`
128
- - See individual package changelogs for package-specific migration steps
129
-
130
- ### Patch Changes
131
-
132
- - Updated dependencies [abffa53]
133
- - Updated dependencies [abffa53]
134
- - Updated dependencies [abffa53]
135
- - Updated dependencies [abffa53]
136
- - Updated dependencies [abffa53]
137
- - Updated dependencies [8f30948]
138
- - @equinor/fusion-framework-module@6.0.0
139
- - @equinor/fusion-framework-module-event@6.0.0
140
- - @equinor/fusion-framework-module-http@8.0.0
141
- - @equinor/fusion-framework-module-service-discovery@10.0.0
142
- - @equinor/fusion-observable@9.0.0
143
- - @equinor/fusion-query@7.0.0
144
-
145
- ## 14.0.1
146
-
147
- ### Patch Changes
148
-
149
- - [#4157](https://github.com/equinor/fusion-framework/pull/4157) [`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581) Thanks [@Noggling](https://github.com/Noggling)! - Internal: patch release to align TypeScript types across packages for consistent type compatibility.
150
-
151
- - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
152
- - @equinor/fusion-framework-module-event@5.0.1
153
- - @equinor/fusion-framework-module-http@7.0.8
154
- - @equinor/fusion-framework-module@5.0.6
155
- - @equinor/fusion-framework-module-service-discovery@9.1.1
156
- - @equinor/fusion-observable@8.5.8
157
- - @equinor/fusion-query@6.0.4
158
-
159
- ## 14.0.0
160
-
161
- ### Patch Changes
162
-
163
- - Updated dependencies [[`434ce70`](https://github.com/equinor/fusion-framework/commit/434ce707d237b399f8438eebe742641b2a81b11f)]:
164
- - @equinor/fusion-framework-module-service-discovery@9.1.0
165
-
166
- ## 13.0.0
167
-
168
- ### Patch Changes
169
-
170
- - Updated dependencies [[`1f5a8e4`](https://github.com/equinor/fusion-framework/commit/1f5a8e475ea30fa1e0f32c7dab885a5a42c50bba)]:
171
- - @equinor/fusion-framework-module-event@5.0.0
172
-
173
- ## 12.0.3
174
-
175
- ### Patch Changes
176
-
177
- - [#3786](https://github.com/equinor/fusion-framework/pull/3786) [`9b6fc05`](https://github.com/equinor/fusion-framework/commit/9b6fc05d8305b179f11ed9f0bc993f2d88305136) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump immer from 10.2.0 to 11.0.0
178
-
179
- - Updated dependencies [[`9b6fc05`](https://github.com/equinor/fusion-framework/commit/9b6fc05d8305b179f11ed9f0bc993f2d88305136)]:
180
- - @equinor/fusion-observable@8.5.7
181
- - @equinor/fusion-query@6.0.2
182
-
183
- ## 12.0.2
184
-
185
- ### Patch Changes
186
-
187
- - [#3654](https://github.com/equinor/fusion-framework/pull/3654) [`67bcfa2`](https://github.com/equinor/fusion-framework/commit/67bcfa20f01cb8f209806905874ab594cb43538e) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update immer from 10.1.3 to 10.2.0 for performance improvements, including optimized caching and iteration logic.
188
-
189
- - Updated dependencies [[`67bcfa2`](https://github.com/equinor/fusion-framework/commit/67bcfa20f01cb8f209806905874ab594cb43538e), [`cd06a8a`](https://github.com/equinor/fusion-framework/commit/cd06a8a8de86a44edf349103fb9da6c8615a1d59), [`443414f`](https://github.com/equinor/fusion-framework/commit/443414fe0351b529cecf0a667383640567d05e74)]:
190
- - @equinor/fusion-observable@8.5.6
191
- - @equinor/fusion-query@6.0.1
192
- - @equinor/fusion-framework-module@5.0.5
193
- - @equinor/fusion-framework-module-http@7.0.4
194
- - @equinor/fusion-framework-module-service-discovery@9.0.4
195
-
196
- ## 12.0.1
197
-
198
- ### Patch Changes
199
-
200
- - Updated dependencies [[`6cb288b`](https://github.com/equinor/fusion-framework/commit/6cb288b9e1ec4fae68ae6899735c176837bb4275), [`a66d70a`](https://github.com/equinor/fusion-framework/commit/a66d70a9fa40ab14f2534be4f22b6d1f602097a0), [`d3bcafe`](https://github.com/equinor/fusion-framework/commit/d3bcafed8b8c5a02ebe68693588cb376ed5e1b0e), [`45954e5`](https://github.com/equinor/fusion-framework/commit/45954e5db471a2faa24e88e41fc6d6c18817d6d1)]:
201
- - @equinor/fusion-observable@8.5.5
202
- - @equinor/fusion-framework-module-http@7.0.2
203
- - @equinor/fusion-query@6.0.0
204
- - @equinor/fusion-framework-module@5.0.3
205
- - @equinor/fusion-framework-module-service-discovery@9.0.2
206
-
207
- ## 12.0.0
208
-
209
- ### Patch Changes
210
-
211
- - Updated dependencies [[`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295), [`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295)]:
212
- - @equinor/fusion-framework-module-http@7.0.0
213
- - @equinor/fusion-framework-module-service-discovery@9.0.0
214
-
215
- ## 11.0.1
216
-
217
- ### Patch Changes
218
-
219
- - [#3395](https://github.com/equinor/fusion-framework/pull/3395) [`29f6710`](https://github.com/equinor/fusion-framework/commit/29f6710238baf9b29f42394b30cb8b97f25462c3) Thanks [@odinr](https://github.com/odinr)! - Updated immer from 9.0.16 to 10.1.3 across all packages.
220
-
221
- ### Breaking Changes
222
- - Immer 10.x introduces stricter TypeScript types for draft functions
223
- - `ValidRecipeReturnType` type constraints have changed
224
- - Promise return types in draft functions are no longer automatically handled
225
-
226
- ### Fixes Applied
227
- - Updated BookmarkProvider to handle new immer type constraints
228
- - Fixed ObservableInput type assignments in mergeScan operations
229
- - Removed async/await from immer draft functions to comply with new type requirements
230
-
231
- ### Links
232
- - [Immer 10.0.0 Release Notes](https://github.com/immerjs/immer/releases/tag/v10.0.0)
233
- - [Immer Migration Guide](https://github.com/immerjs/immer/blob/main/MIGRATION.md)
234
-
235
- - Updated dependencies [[`29f6710`](https://github.com/equinor/fusion-framework/commit/29f6710238baf9b29f42394b30cb8b97f25462c3), [`7bb88c6`](https://github.com/equinor/fusion-framework/commit/7bb88c6247f3d93eccf363d610116c519f1ecff4), [`11143fa`](https://github.com/equinor/fusion-framework/commit/11143fa3002fb8a6c095052a04c7e596c56bafa8)]:
236
- - @equinor/fusion-query@5.2.13
237
- - @equinor/fusion-observable@8.5.3
238
-
239
- ## 11.0.0
240
-
241
- ### Patch Changes
242
-
243
- - Updated dependencies [[`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253)]:
244
- - @equinor/fusion-framework-module-http@6.3.4
245
- - @equinor/fusion-framework-module@5.0.0
246
- - @equinor/fusion-framework-module-service-discovery@8.0.18
247
- - @equinor/fusion-framework-module-event@4.3.7
248
-
249
- ## 10.0.5
250
-
251
- ### Patch Changes
252
-
253
- - [#3088](https://github.com/equinor/fusion-framework/pull/3088) [`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d) Thanks [@eikeland](https://github.com/eikeland)! - chore: update package typesVersions
254
- - Updated package.json typesVersions.
255
- - Ensures backward compatibility with older node versions.
256
- - Ensured consistency with workspace and repository configuration.
257
-
258
- - Updated dependencies [[`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d)]:
259
- - @equinor/fusion-framework-module-http@6.3.3
260
- - @equinor/fusion-query@5.2.11
261
- - @equinor/fusion-framework-module-service-discovery@8.0.17
262
-
263
- ## 10.0.4
264
-
265
- ### Patch Changes
266
-
267
- - Updated dependencies [[`0d22e3c`](https://github.com/equinor/fusion-framework/commit/0d22e3c486ab11c40f14fb1f11f0b718e7bf1593)]:
268
- - @equinor/fusion-observable@8.5.1
269
- - @equinor/fusion-query@5.2.10
270
- - @equinor/fusion-framework-module-service-discovery@8.0.16
271
-
272
- ## 10.0.3
273
-
274
- ### Patch Changes
275
-
276
- - Updated dependencies [[`d247ec7`](https://github.com/equinor/fusion-framework/commit/d247ec7482a4d5231657875f6c6733ce37df07c9), [`89f80e4`](https://github.com/equinor/fusion-framework/commit/89f80e41dac04e71518c7314cada86ecc835708d)]:
277
- - @equinor/fusion-observable@8.5.0
278
- - @equinor/fusion-query@5.2.9
279
- - @equinor/fusion-framework-module-service-discovery@8.0.15
280
-
281
- ## 10.0.2
282
-
283
- ### Patch Changes
284
-
285
- - Updated dependencies [[`96bb1fb`](https://github.com/equinor/fusion-framework/commit/96bb1fb744d8dc2410e99fea6ca948d2d5489428)]:
286
- - @equinor/fusion-observable@8.4.9
287
- - @equinor/fusion-framework-module@4.4.2
288
- - @equinor/fusion-framework-module-event@4.3.6
289
- - @equinor/fusion-query@5.2.8
290
- - @equinor/fusion-framework-module-http@6.3.2
291
- - @equinor/fusion-framework-module-service-discovery@8.0.14
292
-
293
- ## 10.0.1
294
-
295
- ### Patch Changes
296
-
297
- - [#3054](https://github.com/equinor/fusion-framework/pull/3054) [`c6af3a3`](https://github.com/equinor/fusion-framework/commit/c6af3a3c926fb245e9d056b506d47b8bf4f1efde) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Re-add typesVersions from package.json files
298
-
299
- - Updated dependencies [[`e49f916`](https://github.com/equinor/fusion-framework/commit/e49f9161557202df57248d02ade4d2ef50231bdc), [`c6af3a3`](https://github.com/equinor/fusion-framework/commit/c6af3a3c926fb245e9d056b506d47b8bf4f1efde)]:
300
- - @equinor/fusion-framework-module@4.4.1
301
- - @equinor/fusion-observable@8.4.8
302
- - @equinor/fusion-framework-module-event@4.3.5
303
- - @equinor/fusion-framework-module-http@6.3.1
304
- - @equinor/fusion-query@5.2.7
305
- - @equinor/fusion-framework-module-service-discovery@8.0.13
306
-
307
- ## 10.0.0
308
-
309
- ### Patch Changes
310
-
311
- - Updated dependencies [[`efd70a3`](https://github.com/equinor/fusion-framework/commit/efd70a34f734e0c155d3440e35ce4fa11a7abc42), [`7a0a510`](https://github.com/equinor/fusion-framework/commit/7a0a510e0af1f0769c596e1b9aaa391250efd95d)]:
312
- - @equinor/fusion-framework-module@4.4.0
313
- - @equinor/fusion-framework-module-http@6.3.0
314
- - @equinor/fusion-framework-module-event@4.3.4
315
- - @equinor/fusion-framework-module-service-discovery@8.0.12
316
- - @equinor/fusion-query@5.2.6
317
-
318
- ## 9.0.8
319
-
320
- ### Patch Changes
321
-
322
- - [#3012](https://github.com/equinor/fusion-framework/pull/3012) [`f53b60b`](https://github.com/equinor/fusion-framework/commit/f53b60b7805706ce7617e614f0ac0c24317a2e43) Thanks [@odinr](https://github.com/odinr)! - removed `typesVersions` from packages, since we no longer support TS < 4.7, also corrected `types` path in package.json
323
-
324
- - Updated dependencies [[`f53b60b`](https://github.com/equinor/fusion-framework/commit/f53b60b7805706ce7617e614f0ac0c24317a2e43)]:
325
- - @equinor/fusion-observable@8.4.7
326
- - @equinor/fusion-framework-module@4.3.8
327
- - @equinor/fusion-framework-module-event@4.3.3
328
- - @equinor/fusion-framework-module-http@6.2.5
329
- - @equinor/fusion-query@5.2.5
330
- - @equinor/fusion-framework-module-service-discovery@8.0.11
331
-
332
- ## 9.0.7
333
-
334
- ### Patch Changes
335
-
336
- - Updated dependencies []:
337
- - @equinor/fusion-query@5.2.4
338
- - @equinor/fusion-framework-module-service-discovery@8.0.10
339
-
340
- ## 9.0.6
341
-
342
- ### Patch Changes
343
-
344
- - Updated dependencies [[`e164abc`](https://github.com/equinor/fusion-framework/commit/e164abcf52ff84d181ed5406d2a28441d54da9a8)]:
345
- - @equinor/fusion-framework-module-http@6.2.4
346
- - @equinor/fusion-framework-module-service-discovery@8.0.9
347
-
348
- ## 9.0.5
349
-
350
- ### Patch Changes
351
-
352
- - [#2885](https://github.com/equinor/fusion-framework/pull/2885) [`abb3560`](https://github.com/equinor/fusion-framework/commit/abb3560a22ad8830df19904272035458433f4237) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update he `Typescript` version `^5.7.3` to `^5.8.2`
353
-
354
- - [#2901](https://github.com/equinor/fusion-framework/pull/2901) [`8c6c598`](https://github.com/equinor/fusion-framework/commit/8c6c598fce973f9c24426d5e108cc3301d2da139) Thanks [@odinr](https://github.com/odinr)! - refactor: adhere to Biome `useOptionalChain`
355
-
356
- - Updated dependencies [[`abb3560`](https://github.com/equinor/fusion-framework/commit/abb3560a22ad8830df19904272035458433f4237), [`8c6c598`](https://github.com/equinor/fusion-framework/commit/8c6c598fce973f9c24426d5e108cc3301d2da139), [`d20db24`](https://github.com/equinor/fusion-framework/commit/d20db24c73690e90a5860fe5160909c77efa41cb), [`e695290`](https://github.com/equinor/fusion-framework/commit/e69529086e90b1d0d8aaf6d4b1de0e1167ce9424), [`fdd057e`](https://github.com/equinor/fusion-framework/commit/fdd057e0920ffb93e07b6338e3ff592a65dabbc6), [`e695290`](https://github.com/equinor/fusion-framework/commit/e69529086e90b1d0d8aaf6d4b1de0e1167ce9424), [`e695290`](https://github.com/equinor/fusion-framework/commit/e69529086e90b1d0d8aaf6d4b1de0e1167ce9424)]:
357
- - @equinor/fusion-framework-module-service-discovery@8.0.8
358
- - @equinor/fusion-observable@8.4.6
359
- - @equinor/fusion-framework-module@4.3.7
360
- - @equinor/fusion-framework-module-event@4.3.2
361
- - @equinor/fusion-framework-module-http@6.2.3
362
- - @equinor/fusion-query@5.2.3
363
-
364
- ## 9.0.4
365
-
366
- ### Patch Changes
367
-
368
- - [#2863](https://github.com/equinor/fusion-framework/pull/2863) [`11e18fd`](https://github.com/equinor/fusion-framework/commit/11e18fd755e65d1bbbb9b98638fdb9a98c2c23ab) Thanks [@dependabot](https://github.com/apps/dependabot)! - Added check to `Widget.getConfig` to ensure that `undefined` config should not be emitted,
369
- since the return type is `Observable<WidgetConfig>`,
370
- so should not be breaking changed.
371
- All though this might has been emitting undefined before, this might break some code that relies on this behavior.
372
-
373
- ## 9.0.3
374
-
375
- ### Patch Changes
376
-
377
- - [#2848](https://github.com/equinor/fusion-framework/pull/2848) [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d) Thanks [@odinr](https://github.com/odinr)! - Refactored imports to use `type` when importing types from a module, to conform with the `useImportType` rule in Biome.
378
-
379
- - Updated dependencies [[`ba5d12e`](https://github.com/equinor/fusion-framework/commit/ba5d12eba0a38db412353765e997d02c1fbb478d), [`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1), [`2fe6241`](https://github.com/equinor/fusion-framework/commit/2fe624186640c3b30079c7d76f0e3af65f64f5d2), [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d)]:
380
- - @equinor/fusion-framework-module@4.3.6
381
- - @equinor/fusion-framework-module-http@6.2.2
382
- - @equinor/fusion-observable@8.4.5
383
- - @equinor/fusion-query@5.2.2
384
- - @equinor/fusion-framework-module-service-discovery@8.0.7
385
- - @equinor/fusion-framework-module-event@4.3.1
386
-
387
- ## 9.0.2
388
-
389
- ### Patch Changes
390
-
391
- - Updated dependencies []:
392
- - @equinor/fusion-framework-module-http@6.2.1
393
- - @equinor/fusion-framework-module-service-discovery@8.0.6
394
-
395
- ## 9.0.1
396
-
397
- ### Patch Changes
398
-
399
- - Updated dependencies [[`7f4a381`](https://github.com/equinor/fusion-framework/commit/7f4a381ee3594a8cc1c77f0c13c1ba70223d8bf1)]:
400
- - @equinor/fusion-observable@8.4.4
401
- - @equinor/fusion-query@5.2.1
402
- - @equinor/fusion-framework-module-service-discovery@8.0.5
403
-
404
- ## 9.0.0
405
-
406
- ### Patch Changes
407
-
408
- - Updated dependencies [[`a551b01`](https://github.com/equinor/fusion-framework/commit/a551b01d552b9b9770d1f5132803f92cc91d4bc6)]:
409
- - @equinor/fusion-framework-module-event@4.3.0
410
-
411
- ## 8.0.3
412
-
413
- ### Patch Changes
414
-
415
- - Updated dependencies [[`a965fbe`](https://github.com/equinor/fusion-framework/commit/a965fbeb9544b74f7d7b4aaa1e57c50d2ae4a564)]:
416
- - @equinor/fusion-query@5.2.0
417
- - @equinor/fusion-framework-module-service-discovery@8.0.4
418
-
419
- ## 8.0.2
420
-
421
- ### Patch Changes
422
-
423
- - Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]:
424
- - @equinor/fusion-observable@8.4.3
425
- - @equinor/fusion-query@5.1.5
426
- - @equinor/fusion-framework-module-service-discovery@8.0.3
427
-
428
- ## 8.0.1
429
-
430
- ### Patch Changes
431
-
432
- - Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]:
433
- - @equinor/fusion-observable@8.4.2
434
- - @equinor/fusion-query@5.1.4
435
- - @equinor/fusion-framework-module-service-discovery@8.0.2
436
-
437
- ## 8.0.0
438
-
439
- ### Patch Changes
440
-
441
- - Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]:
442
- - @equinor/fusion-framework-module-http@6.2.0
443
- - @equinor/fusion-framework-module-service-discovery@8.0.1
444
-
445
- ## 7.0.0
446
-
447
- ### Patch Changes
448
-
449
- - Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d), [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa)]:
450
- - @equinor/fusion-framework-module-http@6.1.0
451
- - @equinor/fusion-framework-module@4.3.5
452
- - @equinor/fusion-framework-module-service-discovery@8.0.0
453
- - @equinor/fusion-framework-module-event@4.2.4
454
-
455
- ## 6.0.4
456
-
457
- ### Patch Changes
458
-
459
- - Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]:
460
- - @equinor/fusion-observable@8.4.1
461
- - @equinor/fusion-query@5.1.3
462
- - @equinor/fusion-framework-module-service-discovery@7.1.13
463
-
464
- ## 6.0.3
465
-
466
- ### Patch Changes
467
-
468
- - Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]:
469
- - @equinor/fusion-framework-module@4.3.4
470
- - @equinor/fusion-query@5.1.2
471
- - @equinor/fusion-framework-module-event@4.2.3
472
- - @equinor/fusion-framework-module-http@6.0.3
473
- - @equinor/fusion-framework-module-service-discovery@7.1.12
474
-
475
- ## 6.0.2
476
-
477
- ### Patch Changes
478
-
479
- - Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]:
480
- - @equinor/fusion-observable@8.4.0
481
- - @equinor/fusion-framework-module-http@6.0.2
482
- - @equinor/fusion-query@5.1.1
483
- - @equinor/fusion-framework-module@4.3.3
484
- - @equinor/fusion-framework-module-service-discovery@7.1.11
485
- - @equinor/fusion-framework-module-event@4.2.2
486
-
487
- ## 6.0.1
488
-
489
- ### Patch Changes
490
-
491
- - Updated dependencies [[`736ef31`](https://github.com/equinor/fusion-framework/commit/736ef310ee101738f9022d581a2b3189b30a2646)]:
492
- - @equinor/fusion-framework-module-event@4.2.1
493
-
494
- ## 6.0.0
495
-
496
- ### Patch Changes
497
-
498
- - [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3
499
-
500
- - [#2320](https://github.com/equinor/fusion-framework/pull/2320) [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee) Thanks [@odinr](https://github.com/odinr)! - Removed the `removeComments` option from the `tsconfig.base.json` file.
501
-
502
- Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
503
- 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
504
- 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
505
- 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
506
-
507
- No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
508
-
509
- Before:
510
-
511
- ```json
512
- {
513
- "compilerOptions": {
514
- "module": "ES2022",
515
- "target": "ES6",
516
- "incremental": true,
517
- "removeComments": true,
518
- "preserveConstEnums": true,
519
- "sourceMap": true,
520
- "moduleResolution": "node"
521
- }
522
- }
523
- ```
524
-
525
- After:
526
-
527
- ```json
528
- {
529
- "compilerOptions": {
530
- "module": "ES2022",
531
- "target": "ES6",
532
- "incremental": true,
533
- "preserveConstEnums": true,
534
- "sourceMap": true,
535
- "moduleResolution": "node"
536
- }
537
- }
538
- ```
539
-
540
- This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
541
-
542
- - Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`b628e90`](https://github.com/equinor/fusion-framework/commit/b628e90500b62e0185c09eb665ce31025bc9b541), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee)]:
543
- - @equinor/fusion-framework-module@4.3.2
544
- - @equinor/fusion-query@5.1.0
545
- - @equinor/fusion-framework-module-http@6.0.1
546
- - @equinor/fusion-framework-module-service-discovery@7.1.10
547
- - @equinor/fusion-observable@8.3.3
548
- - @equinor/fusion-framework-module-event@4.2.0
549
-
550
- ## 5.0.1
551
-
552
- ### Patch Changes
553
-
554
- - [#2235](https://github.com/equinor/fusion-framework/pull/2235) [`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb) Thanks [@odinr](https://github.com/odinr)! - - **Refactored**: The `actionBaseType` function has been renamed to `getBaseType` and its implementation has been updated.
555
- - **Added**: New utility types and functions for handling action types and payloads in a more type-safe manner.
556
-
557
- - [#2248](https://github.com/equinor/fusion-framework/pull/2248) [`da9dd83`](https://github.com/equinor/fusion-framework/commit/da9dd83c9352def5365b6c962dc8443589ac9526) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - #2235 renamed a method and changed type. This PR forgot to change to the correct param when using this method. Fixes typo - update to use actions `type` in the reducer.
558
-
559
- - Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]:
560
- - @equinor/fusion-observable@8.3.2
561
- - @equinor/fusion-query@5.0.5
562
- - @equinor/fusion-framework-module-service-discovery@7.1.9
563
-
564
- ## 5.0.0
565
-
566
- ### Patch Changes
567
-
568
- - Updated dependencies [[`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1), [`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
569
- - @equinor/fusion-framework-module-http@6.0.0
570
- - @equinor/fusion-query@5.0.4
571
- - @equinor/fusion-observable@8.3.1
572
- - @equinor/fusion-framework-module-service-discovery@7.1.8
573
-
574
- ## 4.0.8
575
-
576
- ### Patch Changes
577
-
578
- - Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`9a91bb7`](https://github.com/equinor/fusion-framework/commit/9a91bb737d3452e697c047c0f5c7caa2adfd535d), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]:
579
- - @equinor/fusion-framework-module@4.3.1
580
- - @equinor/fusion-framework-module-event@4.1.2
581
- - @equinor/fusion-query@5.0.3
582
- - @equinor/fusion-framework-module-http@5.2.3
583
- - @equinor/fusion-framework-module-service-discovery@7.1.7
584
-
585
- ## 4.0.7
586
-
587
- ### Patch Changes
588
-
589
- - Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
590
- - @equinor/fusion-query@5.0.2
591
- - @equinor/fusion-framework-module-service-discovery@7.1.6
592
-
593
- ## 4.0.6
594
-
595
- ### Patch Changes
596
-
597
- - Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
598
- - @equinor/fusion-query@5.0.1
599
- - @equinor/fusion-framework-module-service-discovery@7.1.5
600
-
601
- ## 4.0.5
602
-
603
- ### Patch Changes
604
-
605
- - Updated dependencies [[`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2)]:
606
- - @equinor/fusion-query@5.0.0
607
- - @equinor/fusion-framework-module-service-discovery@7.1.4
608
-
609
- ## 4.0.4
610
-
611
- ### Patch Changes
612
-
613
- - Updated dependencies [[`fab2d22`](https://github.com/equinor/fusion-framework/commit/fab2d22f56772c02b1c1e5688cea1dd376edfcb3)]:
614
- - @equinor/fusion-framework-module-http@5.2.2
615
- - @equinor/fusion-framework-module-service-discovery@7.1.3
616
-
617
- ## 4.0.3
618
-
619
- ### Patch Changes
620
-
621
- - Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]:
622
- - @equinor/fusion-observable@8.3.0
623
- - @equinor/fusion-query@4.2.0
624
- - @equinor/fusion-framework-module-service-discovery@7.1.2
625
-
626
- ## 4.0.2
627
-
628
- ### Patch Changes
629
-
630
- - Updated dependencies [[`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee), [`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee)]:
631
- - @equinor/fusion-framework-module-http@5.2.1
632
- - @equinor/fusion-framework-module-service-discovery@7.1.1
633
-
634
- ## 4.0.1
635
-
636
- ### Patch Changes
637
-
638
- - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
639
- - @equinor/fusion-framework-module-event@4.1.1
640
-
641
- ## 4.0.0
642
-
643
- ### Minor Changes
644
-
645
- - [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2
646
-
647
- ### Patch Changes
648
-
649
- - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
650
- - @equinor/fusion-framework-module@4.3.0
651
- - @equinor/fusion-framework-module-service-discovery@7.1.0
652
- - @equinor/fusion-observable@8.2.0
653
- - @equinor/fusion-framework-module-event@4.1.0
654
- - @equinor/fusion-framework-module-http@5.2.0
655
- - @equinor/fusion-query@4.1.0
656
-
657
- ## 3.0.0
658
-
659
- ### Major Changes
660
-
661
- - [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Widget has had a complete makeover all from the loading Component to the Module itself.
662
- - adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more.
663
- - Enabling for multiple widget loading.
664
- - Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class.
665
- - Now able to configure baseImport url and widgetClient
666
- - New widget component for loading of widgets
667
- - Updated documentation
668
-
669
- ## 2.0.10
670
-
671
- ### Patch Changes
672
-
673
- - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
674
- - @equinor/fusion-framework-module@4.2.7
675
- - @equinor/fusion-framework-module-event@4.0.8
676
- - @equinor/fusion-framework-module-http@5.1.6
677
- - @equinor/fusion-framework-module-service-discovery@7.0.20
678
-
679
- ## 2.0.9
680
-
681
- ### Patch Changes
682
-
683
- - Updated dependencies []:
684
- - @equinor/fusion-query@4.0.6
685
- - @equinor/fusion-framework-module-service-discovery@7.0.19
686
-
687
- ## 2.0.8
688
-
689
- ### Patch Changes
690
-
691
- - Updated dependencies []:
692
- - @equinor/fusion-framework-module-http@5.1.5
693
- - @equinor/fusion-framework-module-service-discovery@7.0.18
694
-
695
- ## 2.0.7
696
-
697
- ### Patch Changes
698
-
699
- - Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]:
700
- - @equinor/fusion-framework-module-http@5.1.4
701
- - @equinor/fusion-framework-module-service-discovery@7.0.17
702
-
703
- ## 2.0.6
704
-
705
- ### Patch Changes
706
-
707
- - Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]:
708
- - @equinor/fusion-framework-module-http@5.1.3
709
- - @equinor/fusion-framework-module-service-discovery@7.0.16
710
-
711
- ## 2.0.5
712
-
713
- ### Patch Changes
714
-
715
- - Updated dependencies []:
716
- - @equinor/fusion-query@4.0.5
717
- - @equinor/fusion-framework-module-service-discovery@7.0.15
718
-
719
- ## 2.0.4
720
-
721
- ### Patch Changes
722
-
723
- - [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
724
-
725
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
726
- - @equinor/fusion-framework-module-service-discovery@7.0.14
727
- - @equinor/fusion-framework-module@4.2.6
728
- - @equinor/fusion-framework-module-http@5.1.2
729
- - @equinor/fusion-query@4.0.4
730
- - @equinor/fusion-framework-module-event@4.0.7
731
-
732
- ## 2.0.3
733
-
734
- ### Patch Changes
735
-
736
- - Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
737
- - @equinor/fusion-query@4.0.3
738
- - @equinor/fusion-framework-module-service-discovery@7.0.13
739
-
740
- ## 2.0.2
741
-
742
- ### Patch Changes
743
-
744
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
745
- - @equinor/fusion-query@4.0.2
746
- - @equinor/fusion-framework-module-service-discovery@7.0.12
747
-
748
- ## 2.0.1
749
-
750
- ### Patch Changes
751
-
752
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
753
-
754
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
755
- - @equinor/fusion-framework-module-event@4.0.6
756
- - @equinor/fusion-framework-module-http@5.1.1
757
- - @equinor/fusion-framework-module@4.2.5
758
- - @equinor/fusion-framework-module-service-discovery@7.0.11
759
- - @equinor/fusion-query@4.0.1
760
-
761
- ## 2.0.0
762
-
763
- ### Patch Changes
764
-
765
- - Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa), [`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]:
766
- - @equinor/fusion-framework-module-http@5.1.0
767
- - @equinor/fusion-query@4.0.0
768
- - @equinor/fusion-framework-module-service-discovery@7.0.10
769
-
770
- ## 1.0.9
771
-
772
- ### Patch Changes
773
-
774
- - Updated dependencies [[`e539e606`](https://github.com/equinor/fusion-framework/commit/e539e606d04bd8b7dc0c0bfed7cd4a7731996936)]:
775
- - @equinor/fusion-framework-module-service-discovery@7.0.9
776
-
777
- ## 1.0.8
778
-
779
- ### Patch Changes
780
-
781
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
782
- - @equinor/fusion-framework-module@4.2.4
783
- - @equinor/fusion-query@3.0.7
784
- - @equinor/fusion-framework-module-event@4.0.5
785
- - @equinor/fusion-framework-module-http@5.0.6
786
- - @equinor/fusion-framework-module-service-discovery@7.0.8
787
-
788
- ## 1.0.7
789
-
790
- ### Patch Changes
791
-
792
- - Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]:
793
- - @equinor/fusion-query@3.0.6
794
- - @equinor/fusion-framework-module-service-discovery@7.0.7
795
-
796
- ## 1.0.6
797
-
798
- ### Patch Changes
799
-
800
- - [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
801
-
802
- conflicts of `@types/react` made random outcomes when using `yarn`
803
-
804
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
805
-
806
- - [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
807
-
808
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]:
809
- - @equinor/fusion-framework-module-service-discovery@7.0.6
810
- - @equinor/fusion-framework-module@4.2.3
811
- - @equinor/fusion-framework-module-event@4.0.4
812
- - @equinor/fusion-framework-module-http@5.0.5
813
- - @equinor/fusion-query@3.0.5
814
-
815
- ## 1.0.5
816
-
817
- ### Patch Changes
818
-
819
- - [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
820
-
821
- ## 1.0.4
822
-
823
- ### Patch Changes
824
-
825
- - [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
826
- - align all versions of typescript
827
- - update types to build
828
- - a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
829
-
830
- All notable changes to this project will be documented in this file.
831
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
832
-
833
- ## [1.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-widget@1.0.2...@equinor/fusion-framework-module-widget@1.0.3) (2023-05-23)
834
-
835
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
836
-
837
- ## 1.0.2 (2023-05-22)
838
-
839
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
840
-
841
- ## 1.0.1 (2023-05-05)
842
-
843
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
844
-
845
- ## 1.0.0 (2023-04-16)
846
-
847
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
848
-
849
- ## 0.0.10 (2023-03-22)
850
-
851
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
852
-
853
- ## [0.0.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-widget@0.0.8...@equinor/fusion-framework-module-widget@0.0.9) (2023-03-20)
854
-
855
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
856
-
857
- ## [0.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-widget@0.0.7...@equinor/fusion-framework-module-widget@0.0.8) (2023-02-22)
858
-
859
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
860
-
861
- ## [0.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-widget@0.0.6...@equinor/fusion-framework-module-widget@0.0.7) (2023-02-20)
862
-
863
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
864
-
865
- ## [0.0.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-widget@0.0.5...@equinor/fusion-framework-module-widget@0.0.6) (2023-02-13)
866
-
867
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
868
-
869
- ## [0.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-widget@0.0.4...@equinor/fusion-framework-module-widget@0.0.5) (2023-02-09)
870
-
871
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
872
-
873
- ## 0.0.4 (2023-02-02)
874
-
875
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
876
-
877
- ## 0.0.3 (2023-01-30)
878
-
879
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget
880
-
881
- ## 0.0.2 (2023-01-27)
882
-
883
- **Note:** Version bump only for package @equinor/fusion-framework-module-widget