@equinor/fusion-framework-module-widget 16.0.7 → 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/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +15 -12
- package/CHANGELOG.md +0 -907
- package/src/Widget.ts +0 -403
- package/src/WidgetManifestLoadError.ts +0 -61
- package/src/WidgetModuleConfigurator.ts +0 -96
- package/src/WidgetModuleProvider.ts +0 -233
- package/src/enable-widget-module.ts +0 -35
- package/src/errors/WidgetConfigLoadError.ts +0 -51
- package/src/errors/WidgetScriptModuleError.ts +0 -20
- package/src/events.ts +0 -94
- package/src/index.ts +0 -21
- package/src/module.ts +0 -61
- package/src/state/actions.ts +0 -88
- package/src/state/create-reducer.ts +0 -57
- package/src/state/create-state.ts +0 -33
- package/src/state/flows.ts +0 -123
- package/src/types.ts +0 -203
- package/src/utils.ts +0 -85
- package/src/version.ts +0 -2
- package/tsconfig.json +0 -25
package/CHANGELOG.md
DELETED
|
@@ -1,907 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## 16.0.7
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [f663b46]
|
|
8
|
-
- Updated dependencies [f663b46]
|
|
9
|
-
- Updated dependencies [f663b46]
|
|
10
|
-
- Updated dependencies [f663b46]
|
|
11
|
-
- Updated dependencies [f663b46]
|
|
12
|
-
- Updated dependencies [f663b46]
|
|
13
|
-
- Updated dependencies [f663b46]
|
|
14
|
-
- Updated dependencies [f663b46]
|
|
15
|
-
- Updated dependencies [f663b46]
|
|
16
|
-
- Updated dependencies [f663b46]
|
|
17
|
-
- Updated dependencies [f663b46]
|
|
18
|
-
- Updated dependencies [f663b46]
|
|
19
|
-
- Updated dependencies [f663b46]
|
|
20
|
-
- @equinor/fusion-framework-module-service-discovery@10.1.0
|
|
21
|
-
- @equinor/fusion-observable@9.2.1
|
|
22
|
-
- @equinor/fusion-framework-module-event@6.1.0
|
|
23
|
-
- @equinor/fusion-framework-module-http@8.1.0
|
|
24
|
-
- @equinor/fusion-framework-module@6.1.3
|
|
25
|
-
- @equinor/fusion-query@7.0.4
|
|
26
|
-
|
|
27
|
-
## 16.0.6
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- Updated dependencies [6b449ae]
|
|
32
|
-
- @equinor/fusion-observable@9.2.0
|
|
33
|
-
|
|
34
|
-
## 16.0.5
|
|
35
|
-
|
|
36
|
-
### Patch Changes
|
|
37
|
-
|
|
38
|
-
- Updated dependencies [b92698d]
|
|
39
|
-
- @equinor/fusion-framework-module@6.1.2
|
|
40
|
-
|
|
41
|
-
## 16.0.4
|
|
42
|
-
|
|
43
|
-
### Patch Changes
|
|
44
|
-
|
|
45
|
-
- Updated dependencies [de2b4fb]
|
|
46
|
-
- @equinor/fusion-framework-module-http@8.0.5
|
|
47
|
-
- @equinor/fusion-query@7.0.3
|
|
48
|
-
|
|
49
|
-
## 16.0.3
|
|
50
|
-
|
|
51
|
-
### Patch Changes
|
|
52
|
-
|
|
53
|
-
- 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.
|
|
54
|
-
- 80c3e4a: Internal: resolve fusion-lint warnings across the widget module.
|
|
55
|
-
- Added intent comments above control-flow (`if`/`switch`) blocks and RxJS `.pipe()` chains that were missing them.
|
|
56
|
-
- Added missing `@returns`/`@throws` TSDoc tags on the `Widget.state` getter and `WidgetModuleProvider`'s internal query methods.
|
|
57
|
-
- 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.
|
|
58
|
-
- Suppressed `single-export-per-file` for co-located helper consts (`module`, `defaultConfigEndpointBuilder`, `createDefaultClient`, `handleFetchConfig`, `handleImportWidget`) that aren't checked by `require-tsdoc`.
|
|
59
|
-
- Replaced the ad-hoc `Todo` comment in `utils.ts` with a reference to [#5099](https://github.com/equinor/fusion-framework/issues/5099).
|
|
60
|
-
|
|
61
|
-
No public API changes.
|
|
62
|
-
|
|
63
|
-
- 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.
|
|
64
|
-
- 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.
|
|
65
|
-
- 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.
|
|
66
|
-
- Updated dependencies [80c3e4a]
|
|
67
|
-
- Updated dependencies [80c3e4a]
|
|
68
|
-
- Updated dependencies [80c3e4a]
|
|
69
|
-
- Updated dependencies [80c3e4a]
|
|
70
|
-
- Updated dependencies [80c3e4a]
|
|
71
|
-
- Updated dependencies [80c3e4a]
|
|
72
|
-
- Updated dependencies [80c3e4a]
|
|
73
|
-
- Updated dependencies [80c3e4a]
|
|
74
|
-
- Updated dependencies [80c3e4a]
|
|
75
|
-
- Updated dependencies [80c3e4a]
|
|
76
|
-
- Updated dependencies [80c3e4a]
|
|
77
|
-
- Updated dependencies [80c3e4a]
|
|
78
|
-
- Updated dependencies [80c3e4a]
|
|
79
|
-
- Updated dependencies [80c3e4a]
|
|
80
|
-
- Updated dependencies [80c3e4a]
|
|
81
|
-
- Updated dependencies [80c3e4a]
|
|
82
|
-
- Updated dependencies [80c3e4a]
|
|
83
|
-
- Updated dependencies [80c3e4a]
|
|
84
|
-
- Updated dependencies [80c3e4a]
|
|
85
|
-
- @equinor/fusion-framework-module-event@6.0.1
|
|
86
|
-
- @equinor/fusion-framework-module-http@8.0.4
|
|
87
|
-
- @equinor/fusion-framework-module-service-discovery@10.0.2
|
|
88
|
-
- @equinor/fusion-framework-module@6.1.1
|
|
89
|
-
- @equinor/fusion-observable@9.1.1
|
|
90
|
-
- @equinor/fusion-query@7.0.2
|
|
91
|
-
|
|
92
|
-
## 16.0.2
|
|
93
|
-
|
|
94
|
-
### Patch Changes
|
|
95
|
-
|
|
96
|
-
- Updated dependencies [658af0e]
|
|
97
|
-
- @equinor/fusion-observable@9.1.0
|
|
98
|
-
- @equinor/fusion-framework-module-http@8.0.3
|
|
99
|
-
|
|
100
|
-
## 16.0.1
|
|
101
|
-
|
|
102
|
-
### Patch Changes
|
|
103
|
-
|
|
104
|
-
- Updated dependencies [418c14d]
|
|
105
|
-
- @equinor/fusion-observable@9.0.3
|
|
106
|
-
|
|
107
|
-
## 16.0.0
|
|
108
|
-
|
|
109
|
-
### Patch Changes
|
|
110
|
-
|
|
111
|
-
- Updated dependencies [b7b1d9a]
|
|
112
|
-
- Updated dependencies [b7b1d9a]
|
|
113
|
-
- Updated dependencies [b7b1d9a]
|
|
114
|
-
- Updated dependencies [8dd9b9a]
|
|
115
|
-
- @equinor/fusion-framework-module@6.1.0
|
|
116
|
-
- @equinor/fusion-observable@9.0.2
|
|
117
|
-
- @equinor/fusion-framework-module-http@8.0.2
|
|
118
|
-
|
|
119
|
-
## 15.0.2
|
|
120
|
-
|
|
121
|
-
### Patch Changes
|
|
122
|
-
|
|
123
|
-
- Updated dependencies [f045ac0]
|
|
124
|
-
- @equinor/fusion-framework-module-http@8.0.1
|
|
125
|
-
- @equinor/fusion-framework-module-service-discovery@10.0.1
|
|
126
|
-
|
|
127
|
-
## 15.0.1
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- Updated dependencies [a6355fe]
|
|
132
|
-
- @equinor/fusion-observable@9.0.1
|
|
133
|
-
- @equinor/fusion-query@7.0.1
|
|
134
|
-
|
|
135
|
-
## 15.0.0
|
|
136
|
-
|
|
137
|
-
### Major Changes
|
|
138
|
-
|
|
139
|
-
- abffa53: Major version bump for Fusion Framework React 19 release.
|
|
140
|
-
|
|
141
|
-
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.
|
|
142
|
-
|
|
143
|
-
**Breaking changes:**
|
|
144
|
-
- Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
|
|
145
|
-
- React Router upgraded from v6 to v7
|
|
146
|
-
- Navigation module refactored with new history API
|
|
147
|
-
- `renderComponent` and `renderApp` now use `createRoot` API
|
|
148
|
-
|
|
149
|
-
**Migration:**
|
|
150
|
-
- Update your React version to 18.0.0 or higher before upgrading
|
|
151
|
-
- Replace `NavigationProvider.createRouter()` with `@equinor/fusion-framework-react-router`
|
|
152
|
-
- See individual package changelogs for package-specific migration steps
|
|
153
|
-
|
|
154
|
-
### Patch Changes
|
|
155
|
-
|
|
156
|
-
- Updated dependencies [abffa53]
|
|
157
|
-
- Updated dependencies [abffa53]
|
|
158
|
-
- Updated dependencies [abffa53]
|
|
159
|
-
- Updated dependencies [abffa53]
|
|
160
|
-
- Updated dependencies [abffa53]
|
|
161
|
-
- Updated dependencies [8f30948]
|
|
162
|
-
- @equinor/fusion-framework-module@6.0.0
|
|
163
|
-
- @equinor/fusion-framework-module-event@6.0.0
|
|
164
|
-
- @equinor/fusion-framework-module-http@8.0.0
|
|
165
|
-
- @equinor/fusion-framework-module-service-discovery@10.0.0
|
|
166
|
-
- @equinor/fusion-observable@9.0.0
|
|
167
|
-
- @equinor/fusion-query@7.0.0
|
|
168
|
-
|
|
169
|
-
## 14.0.1
|
|
170
|
-
|
|
171
|
-
### Patch Changes
|
|
172
|
-
|
|
173
|
-
- [#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.
|
|
174
|
-
|
|
175
|
-
- Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
|
|
176
|
-
- @equinor/fusion-framework-module-event@5.0.1
|
|
177
|
-
- @equinor/fusion-framework-module-http@7.0.8
|
|
178
|
-
- @equinor/fusion-framework-module@5.0.6
|
|
179
|
-
- @equinor/fusion-framework-module-service-discovery@9.1.1
|
|
180
|
-
- @equinor/fusion-observable@8.5.8
|
|
181
|
-
- @equinor/fusion-query@6.0.4
|
|
182
|
-
|
|
183
|
-
## 14.0.0
|
|
184
|
-
|
|
185
|
-
### Patch Changes
|
|
186
|
-
|
|
187
|
-
- Updated dependencies [[`434ce70`](https://github.com/equinor/fusion-framework/commit/434ce707d237b399f8438eebe742641b2a81b11f)]:
|
|
188
|
-
- @equinor/fusion-framework-module-service-discovery@9.1.0
|
|
189
|
-
|
|
190
|
-
## 13.0.0
|
|
191
|
-
|
|
192
|
-
### Patch Changes
|
|
193
|
-
|
|
194
|
-
- Updated dependencies [[`1f5a8e4`](https://github.com/equinor/fusion-framework/commit/1f5a8e475ea30fa1e0f32c7dab885a5a42c50bba)]:
|
|
195
|
-
- @equinor/fusion-framework-module-event@5.0.0
|
|
196
|
-
|
|
197
|
-
## 12.0.3
|
|
198
|
-
|
|
199
|
-
### Patch Changes
|
|
200
|
-
|
|
201
|
-
- [#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
|
|
202
|
-
|
|
203
|
-
- Updated dependencies [[`9b6fc05`](https://github.com/equinor/fusion-framework/commit/9b6fc05d8305b179f11ed9f0bc993f2d88305136)]:
|
|
204
|
-
- @equinor/fusion-observable@8.5.7
|
|
205
|
-
- @equinor/fusion-query@6.0.2
|
|
206
|
-
|
|
207
|
-
## 12.0.2
|
|
208
|
-
|
|
209
|
-
### Patch Changes
|
|
210
|
-
|
|
211
|
-
- [#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.
|
|
212
|
-
|
|
213
|
-
- 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)]:
|
|
214
|
-
- @equinor/fusion-observable@8.5.6
|
|
215
|
-
- @equinor/fusion-query@6.0.1
|
|
216
|
-
- @equinor/fusion-framework-module@5.0.5
|
|
217
|
-
- @equinor/fusion-framework-module-http@7.0.4
|
|
218
|
-
- @equinor/fusion-framework-module-service-discovery@9.0.4
|
|
219
|
-
|
|
220
|
-
## 12.0.1
|
|
221
|
-
|
|
222
|
-
### Patch Changes
|
|
223
|
-
|
|
224
|
-
- 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)]:
|
|
225
|
-
- @equinor/fusion-observable@8.5.5
|
|
226
|
-
- @equinor/fusion-framework-module-http@7.0.2
|
|
227
|
-
- @equinor/fusion-query@6.0.0
|
|
228
|
-
- @equinor/fusion-framework-module@5.0.3
|
|
229
|
-
- @equinor/fusion-framework-module-service-discovery@9.0.2
|
|
230
|
-
|
|
231
|
-
## 12.0.0
|
|
232
|
-
|
|
233
|
-
### Patch Changes
|
|
234
|
-
|
|
235
|
-
- Updated dependencies [[`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295), [`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295)]:
|
|
236
|
-
- @equinor/fusion-framework-module-http@7.0.0
|
|
237
|
-
- @equinor/fusion-framework-module-service-discovery@9.0.0
|
|
238
|
-
|
|
239
|
-
## 11.0.1
|
|
240
|
-
|
|
241
|
-
### Patch Changes
|
|
242
|
-
|
|
243
|
-
- [#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.
|
|
244
|
-
|
|
245
|
-
### Breaking Changes
|
|
246
|
-
- Immer 10.x introduces stricter TypeScript types for draft functions
|
|
247
|
-
- `ValidRecipeReturnType` type constraints have changed
|
|
248
|
-
- Promise return types in draft functions are no longer automatically handled
|
|
249
|
-
|
|
250
|
-
### Fixes Applied
|
|
251
|
-
- Updated BookmarkProvider to handle new immer type constraints
|
|
252
|
-
- Fixed ObservableInput type assignments in mergeScan operations
|
|
253
|
-
- Removed async/await from immer draft functions to comply with new type requirements
|
|
254
|
-
|
|
255
|
-
### Links
|
|
256
|
-
- [Immer 10.0.0 Release Notes](https://github.com/immerjs/immer/releases/tag/v10.0.0)
|
|
257
|
-
- [Immer Migration Guide](https://github.com/immerjs/immer/blob/main/MIGRATION.md)
|
|
258
|
-
|
|
259
|
-
- 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)]:
|
|
260
|
-
- @equinor/fusion-query@5.2.13
|
|
261
|
-
- @equinor/fusion-observable@8.5.3
|
|
262
|
-
|
|
263
|
-
## 11.0.0
|
|
264
|
-
|
|
265
|
-
### Patch Changes
|
|
266
|
-
|
|
267
|
-
- 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)]:
|
|
268
|
-
- @equinor/fusion-framework-module-http@6.3.4
|
|
269
|
-
- @equinor/fusion-framework-module@5.0.0
|
|
270
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.18
|
|
271
|
-
- @equinor/fusion-framework-module-event@4.3.7
|
|
272
|
-
|
|
273
|
-
## 10.0.5
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- [#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
|
|
278
|
-
- Updated package.json typesVersions.
|
|
279
|
-
- Ensures backward compatibility with older node versions.
|
|
280
|
-
- Ensured consistency with workspace and repository configuration.
|
|
281
|
-
|
|
282
|
-
- Updated dependencies [[`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d)]:
|
|
283
|
-
- @equinor/fusion-framework-module-http@6.3.3
|
|
284
|
-
- @equinor/fusion-query@5.2.11
|
|
285
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.17
|
|
286
|
-
|
|
287
|
-
## 10.0.4
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [[`0d22e3c`](https://github.com/equinor/fusion-framework/commit/0d22e3c486ab11c40f14fb1f11f0b718e7bf1593)]:
|
|
292
|
-
- @equinor/fusion-observable@8.5.1
|
|
293
|
-
- @equinor/fusion-query@5.2.10
|
|
294
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.16
|
|
295
|
-
|
|
296
|
-
## 10.0.3
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [[`d247ec7`](https://github.com/equinor/fusion-framework/commit/d247ec7482a4d5231657875f6c6733ce37df07c9), [`89f80e4`](https://github.com/equinor/fusion-framework/commit/89f80e41dac04e71518c7314cada86ecc835708d)]:
|
|
301
|
-
- @equinor/fusion-observable@8.5.0
|
|
302
|
-
- @equinor/fusion-query@5.2.9
|
|
303
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.15
|
|
304
|
-
|
|
305
|
-
## 10.0.2
|
|
306
|
-
|
|
307
|
-
### Patch Changes
|
|
308
|
-
|
|
309
|
-
- Updated dependencies [[`96bb1fb`](https://github.com/equinor/fusion-framework/commit/96bb1fb744d8dc2410e99fea6ca948d2d5489428)]:
|
|
310
|
-
- @equinor/fusion-observable@8.4.9
|
|
311
|
-
- @equinor/fusion-framework-module@4.4.2
|
|
312
|
-
- @equinor/fusion-framework-module-event@4.3.6
|
|
313
|
-
- @equinor/fusion-query@5.2.8
|
|
314
|
-
- @equinor/fusion-framework-module-http@6.3.2
|
|
315
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.14
|
|
316
|
-
|
|
317
|
-
## 10.0.1
|
|
318
|
-
|
|
319
|
-
### Patch Changes
|
|
320
|
-
|
|
321
|
-
- [#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
|
|
322
|
-
|
|
323
|
-
- Updated dependencies [[`e49f916`](https://github.com/equinor/fusion-framework/commit/e49f9161557202df57248d02ade4d2ef50231bdc), [`c6af3a3`](https://github.com/equinor/fusion-framework/commit/c6af3a3c926fb245e9d056b506d47b8bf4f1efde)]:
|
|
324
|
-
- @equinor/fusion-framework-module@4.4.1
|
|
325
|
-
- @equinor/fusion-observable@8.4.8
|
|
326
|
-
- @equinor/fusion-framework-module-event@4.3.5
|
|
327
|
-
- @equinor/fusion-framework-module-http@6.3.1
|
|
328
|
-
- @equinor/fusion-query@5.2.7
|
|
329
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.13
|
|
330
|
-
|
|
331
|
-
## 10.0.0
|
|
332
|
-
|
|
333
|
-
### Patch Changes
|
|
334
|
-
|
|
335
|
-
- Updated dependencies [[`efd70a3`](https://github.com/equinor/fusion-framework/commit/efd70a34f734e0c155d3440e35ce4fa11a7abc42), [`7a0a510`](https://github.com/equinor/fusion-framework/commit/7a0a510e0af1f0769c596e1b9aaa391250efd95d)]:
|
|
336
|
-
- @equinor/fusion-framework-module@4.4.0
|
|
337
|
-
- @equinor/fusion-framework-module-http@6.3.0
|
|
338
|
-
- @equinor/fusion-framework-module-event@4.3.4
|
|
339
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.12
|
|
340
|
-
- @equinor/fusion-query@5.2.6
|
|
341
|
-
|
|
342
|
-
## 9.0.8
|
|
343
|
-
|
|
344
|
-
### Patch Changes
|
|
345
|
-
|
|
346
|
-
- [#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
|
|
347
|
-
|
|
348
|
-
- Updated dependencies [[`f53b60b`](https://github.com/equinor/fusion-framework/commit/f53b60b7805706ce7617e614f0ac0c24317a2e43)]:
|
|
349
|
-
- @equinor/fusion-observable@8.4.7
|
|
350
|
-
- @equinor/fusion-framework-module@4.3.8
|
|
351
|
-
- @equinor/fusion-framework-module-event@4.3.3
|
|
352
|
-
- @equinor/fusion-framework-module-http@6.2.5
|
|
353
|
-
- @equinor/fusion-query@5.2.5
|
|
354
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.11
|
|
355
|
-
|
|
356
|
-
## 9.0.7
|
|
357
|
-
|
|
358
|
-
### Patch Changes
|
|
359
|
-
|
|
360
|
-
- Updated dependencies []:
|
|
361
|
-
- @equinor/fusion-query@5.2.4
|
|
362
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.10
|
|
363
|
-
|
|
364
|
-
## 9.0.6
|
|
365
|
-
|
|
366
|
-
### Patch Changes
|
|
367
|
-
|
|
368
|
-
- Updated dependencies [[`e164abc`](https://github.com/equinor/fusion-framework/commit/e164abcf52ff84d181ed5406d2a28441d54da9a8)]:
|
|
369
|
-
- @equinor/fusion-framework-module-http@6.2.4
|
|
370
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.9
|
|
371
|
-
|
|
372
|
-
## 9.0.5
|
|
373
|
-
|
|
374
|
-
### Patch Changes
|
|
375
|
-
|
|
376
|
-
- [#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`
|
|
377
|
-
|
|
378
|
-
- [#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`
|
|
379
|
-
|
|
380
|
-
- 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)]:
|
|
381
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.8
|
|
382
|
-
- @equinor/fusion-observable@8.4.6
|
|
383
|
-
- @equinor/fusion-framework-module@4.3.7
|
|
384
|
-
- @equinor/fusion-framework-module-event@4.3.2
|
|
385
|
-
- @equinor/fusion-framework-module-http@6.2.3
|
|
386
|
-
- @equinor/fusion-query@5.2.3
|
|
387
|
-
|
|
388
|
-
## 9.0.4
|
|
389
|
-
|
|
390
|
-
### Patch Changes
|
|
391
|
-
|
|
392
|
-
- [#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,
|
|
393
|
-
since the return type is `Observable<WidgetConfig>`,
|
|
394
|
-
so should not be breaking changed.
|
|
395
|
-
All though this might has been emitting undefined before, this might break some code that relies on this behavior.
|
|
396
|
-
|
|
397
|
-
## 9.0.3
|
|
398
|
-
|
|
399
|
-
### Patch Changes
|
|
400
|
-
|
|
401
|
-
- [#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.
|
|
402
|
-
|
|
403
|
-
- 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)]:
|
|
404
|
-
- @equinor/fusion-framework-module@4.3.6
|
|
405
|
-
- @equinor/fusion-framework-module-http@6.2.2
|
|
406
|
-
- @equinor/fusion-observable@8.4.5
|
|
407
|
-
- @equinor/fusion-query@5.2.2
|
|
408
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.7
|
|
409
|
-
- @equinor/fusion-framework-module-event@4.3.1
|
|
410
|
-
|
|
411
|
-
## 9.0.2
|
|
412
|
-
|
|
413
|
-
### Patch Changes
|
|
414
|
-
|
|
415
|
-
- Updated dependencies []:
|
|
416
|
-
- @equinor/fusion-framework-module-http@6.2.1
|
|
417
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.6
|
|
418
|
-
|
|
419
|
-
## 9.0.1
|
|
420
|
-
|
|
421
|
-
### Patch Changes
|
|
422
|
-
|
|
423
|
-
- Updated dependencies [[`7f4a381`](https://github.com/equinor/fusion-framework/commit/7f4a381ee3594a8cc1c77f0c13c1ba70223d8bf1)]:
|
|
424
|
-
- @equinor/fusion-observable@8.4.4
|
|
425
|
-
- @equinor/fusion-query@5.2.1
|
|
426
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.5
|
|
427
|
-
|
|
428
|
-
## 9.0.0
|
|
429
|
-
|
|
430
|
-
### Patch Changes
|
|
431
|
-
|
|
432
|
-
- Updated dependencies [[`a551b01`](https://github.com/equinor/fusion-framework/commit/a551b01d552b9b9770d1f5132803f92cc91d4bc6)]:
|
|
433
|
-
- @equinor/fusion-framework-module-event@4.3.0
|
|
434
|
-
|
|
435
|
-
## 8.0.3
|
|
436
|
-
|
|
437
|
-
### Patch Changes
|
|
438
|
-
|
|
439
|
-
- Updated dependencies [[`a965fbe`](https://github.com/equinor/fusion-framework/commit/a965fbeb9544b74f7d7b4aaa1e57c50d2ae4a564)]:
|
|
440
|
-
- @equinor/fusion-query@5.2.0
|
|
441
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.4
|
|
442
|
-
|
|
443
|
-
## 8.0.2
|
|
444
|
-
|
|
445
|
-
### Patch Changes
|
|
446
|
-
|
|
447
|
-
- Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]:
|
|
448
|
-
- @equinor/fusion-observable@8.4.3
|
|
449
|
-
- @equinor/fusion-query@5.1.5
|
|
450
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.3
|
|
451
|
-
|
|
452
|
-
## 8.0.1
|
|
453
|
-
|
|
454
|
-
### Patch Changes
|
|
455
|
-
|
|
456
|
-
- Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]:
|
|
457
|
-
- @equinor/fusion-observable@8.4.2
|
|
458
|
-
- @equinor/fusion-query@5.1.4
|
|
459
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.2
|
|
460
|
-
|
|
461
|
-
## 8.0.0
|
|
462
|
-
|
|
463
|
-
### Patch Changes
|
|
464
|
-
|
|
465
|
-
- 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)]:
|
|
466
|
-
- @equinor/fusion-framework-module-http@6.2.0
|
|
467
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.1
|
|
468
|
-
|
|
469
|
-
## 7.0.0
|
|
470
|
-
|
|
471
|
-
### Patch Changes
|
|
472
|
-
|
|
473
|
-
- 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)]:
|
|
474
|
-
- @equinor/fusion-framework-module-http@6.1.0
|
|
475
|
-
- @equinor/fusion-framework-module@4.3.5
|
|
476
|
-
- @equinor/fusion-framework-module-service-discovery@8.0.0
|
|
477
|
-
- @equinor/fusion-framework-module-event@4.2.4
|
|
478
|
-
|
|
479
|
-
## 6.0.4
|
|
480
|
-
|
|
481
|
-
### Patch Changes
|
|
482
|
-
|
|
483
|
-
- Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]:
|
|
484
|
-
- @equinor/fusion-observable@8.4.1
|
|
485
|
-
- @equinor/fusion-query@5.1.3
|
|
486
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.13
|
|
487
|
-
|
|
488
|
-
## 6.0.3
|
|
489
|
-
|
|
490
|
-
### Patch Changes
|
|
491
|
-
|
|
492
|
-
- 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)]:
|
|
493
|
-
- @equinor/fusion-framework-module@4.3.4
|
|
494
|
-
- @equinor/fusion-query@5.1.2
|
|
495
|
-
- @equinor/fusion-framework-module-event@4.2.3
|
|
496
|
-
- @equinor/fusion-framework-module-http@6.0.3
|
|
497
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.12
|
|
498
|
-
|
|
499
|
-
## 6.0.2
|
|
500
|
-
|
|
501
|
-
### Patch Changes
|
|
502
|
-
|
|
503
|
-
- 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)]:
|
|
504
|
-
- @equinor/fusion-observable@8.4.0
|
|
505
|
-
- @equinor/fusion-framework-module-http@6.0.2
|
|
506
|
-
- @equinor/fusion-query@5.1.1
|
|
507
|
-
- @equinor/fusion-framework-module@4.3.3
|
|
508
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.11
|
|
509
|
-
- @equinor/fusion-framework-module-event@4.2.2
|
|
510
|
-
|
|
511
|
-
## 6.0.1
|
|
512
|
-
|
|
513
|
-
### Patch Changes
|
|
514
|
-
|
|
515
|
-
- Updated dependencies [[`736ef31`](https://github.com/equinor/fusion-framework/commit/736ef310ee101738f9022d581a2b3189b30a2646)]:
|
|
516
|
-
- @equinor/fusion-framework-module-event@4.2.1
|
|
517
|
-
|
|
518
|
-
## 6.0.0
|
|
519
|
-
|
|
520
|
-
### Patch Changes
|
|
521
|
-
|
|
522
|
-
- [#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
|
|
523
|
-
|
|
524
|
-
- [#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.
|
|
525
|
-
|
|
526
|
-
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
527
|
-
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
528
|
-
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
529
|
-
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
530
|
-
|
|
531
|
-
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.
|
|
532
|
-
|
|
533
|
-
Before:
|
|
534
|
-
|
|
535
|
-
```json
|
|
536
|
-
{
|
|
537
|
-
"compilerOptions": {
|
|
538
|
-
"module": "ES2022",
|
|
539
|
-
"target": "ES6",
|
|
540
|
-
"incremental": true,
|
|
541
|
-
"removeComments": true,
|
|
542
|
-
"preserveConstEnums": true,
|
|
543
|
-
"sourceMap": true,
|
|
544
|
-
"moduleResolution": "node"
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
```
|
|
548
|
-
|
|
549
|
-
After:
|
|
550
|
-
|
|
551
|
-
```json
|
|
552
|
-
{
|
|
553
|
-
"compilerOptions": {
|
|
554
|
-
"module": "ES2022",
|
|
555
|
-
"target": "ES6",
|
|
556
|
-
"incremental": true,
|
|
557
|
-
"preserveConstEnums": true,
|
|
558
|
-
"sourceMap": true,
|
|
559
|
-
"moduleResolution": "node"
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
```
|
|
563
|
-
|
|
564
|
-
This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
|
|
565
|
-
|
|
566
|
-
- 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)]:
|
|
567
|
-
- @equinor/fusion-framework-module@4.3.2
|
|
568
|
-
- @equinor/fusion-query@5.1.0
|
|
569
|
-
- @equinor/fusion-framework-module-http@6.0.1
|
|
570
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.10
|
|
571
|
-
- @equinor/fusion-observable@8.3.3
|
|
572
|
-
- @equinor/fusion-framework-module-event@4.2.0
|
|
573
|
-
|
|
574
|
-
## 5.0.1
|
|
575
|
-
|
|
576
|
-
### Patch Changes
|
|
577
|
-
|
|
578
|
-
- [#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.
|
|
579
|
-
- **Added**: New utility types and functions for handling action types and payloads in a more type-safe manner.
|
|
580
|
-
|
|
581
|
-
- [#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.
|
|
582
|
-
|
|
583
|
-
- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]:
|
|
584
|
-
- @equinor/fusion-observable@8.3.2
|
|
585
|
-
- @equinor/fusion-query@5.0.5
|
|
586
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.9
|
|
587
|
-
|
|
588
|
-
## 5.0.0
|
|
589
|
-
|
|
590
|
-
### Patch Changes
|
|
591
|
-
|
|
592
|
-
- 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)]:
|
|
593
|
-
- @equinor/fusion-framework-module-http@6.0.0
|
|
594
|
-
- @equinor/fusion-query@5.0.4
|
|
595
|
-
- @equinor/fusion-observable@8.3.1
|
|
596
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.8
|
|
597
|
-
|
|
598
|
-
## 4.0.8
|
|
599
|
-
|
|
600
|
-
### Patch Changes
|
|
601
|
-
|
|
602
|
-
- 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)]:
|
|
603
|
-
- @equinor/fusion-framework-module@4.3.1
|
|
604
|
-
- @equinor/fusion-framework-module-event@4.1.2
|
|
605
|
-
- @equinor/fusion-query@5.0.3
|
|
606
|
-
- @equinor/fusion-framework-module-http@5.2.3
|
|
607
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.7
|
|
608
|
-
|
|
609
|
-
## 4.0.7
|
|
610
|
-
|
|
611
|
-
### Patch Changes
|
|
612
|
-
|
|
613
|
-
- Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
|
|
614
|
-
- @equinor/fusion-query@5.0.2
|
|
615
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.6
|
|
616
|
-
|
|
617
|
-
## 4.0.6
|
|
618
|
-
|
|
619
|
-
### Patch Changes
|
|
620
|
-
|
|
621
|
-
- Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
|
|
622
|
-
- @equinor/fusion-query@5.0.1
|
|
623
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.5
|
|
624
|
-
|
|
625
|
-
## 4.0.5
|
|
626
|
-
|
|
627
|
-
### Patch Changes
|
|
628
|
-
|
|
629
|
-
- 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)]:
|
|
630
|
-
- @equinor/fusion-query@5.0.0
|
|
631
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.4
|
|
632
|
-
|
|
633
|
-
## 4.0.4
|
|
634
|
-
|
|
635
|
-
### Patch Changes
|
|
636
|
-
|
|
637
|
-
- Updated dependencies [[`fab2d22`](https://github.com/equinor/fusion-framework/commit/fab2d22f56772c02b1c1e5688cea1dd376edfcb3)]:
|
|
638
|
-
- @equinor/fusion-framework-module-http@5.2.2
|
|
639
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.3
|
|
640
|
-
|
|
641
|
-
## 4.0.3
|
|
642
|
-
|
|
643
|
-
### Patch Changes
|
|
644
|
-
|
|
645
|
-
- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]:
|
|
646
|
-
- @equinor/fusion-observable@8.3.0
|
|
647
|
-
- @equinor/fusion-query@4.2.0
|
|
648
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.2
|
|
649
|
-
|
|
650
|
-
## 4.0.2
|
|
651
|
-
|
|
652
|
-
### Patch Changes
|
|
653
|
-
|
|
654
|
-
- Updated dependencies [[`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee), [`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee)]:
|
|
655
|
-
- @equinor/fusion-framework-module-http@5.2.1
|
|
656
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.1
|
|
657
|
-
|
|
658
|
-
## 4.0.1
|
|
659
|
-
|
|
660
|
-
### Patch Changes
|
|
661
|
-
|
|
662
|
-
- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
|
|
663
|
-
- @equinor/fusion-framework-module-event@4.1.1
|
|
664
|
-
|
|
665
|
-
## 4.0.0
|
|
666
|
-
|
|
667
|
-
### Minor Changes
|
|
668
|
-
|
|
669
|
-
- [#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
|
|
670
|
-
|
|
671
|
-
### Patch Changes
|
|
672
|
-
|
|
673
|
-
- 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)]:
|
|
674
|
-
- @equinor/fusion-framework-module@4.3.0
|
|
675
|
-
- @equinor/fusion-framework-module-service-discovery@7.1.0
|
|
676
|
-
- @equinor/fusion-observable@8.2.0
|
|
677
|
-
- @equinor/fusion-framework-module-event@4.1.0
|
|
678
|
-
- @equinor/fusion-framework-module-http@5.2.0
|
|
679
|
-
- @equinor/fusion-query@4.1.0
|
|
680
|
-
|
|
681
|
-
## 3.0.0
|
|
682
|
-
|
|
683
|
-
### Major Changes
|
|
684
|
-
|
|
685
|
-
- [#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.
|
|
686
|
-
- adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more.
|
|
687
|
-
- Enabling for multiple widget loading.
|
|
688
|
-
- Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class.
|
|
689
|
-
- Now able to configure baseImport url and widgetClient
|
|
690
|
-
- New widget component for loading of widgets
|
|
691
|
-
- Updated documentation
|
|
692
|
-
|
|
693
|
-
## 2.0.10
|
|
694
|
-
|
|
695
|
-
### Patch Changes
|
|
696
|
-
|
|
697
|
-
- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
|
|
698
|
-
- @equinor/fusion-framework-module@4.2.7
|
|
699
|
-
- @equinor/fusion-framework-module-event@4.0.8
|
|
700
|
-
- @equinor/fusion-framework-module-http@5.1.6
|
|
701
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.20
|
|
702
|
-
|
|
703
|
-
## 2.0.9
|
|
704
|
-
|
|
705
|
-
### Patch Changes
|
|
706
|
-
|
|
707
|
-
- Updated dependencies []:
|
|
708
|
-
- @equinor/fusion-query@4.0.6
|
|
709
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.19
|
|
710
|
-
|
|
711
|
-
## 2.0.8
|
|
712
|
-
|
|
713
|
-
### Patch Changes
|
|
714
|
-
|
|
715
|
-
- Updated dependencies []:
|
|
716
|
-
- @equinor/fusion-framework-module-http@5.1.5
|
|
717
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.18
|
|
718
|
-
|
|
719
|
-
## 2.0.7
|
|
720
|
-
|
|
721
|
-
### Patch Changes
|
|
722
|
-
|
|
723
|
-
- Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]:
|
|
724
|
-
- @equinor/fusion-framework-module-http@5.1.4
|
|
725
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.17
|
|
726
|
-
|
|
727
|
-
## 2.0.6
|
|
728
|
-
|
|
729
|
-
### Patch Changes
|
|
730
|
-
|
|
731
|
-
- Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]:
|
|
732
|
-
- @equinor/fusion-framework-module-http@5.1.3
|
|
733
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.16
|
|
734
|
-
|
|
735
|
-
## 2.0.5
|
|
736
|
-
|
|
737
|
-
### Patch Changes
|
|
738
|
-
|
|
739
|
-
- Updated dependencies []:
|
|
740
|
-
- @equinor/fusion-query@4.0.5
|
|
741
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.15
|
|
742
|
-
|
|
743
|
-
## 2.0.4
|
|
744
|
-
|
|
745
|
-
### Patch Changes
|
|
746
|
-
|
|
747
|
-
- [#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
|
|
748
|
-
|
|
749
|
-
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
750
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.14
|
|
751
|
-
- @equinor/fusion-framework-module@4.2.6
|
|
752
|
-
- @equinor/fusion-framework-module-http@5.1.2
|
|
753
|
-
- @equinor/fusion-query@4.0.4
|
|
754
|
-
- @equinor/fusion-framework-module-event@4.0.7
|
|
755
|
-
|
|
756
|
-
## 2.0.3
|
|
757
|
-
|
|
758
|
-
### Patch Changes
|
|
759
|
-
|
|
760
|
-
- Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
|
|
761
|
-
- @equinor/fusion-query@4.0.3
|
|
762
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.13
|
|
763
|
-
|
|
764
|
-
## 2.0.2
|
|
765
|
-
|
|
766
|
-
### Patch Changes
|
|
767
|
-
|
|
768
|
-
- Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
|
|
769
|
-
- @equinor/fusion-query@4.0.2
|
|
770
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.12
|
|
771
|
-
|
|
772
|
-
## 2.0.1
|
|
773
|
-
|
|
774
|
-
### Patch Changes
|
|
775
|
-
|
|
776
|
-
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
777
|
-
|
|
778
|
-
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
779
|
-
- @equinor/fusion-framework-module-event@4.0.6
|
|
780
|
-
- @equinor/fusion-framework-module-http@5.1.1
|
|
781
|
-
- @equinor/fusion-framework-module@4.2.5
|
|
782
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.11
|
|
783
|
-
- @equinor/fusion-query@4.0.1
|
|
784
|
-
|
|
785
|
-
## 2.0.0
|
|
786
|
-
|
|
787
|
-
### Patch Changes
|
|
788
|
-
|
|
789
|
-
- 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)]:
|
|
790
|
-
- @equinor/fusion-framework-module-http@5.1.0
|
|
791
|
-
- @equinor/fusion-query@4.0.0
|
|
792
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.10
|
|
793
|
-
|
|
794
|
-
## 1.0.9
|
|
795
|
-
|
|
796
|
-
### Patch Changes
|
|
797
|
-
|
|
798
|
-
- Updated dependencies [[`e539e606`](https://github.com/equinor/fusion-framework/commit/e539e606d04bd8b7dc0c0bfed7cd4a7731996936)]:
|
|
799
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.9
|
|
800
|
-
|
|
801
|
-
## 1.0.8
|
|
802
|
-
|
|
803
|
-
### Patch Changes
|
|
804
|
-
|
|
805
|
-
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
806
|
-
- @equinor/fusion-framework-module@4.2.4
|
|
807
|
-
- @equinor/fusion-query@3.0.7
|
|
808
|
-
- @equinor/fusion-framework-module-event@4.0.5
|
|
809
|
-
- @equinor/fusion-framework-module-http@5.0.6
|
|
810
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.8
|
|
811
|
-
|
|
812
|
-
## 1.0.7
|
|
813
|
-
|
|
814
|
-
### Patch Changes
|
|
815
|
-
|
|
816
|
-
- Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]:
|
|
817
|
-
- @equinor/fusion-query@3.0.6
|
|
818
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.7
|
|
819
|
-
|
|
820
|
-
## 1.0.6
|
|
821
|
-
|
|
822
|
-
### Patch Changes
|
|
823
|
-
|
|
824
|
-
- [#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
|
|
825
|
-
|
|
826
|
-
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
827
|
-
|
|
828
|
-
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
829
|
-
|
|
830
|
-
- [#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)
|
|
831
|
-
|
|
832
|
-
- 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)]:
|
|
833
|
-
- @equinor/fusion-framework-module-service-discovery@7.0.6
|
|
834
|
-
- @equinor/fusion-framework-module@4.2.3
|
|
835
|
-
- @equinor/fusion-framework-module-event@4.0.4
|
|
836
|
-
- @equinor/fusion-framework-module-http@5.0.5
|
|
837
|
-
- @equinor/fusion-query@3.0.5
|
|
838
|
-
|
|
839
|
-
## 1.0.5
|
|
840
|
-
|
|
841
|
-
### Patch Changes
|
|
842
|
-
|
|
843
|
-
- [#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
|
|
844
|
-
|
|
845
|
-
## 1.0.4
|
|
846
|
-
|
|
847
|
-
### Patch Changes
|
|
848
|
-
|
|
849
|
-
- [#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**
|
|
850
|
-
- align all versions of typescript
|
|
851
|
-
- update types to build
|
|
852
|
-
- 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
|
|
853
|
-
|
|
854
|
-
All notable changes to this project will be documented in this file.
|
|
855
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
856
|
-
|
|
857
|
-
## [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)
|
|
858
|
-
|
|
859
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
860
|
-
|
|
861
|
-
## 1.0.2 (2023-05-22)
|
|
862
|
-
|
|
863
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
864
|
-
|
|
865
|
-
## 1.0.1 (2023-05-05)
|
|
866
|
-
|
|
867
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
868
|
-
|
|
869
|
-
## 1.0.0 (2023-04-16)
|
|
870
|
-
|
|
871
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
872
|
-
|
|
873
|
-
## 0.0.10 (2023-03-22)
|
|
874
|
-
|
|
875
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
876
|
-
|
|
877
|
-
## [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)
|
|
878
|
-
|
|
879
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
880
|
-
|
|
881
|
-
## [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)
|
|
882
|
-
|
|
883
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
884
|
-
|
|
885
|
-
## [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)
|
|
886
|
-
|
|
887
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
888
|
-
|
|
889
|
-
## [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)
|
|
890
|
-
|
|
891
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
892
|
-
|
|
893
|
-
## [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)
|
|
894
|
-
|
|
895
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
896
|
-
|
|
897
|
-
## 0.0.4 (2023-02-02)
|
|
898
|
-
|
|
899
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
900
|
-
|
|
901
|
-
## 0.0.3 (2023-01-30)
|
|
902
|
-
|
|
903
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|
|
904
|
-
|
|
905
|
-
## 0.0.2 (2023-01-27)
|
|
906
|
-
|
|
907
|
-
**Note:** Version bump only for package @equinor/fusion-framework-module-widget
|