@equinor/fusion-framework-react-module-context 7.0.0-next-663bed8344cc2ca0111705b05045173328b3104d → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,383 +1,602 @@
1
1
  # Change Log
2
2
 
3
- ## 7.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
3
+ ## 7.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#2510](https://github.com/equinor/fusion-framework/pull/2510) [`663bed8`](https://github.com/equinor/fusion-framework/commit/663bed8344cc2ca0111705b05045173328b3104d) Thanks [@eikeland](https://github.com/eikeland)! - BREAKING_CHANGE: all fusion-framework modules are now defiend as type module.
7
+ - abffa53: Major version bump for Fusion Framework React 19 release.
8
8
 
9
- > [!WARNING]
10
- > This will introduce breaking changes to the consumption of fusion-framework moduels.
9
+ 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.
10
+
11
+ **Breaking changes:**
12
+ - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
13
+ - React Router upgraded from v6 to v7
14
+ - Navigation module refactored with new history API
15
+ - `renderComponent` and `renderApp` now use `createRoot` API
16
+
17
+ **Migration:**
18
+ - Update your React version to 18.0.0 or higher before upgrading
19
+ - Replace `NavigationProvider.createRouter()` with `@equinor/fusion-framework-react-router`
20
+ - See individual package changelogs for package-specific migration steps
21
+
22
+ - abffa53: Require React 18+ as peer dependency. React 17 is no longer supported.
23
+
24
+ **Migration:** Update your application to React 18+ to continue using these packages.
25
+
26
+ Closes https://github.com/equinor/fusion-framework/issues/3504
27
+
28
+ - abffa53: Upgrade to React 19 and remove support for React versions lower than 18.
29
+
30
+ **Breaking changes:**
31
+ - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
32
+ - React 16 and 17 are no longer supported
33
+ - Dev dependencies upgraded to React 19.2.1 and @types/react 19.2.7
34
+
35
+ **Migration:**
36
+ - Update your React version to 18.0.0 or higher before upgrading these packages
37
+ - If using React 16 or 17, upgrade to React 18 or 19 first
38
+
39
+ Closes https://github.com/equinor/fusion-framework/issues/3504
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [abffa53]
44
+ - Updated dependencies [abffa53]
45
+ - Updated dependencies [abffa53]
46
+ - Updated dependencies [abffa53]
47
+ - Updated dependencies [abffa53]
48
+ - @equinor/fusion-framework-module-context@8.0.0
49
+ - @equinor/fusion-framework-react-module@4.0.0
50
+ - @equinor/fusion-observable@9.0.0
51
+ - @equinor/fusion-query@7.0.0
52
+
53
+ ## 6.2.34
54
+
55
+ ### Patch Changes
56
+
57
+ - [#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.
58
+
59
+ - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
60
+ - @equinor/fusion-framework-module-context@7.0.3
61
+ - @equinor/fusion-framework-react-module@3.1.14
62
+ - @equinor/fusion-observable@8.5.8
63
+ - @equinor/fusion-query@6.0.4
64
+
65
+ ## 6.2.33
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [[`6cb288b`](https://github.com/equinor/fusion-framework/commit/6cb288b9e1ec4fae68ae6899735c176837bb4275), [`d3bcafe`](https://github.com/equinor/fusion-framework/commit/d3bcafed8b8c5a02ebe68693588cb376ed5e1b0e)]:
70
+ - @equinor/fusion-framework-module-context@7.0.1
71
+ - @equinor/fusion-observable@8.5.5
72
+ - @equinor/fusion-query@6.0.0
73
+
74
+ ## 6.2.32
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies []:
79
+ - @equinor/fusion-framework-module-context@7.0.0
80
+ - @equinor/fusion-framework-react-module@3.1.13
81
+
82
+ ## 6.2.31
11
83
 
12
84
  ### Patch Changes
13
85
 
14
- - Updated dependencies [[`663bed8`](https://github.com/equinor/fusion-framework/commit/663bed8344cc2ca0111705b05045173328b3104d)]:
15
- - @equinor/fusion-framework-react-module@4.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
16
- - @equinor/fusion-observable@9.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
17
- - @equinor/fusion-framework-module-context@6.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
18
- - @equinor/fusion-query@6.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
86
+ - Updated dependencies [[`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d)]:
87
+ - @equinor/fusion-query@5.2.11
88
+ - @equinor/fusion-framework-module-context@6.0.6
89
+
90
+ ## 6.2.30
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [[`0d22e3c`](https://github.com/equinor/fusion-framework/commit/0d22e3c486ab11c40f14fb1f11f0b718e7bf1593)]:
95
+ - @equinor/fusion-observable@8.5.1
96
+ - @equinor/fusion-query@5.2.10
97
+ - @equinor/fusion-framework-module-context@6.0.5
98
+
99
+ ## 6.2.29
100
+
101
+ ### Patch Changes
102
+
103
+ - Updated dependencies [[`d247ec7`](https://github.com/equinor/fusion-framework/commit/d247ec7482a4d5231657875f6c6733ce37df07c9), [`89f80e4`](https://github.com/equinor/fusion-framework/commit/89f80e41dac04e71518c7314cada86ecc835708d)]:
104
+ - @equinor/fusion-observable@8.5.0
105
+ - @equinor/fusion-query@5.2.9
106
+ - @equinor/fusion-framework-module-context@6.0.4
107
+
108
+ ## 6.2.28
109
+
110
+ ### Patch Changes
111
+
112
+ - Updated dependencies [[`231e24e`](https://github.com/equinor/fusion-framework/commit/231e24eef9ca33db2fbde2fdd1c918eeb620c8c4)]:
113
+ - @equinor/fusion-framework-module-context@6.0.3
114
+
115
+ ## 6.2.27
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [[`96bb1fb`](https://github.com/equinor/fusion-framework/commit/96bb1fb744d8dc2410e99fea6ca948d2d5489428)]:
120
+ - @equinor/fusion-observable@8.4.9
121
+ - @equinor/fusion-framework-module-context@6.0.2
122
+ - @equinor/fusion-query@5.2.8
123
+ - @equinor/fusion-framework-react-module@3.1.12
124
+
125
+ ## 6.2.26
126
+
127
+ ### Patch Changes
128
+
129
+ - Updated dependencies [[`c6af3a3`](https://github.com/equinor/fusion-framework/commit/c6af3a3c926fb245e9d056b506d47b8bf4f1efde)]:
130
+ - @equinor/fusion-observable@8.4.8
131
+ - @equinor/fusion-query@5.2.7
132
+ - @equinor/fusion-framework-module-context@6.0.1
133
+ - @equinor/fusion-framework-react-module@3.1.11
134
+
135
+ ## 6.2.25
136
+
137
+ ### Patch Changes
138
+
139
+ - Updated dependencies []:
140
+ - @equinor/fusion-framework-module-context@6.0.0
141
+ - @equinor/fusion-framework-react-module@3.1.10
142
+ - @equinor/fusion-query@5.2.6
143
+
144
+ ## 6.2.24
145
+
146
+ ### Patch Changes
147
+
148
+ - Updated dependencies [[`f53b60b`](https://github.com/equinor/fusion-framework/commit/f53b60b7805706ce7617e614f0ac0c24317a2e43)]:
149
+ - @equinor/fusion-observable@8.4.7
150
+ - @equinor/fusion-query@5.2.5
151
+ - @equinor/fusion-framework-module-context@5.1.3
152
+ - @equinor/fusion-framework-react-module@3.1.9
153
+
154
+ ## 6.2.23
155
+
156
+ ### Patch Changes
157
+
158
+ - Updated dependencies [[`2c9fcd6`](https://github.com/equinor/fusion-framework/commit/2c9fcd6bcacb3e1b94d7aa4ad2e9d216a329faa5)]:
159
+ - @equinor/fusion-framework-module-context@5.1.2
160
+
161
+ ## 6.2.22
162
+
163
+ ### Patch Changes
164
+
165
+ - Updated dependencies []:
166
+ - @equinor/fusion-query@5.2.4
167
+ - @equinor/fusion-framework-module-context@5.1.1
168
+
169
+ ## 6.2.21
170
+
171
+ ### Patch Changes
172
+
173
+ - Updated dependencies [[`5da6b2d`](https://github.com/equinor/fusion-framework/commit/5da6b2d4cb7fb93ff3784753a0052d3362ab828d)]:
174
+ - @equinor/fusion-framework-module-context@5.1.0
175
+
176
+ ## 6.2.20
177
+
178
+ ### Patch Changes
179
+
180
+ - [#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`
181
+
182
+ - Updated dependencies [[`abb3560`](https://github.com/equinor/fusion-framework/commit/abb3560a22ad8830df19904272035458433f4237), [`d20db24`](https://github.com/equinor/fusion-framework/commit/d20db24c73690e90a5860fe5160909c77efa41cb), [`e695290`](https://github.com/equinor/fusion-framework/commit/e69529086e90b1d0d8aaf6d4b1de0e1167ce9424), [`e695290`](https://github.com/equinor/fusion-framework/commit/e69529086e90b1d0d8aaf6d4b1de0e1167ce9424), [`e695290`](https://github.com/equinor/fusion-framework/commit/e69529086e90b1d0d8aaf6d4b1de0e1167ce9424)]:
183
+ - @equinor/fusion-framework-react-module@3.1.8
184
+ - @equinor/fusion-observable@8.4.6
185
+ - @equinor/fusion-framework-module-context@5.0.19
186
+ - @equinor/fusion-query@5.2.3
187
+
188
+ ## 6.2.19
189
+
190
+ ### Patch Changes
191
+
192
+ - Updated dependencies [[`11e18fd`](https://github.com/equinor/fusion-framework/commit/11e18fd755e65d1bbbb9b98638fdb9a98c2c23ab)]:
193
+ - @equinor/fusion-framework-module-context@5.0.18
194
+
195
+ ## 6.2.18
196
+
197
+ ### Patch Changes
198
+
199
+ - [#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.
200
+
201
+ - Updated dependencies [[`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)]:
202
+ - @equinor/fusion-framework-react-module@3.1.7
203
+ - @equinor/fusion-observable@8.4.5
204
+ - @equinor/fusion-query@5.2.2
205
+ - @equinor/fusion-framework-module-context@5.0.17
206
+
207
+ ## 6.2.17
208
+
209
+ ### Patch Changes
210
+
211
+ - Updated dependencies [[`7f4a381`](https://github.com/equinor/fusion-framework/commit/7f4a381ee3594a8cc1c77f0c13c1ba70223d8bf1)]:
212
+ - @equinor/fusion-observable@8.4.4
213
+ - @equinor/fusion-query@5.2.1
214
+ - @equinor/fusion-framework-module-context@5.0.16
215
+
216
+ ## 6.2.16
217
+
218
+ ### Patch Changes
219
+
220
+ - Updated dependencies [[`a965fbe`](https://github.com/equinor/fusion-framework/commit/a965fbeb9544b74f7d7b4aaa1e57c50d2ae4a564)]:
221
+ - @equinor/fusion-query@5.2.0
222
+ - @equinor/fusion-framework-module-context@5.0.15
223
+
224
+ ## 6.2.15
225
+
226
+ ### Patch Changes
227
+
228
+ - Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]:
229
+ - @equinor/fusion-observable@8.4.3
230
+ - @equinor/fusion-query@5.1.5
231
+ - @equinor/fusion-framework-module-context@5.0.14
232
+
233
+ ## 6.2.14
234
+
235
+ ### Patch Changes
236
+
237
+ - Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]:
238
+ - @equinor/fusion-observable@8.4.2
239
+ - @equinor/fusion-query@5.1.4
240
+ - @equinor/fusion-framework-module-context@5.0.13
19
241
 
20
242
  ## 6.2.13
21
243
 
22
244
  ### Patch Changes
23
245
 
24
- - Updated dependencies []:
25
- - @equinor/fusion-framework-module-context@5.0.12
26
- - @equinor/fusion-framework-react-module@3.1.6
246
+ - Updated dependencies []:
247
+ - @equinor/fusion-framework-module-context@5.0.12
248
+ - @equinor/fusion-framework-react-module@3.1.6
27
249
 
28
250
  ## 6.2.12
29
251
 
30
252
  ### Patch Changes
31
253
 
32
- - Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]:
33
- - @equinor/fusion-observable@8.4.1
34
- - @equinor/fusion-framework-module-context@5.0.11
35
- - @equinor/fusion-query@5.1.3
254
+ - Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]:
255
+ - @equinor/fusion-observable@8.4.1
256
+ - @equinor/fusion-framework-module-context@5.0.11
257
+ - @equinor/fusion-query@5.1.3
36
258
 
37
259
  ## 6.2.11
38
260
 
39
261
  ### Patch Changes
40
262
 
41
- - Updated dependencies [[`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e)]:
42
- - @equinor/fusion-query@5.1.2
43
- - @equinor/fusion-framework-module-context@5.0.10
44
- - @equinor/fusion-framework-react-module@3.1.5
263
+ - Updated dependencies [[`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e)]:
264
+ - @equinor/fusion-query@5.1.2
265
+ - @equinor/fusion-framework-module-context@5.0.10
266
+ - @equinor/fusion-framework-react-module@3.1.5
45
267
 
46
268
  ## 6.2.10
47
269
 
48
270
  ### Patch Changes
49
271
 
50
- - 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)]:
51
- - @equinor/fusion-observable@8.4.0
52
- - @equinor/fusion-query@5.1.1
53
- - @equinor/fusion-framework-module-context@5.0.9
54
- - @equinor/fusion-framework-react-module@3.1.4
272
+ - 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)]:
273
+ - @equinor/fusion-observable@8.4.0
274
+ - @equinor/fusion-query@5.1.1
275
+ - @equinor/fusion-framework-module-context@5.0.9
276
+ - @equinor/fusion-framework-react-module@3.1.4
55
277
 
56
278
  ## 6.2.9
57
279
 
58
280
  ### Patch Changes
59
281
 
60
- - [#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
61
-
62
- - [#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.
282
+ - [#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
63
283
 
64
- Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
284
+ - [#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.
65
285
 
66
- 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
67
- 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
68
- 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
286
+ Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
287
+ 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
288
+ 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
289
+ 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
69
290
 
70
- 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.
291
+ 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.
71
292
 
72
- Before:
293
+ Before:
73
294
 
74
- ```json
75
- {
76
- "compilerOptions": {
77
- "module": "ES2022",
78
- "target": "ES6",
79
- "incremental": true,
80
- "removeComments": true,
81
- "preserveConstEnums": true,
82
- "sourceMap": true,
83
- "moduleResolution": "node"
84
- }
295
+ ```json
296
+ {
297
+ "compilerOptions": {
298
+ "module": "ES2022",
299
+ "target": "ES6",
300
+ "incremental": true,
301
+ "removeComments": true,
302
+ "preserveConstEnums": true,
303
+ "sourceMap": true,
304
+ "moduleResolution": "node"
85
305
  }
86
- ```
87
-
88
- After:
89
-
90
- ```json
91
- {
92
- "compilerOptions": {
93
- "module": "ES2022",
94
- "target": "ES6",
95
- "incremental": true,
96
- "preserveConstEnums": true,
97
- "sourceMap": true,
98
- "moduleResolution": "node"
99
- }
306
+ }
307
+ ```
308
+
309
+ After:
310
+
311
+ ```json
312
+ {
313
+ "compilerOptions": {
314
+ "module": "ES2022",
315
+ "target": "ES6",
316
+ "incremental": true,
317
+ "preserveConstEnums": true,
318
+ "sourceMap": true,
319
+ "moduleResolution": "node"
100
320
  }
101
- ```
321
+ }
322
+ ```
102
323
 
103
- This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
324
+ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
104
325
 
105
- - Updated dependencies [[`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`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)]:
106
- - @equinor/fusion-query@5.1.0
107
- - @equinor/fusion-framework-react-module@3.1.3
108
- - @equinor/fusion-observable@8.3.3
109
- - @equinor/fusion-framework-module-context@5.0.8
326
+ - Updated dependencies [[`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`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)]:
327
+ - @equinor/fusion-query@5.1.0
328
+ - @equinor/fusion-framework-react-module@3.1.3
329
+ - @equinor/fusion-observable@8.3.3
330
+ - @equinor/fusion-framework-module-context@5.0.8
110
331
 
111
332
  ## 6.2.8
112
333
 
113
334
  ### Patch Changes
114
335
 
115
- - Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]:
116
- - @equinor/fusion-observable@8.3.2
117
- - @equinor/fusion-query@5.0.5
118
- - @equinor/fusion-framework-module-context@5.0.7
336
+ - Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]:
337
+ - @equinor/fusion-observable@8.3.2
338
+ - @equinor/fusion-query@5.0.5
339
+ - @equinor/fusion-framework-module-context@5.0.7
119
340
 
120
341
  ## 6.2.7
121
342
 
122
343
  ### Patch Changes
123
344
 
124
- - Updated dependencies [[`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
125
- - @equinor/fusion-query@5.0.4
126
- - @equinor/fusion-observable@8.3.1
127
- - @equinor/fusion-framework-module-context@5.0.6
345
+ - Updated dependencies [[`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
346
+ - @equinor/fusion-query@5.0.4
347
+ - @equinor/fusion-observable@8.3.1
348
+ - @equinor/fusion-framework-module-context@5.0.6
128
349
 
129
350
  ## 6.2.6
130
351
 
131
352
  ### Patch Changes
132
353
 
133
- - Updated dependencies [[`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]:
134
- - @equinor/fusion-query@5.0.3
135
- - @equinor/fusion-framework-module-context@5.0.5
136
- - @equinor/fusion-framework-react-module@3.1.2
354
+ - Updated dependencies [[`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]:
355
+ - @equinor/fusion-query@5.0.3
356
+ - @equinor/fusion-framework-module-context@5.0.5
357
+ - @equinor/fusion-framework-react-module@3.1.2
137
358
 
138
359
  ## 6.2.5
139
360
 
140
361
  ### Patch Changes
141
362
 
142
- - Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
143
- - @equinor/fusion-query@5.0.2
144
- - @equinor/fusion-framework-module-context@5.0.4
363
+ - Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
364
+ - @equinor/fusion-query@5.0.2
365
+ - @equinor/fusion-framework-module-context@5.0.4
145
366
 
146
367
  ## 6.2.4
147
368
 
148
369
  ### Patch Changes
149
370
 
150
- - Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
151
- - @equinor/fusion-query@5.0.1
152
- - @equinor/fusion-framework-module-context@5.0.3
371
+ - Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
372
+ - @equinor/fusion-query@5.0.1
373
+ - @equinor/fusion-framework-module-context@5.0.3
153
374
 
154
375
  ## 6.2.3
155
376
 
156
377
  ### Patch Changes
157
378
 
158
- - 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)]:
159
- - @equinor/fusion-query@5.0.0
160
- - @equinor/fusion-framework-module-context@5.0.2
379
+ - 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)]:
380
+ - @equinor/fusion-query@5.0.0
381
+ - @equinor/fusion-framework-module-context@5.0.2
161
382
 
162
383
  ## 6.2.2
163
384
 
164
385
  ### Patch Changes
165
386
 
166
- - Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]:
167
- - @equinor/fusion-observable@8.3.0
168
- - @equinor/fusion-query@4.2.0
169
- - @equinor/fusion-framework-module-context@5.0.1
387
+ - Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]:
388
+ - @equinor/fusion-observable@8.3.0
389
+ - @equinor/fusion-query@4.2.0
390
+ - @equinor/fusion-framework-module-context@5.0.1
170
391
 
171
392
  ## 6.2.1
172
393
 
173
394
  ### Patch Changes
174
395
 
175
- - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
176
- - @equinor/fusion-framework-react-module@3.1.1
177
- - @equinor/fusion-framework-module-context@5.0.0
396
+ - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
397
+ - @equinor/fusion-framework-react-module@3.1.1
398
+ - @equinor/fusion-framework-module-context@5.0.0
178
399
 
179
400
  ## 6.2.0
180
401
 
181
402
  ### Minor Changes
182
403
 
183
- - [#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
404
+ - [#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
184
405
 
185
406
  ### Patch Changes
186
407
 
187
- - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
188
- - @equinor/fusion-framework-react-module@3.1.0
189
- - @equinor/fusion-observable@8.2.0
190
- - @equinor/fusion-framework-module-context@5.0.0
191
- - @equinor/fusion-query@4.1.0
408
+ - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
409
+ - @equinor/fusion-framework-react-module@3.1.0
410
+ - @equinor/fusion-observable@8.2.0
411
+ - @equinor/fusion-framework-module-context@5.0.0
412
+ - @equinor/fusion-query@4.1.0
192
413
 
193
414
  ## 6.1.2
194
415
 
195
416
  ### Patch Changes
196
417
 
197
- - Updated dependencies [[`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098), [`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098)]:
198
- - @equinor/fusion-framework-module-context@4.2.0
418
+ - Updated dependencies [[`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098), [`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098)]:
419
+ - @equinor/fusion-framework-module-context@4.2.0
199
420
 
200
421
  ## 6.1.1
201
422
 
202
423
  ### Patch Changes
203
424
 
204
- - Updated dependencies [[`7424ad3`](https://github.com/equinor/fusion-framework/commit/7424ad37760904b7897bcafc11d85235246e1381)]:
205
- - @equinor/fusion-framework-module-context@4.1.1
425
+ - Updated dependencies [[`7424ad3`](https://github.com/equinor/fusion-framework/commit/7424ad37760904b7897bcafc11d85235246e1381)]:
426
+ - @equinor/fusion-framework-module-context@4.1.1
206
427
 
207
428
  ## 6.1.0
208
429
 
209
430
  ### Minor Changes
210
431
 
211
- - [#1760](https://github.com/equinor/fusion-framework/pull/1760) [`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Add FusionContextSearchError.
212
-
213
- - Potential _BREAKING_:
214
- - Error in `ContextProvider.ts` are now unwrapped if the thrown error is
215
- `QueryClientError`.
216
-
217
- ```diff
218
- index 114f430b1..2640c9a55 100644
219
- --- a/packages/modules/context/src/ContextProvider.ts
220
- +++ b/packages/modules/context/src/ContextProvider.ts
221
- @@ -406,7 +407,15 @@ export class ContextProvider implements IContextProvider {
222
- /* @ts-ignore */
223
- this.#contextParameterFn({ search, type: this.#contextType }),
224
- )
225
- - .pipe(map((x) => x.value));
226
- + .pipe(
227
- + catchError((err) => {
228
- + if (err.name === 'QueryClientError') {
229
- + throw err.cause;
230
- + }
231
- + throw err;
232
- + }),
233
- + map((x) => x.value),
234
- + );
235
-
236
- return this.#contextFilter ? query$.pipe(map(this.#contextFilter)) : query$;
237
- }
238
- ```
432
+ - [#1760](https://github.com/equinor/fusion-framework/pull/1760) [`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Add FusionContextSearchError.
433
+ - Potential _BREAKING_:
434
+ - Error in `ContextProvider.ts` are now unwrapped if the thrown error is
435
+ `QueryClientError`.
436
+
437
+ ```diff
438
+ index 114f430b1..2640c9a55 100644
439
+ --- a/packages/modules/context/src/ContextProvider.ts
440
+ +++ b/packages/modules/context/src/ContextProvider.ts
441
+ @@ -406,7 +407,15 @@ export class ContextProvider implements IContextProvider {
442
+ /* @ts-ignore */
443
+ this.#contextParameterFn({ search, type: this.#contextType }),
444
+ )
445
+ - .pipe(map((x) => x.value));
446
+ + .pipe(
447
+ + catchError((err) => {
448
+ + if (err.name === 'QueryClientError') {
449
+ + throw err.cause;
450
+ + }
451
+ + throw err;
452
+ + }),
453
+ + map((x) => x.value),
454
+ + );
455
+
456
+ return this.#contextFilter ? query$.pipe(map(this.#contextFilter)) : query$;
457
+ }
458
+ ```
239
459
 
240
460
  ### Patch Changes
241
461
 
242
- - Updated dependencies [[`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef)]:
243
- - @equinor/fusion-framework-module-context@4.1.0
462
+ - Updated dependencies [[`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef)]:
463
+ - @equinor/fusion-framework-module-context@4.1.0
244
464
 
245
465
  ## 6.0.20
246
466
 
247
467
  ### Patch Changes
248
468
 
249
- - Updated dependencies []:
250
- - @equinor/fusion-framework-module-context@4.0.21
251
- - @equinor/fusion-framework-react-module@3.0.8
469
+ - Updated dependencies []:
470
+ - @equinor/fusion-framework-module-context@4.0.21
471
+ - @equinor/fusion-framework-react-module@3.0.8
252
472
 
253
473
  ## 6.0.19
254
474
 
255
475
  ### Patch Changes
256
476
 
257
- - Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
258
- - @equinor/fusion-observable@8.1.5
259
- - @equinor/fusion-query@4.0.6
260
- - @equinor/fusion-framework-module-context@4.0.20
477
+ - Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
478
+ - @equinor/fusion-observable@8.1.5
479
+ - @equinor/fusion-query@4.0.6
480
+ - @equinor/fusion-framework-module-context@4.0.20
261
481
 
262
482
  ## 6.0.18
263
483
 
264
484
  ### Patch Changes
265
485
 
266
- - Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
267
- - @equinor/fusion-observable@8.1.4
268
- - @equinor/fusion-query@4.0.5
269
- - @equinor/fusion-framework-module-context@4.0.19
486
+ - Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
487
+ - @equinor/fusion-observable@8.1.4
488
+ - @equinor/fusion-query@4.0.5
489
+ - @equinor/fusion-framework-module-context@4.0.19
270
490
 
271
491
  ## 6.0.17
272
492
 
273
493
  ### Patch Changes
274
494
 
275
- - [#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
495
+ - [#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
276
496
 
277
- - Updated dependencies [[`4ab2df5`](https://github.com/equinor/fusion-framework/commit/4ab2df5c83439f7fe3fe0846c005427e1793b576), [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
278
- - @equinor/fusion-framework-module-context@4.0.18
279
- - @equinor/fusion-observable@8.1.3
280
- - @equinor/fusion-query@4.0.4
281
- - @equinor/fusion-framework-react-module@3.0.7
497
+ - Updated dependencies [[`4ab2df5`](https://github.com/equinor/fusion-framework/commit/4ab2df5c83439f7fe3fe0846c005427e1793b576), [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
498
+ - @equinor/fusion-framework-module-context@4.0.18
499
+ - @equinor/fusion-observable@8.1.3
500
+ - @equinor/fusion-query@4.0.4
501
+ - @equinor/fusion-framework-react-module@3.0.7
282
502
 
283
503
  ## 6.0.16
284
504
 
285
505
  ### Patch Changes
286
506
 
287
- - Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
288
- - @equinor/fusion-query@4.0.3
289
- - @equinor/fusion-framework-module-context@4.0.17
507
+ - Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
508
+ - @equinor/fusion-query@4.0.3
509
+ - @equinor/fusion-framework-module-context@4.0.17
290
510
 
291
511
  ## 6.0.15
292
512
 
293
513
  ### Patch Changes
294
514
 
295
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
296
- - @equinor/fusion-query@4.0.2
297
- - @equinor/fusion-framework-module-context@4.0.16
515
+ - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
516
+ - @equinor/fusion-query@4.0.2
517
+ - @equinor/fusion-framework-module-context@4.0.16
298
518
 
299
519
  ## 6.0.14
300
520
 
301
521
  ### Patch Changes
302
522
 
303
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
523
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
304
524
 
305
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
306
- - @equinor/fusion-framework-module-context@4.0.15
307
- - @equinor/fusion-framework-react-module@3.0.6
308
- - @equinor/fusion-observable@8.1.2
309
- - @equinor/fusion-query@4.0.1
525
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
526
+ - @equinor/fusion-framework-module-context@4.0.15
527
+ - @equinor/fusion-framework-react-module@3.0.6
528
+ - @equinor/fusion-observable@8.1.2
529
+ - @equinor/fusion-query@4.0.1
310
530
 
311
531
  ## 6.0.13
312
532
 
313
533
  ### Patch Changes
314
534
 
315
- - Updated dependencies [[`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]:
316
- - @equinor/fusion-query@4.0.0
317
- - @equinor/fusion-framework-module-context@4.0.14
535
+ - Updated dependencies [[`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]:
536
+ - @equinor/fusion-query@4.0.0
537
+ - @equinor/fusion-framework-module-context@4.0.14
318
538
 
319
539
  ## 6.0.12
320
540
 
321
541
  ### Patch Changes
322
542
 
323
- - Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
324
- - @equinor/fusion-observable@8.1.1
325
- - @equinor/fusion-query@3.0.7
326
- - @equinor/fusion-framework-module-context@4.0.13
327
- - @equinor/fusion-framework-react-module@3.0.5
543
+ - Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
544
+ - @equinor/fusion-observable@8.1.1
545
+ - @equinor/fusion-query@3.0.7
546
+ - @equinor/fusion-framework-module-context@4.0.13
547
+ - @equinor/fusion-framework-react-module@3.0.5
328
548
 
329
549
  ## 6.0.11
330
550
 
331
551
  ### Patch Changes
332
552
 
333
- - Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]:
334
- - @equinor/fusion-query@3.0.6
335
- - @equinor/fusion-framework-module-context@4.0.12
553
+ - Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]:
554
+ - @equinor/fusion-query@3.0.6
555
+ - @equinor/fusion-framework-module-context@4.0.12
336
556
 
337
557
  ## 6.0.10
338
558
 
339
559
  ### Patch Changes
340
560
 
341
- - [#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
561
+ - [#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
342
562
 
343
- conflicts of `@types/react` made random outcomes when using `yarn`
563
+ conflicts of `@types/react` made random outcomes when using `yarn`
344
564
 
345
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
565
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
346
566
 
347
- - [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2
567
+ - [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2
348
568
 
349
- only dev deps updated should not affect any consumers
569
+ only dev deps updated should not affect any consumers
350
570
 
351
- see [react changelog](https://github.com/facebook/react/releases) for details
571
+ see [react changelog](https://github.com/facebook/react/releases) for details
352
572
 
353
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
354
- - @equinor/fusion-framework-react-module@3.0.4
355
- - @equinor/fusion-observable@8.1.0
356
- - @equinor/fusion-framework-module-context@4.0.11
357
- - @equinor/fusion-query@3.0.5
573
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
574
+ - @equinor/fusion-framework-react-module@3.0.4
575
+ - @equinor/fusion-observable@8.1.0
576
+ - @equinor/fusion-framework-module-context@4.0.11
577
+ - @equinor/fusion-query@3.0.5
358
578
 
359
579
  ## 6.0.9
360
580
 
361
581
  ### Patch Changes
362
582
 
363
- - [#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**
364
-
365
- - align all versions of typescript
366
- - update types to build
367
- - 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
583
+ - [#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**
584
+ - align all versions of typescript
585
+ - update types to build
586
+ - 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
368
587
 
369
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
370
- - @equinor/fusion-framework-module-context@4.0.9
371
- - @equinor/fusion-framework-react-module@3.0.3
588
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
589
+ - @equinor/fusion-framework-module-context@4.0.9
590
+ - @equinor/fusion-framework-react-module@3.0.3
372
591
 
373
592
  ## 6.0.8
374
593
 
375
594
  ### Patch Changes
376
595
 
377
- - [#898](https://github.com/equinor/fusion-framework/pull/898) [`4551142e`](https://github.com/equinor/fusion-framework/commit/4551142ededdb2f1bf74eae552da26d28cd23057) Thanks [@odinr](https://github.com/odinr)! - refactor(module-react-context): expose module and configurator interface from context module
596
+ - [#898](https://github.com/equinor/fusion-framework/pull/898) [`4551142e`](https://github.com/equinor/fusion-framework/commit/4551142ededdb2f1bf74eae552da26d28cd23057) Thanks [@odinr](https://github.com/odinr)! - refactor(module-react-context): expose module and configurator interface from context module
378
597
 
379
- - Updated dependencies [[`4551142e`](https://github.com/equinor/fusion-framework/commit/4551142ededdb2f1bf74eae552da26d28cd23057)]:
380
- - @equinor/fusion-framework-module-context@4.0.8
598
+ - Updated dependencies [[`4551142e`](https://github.com/equinor/fusion-framework/commit/4551142ededdb2f1bf74eae552da26d28cd23057)]:
599
+ - @equinor/fusion-framework-module-context@4.0.8
381
600
 
382
601
  All notable changes to this project will be documented in this file.
383
602
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -414,11 +633,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
414
633
 
415
634
  ### ⚠ BREAKING CHANGES
416
635
 
417
- - **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
636
+ - **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
418
637
 
419
638
  ### Features
420
639
 
421
- - **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
640
+ - **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
422
641
 
423
642
  ## 5.0.5 (2023-04-24)
424
643
 
@@ -492,12 +711,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
492
711
 
493
712
  ### ⚠ BREAKING CHANGES
494
713
 
495
- - **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
714
+ - **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
496
715
 
497
716
  ### Bug Fixes
498
717
 
499
- - **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
500
- - **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
718
+ - **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
719
+ - **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
501
720
 
502
721
  ## [3.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-context@3.0.1...@equinor/fusion-framework-react-module-context@3.0.2) (2023-02-09)
503
722
 
@@ -511,11 +730,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
511
730
 
512
731
  ### ⚠ BREAKING CHANGES
513
732
 
514
- - hook has new return type
733
+ - hook has new return type
515
734
 
516
735
  ### Bug Fixes
517
736
 
518
- - references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
737
+ - references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
519
738
 
520
739
  ## 2.0.1 (2023-01-30)
521
740
 
@@ -557,7 +776,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
557
776
 
558
777
  ### Bug Fixes
559
778
 
560
- - :bug: context undefined on first render ([790850e](https://github.com/equinor/fusion-framework/commit/790850e8c928e4feb8537a07bd8d5d6afb268bb5))
779
+ - :bug: context undefined on first render ([790850e](https://github.com/equinor/fusion-framework/commit/790850e8c928e4feb8537a07bd8d5d6afb268bb5))
561
780
 
562
781
  ## 1.0.16 (2022-12-16)
563
782
 
@@ -607,7 +826,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
607
826
 
608
827
  ### Bug Fixes
609
828
 
610
- - **react-module-context:** memo client query fn ([ebfae82](https://github.com/equinor/fusion-framework/commit/ebfae82fcdd4879cdefee07dcc7a5612b7ac81cd))
829
+ - **react-module-context:** memo client query fn ([ebfae82](https://github.com/equinor/fusion-framework/commit/ebfae82fcdd4879cdefee07dcc7a5612b7ac81cd))
611
830
 
612
831
  ## [1.0.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-context@1.0.3...@equinor/fusion-framework-react-module-context@1.0.4) (2022-12-06)
613
832
 
@@ -629,13 +848,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
629
848
 
630
849
  ### Features
631
850
 
632
- - update exiting debounce hooks ([27e716c](https://github.com/equinor/fusion-framework/commit/27e716ca253206d532e0f02233beb6f29c10de22))
851
+ - update exiting debounce hooks ([27e716c](https://github.com/equinor/fusion-framework/commit/27e716ca253206d532e0f02233beb6f29c10de22))
633
852
 
634
853
  ## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-context@0.4.11...@equinor/fusion-framework-react-module-context@1.0.0-alpha.0) (2022-12-02)
635
854
 
636
855
  ### Features
637
856
 
638
- - update exiting debounce hooks ([dd3eb5f](https://github.com/equinor/fusion-framework/commit/dd3eb5ff1a05edd6c25fd1ad65c0b68d50f5799a))
857
+ - update exiting debounce hooks ([dd3eb5f](https://github.com/equinor/fusion-framework/commit/dd3eb5ff1a05edd6c25fd1ad65c0b68d50f5799a))
639
858
 
640
859
  ## [0.4.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-context@0.4.10...@equinor/fusion-framework-react-module-context@0.4.11) (2022-12-01)
641
860
 
@@ -685,7 +904,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
685
904
 
686
905
  ### Features
687
906
 
688
- - **query:** separate query from observable ([1408609](https://github.com/equinor/fusion-framework/commit/140860976c3ee9430a30deebcc8b08da857e5772))
907
+ - **query:** separate query from observable ([1408609](https://github.com/equinor/fusion-framework/commit/140860976c3ee9430a30deebcc8b08da857e5772))
689
908
 
690
909
  ## 0.3.1 (2022-12-01)
691
910
 
@@ -695,12 +914,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
695
914
 
696
915
  ### Features
697
916
 
698
- - **react-module-context:** allow setting context by id ([c2acbf0](https://github.com/equinor/fusion-framework/commit/c2acbf0e1cb3fb8fd54f822ee76ff153851f2da7))
699
- - **react-module-context:** create hook for query context ([67826a5](https://github.com/equinor/fusion-framework/commit/67826a572d43bb36dd58869acf880f87959429d8))
917
+ - **react-module-context:** allow setting context by id ([c2acbf0](https://github.com/equinor/fusion-framework/commit/c2acbf0e1cb3fb8fd54f822ee76ff153851f2da7))
918
+ - **react-module-context:** create hook for query context ([67826a5](https://github.com/equinor/fusion-framework/commit/67826a572d43bb36dd58869acf880f87959429d8))
700
919
 
701
920
  ### Bug Fixes
702
921
 
703
- - **react-module-context:** expose enable context ([59248a5](https://github.com/equinor/fusion-framework/commit/59248a52b1406ed2331b336c02a28a482e2d419f))
922
+ - **react-module-context:** expose enable context ([59248a5](https://github.com/equinor/fusion-framework/commit/59248a52b1406ed2331b336c02a28a482e2d419f))
704
923
 
705
924
  ## 0.2.1 (2022-11-18)
706
925
 
@@ -710,7 +929,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
710
929
 
711
930
  ### Features
712
931
 
713
- - update typing of useModule hook ([958dd04](https://github.com/equinor/fusion-framework/commit/958dd0401667e9ebb1a51bced128ae43369cd6c4))
932
+ - update typing of useModule hook ([958dd04](https://github.com/equinor/fusion-framework/commit/958dd0401667e9ebb1a51bced128ae43369cd6c4))
714
933
 
715
934
  ## [0.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-context@0.1.8...@equinor/fusion-framework-react-module-context@0.1.9) (2022-11-16)
716
935
 
@@ -752,4 +971,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
752
971
 
753
972
  ### Features
754
973
 
755
- - **react-module-context:** create react tooling context module ([0864830](https://github.com/equinor/fusion-framework/commit/086483008671d898b4ac901d8729bf700786ee6a))
974
+ - **react-module-context:** create react tooling context module ([0864830](https://github.com/equinor/fusion-framework/commit/086483008671d898b4ac901d8729bf700786ee6a))