@equinor/fusion-framework-react-app 14.1.0 → 14.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/esm/version.js +1 -1
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/dist/types/version.d.ts +1 -1
  4. package/package.json +33 -30
  5. package/CHANGELOG.md +0 -2785
  6. package/docs/ag-grid.md +0 -70
  7. package/docs/analytics.md +0 -122
  8. package/docs/app.md +0 -148
  9. package/docs/apploader.md +0 -110
  10. package/docs/bookmark.md +0 -108
  11. package/docs/context.md +0 -88
  12. package/docs/feature-flag.md +0 -119
  13. package/docs/framework.md +0 -93
  14. package/docs/help-center.md +0 -88
  15. package/docs/http.md +0 -118
  16. package/docs/msal.md +0 -291
  17. package/docs/navigation.md +0 -80
  18. package/docs/routing.md +0 -86
  19. package/docs/settings.md +0 -139
  20. package/src/__tests__/Apploader.test.tsx +0 -51
  21. package/src/__tests__/fixtures/apploader-child-script.ts +0 -9
  22. package/src/__tests__/render-app.test.tsx +0 -113
  23. package/src/__tests__/testApp.test.tsx +0 -76
  24. package/src/__tests__/useAccessToken.test.tsx +0 -51
  25. package/src/__tests__/useAppSetting.test.tsx +0 -133
  26. package/src/__tests__/useAppSettings.test.tsx +0 -147
  27. package/src/__tests__/useCurrentAccount.test.tsx +0 -32
  28. package/src/__tests__/useCurrentBookmark.test.tsx +0 -108
  29. package/src/__tests__/useCurrentContext.test.tsx +0 -72
  30. package/src/__tests__/useFeature.test.tsx +0 -104
  31. package/src/__tests__/useHelpCenter.test.tsx +0 -64
  32. package/src/__tests__/useStateSyncEvents.test.ts +0 -58
  33. package/src/__tests__/useToken.test.tsx +0 -71
  34. package/src/__tests__/useTrackFeature.test.tsx +0 -83
  35. package/src/ag-grid/community.ts +0 -11
  36. package/src/ag-grid/enterprise.ts +0 -11
  37. package/src/ag-grid/react.ts +0 -11
  38. package/src/ag-grid/testing.ts +0 -19
  39. package/src/ag-grid/theme.ts +0 -17
  40. package/src/ag-grid/useTheme.ts +0 -21
  41. package/src/analytics/README.md +0 -148
  42. package/src/analytics/index.ts +0 -9
  43. package/src/analytics/useTrackFeature.ts +0 -73
  44. package/src/apploader/Apploader.tsx +0 -50
  45. package/src/apploader/README.md +0 -81
  46. package/src/apploader/index.ts +0 -10
  47. package/src/apploader/useApploader.ts +0 -107
  48. package/src/bookmark/index.ts +0 -20
  49. package/src/bookmark/useBookmark.ts +0 -25
  50. package/src/bookmark/useCurrentBookmark.ts +0 -54
  51. package/src/context/index.ts +0 -14
  52. package/src/context/useContextProvider.ts +0 -12
  53. package/src/context/useCurrentContext.ts +0 -20
  54. package/src/create-component.tsx +0 -120
  55. package/src/create-legacy-app.tsx +0 -51
  56. package/src/feature-flag/README.md +0 -20
  57. package/src/feature-flag/enable-feature-flag.ts +0 -79
  58. package/src/feature-flag/index.ts +0 -17
  59. package/src/feature-flag/useFeature.ts +0 -90
  60. package/src/framework/index.ts +0 -14
  61. package/src/framework/useFrameworkCurrentContext.ts +0 -15
  62. package/src/help-center/README.md +0 -21
  63. package/src/help-center/event-name.ts +0 -1
  64. package/src/help-center/index.ts +0 -11
  65. package/src/help-center/useHelpCenter.ts +0 -162
  66. package/src/http/index.ts +0 -10
  67. package/src/http/selectors.ts +0 -9
  68. package/src/index.ts +0 -46
  69. package/src/make-component.tsx +0 -102
  70. package/src/msal/index.ts +0 -16
  71. package/src/msal/useAccessToken.ts +0 -26
  72. package/src/msal/useCurrentAccount.ts +0 -21
  73. package/src/msal/useToken.ts +0 -63
  74. package/src/navigation/index.ts +0 -10
  75. package/src/navigation/useNavigationModule.ts +0 -10
  76. package/src/navigation/useRouter.ts +0 -35
  77. package/src/render-app.ts +0 -35
  78. package/src/render-component.tsx +0 -55
  79. package/src/routing/index.ts +0 -33
  80. package/src/settings/README.md +0 -123
  81. package/src/settings/index.ts +0 -12
  82. package/src/settings/useAppSetting.ts +0 -113
  83. package/src/settings/useAppSettings.ts +0 -103
  84. package/src/settings/useAppSettingsStatus.ts +0 -52
  85. package/src/state/index.ts +0 -12
  86. package/src/state/useAppState.ts +0 -299
  87. package/src/state/useStateSyncEvents.ts +0 -59
  88. package/src/useAppEnvironmentVariables.ts +0 -59
  89. package/src/useAppModule.ts +0 -45
  90. package/src/useAppModules.ts +0 -21
  91. package/src/version.ts +0 -2
  92. package/tsconfig.json +0 -54
  93. package/vitest.config.ts +0 -9
package/CHANGELOG.md DELETED
@@ -1,2785 +0,0 @@
1
- # Change Log
2
-
3
- ## 14.1.0
4
-
5
- ### Minor Changes
6
-
7
- - f663b46: Add AG Grid sub-path entry-points:
8
-
9
- - `@equinor/fusion-framework-react-app/ag-grid` — `AgGridReact`, `enableAgGrid`, and related types, forwarded from `@equinor/fusion-framework-react-ag-grid/react`.
10
- - `@equinor/fusion-framework-react-app/ag-grid/community` — forwards `@equinor/fusion-framework-react-ag-grid/community` (`ag-grid-community`).
11
- - `@equinor/fusion-framework-react-app/ag-grid/enterprise` — forwards `@equinor/fusion-framework-react-ag-grid/enterprise` (`ag-grid-enterprise`).
12
- - `@equinor/fusion-framework-react-app/ag-grid/theme` — Fusion theme utilities (`fusionTheme`, `createTheme`, `createThemeFromTheme`, `Theme`) plus the application-scoped `useTheme` hook.
13
- - `@equinor/fusion-framework-react-app/ag-grid/testing` — `suppressAgGridLicenseBanner`, forwarded from `@equinor/fusion-framework-module-ag-grid/testing`.
14
-
15
- ```typescript
16
- import { AgGridReact } from '@equinor/fusion-framework-react-app/ag-grid';
17
- import { useTheme } from '@equinor/fusion-framework-react-app/ag-grid/theme';
18
- import { suppressAgGridLicenseBanner } from '@equinor/fusion-framework-react-app/ag-grid/testing';
19
- ```
20
-
21
- `@equinor/fusion-framework-module-ag-grid` and `@equinor/fusion-framework-react-ag-grid` are now optional peer dependencies of `@equinor/fusion-framework-react-app`.
22
-
23
- ### Patch Changes
24
-
25
- - f663b46: Fix documentation accuracy issues found while adding hook test coverage:
26
-
27
- - The README and a deprecated `createComponent` example showed `configurator.http.configureClient(...)` for registering an app's HTTP client. That property only exists on the test/mock configurator (`AppMockConfigurator`) — real app configuration must use `configurator.configureHttpClient(...)` from `IAppConfigurator`. Both examples now use the correct API.
28
- - `docs/context.md` and `docs/framework.md` documented `setCurrentContext`/`useFrameworkCurrentContext`'s setter as returning `void`. It actually returns `void | Promise<ContextItem | null>` — `void` when clearing the context, a `Promise` when setting by id or by item — and can be awaited to know when the switch completes.
29
- - `docs/msal.md` documented `AuthenticationResult.account`/`expiresOn` as non-nullable; both are actually nullable (`AccountInfo | null`, `Date | null`), and the `useToken` example has been updated to guard against a `null` `expiresOn`.
30
- - `docs/bookmark.md` now documents `useCurrentBookmark`'s deprecated fallback to the framework-scoped bookmark provider (and the `@deprecation` console warning it logs) when an app hasn't called `enableBookmark`.
31
- - f663b46: Remove `docs/testing.md` and replace the README's testing section with a pointer to `@equinor/fusion-framework-vitest-plugin-react-app`, now that `renderAppHook`, `renderAppComponent`, `testApp`, and the `appTestVitePlugin` Vite plugin live in that separate package instead of this one. Both described the old `./vitest` entry-point as requiring a legacy DOM test renderer and returning a top-level `modules` field, which no longer applies now that the helpers are built on `vitest-browser-react` and return a nested `fusion: { framework, app }` object. The README's API-reference table no longer lists a `/vitest` entry-point.
32
- - f663b46: Document the supported `renderAppHook` and `renderAppComponent` testing helpers so app teams can verify app-scoped hooks and components against a real, mock-backed application module scope.
33
-
34
- Closes equinor/fusion-core-tasks#1716.
35
- - Updated dependencies [f663b46]
36
- - Updated dependencies [f663b46]
37
- - Updated dependencies [f663b46]
38
- - Updated dependencies [f663b46]
39
- - Updated dependencies [f663b46]
40
- - Updated dependencies [f663b46]
41
- - Updated dependencies [f663b46]
42
- - Updated dependencies [f663b46]
43
- - Updated dependencies [f663b46]
44
- - Updated dependencies [f663b46]
45
- - Updated dependencies [f663b46]
46
- - Updated dependencies [f663b46]
47
- - Updated dependencies [f663b46]
48
- - @equinor/fusion-framework-app@13.1.0
49
- - @equinor/fusion-framework@8.1.0
50
- - @equinor/fusion-framework-module-app@8.1.0
51
- - @equinor/fusion-framework-module-http@8.1.0
52
- - @equinor/fusion-framework-module@6.1.3
53
- - @equinor/fusion-framework-module-navigation@7.0.9
54
- - @equinor/fusion-framework-react-module-http@12.0.0
55
- - @equinor/fusion-framework-react-module@4.0.3
56
- - @equinor/fusion-framework-react@9.0.0
57
-
58
- ## 14.0.3
59
-
60
- ### Patch Changes
61
-
62
- - @equinor/fusion-framework-app@13.0.3
63
-
64
- ## 14.0.2
65
-
66
- ### Patch Changes
67
-
68
- - Updated dependencies [4a00a7a]
69
- - @equinor/fusion-framework-module-app@8.0.5
70
- - @equinor/fusion-framework-module-navigation@7.0.8
71
- - @equinor/fusion-framework-app@13.0.2
72
-
73
- ## 14.0.1
74
-
75
- ### Patch Changes
76
-
77
- - @equinor/fusion-framework-app@13.0.1
78
-
79
- ## 14.0.0
80
-
81
- ### Patch Changes
82
-
83
- - Updated dependencies [55c95fa]
84
- - Updated dependencies [46f53ca]
85
- - @equinor/fusion-framework-module-state@2.0.0
86
- - @equinor/fusion-framework-app@13.0.0
87
-
88
- ## 13.0.0
89
-
90
- ### Minor Changes
91
-
92
- - b92698d: Add state management support to `@equinor/fusion-framework-react-app/state`:
93
-
94
- - `enableAppState` - configures the app to use `@equinor/fusion-framework-module-state`, with
95
- app-scoped storage key prefixing to prevent state collisions between apps.
96
- - `useAppState` - a persistent, cross-component-synchronized alternative to `useState`, backed by
97
- the state module's storage.
98
- - `useStateSyncEvents` - subscribes to the app's `onStateSync.status`/`.change`/`.complete`/`.error`
99
- events (dispatched when storage is configured for replication, e.g. `PouchDbSyncStorage`) and
100
- returns the most recent events, oldest first, bounded to a given `limit`. Also re-exports
101
- `StateSyncEvent` and `StateSyncEventType` from `@equinor/fusion-framework-module-state` for
102
- convenience.
103
-
104
- ```typescript
105
- import { enableAppState } from "@equinor/fusion-framework-react-app/state";
106
-
107
- export const configure = (configurator) => {
108
- enableAppState(configurator);
109
- };
110
- ```
111
-
112
- ```typescript
113
- import {
114
- useAppState,
115
- useStateSyncEvents,
116
- } from "@equinor/fusion-framework-react-app/state";
117
-
118
- const [count, setCount] = useAppState("counter", { defaultValue: 0 });
119
- const events = useStateSyncEvents(20);
120
- ```
121
-
122
- Requires the optional peer dependency `@equinor/fusion-framework-module-state`.
123
-
124
- ### Patch Changes
125
-
126
- - Updated dependencies [b92698d]
127
- - Updated dependencies [1b9d026]
128
- - Updated dependencies [1b9d026]
129
- - Updated dependencies [0d6ef3a]
130
- - Updated dependencies [020d9e5]
131
- - Updated dependencies [0d9d876]
132
- - Updated dependencies [05586e7]
133
- - Updated dependencies [b92698d]
134
- - Updated dependencies [b92698d]
135
- - @equinor/fusion-framework-app@12.0.0
136
- - @equinor/fusion-framework-module-navigation@7.0.7
137
- - @equinor/fusion-framework-module-state@1.0.0
138
- - @equinor/fusion-framework-module@6.1.2
139
-
140
- ## 12.0.5
141
-
142
- ### Patch Changes
143
-
144
- - Updated dependencies [de2b4fb]
145
- - @equinor/fusion-framework-module-app@8.0.4
146
- - @equinor/fusion-framework-module-http@8.0.5
147
- - @equinor/fusion-framework-app@11.0.12
148
-
149
- ## 12.0.4
150
-
151
- ### Patch Changes
152
-
153
- - Updated dependencies [987b53f]
154
- - @equinor/fusion-framework-module-navigation@7.0.6
155
-
156
- ## 12.0.3
157
-
158
- ### Patch Changes
159
-
160
- - 80c3e4a: Internal: Reference tracking issues #5083, #5084, and #5086 in TODO comments, resolving `fusion-lint` `no-todo-without-issue` warnings.
161
- - 80c3e4a: Internal: add intent comments to control-flow statements (`if`/`switch`/`.map()`) across several files to satisfy the `require-intent-comment/flow` and `require-intent-comment/iterators` lint rules. No functional change.
162
- - 80c3e4a: Internal: add missing intent comments for `useFeature`'s object-merge and rxjs pipe operations.
163
- - 80c3e4a: Internal: add intent comments to `.pipe()` operator chains in `useAppEnvironmentVariables.ts`, `useAppSetting.ts`, and `useAppSettingsStatus.ts` to satisfy the `require-intent-comment/rxjs` lint rule. No functional change.
164
- - 80c3e4a: Internal: remove a stray `eslint-disable-next-line` comment (repo uses Biome, not ESLint) that was breaking TSDoc adjacency for `useBookmark`, replacing the unused generic with Biome's `_`-prefix convention, to satisfy the `require-hook-tsdoc` lint rule. No functional change.
165
- - 80c3e4a: Internal: add missing intent comments for `as`/`as unknown as` type assertions and inline separate re-exports at their definition site, per `fusion-lint`'s `require-intent-comment/type-assertion` and `no-separate-export` rules. No behavior changes.
166
- - 80c3e4a: Internal: split multi-export files into one export per file and convert pure interop re-exports to `export { X } from 'y'` syntax, per `fusion-lint`'s `single-export-per-file` rule. Also removed `modules/event/src/EventProvider.tsx`, a fully dead duplicate of `eventContext.ts`/`useEventProvider.ts`/`useModulesEventProvider.ts` with no remaining consumers. No behavior changes.
167
- - Updated dependencies [80c3e4a]
168
- - Updated dependencies [80c3e4a]
169
- - Updated dependencies [80c3e4a]
170
- - Updated dependencies [80c3e4a]
171
- - Updated dependencies [80c3e4a]
172
- - Updated dependencies [80c3e4a]
173
- - Updated dependencies [80c3e4a]
174
- - Updated dependencies [80c3e4a]
175
- - Updated dependencies [80c3e4a]
176
- - Updated dependencies [80c3e4a]
177
- - Updated dependencies [80c3e4a]
178
- - Updated dependencies [80c3e4a]
179
- - Updated dependencies [80c3e4a]
180
- - Updated dependencies [80c3e4a]
181
- - Updated dependencies [80c3e4a]
182
- - Updated dependencies [80c3e4a]
183
- - Updated dependencies [80c3e4a]
184
- - Updated dependencies [80c3e4a]
185
- - Updated dependencies [80c3e4a]
186
- - Updated dependencies [80c3e4a]
187
- - Updated dependencies [80c3e4a]
188
- - Updated dependencies [80c3e4a]
189
- - Updated dependencies [80c3e4a]
190
- - Updated dependencies [80c3e4a]
191
- - Updated dependencies [80c3e4a]
192
- - Updated dependencies [80c3e4a]
193
- - @equinor/fusion-framework-app@11.0.11
194
- - @equinor/fusion-framework-module-app@8.0.3
195
- - @equinor/fusion-framework-module-http@8.0.4
196
- - @equinor/fusion-framework-module@6.1.1
197
- - @equinor/fusion-framework-react-module-http@11.0.1
198
- - @equinor/fusion-framework-react@8.0.1
199
- - @equinor/fusion-framework-module-navigation@7.0.5
200
- - @equinor/fusion-framework-react-module@4.0.2
201
-
202
- ## 12.0.2
203
-
204
- ### Patch Changes
205
-
206
- - @equinor/fusion-framework-app@11.0.10
207
-
208
- ## 12.0.1
209
-
210
- ### Patch Changes
211
-
212
- - d7eefd7: Fix `useAppEnvironmentVariables` to map environment values from app config through a memoized observable before subscribing with `useObservableState`, improving subscription stability.
213
-
214
- ## 12.0.0
215
-
216
- ### Patch Changes
217
-
218
- - @equinor/fusion-framework-app@11.0.9
219
- - @equinor/fusion-framework-module-msal@10.0.0
220
- - @equinor/fusion-framework-module-navigation@7.0.4
221
- - @equinor/fusion-framework-module-app@8.0.2
222
- - @equinor/fusion-framework-module-http@8.0.3
223
- - @equinor/fusion-framework-react@8.0.0
224
-
225
- ## 11.0.1
226
-
227
- ### Patch Changes
228
-
229
- - @equinor/fusion-framework-app@11.0.8
230
-
231
- ## 11.0.0
232
-
233
- ### Minor Changes
234
-
235
- - e4969db: Add `./routing` entry point that re-exports the full public API of
236
- `@equinor/fusion-framework-react-router` and its route builder DSL.
237
-
238
- App, portal, and widget consumers can now import all routing primitives from a single package
239
- without adding `@equinor/fusion-framework-react-router` as a direct dependency.
240
-
241
- Requires `@equinor/fusion-framework-react-router` (optional peer dependency):
242
-
243
- ```bash
244
- pnpm add @equinor/fusion-framework-react-router
245
- ```
246
-
247
- **Usage:**
248
-
249
- ```ts
250
- import { Router } from "@equinor/fusion-framework-react-app/routing";
251
- import {
252
- layout,
253
- index,
254
- route,
255
- prefix,
256
- } from "@equinor/fusion-framework-react-app/routing";
257
- import {
258
- useNavigate,
259
- useParams,
260
- Link,
261
- } from "@equinor/fusion-framework-react-app/routing";
262
- ```
263
-
264
- All exports from `@equinor/fusion-framework-react-router` and its `/routes` DSL are available
265
- from this single entry point.
266
-
267
- ### Patch Changes
268
-
269
- - Updated dependencies [f3bf74b]
270
- - Updated dependencies [b7b1d9a]
271
- - Updated dependencies [b7b1d9a]
272
- - Updated dependencies [b7b1d9a]
273
- - @equinor/fusion-framework-module-navigation@7.0.4
274
- - @equinor/fusion-framework-module@6.1.0
275
- - @equinor/fusion-framework-react-module@4.0.1
276
- - @equinor/fusion-framework-app@11.0.7
277
- - @equinor/fusion-framework-module-msal@9.0.0
278
- - @equinor/fusion-framework-module-app@8.0.2
279
- - @equinor/fusion-framework-module-http@8.0.2
280
- - @equinor/fusion-framework-react@8.0.0
281
-
282
- ## 10.0.8
283
-
284
- ### Patch Changes
285
-
286
- - @equinor/fusion-framework-app@11.0.6
287
-
288
- ## 10.0.7
289
-
290
- ### Patch Changes
291
-
292
- - Updated dependencies [f045ac0]
293
- - @equinor/fusion-framework-module-app@8.0.2
294
- - @equinor/fusion-framework-module-http@8.0.1
295
- - @equinor/fusion-framework-module-navigation@7.0.3
296
- - @equinor/fusion-framework-app@11.0.5
297
-
298
- ## 10.0.6
299
-
300
- ### Patch Changes
301
-
302
- - @equinor/fusion-framework-app@11.0.4
303
-
304
- ## 10.0.5
305
-
306
- ### Patch Changes
307
-
308
- - 7b2f40f: Improve analytics React hooks documentation with motivation, use cases, complete imports, and additional examples.
309
-
310
- Add a React sub-article to the published analytics module docs site with sidebar navigation.
311
-
312
- ## 10.0.4
313
-
314
- ### Patch Changes
315
-
316
- - Updated dependencies [a6355fe]
317
- - @equinor/fusion-framework-module-app@8.0.1
318
- - @equinor/fusion-framework-module-navigation@7.0.2
319
- - @equinor/fusion-framework-app@11.0.3
320
-
321
- ## 10.0.3
322
-
323
- ### Patch Changes
324
-
325
- - @equinor/fusion-framework-app@11.0.2
326
-
327
- ## 10.0.2
328
-
329
- ### Patch Changes
330
-
331
- - Updated dependencies [e97bba0]
332
- - @equinor/fusion-framework-module-navigation@7.0.1
333
-
334
- ## 10.0.1
335
-
336
- ### Patch Changes
337
-
338
- - Updated dependencies [244b995]
339
- - @equinor/fusion-framework-module-msal@8.0.1
340
- - @equinor/fusion-framework-app@11.0.1
341
-
342
- ## 10.0.0
343
-
344
- ### Major Changes
345
-
346
- - abffa53: Major version bump for Fusion Framework React 19 release.
347
-
348
- 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.
349
-
350
- **Breaking changes:**
351
- - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
352
- - React Router upgraded from v6 to v7
353
- - Navigation module refactored with new history API
354
- - `renderComponent` and `renderApp` now use `createRoot` API
355
-
356
- **Migration:**
357
- - Update your React version to 18.0.0 or higher before upgrading
358
- - Replace `NavigationProvider.createRouter()` with `@equinor/fusion-framework-react-router`
359
- - See individual package changelogs for package-specific migration steps
360
-
361
- - abffa53: Modernize `renderComponent` and `renderApp` to use React 18's `createRoot` API. These functions are no longer deprecated.
362
-
363
- The legacy `ReactDOM.render` path has been removed. Both functions now use `createRoot` internally, matching React 18+ best practices. No migration is required if you already use React 18+.
364
-
365
- - abffa53: Upgrade to React 19 and remove support for React versions lower than 18.
366
-
367
- **Breaking changes:**
368
- - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
369
- - React 16 and 17 are no longer supported
370
- - Dev dependencies upgraded to React 19.2.1 and @types/react 19.2.7
371
-
372
- **Migration:**
373
- - Update your React version to 18.0.0 or higher before upgrading these packages
374
- - If using React 16 or 17, upgrade to React 18 or 19 first
375
-
376
- Closes https://github.com/equinor/fusion-framework/issues/3504
377
-
378
- ### Minor Changes
379
-
380
- - abffa53: Export `Fusion` type from `@equinor/fusion-framework-react-app` for better type reusability.
381
-
382
- The `Fusion` type is now available directly from the react-app package:
383
-
384
- ```typescript
385
- import type { Fusion } from "@equinor/fusion-framework-react-app";
386
- ```
387
-
388
- ### Patch Changes
389
-
390
- - abffa53: Add test suite for `renderApp` function using Vitest and React Testing Library.
391
-
392
- Includes test coverage for component rendering, teardown functionality, and React 18 createRoot integration.
393
-
394
- - aaa3f74: fix(security): address undici multiple vulnerabilities (CVE-2026-1524, 1527, 1528, 2581)
395
-
396
- Upgrade undici from 7.22.0 to 7.24.3 to fix multiple security vulnerabilities affecting WebSocket parsing, HTTP header validation, and request deduplication:
397
- - **CVE-2026-1528** (HIGH): WebSocket 64-bit length integer overflow causing process crash
398
- - **CVE-2026-1524** (MODERATE): HTTP/1.1 response field header injection
399
- - **CVE-2026-1527** (MODERATE): CRLF injection via upgrade option enabling protocol smuggling
400
- - **CVE-2026-2581** (MODERATE): Unbounded memory consumption in deduplication handler
401
-
402
- These are non-breaking security patches that harden undici against untrusted upstream endpoints and malicious WebSocket frames.
403
-
404
- **Advisories**: GHSA-f269-vfmq-vjvj, GHSA-v9p9-hfj2-hcw8, GHSA-4992-7rv2-5pvq, GHSA-phc3-fgpg-7m6h
405
- **Fixed in**: undici 7.24.0+ (deployed 7.24.3)
406
-
407
- - Updated dependencies [abffa53]
408
- - Updated dependencies [abffa53]
409
- - Updated dependencies [abffa53]
410
- - Updated dependencies [abffa53]
411
- - Updated dependencies [abffa53]
412
- - Updated dependencies [abffa53]
413
- - Updated dependencies [abffa53]
414
- - Updated dependencies [abffa53]
415
- - Updated dependencies [abffa53]
416
- - Updated dependencies [aaa3f74]
417
- - @equinor/fusion-framework-app@11.0.0
418
- - @equinor/fusion-framework-module@6.0.0
419
- - @equinor/fusion-framework-module-app@8.0.0
420
- - @equinor/fusion-framework-module-http@8.0.0
421
- - @equinor/fusion-framework-module-msal@8.0.0
422
- - @equinor/fusion-framework-module-navigation@7.0.0
423
- - @equinor/fusion-framework-react@8.0.0
424
- - @equinor/fusion-framework-react-module@4.0.0
425
- - @equinor/fusion-framework-react-module-http@11.0.0
426
-
427
- ## 9.0.8
428
-
429
- ### Patch Changes
430
-
431
- - [#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.
432
-
433
- - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581), [`db8fa81`](https://github.com/equinor/fusion-framework/commit/db8fa8134b77a628b15e06f7f72b50f04ef97458)]:
434
- - @equinor/fusion-framework-app@10.4.9
435
- - @equinor/fusion-framework-module-app@7.4.1
436
- - @equinor/fusion-framework-module@5.0.6
437
- - @equinor/fusion-framework-module-msal@7.3.1
438
- - @equinor/fusion-framework-module-navigation@6.0.1
439
- - @equinor/fusion-framework-react@7.4.20
440
- - @equinor/fusion-framework-react-module-http@10.0.1
441
- - @equinor/fusion-framework-react-module@3.1.14
442
-
443
- ## 9.0.7
444
-
445
- ### Patch Changes
446
-
447
- - Updated dependencies [[`ec7d2ce`](https://github.com/equinor/fusion-framework/commit/ec7d2ce0ed3f1d447b8cf410d2ef94fb1b557bbb)]:
448
- - @equinor/fusion-framework-module-msal@7.3.0
449
- - @equinor/fusion-framework-app@10.4.8
450
-
451
- ## 9.0.6
452
-
453
- ### Patch Changes
454
-
455
- - Updated dependencies []:
456
- - @equinor/fusion-framework-app@10.4.7
457
-
458
- ## 9.0.5
459
-
460
- ### Patch Changes
461
-
462
- - Updated dependencies [[`c8e27eb`](https://github.com/equinor/fusion-framework/commit/c8e27eb3a119b4077effe20a10dfb2dfd3dc865e)]:
463
- - @equinor/fusion-framework-module-msal@7.2.2
464
- - @equinor/fusion-framework-app@10.4.6
465
-
466
- ## 9.0.4
467
-
468
- ### Patch Changes
469
-
470
- - Updated dependencies [[`1594ed8`](https://github.com/equinor/fusion-framework/commit/1594ed879579d0db6e42c5052a33174f7bf9346c), [`1594ed8`](https://github.com/equinor/fusion-framework/commit/1594ed879579d0db6e42c5052a33174f7bf9346c)]:
471
- - @equinor/fusion-framework-module-msal@7.2.1
472
- - @equinor/fusion-framework-app@10.4.5
473
-
474
- ## 9.0.3
475
-
476
- ### Patch Changes
477
-
478
- - Updated dependencies [[`dcf51aa`](https://github.com/equinor/fusion-framework/commit/dcf51aa87ac79200893ec4909632554464e75055)]:
479
- - @equinor/fusion-framework-module-msal@7.2.0
480
- - @equinor/fusion-framework-app@10.4.4
481
-
482
- ## 9.0.2
483
-
484
- ### Patch Changes
485
-
486
- - Updated dependencies [[`0b34d5d`](https://github.com/equinor/fusion-framework/commit/0b34d5d895c740a77fc995abeca910fdca1cf633)]:
487
- - @equinor/fusion-framework-module-msal@7.1.0
488
- - @equinor/fusion-framework-app@10.4.3
489
-
490
- ## 9.0.1
491
-
492
- ### Patch Changes
493
-
494
- - [`bd539b5`](https://github.com/equinor/fusion-framework/commit/bd539b5355db0cdec7569e9a09f4e8dce2a9a05c) Thanks [@odinr](https://github.com/odinr)! - Internal: Update workspace dependency versions from `workspace:^` to `workspace:*` for better compatibility.
495
-
496
- Changed all internal workspace dependencies to use `workspace:*` instead of `workspace:^` to ensure exact version matching within the monorepo. This prevents version mismatch issues when different parts of the framework have conflicting version constraints.
497
-
498
- ## 9.0.0
499
-
500
- ### Patch Changes
501
-
502
- - Updated dependencies [[`cb37cae`](https://github.com/equinor/fusion-framework/commit/cb37cae45e06778e8d1ea20faed31b582e49fcae)]:
503
- - @equinor/fusion-framework-module-msal@7.0.0
504
- - @equinor/fusion-framework-app@10.3.1
505
- - @equinor/fusion-framework-module-app@7.4.0
506
- - @equinor/fusion-framework-react@7.4.19
507
-
508
- ## 8.2.0
509
-
510
- ### Minor Changes
511
-
512
- - [#3849](https://github.com/equinor/fusion-framework/pull/3849) [`7caca57`](https://github.com/equinor/fusion-framework/commit/7caca573584ae4daedfb17e287d0329c2633771a) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - `trackFeature` now has an extra optional argument for passing additional analytics
513
- data.
514
-
515
- Example
516
-
517
- ```typescript
518
- const trackFeature = useTrackFeature();
519
-
520
- // Without extra data
521
- trackFeature("SomeComponent:loaded");
522
-
523
- // Send additional data
524
- trackFeature("some:feature:happened", {
525
- extra: "data",
526
- foo: "bar",
527
- });
528
- ```
529
-
530
- ## 8.1.1
531
-
532
- ### Patch Changes
533
-
534
- - [#3845](https://github.com/equinor/fusion-framework/pull/3845) [`5114ac4`](https://github.com/equinor/fusion-framework/commit/5114ac4f71a60935d0194b9b2766f95adff0ba1e) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Fix tsconfig references
535
-
536
- - Updated dependencies [[`5114ac4`](https://github.com/equinor/fusion-framework/commit/5114ac4f71a60935d0194b9b2766f95adff0ba1e)]:
537
- - @equinor/fusion-framework-module-app@7.2.1
538
- - @equinor/fusion-framework-app@10.2.1
539
-
540
- ## 8.1.0
541
-
542
- ### Minor Changes
543
-
544
- - [#3842](https://github.com/equinor/fusion-framework/pull/3842) [`d38cd60`](https://github.com/equinor/fusion-framework/commit/d38cd60472380d60282c2a5672dc6e3bba3e7ca9) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Add module fusion-framework-module-analytics
545
-
546
- ### Patch Changes
547
-
548
- - Updated dependencies [[`d38cd60`](https://github.com/equinor/fusion-framework/commit/d38cd60472380d60282c2a5672dc6e3bba3e7ca9)]:
549
- - @equinor/fusion-framework-module-app@7.2.0
550
- - @equinor/fusion-framework-app@10.2.0
551
-
552
- ## 8.0.0
553
-
554
- ### Patch Changes
555
-
556
- - [#3714](https://github.com/equinor/fusion-framework/pull/3714) [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8) Thanks [@odinr](https://github.com/odinr)! - Fix MSAL v4 compatibility issues in React app hooks.
557
- - Update useCurrentAccount to use account property instead of deprecated defaultAccount
558
- - Fix useToken hook to properly handle AcquireTokenResult type
559
- - Ensure proper null/undefined handling for account information
560
-
561
- These changes ensure React app hooks work correctly with MSAL v4 while maintaining backward compatibility.
562
-
563
- - [#3714](https://github.com/equinor/fusion-framework/pull/3714) [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8) Thanks [@odinr](https://github.com/odinr)! - Update React App useToken hook to use new MSAL token acquisition API format.
564
-
565
- Internal implementation change to adapt to MSAL interface updates. React App hooks continue to work the same way for consumers.
566
-
567
- Why: Ensures compatibility with updated MSAL module API.
568
-
569
- - Updated dependencies [[`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8), [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8), [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8)]:
570
- - @equinor/fusion-framework-module-msal@6.0.0
571
- - @equinor/fusion-framework-react@7.4.19
572
- - @equinor/fusion-framework-app@10.1.2
573
- - @equinor/fusion-framework-module-app@7.1.0
574
-
575
- ## 7.0.1
576
-
577
- ### Patch Changes
578
-
579
- - [#3625](https://github.com/equinor/fusion-framework/pull/3625) [`b55c08b`](https://github.com/equinor/fusion-framework/commit/b55c08b59635fca51ba643f9081321514d306911) Thanks [@odinr](https://github.com/odinr)! - Fix React hooks dependency arrays in useHelpCenter to prevent exhaustive dependencies linting errors.
580
-
581
- Changed dependency arrays from `[eventModule.dispatchEvent]` to `[eventModule]` in all useCallback hooks to properly track all dependencies used within the callbacks.
582
-
583
- - Updated dependencies [[`e1a94c5`](https://github.com/equinor/fusion-framework/commit/e1a94c5a1df4ac2ec92ed25b75648397a3dbfa7b), [`e1a94c5`](https://github.com/equinor/fusion-framework/commit/e1a94c5a1df4ac2ec92ed25b75648397a3dbfa7b), [`0bc6b38`](https://github.com/equinor/fusion-framework/commit/0bc6b38e61c98a2f9dea7b55fa9983f268f860be)]:
584
- - @equinor/fusion-framework-module@5.0.4
585
- - @equinor/fusion-framework-module-msal@5.1.1
586
- - @equinor/fusion-framework-app@10.1.1
587
-
588
- ## 7.0.0
589
-
590
- ### Patch Changes
591
-
592
- - Updated dependencies [[`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295), [`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295)]:
593
- - @equinor/fusion-framework-module-app@7.0.0
594
- - @equinor/fusion-framework-module-msal@5.0.0
595
- - @equinor/fusion-framework-app@10.0.0
596
- - @equinor/fusion-framework-react@7.4.18
597
- - @equinor/fusion-framework-react-module-http@10.0.0
598
-
599
- ## 6.2.7
600
-
601
- ### Patch Changes
602
-
603
- - [#3322](https://github.com/equinor/fusion-framework/pull/3322) [`d362359`](https://github.com/equinor/fusion-framework/commit/d362359507e7c55f568ede09cc8e66feb197596a) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - Added `openReleaseNotes` flag for `useHelpCenter` hook in `@equinor/fusion-framework-react-app`
604
-
605
- ## 6.2.6
606
-
607
- ### Patch Changes
608
-
609
- - [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253) Thanks [@odinr](https://github.com/odinr)! - Refactored the `Bookmark` type to be an intersection of `BookmarkWithoutData` and an optional `payload` property, improving type safety and flexibility. Updated `useBookmarkNavigate` to use proper TypeScript typing for bookmark events.
610
-
611
- **Module Bookmark Changes:**
612
- - Refactored `Bookmark` type in `packages/modules/bookmark/src/types.ts`
613
- - Added export for `BookmarkProviderEvents` type in `packages/modules/bookmark/src/index.ts`
614
- - Updated JSDoc comment from `@note` to `@remarks` in `packages/modules/bookmark/src/BookmarkClient.ts`
615
- - Reordered tsconfig references (event before services)
616
-
617
- **React Changes:**
618
- - Updated `packages/react/modules/bookmark/src/portal/useBookmarkNavigate.ts` to use proper TypeScript typing for bookmark provider events
619
- - Removed React paths configuration from `packages/react/app/tsconfig.json`
620
-
621
- - 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)]:
622
- - @equinor/fusion-framework-module@5.0.0
623
- - @equinor/fusion-framework-module-app@6.1.17
624
- - @equinor/fusion-framework-module-msal@4.0.8
625
- - @equinor/fusion-framework-app@9.3.22
626
- - @equinor/fusion-framework-module-navigation@6.0.0
627
- - @equinor/fusion-framework-react@7.4.17
628
- - @equinor/fusion-framework-react-module@3.1.13
629
-
630
- ## 6.2.5
631
-
632
- ### Patch Changes
633
-
634
- - Updated dependencies []:
635
- - @equinor/fusion-framework-app@9.3.21
636
- - @equinor/fusion-framework-react@7.4.16
637
-
638
- ## 6.2.4
639
-
640
- ### Patch Changes
641
-
642
- - Updated dependencies []:
643
- - @equinor/fusion-framework-app@9.3.20
644
-
645
- ## 6.2.3
646
-
647
- ### Patch Changes
648
-
649
- - Updated dependencies []:
650
- - @equinor/fusion-framework-app@9.3.19
651
-
652
- ## 6.2.2
653
-
654
- ### Patch Changes
655
-
656
- - Updated dependencies []:
657
- - @equinor/fusion-framework-app@9.3.18
658
-
659
- ## 6.2.1
660
-
661
- ### Patch Changes
662
-
663
- - [#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
664
- - Updated package.json typesVersions.
665
- - Ensures backward compatibility with older node versions.
666
- - Ensured consistency with workspace and repository configuration.
667
-
668
- - Updated dependencies [[`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d)]:
669
- - @equinor/fusion-framework-module-navigation@5.0.3
670
- - @equinor/fusion-framework-react@7.4.15
671
- - @equinor/fusion-framework-module-msal@4.0.7
672
- - @equinor/fusion-framework-module-app@6.1.16
673
- - @equinor/fusion-framework-app@9.3.17
674
- - @equinor/fusion-framework-react-module-http@9.0.3
675
-
676
- ## 6.2.0
677
-
678
- ### Minor Changes
679
-
680
- - [#3039](https://github.com/equinor/fusion-framework/pull/3039) [`bfa2317`](https://github.com/equinor/fusion-framework/commit/bfa2317c1d23bd606fdbc2e9857b0be69b08e720) Thanks [@eikeland](https://github.com/eikeland)! - `@equinor/fusion-framework-react-app/fusion-apploader`
681
-
682
- [FusionApploader](#fusionapploader) component and [useFusionApploader](#usefusionapploader) is intended to be used to embed Fusion applications inside other Fusion application.
683
-
684
- > [!WARNING] > `FusionApploader` is an experimental poc.
685
- >
686
- > The embedded application will likely have issues with routing, context and other framework functionality, so use with care.
687
- >
688
- > Should only be used to embed 'simple' applications like **PowerBI** and **PowerApps**.
689
-
690
- ## FusionApploader
691
-
692
- React component for embeding a Fusion child application inside a parent Fusion application.
693
-
694
- Handles loading and error states, and mounts the child app's DOM element into a container div.
695
-
696
- If you need to customise the error and loading messages, then use the hook `useFusionApploader` and create your own component.
697
-
698
- ### Example usage
699
-
700
- ```typescript
701
- <FusionApploader appKey="my-app" />
702
- ```
703
-
704
- ## useFusionApploader
705
-
706
- A React hook for dynamically loading and mounting a Fusion child app inside a parent Fusion app. Handles loading state, error reporting, and provides a reference to the mounted app’s DOM element.
707
-
708
- ### Signature
709
-
710
- ```typescript
711
- useFusionApploader({ appKey }: { appKey: string }): {
712
- loading: boolean;
713
- error: Error | undefined;
714
- appRef: React.RefObject<HTMLDivElement | null>;
715
- }
716
- ```
717
-
718
- ### Parameters
719
-
720
- `appKey (string)`: The key of the Fusion app to load and mount.
721
-
722
- ### Returns
723
- - **loading** `(boolean)`: true while the app is loading.
724
- - **error** `(Error | undefined)`: Error object if loading fails, otherwise undefined.
725
- - **appRef** `(React.RefObject<HTMLDivElement | null>)`: Ref to the DOM element where the child app is mounted.
726
-
727
- ### Usage Example
728
-
729
- ```typescript
730
- import React, { useEffect, useRef } from "react";
731
- import { useFusionApploader } from "./useFusionAppLoader";
732
-
733
- const MyAppLoader = ({ appKey }: { appKey: string }) => {
734
- const wrapperRef = useRef<HTMLDivElement | null>(null);
735
- const { loading, error, appRef } = useFusionApploader({ appKey });
736
-
737
- useEffect(() => {
738
- if (wrapperRef.current && appRef.current) {
739
- wrapperRef.current.appendChild(appRef.current);
740
- }
741
- }, [appRef.current]);
742
-
743
- if (loading) return <div>Loading {appKey}...</div>;
744
- if (error)
745
- return (
746
- <div>
747
- Error loading {appKey}: {error.message}
748
- </div>
749
- );
750
-
751
- return <div ref={wrapperRef} />;
752
- };
753
- ```
754
-
755
- ### Notes
756
- - The hook is designed to be used in a parent Fusion app context.
757
- - The returned appRef should be appended to a container element in your component.
758
- - Handles subscription and cleanup automatically.
759
- - Useful for micro-frontend scenarios where apps are loaded dynamically.
760
-
761
- ## 6.1.7
762
-
763
- ### Patch Changes
764
-
765
- - Updated dependencies []:
766
- - @equinor/fusion-framework-module-app@6.1.15
767
- - @equinor/fusion-framework-react@7.4.14
768
- - @equinor/fusion-framework-app@9.3.16
769
-
770
- ## 6.1.6
771
-
772
- ### Patch Changes
773
-
774
- - Updated dependencies []:
775
- - @equinor/fusion-framework-module-app@6.1.14
776
- - @equinor/fusion-framework-react@7.4.13
777
- - @equinor/fusion-framework-app@9.3.15
778
-
779
- ## 6.1.5
780
-
781
- ### Patch Changes
782
-
783
- - Updated dependencies []:
784
- - @equinor/fusion-framework-app@9.3.14
785
- - @equinor/fusion-framework-react@7.4.12
786
-
787
- ## 6.1.4
788
-
789
- ### Patch Changes
790
-
791
- - [#3060](https://github.com/equinor/fusion-framework/pull/3060) [`35cbd12`](https://github.com/equinor/fusion-framework/commit/35cbd12b3ca6d42b0b8b6f8a40dd500fcd1e3672) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Add comments to the `useHelpCenter` hook
792
-
793
- ## 6.1.3
794
-
795
- ### Patch Changes
796
-
797
- - Updated dependencies [[`96bb1fb`](https://github.com/equinor/fusion-framework/commit/96bb1fb744d8dc2410e99fea6ca948d2d5489428)]:
798
- - @equinor/fusion-framework-module-navigation@5.0.2
799
- - @equinor/fusion-framework-module@4.4.2
800
- - @equinor/fusion-framework-module-app@6.1.13
801
- - @equinor/fusion-framework-react@7.4.11
802
- - @equinor/fusion-framework-app@9.3.13
803
- - @equinor/fusion-framework-module-msal@4.0.6
804
- - @equinor/fusion-framework-react-module@3.1.12
805
- - @equinor/fusion-framework-react-module-http@9.0.2
806
-
807
- ## 6.1.2
808
-
809
- ### Patch Changes
810
-
811
- - [#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
812
-
813
- - Updated dependencies [[`e49f916`](https://github.com/equinor/fusion-framework/commit/e49f9161557202df57248d02ade4d2ef50231bdc), [`c6af3a3`](https://github.com/equinor/fusion-framework/commit/c6af3a3c926fb245e9d056b506d47b8bf4f1efde)]:
814
- - @equinor/fusion-framework-module@4.4.1
815
- - @equinor/fusion-framework-module-navigation@5.0.1
816
- - @equinor/fusion-framework-react@7.4.10
817
- - @equinor/fusion-framework-module-msal@4.0.5
818
- - @equinor/fusion-framework-module-app@6.1.12
819
- - @equinor/fusion-framework-app@9.3.12
820
- - @equinor/fusion-framework-react-module@3.1.11
821
- - @equinor/fusion-framework-react-module-http@9.0.1
822
-
823
- ## 6.1.1
824
-
825
- ### Patch Changes
826
-
827
- - Updated dependencies [[`efd70a3`](https://github.com/equinor/fusion-framework/commit/efd70a34f734e0c155d3440e35ce4fa11a7abc42)]:
828
- - @equinor/fusion-framework-module@4.4.0
829
- - @equinor/fusion-framework-app@9.3.11
830
- - @equinor/fusion-framework-module-app@6.1.11
831
- - @equinor/fusion-framework-module-msal@4.0.4
832
- - @equinor/fusion-framework-module-navigation@5.0.0
833
- - @equinor/fusion-framework-react@7.4.9
834
- - @equinor/fusion-framework-react-module@3.1.10
835
- - @equinor/fusion-framework-react-module-http@9.0.0
836
-
837
- ## 6.1.0
838
-
839
- ### Minor Changes
840
-
841
- - [#3029](https://github.com/equinor/fusion-framework/pull/3029) [`a297265`](https://github.com/equinor/fusion-framework/commit/a29726554526a4feb6e41c6a9d9db5a4f2b01d3d) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Add `useHelpCenter` hook to programmatically be able to open help side sheet.
842
-
843
- ## 6.0.10
844
-
845
- ### Patch Changes
846
-
847
- - [#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
848
-
849
- - Updated dependencies [[`f53b60b`](https://github.com/equinor/fusion-framework/commit/f53b60b7805706ce7617e614f0ac0c24317a2e43)]:
850
- - @equinor/fusion-framework-module-navigation@4.0.10
851
- - @equinor/fusion-framework-react@7.4.8
852
- - @equinor/fusion-framework-module@4.3.8
853
- - @equinor/fusion-framework-module-msal@4.0.3
854
- - @equinor/fusion-framework-module-app@6.1.10
855
- - @equinor/fusion-framework-app@9.3.10
856
- - @equinor/fusion-framework-react-module@3.1.9
857
- - @equinor/fusion-framework-react-module-http@8.0.5
858
-
859
- ## 6.0.9
860
-
861
- ### Patch Changes
862
-
863
- - Updated dependencies []:
864
- - @equinor/fusion-framework-app@9.3.9
865
- - @equinor/fusion-framework-react@7.4.7
866
-
867
- ## 6.0.8
868
-
869
- ### Patch Changes
870
-
871
- - Updated dependencies []:
872
- - @equinor/fusion-framework-app@9.3.8
873
- - @equinor/fusion-framework-module-app@6.1.9
874
- - @equinor/fusion-framework-react@7.4.6
875
-
876
- ## 6.0.7
877
-
878
- ### Patch Changes
879
-
880
- - [#2955](https://github.com/equinor/fusion-framework/pull/2955) [`6f104e2`](https://github.com/equinor/fusion-framework/commit/6f104e2ed191e77c6127376e035bbf7af80f166b) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Add env to 'onReactAppLoaded' event
881
- - Prevent context provider change if app key is not current app for 'onReactAppLoaded'
882
- - Updated dependencies [[`5139102`](https://github.com/equinor/fusion-framework/commit/5139102838c30f73f3fcbc81fb6e78814f86445c)]:
883
- - @equinor/fusion-framework-react@7.4.5
884
- - @equinor/fusion-framework-app@9.3.7
885
- - @equinor/fusion-framework-module-app@6.1.8
886
- - @equinor/fusion-framework-react-module-http@8.0.4
887
-
888
- ## 6.0.6
889
-
890
- ### Patch Changes
891
-
892
- - Updated dependencies []:
893
- - @equinor/fusion-framework-app@9.3.6
894
- - @equinor/fusion-framework-react@7.4.4
895
-
896
- ## 6.0.5
897
-
898
- ### Patch Changes
899
-
900
- - Updated dependencies [[`e3de5fa`](https://github.com/equinor/fusion-framework/commit/e3de5fa01528705f8032f673bb03fe48ac97a152)]:
901
- - @equinor/fusion-framework-module-app@6.1.8
902
- - @equinor/fusion-framework-app@9.3.5
903
- - @equinor/fusion-framework-react@7.4.3
904
-
905
- ## 6.0.4
906
-
907
- ### Patch Changes
908
-
909
- - Updated dependencies [[`378f897`](https://github.com/equinor/fusion-framework/commit/378f89707a357d165b84ea82b74147b7f0d87f52)]:
910
- - @equinor/fusion-framework-module-app@6.1.7
911
- - @equinor/fusion-framework-app@9.3.4
912
- - @equinor/fusion-framework-react@7.4.3
913
-
914
- ## 6.0.3
915
-
916
- ### Patch Changes
917
-
918
- - [#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`
919
-
920
- - Updated dependencies [[`abb3560`](https://github.com/equinor/fusion-framework/commit/abb3560a22ad8830df19904272035458433f4237)]:
921
- - @equinor/fusion-framework-react-module@3.1.8
922
- - @equinor/fusion-framework-module-navigation@4.0.9
923
- - @equinor/fusion-framework-react-module-http@8.0.3
924
- - @equinor/fusion-framework-react@7.4.3
925
- - @equinor/fusion-framework-module@4.3.7
926
- - @equinor/fusion-framework-module-msal@4.0.2
927
- - @equinor/fusion-framework-module-app@6.1.6
928
- - @equinor/fusion-framework-app@9.3.3
929
-
930
- ## 6.0.2
931
-
932
- ### Patch Changes
933
-
934
- - Updated dependencies []:
935
- - @equinor/fusion-framework-app@9.3.2
936
- - @equinor/fusion-framework-react@7.4.2
937
-
938
- ## 6.0.1
939
-
940
- ### Patch Changes
941
-
942
- - [#2855](https://github.com/equinor/fusion-framework/pull/2855) [`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1) Thanks [@odinr](https://github.com/odinr)! - Conformed to Biome `linter.correctness.useExhaustiveDependencies`
943
-
944
- - [#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.
945
-
946
- - Updated dependencies [[`ba5d12e`](https://github.com/equinor/fusion-framework/commit/ba5d12eba0a38db412353765e997d02c1fbb478d), [`68b180c`](https://github.com/equinor/fusion-framework/commit/68b180c687ad1939d4f3df185c634f5046a55f63), [`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1), [`6efabb7`](https://github.com/equinor/fusion-framework/commit/6efabb7837a97319e976e122db855d8b88b031a6), [`1953dd2`](https://github.com/equinor/fusion-framework/commit/1953dd217d85fa4880856b2c97b6305fcbaf2e24), [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d)]:
947
- - @equinor/fusion-framework-module@4.3.6
948
- - @equinor/fusion-framework-module-app@6.1.5
949
- - @equinor/fusion-framework-module-navigation@4.0.8
950
- - @equinor/fusion-framework-react-module@3.1.7
951
- - @equinor/fusion-framework-module-msal@4.0.1
952
- - @equinor/fusion-framework-react@7.4.1
953
- - @equinor/fusion-framework-app@9.3.1
954
- - @equinor/fusion-framework-react-module-http@8.0.2
955
-
956
- ## 6.0.0
957
-
958
- ### Minor Changes
959
-
960
- - [#2814](https://github.com/equinor/fusion-framework/pull/2814) [`ea4b522`](https://github.com/equinor/fusion-framework/commit/ea4b5221b30719289fc947b5dbb0acd3ea52ffaa) Thanks [@odinr](https://github.com/odinr)! - Update implementation of hook `useToken` and `useAccessToken`, to consume new MSAL provider interface.
961
-
962
- ### Patch Changes
963
-
964
- - Updated dependencies [[`ea4b522`](https://github.com/equinor/fusion-framework/commit/ea4b5221b30719289fc947b5dbb0acd3ea52ffaa), [`4578b18`](https://github.com/equinor/fusion-framework/commit/4578b1835b70bd0869441c8fcf6d188f6440f192), [`ea4b522`](https://github.com/equinor/fusion-framework/commit/ea4b5221b30719289fc947b5dbb0acd3ea52ffaa), [`ea4b522`](https://github.com/equinor/fusion-framework/commit/ea4b5221b30719289fc947b5dbb0acd3ea52ffaa)]:
965
- - @equinor/fusion-framework-module-msal@4.0.0
966
- - @equinor/fusion-framework-app@9.3.0
967
- - @equinor/fusion-framework-react@7.4.0
968
- - @equinor/fusion-framework-module-app@6.1.4
969
- - @equinor/fusion-framework-react-module-http@8.0.1
970
-
971
- ## 5.5.4
972
-
973
- ### Patch Changes
974
-
975
- - Updated dependencies []:
976
- - @equinor/fusion-framework-module-app@6.1.4
977
- - @equinor/fusion-framework-react@7.3.8
978
- - @equinor/fusion-framework-app@9.2.3
979
-
980
- ## 5.5.3
981
-
982
- ### Patch Changes
983
-
984
- - [#2687](https://github.com/equinor/fusion-framework/pull/2687) [`22219ab`](https://github.com/equinor/fusion-framework/commit/22219ab3c07b5578c48a012632fe16d9a823a3bf) Thanks [@odinr](https://github.com/odinr)! - - Added hook for using theme in ag-grid
985
- - Fixed issue with export types of bookmarks
986
-
987
- ## 5.5.2
988
-
989
- ### Patch Changes
990
-
991
- - Updated dependencies [[`50a8966`](https://github.com/equinor/fusion-framework/commit/50a8966d64544a34b386307b690e0ecbf8baaead)]:
992
- - @equinor/fusion-framework-app@9.2.2
993
-
994
- ## 5.5.1
995
-
996
- ### Patch Changes
997
-
998
- - Updated dependencies []:
999
- - @equinor/fusion-framework-app@9.2.1
1000
- - @equinor/fusion-framework-module-app@6.1.3
1001
- - @equinor/fusion-framework-react@7.3.7
1002
-
1003
- ## 5.5.0
1004
-
1005
- ### Minor Changes
1006
-
1007
- - [#2691](https://github.com/equinor/fusion-framework/pull/2691) [`6ead547`](https://github.com/equinor/fusion-framework/commit/6ead547b869cd8a431876e4316c18cb98094a6fb) Thanks [@odinr](https://github.com/odinr)! - Added a enabler function for application to use bookmark module
1008
-
1009
- ### Patch Changes
1010
-
1011
- - Updated dependencies [[`83a7ee9`](https://github.com/equinor/fusion-framework/commit/83a7ee971785343bccedc2d72cc02486193615af), [`6ead547`](https://github.com/equinor/fusion-framework/commit/6ead547b869cd8a431876e4316c18cb98094a6fb)]:
1012
- - @equinor/fusion-framework-module-app@6.1.3
1013
- - @equinor/fusion-framework-app@9.2.0
1014
- - @equinor/fusion-framework-react@7.3.6
1015
-
1016
- ## 5.4.2
1017
-
1018
- ### Patch Changes
1019
-
1020
- - Updated dependencies [[`add2e98`](https://github.com/equinor/fusion-framework/commit/add2e98d23e683a801729e9af543cfa15c574e27)]:
1021
- - @equinor/fusion-framework-module-app@6.1.2
1022
- - @equinor/fusion-framework-app@9.1.17
1023
- - @equinor/fusion-framework-react@7.3.5
1024
-
1025
- ## 5.4.1
1026
-
1027
- ### Patch Changes
1028
-
1029
- - Updated dependencies [[`59ab642`](https://github.com/equinor/fusion-framework/commit/59ab6424f3ce80649f42ddb6804b46f6789607ba)]:
1030
- - @equinor/fusion-framework-module-app@6.1.1
1031
- - @equinor/fusion-framework-app@9.1.16
1032
- - @equinor/fusion-framework-react@7.3.4
1033
-
1034
- ## 5.4.0
1035
-
1036
- ### Minor Changes
1037
-
1038
- - [#2577](https://github.com/equinor/fusion-framework/pull/2577) [`c3ba9f1`](https://github.com/equinor/fusion-framework/commit/c3ba9f109d9f96d6dc6ee2f0ddac00c8b3090982) Thanks [@eikeland](https://github.com/eikeland)! - #### Changes:
1039
- 1. **AppClient.ts**
1040
- - Added `updateAppSettings` method to set app settings by appKey.
1041
- 2. **AppModuleProvider.ts**
1042
- - Added `updateAppSettings` method to update app settings.
1043
- 3. **App.ts**
1044
- - Added `updateSettings` and `updateSettingsAsync` methods to set app settings.
1045
- - Added effects to monitor and dispatch events for settings updates.
1046
- 4. **actions.ts**
1047
- - Added `updateSettings` async action for updating settings.
1048
- 5. **create-reducer.ts**
1049
- - Added reducer case for `updateSettings.success` to update state settings.
1050
- 6. **create-state.ts**
1051
- - Added `handleUpdateSettings` flow to handle updating settings.
1052
- 7. **events.ts**
1053
- - Added new events: `onAppSettingsUpdate`, `onAppSettingsUpdated`, and `onAppSettingsUpdateFailure`.
1054
- 8. **flows.ts**
1055
- - Added `handleUpdateSettings` flow to handle the set settings action.
1056
- 9. **package.json**
1057
- - Added `settings` entry to exports and types.
1058
- 10. **index.ts**
1059
- - Created new file to export `useAppSettings`.
1060
- 11. **useAppSettings.ts**
1061
- - Created new hook for handling app settings.
1062
- 12. **app-proxy-plugin.ts**
1063
- - Add conditional handler for persons/me/appKey/settings to prevent matching against appmanifest path
1064
-
1065
- ### Patch Changes
1066
-
1067
- - Updated dependencies [[`c3ba9f1`](https://github.com/equinor/fusion-framework/commit/c3ba9f109d9f96d6dc6ee2f0ddac00c8b3090982), [`c3ba9f1`](https://github.com/equinor/fusion-framework/commit/c3ba9f109d9f96d6dc6ee2f0ddac00c8b3090982)]:
1068
- - @equinor/fusion-framework-module-app@6.1.0
1069
- - @equinor/fusion-framework-app@9.1.15
1070
- - @equinor/fusion-framework-react@7.3.3
1071
-
1072
- ## 5.3.1
1073
-
1074
- ### Patch Changes
1075
-
1076
- - Updated dependencies []:
1077
- - @equinor/fusion-framework-app@9.1.14
1078
- - @equinor/fusion-framework-react@7.3.3
1079
- - @equinor/fusion-framework-module-app@6.0.3
1080
-
1081
- ## 5.3.0
1082
-
1083
- ### Minor Changes
1084
-
1085
- - [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - Updated bookmark namespace in `@equinor/fusion-react-app` to include new hooks and updated `useCurrentBookmark` hook.
1086
- - Updated `index.ts` to re-export everything from `@equinor/fusion-framework-react-module-bookmark` instead of individual exports.
1087
- - Marked `useBookmark` as deprecated in `useBookmark.ts`.
1088
- - Enhanced `useCurrentBookmark` in `useCurrentBookmark.ts` to accept a `BookmarkPayloadGenerator` and use the `BookmarkModule` from `useAppModule`.
1089
-
1090
- **NOTE**: This change is backwards compatible and should not require any changes in consuming applications.
1091
- **NOTE**: `useBookmark` will be removed in the next major version. Please use providers and hooks from `@equinor/fusion-framework-react-module-bookmark` instead.
1092
-
1093
- ### Patch Changes
1094
-
1095
- - Updated dependencies []:
1096
- - @equinor/fusion-framework-app@9.1.13
1097
- - @equinor/fusion-framework-react@7.3.2
1098
-
1099
- ## 5.2.12
1100
-
1101
- ### Patch Changes
1102
-
1103
- - Updated dependencies []:
1104
- - @equinor/fusion-framework-app@9.1.12
1105
- - @equinor/fusion-framework-react@7.3.1
1106
- - @equinor/fusion-framework-module-app@6.0.2
1107
-
1108
- ## 5.2.11
1109
-
1110
- ### Patch Changes
1111
-
1112
- - Updated dependencies [[`248ee1f`](https://github.com/equinor/fusion-framework/commit/248ee1f83978a158dfb88dd47d8e8bcaac0e3574)]:
1113
- - @equinor/fusion-framework-module-app@6.0.1
1114
- - @equinor/fusion-framework-app@9.1.11
1115
- - @equinor/fusion-framework-react@7.3.0
1116
-
1117
- ## 5.2.10
1118
-
1119
- ### Patch Changes
1120
-
1121
- - [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Adjusted module to the new app service API.
1122
-
1123
- > [!WARNING]
1124
- > This will introduce breaking changes to the configuration of `AppConfigurator.client`.
1125
-
1126
- **Added**
1127
- - Introduced `AppClient` class to handle application manifest and configuration queries.
1128
- - Added `zod` to validate the application manifest.
1129
-
1130
- **Changed**
1131
- - Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations.
1132
- - Modified `AppConfigurator` to utilize `AppClient` for client configuration.
1133
- - Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`.
1134
-
1135
- **Migration**
1136
-
1137
- before:
1138
-
1139
- ```ts
1140
- configurator.setClient({
1141
- getAppManifest: {
1142
- client: {
1143
- fn: ({ appKey }) => httpClient.json$<ApiApp>(`/apps/${appKey}`),
1144
- },
1145
- key: ({ appKey }) => appKey,
1146
- },
1147
- getAppManifests: {
1148
- client: {
1149
- fn: () => httpClient.json$<ApiApp[]>(`/apps`),
1150
- },
1151
- key: () => `all-apps`,
1152
- },
1153
- getAppConfig: {
1154
- client: {
1155
- fn: ({ appKey }) => httpClient.json$<ApiApp>(`/apps/${appKey}/config`),
1156
- },
1157
- key: ({ appKey }) => appKey,
1158
- },
1159
- });
1160
- ```
1161
-
1162
- after:
1163
-
1164
- ```ts
1165
- import { AppClient } from `@equinor/fusion-framework-module-app`;
1166
- configurator.setClient(new AppClient());
1167
- ```
1168
-
1169
- custom client implementation:
1170
-
1171
- ```ts
1172
- import { AppClient } from `@equinor/fusion-framework-module-app`;
1173
- class CustomAppClient implements IAppClient { ... }
1174
- configurator.setClient(new CustomAppClient());
1175
- ```
1176
-
1177
- - Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]:
1178
- - @equinor/fusion-framework-module-app@6.0.0
1179
- - @equinor/fusion-framework-react@7.3.0
1180
- - @equinor/fusion-framework-app@9.1.10
1181
-
1182
- ## 5.2.9
1183
-
1184
- ### Patch Changes
1185
-
1186
- - Updated dependencies []:
1187
- - @equinor/fusion-framework-app@9.1.9
1188
- - @equinor/fusion-framework-module-app@5.3.11
1189
- - @equinor/fusion-framework-react-module-http@8.0.0
1190
- - @equinor/fusion-framework-react@7.2.3
1191
-
1192
- ## 5.2.8
1193
-
1194
- ### Patch Changes
1195
-
1196
- - Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]:
1197
- - @equinor/fusion-framework-module@4.3.5
1198
- - @equinor/fusion-framework-app@9.1.8
1199
- - @equinor/fusion-framework-module-app@5.3.11
1200
- - @equinor/fusion-framework-react-module-http@7.0.0
1201
- - @equinor/fusion-framework-module-msal@3.1.5
1202
- - @equinor/fusion-framework-module-navigation@4.0.7
1203
- - @equinor/fusion-framework-react@7.2.2
1204
- - @equinor/fusion-framework-react-module@3.1.6
1205
-
1206
- ## 5.2.7
1207
-
1208
- ### Patch Changes
1209
-
1210
- - Updated dependencies [[`80cc4e9`](https://github.com/equinor/fusion-framework/commit/80cc4e95a8f2dd8e8aae9752412faefdb457e9e2)]:
1211
- - @equinor/fusion-framework-module-navigation@4.0.6
1212
- - @equinor/fusion-framework-module-app@5.3.11
1213
- - @equinor/fusion-framework-react@7.2.1
1214
- - @equinor/fusion-framework-app@9.1.7
1215
-
1216
- ## 5.2.6
1217
-
1218
- ### Patch Changes
1219
-
1220
- - Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9), [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]:
1221
- - @equinor/fusion-framework-module@4.3.4
1222
- - @equinor/fusion-framework-react@7.2.0
1223
- - @equinor/fusion-framework-app@9.1.6
1224
- - @equinor/fusion-framework-module-app@5.3.10
1225
- - @equinor/fusion-framework-module-msal@3.1.4
1226
- - @equinor/fusion-framework-module-navigation@4.0.5
1227
- - @equinor/fusion-framework-react-module@3.1.5
1228
- - @equinor/fusion-framework-react-module-http@6.0.3
1229
-
1230
- ## 5.2.5
1231
-
1232
- ### Patch Changes
1233
-
1234
- - Updated dependencies [[`1a215c4`](https://github.com/equinor/fusion-framework/commit/1a215c45c97d2dfdc8127dc752ec21951bb048be), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]:
1235
- - @equinor/fusion-framework-module-navigation@4.0.4
1236
- - @equinor/fusion-framework-module@4.3.3
1237
- - @equinor/fusion-framework-module-app@5.3.9
1238
- - @equinor/fusion-framework-react@7.1.4
1239
- - @equinor/fusion-framework-app@9.1.5
1240
- - @equinor/fusion-framework-react-module-http@6.0.2
1241
- - @equinor/fusion-framework-module-msal@3.1.3
1242
- - @equinor/fusion-framework-react-module@3.1.4
1243
-
1244
- ## 5.2.4
1245
-
1246
- ### Patch Changes
1247
-
1248
- - Updated dependencies []:
1249
- - @equinor/fusion-framework-app@9.1.4
1250
- - @equinor/fusion-framework-module-app@5.3.8
1251
- - @equinor/fusion-framework-react@7.1.3
1252
-
1253
- ## 5.2.3
1254
-
1255
- ### Patch Changes
1256
-
1257
- - [#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
1258
-
1259
- - [#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.
1260
-
1261
- Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
1262
- 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
1263
- 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
1264
- 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
1265
-
1266
- 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.
1267
-
1268
- Before:
1269
-
1270
- ```json
1271
- {
1272
- "compilerOptions": {
1273
- "module": "ES2022",
1274
- "target": "ES6",
1275
- "incremental": true,
1276
- "removeComments": true,
1277
- "preserveConstEnums": true,
1278
- "sourceMap": true,
1279
- "moduleResolution": "node"
1280
- }
1281
- }
1282
- ```
1283
-
1284
- After:
1285
-
1286
- ```json
1287
- {
1288
- "compilerOptions": {
1289
- "module": "ES2022",
1290
- "target": "ES6",
1291
- "incremental": true,
1292
- "preserveConstEnums": true,
1293
- "sourceMap": true,
1294
- "moduleResolution": "node"
1295
- }
1296
- }
1297
- ```
1298
-
1299
- This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
1300
-
1301
- - Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
1302
- - @equinor/fusion-framework-module@4.3.2
1303
- - @equinor/fusion-framework-react-module@3.1.3
1304
- - @equinor/fusion-framework-module-navigation@4.0.3
1305
- - @equinor/fusion-framework-react-module-http@6.0.1
1306
- - @equinor/fusion-framework-react@7.1.2
1307
- - @equinor/fusion-framework-module-msal@3.1.2
1308
- - @equinor/fusion-framework-module-app@5.3.8
1309
- - @equinor/fusion-framework-app@9.1.3
1310
-
1311
- ## 5.2.2
1312
-
1313
- ### Patch Changes
1314
-
1315
- - Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb), [`da9dd83`](https://github.com/equinor/fusion-framework/commit/da9dd83c9352def5365b6c962dc8443589ac9526)]:
1316
- - @equinor/fusion-framework-module-app@5.3.7
1317
- - @equinor/fusion-framework-react@7.1.1
1318
- - @equinor/fusion-framework-app@9.1.2
1319
-
1320
- ## 5.2.1
1321
-
1322
- ### Patch Changes
1323
-
1324
- - Updated dependencies [[`b8d52ad`](https://github.com/equinor/fusion-framework/commit/b8d52adb2ca1f9857c672a3deb774409ff2bdb37)]:
1325
- - @equinor/fusion-framework-app@9.1.1
1326
-
1327
- ## 5.2.0
1328
-
1329
- ### Minor Changes
1330
-
1331
- - [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - If you were previously using the `blob` or `blob# Change Log methods from the `IHttpClient`and expecting a`Blob`result, you must now use the new`BlobResult` type, which includes the filename (if available) and the blob data.
1332
-
1333
- **Migration Guide:**
1334
-
1335
- ```typescript
1336
- // Before
1337
- const blob = await httpClient.blob("/path/to/blob");
1338
- console.log(blob); // Blob instance
1339
-
1340
- // After
1341
- const blobResult = await httpClient.blob<Blob>("/path/to/blob");
1342
- console.log(blobResult.filename); // 'example.pdf'
1343
- console.log(blobResult.blob); // Blob instance
1344
- ```
1345
-
1346
- ### Patch Changes
1347
-
1348
- - Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]:
1349
- - @equinor/fusion-framework-app@9.1.0
1350
- - @equinor/fusion-framework-react@7.1.0
1351
- - @equinor/fusion-framework-module-app@5.3.6
1352
- - @equinor/fusion-framework-react-module-http@6.0.0
1353
-
1354
- ## 5.1.0
1355
-
1356
- ### Minor Changes
1357
-
1358
- - [#2180](https://github.com/equinor/fusion-framework/pull/2180) [`060a1aa`](https://github.com/equinor/fusion-framework/commit/060a1aa7f4f2ce6b1ddef527a219bf267e488500) Thanks [@odinr](https://github.com/odinr)! - ## @equinor/fusion-react
1359
-
1360
- ### What changed?
1361
-
1362
- The `useAppEnvironmentVariables` hook has been added to the `@equinor/fusion-react` package.
1363
- This hook provides access to the application's environment variables, which are retrieved from the app module provided by the framework.
1364
-
1365
- ### Why the change?
1366
-
1367
- Previously, there was no built-in way to access the application's environment variables from the React components.
1368
- This new hook fills that gap, making it easier for developers to retrieve and use the environment configuration in their applications.
1369
-
1370
- ### How to use the new feature
1371
-
1372
- To use the `useAppEnvironmentVariables` hook, simply import it and call it in your React component:
1373
-
1374
- ```typescript
1375
- import { useAppEnvironmentVariables } from "@equinor/fusion-react";
1376
-
1377
- const MyComponent = () => {
1378
- const env = useAppEnvironmentVariables<{ API_URL: string }>();
1379
-
1380
- if (!env.complete) {
1381
- return <div>Loading environment variables...</div>;
1382
- }
1383
-
1384
- if (env.error) {
1385
- return <div>Error loading environment variables</div>;
1386
- }
1387
-
1388
- return (
1389
- <div>My environment variables: {JSON.stringify(env.value, null, 2)}</div>
1390
- );
1391
- };
1392
- ```
1393
-
1394
- The hook returns an observable state object that represents the current environment configuration.
1395
- The `value` property of this object contains the environment variables, which can be typed using a generic type parameter.
1396
-
1397
- If the environment configuration is not yet available (e.g., during the initial load), the `complete` property will be `false`.
1398
- If there was an error retrieving the configuration, the `error` property will be set.
1399
-
1400
- ### Migration guide
1401
-
1402
- There are no breaking changes introduced with this feature. Developers can start using the `useAppEnvironmentVariables` hook immediately to access their application's environment variables.
1403
-
1404
- ### Patch Changes
1405
-
1406
- - Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]:
1407
- - @equinor/fusion-framework-module@4.3.1
1408
- - @equinor/fusion-framework-app@9.0.9
1409
- - @equinor/fusion-framework-module-app@5.3.5
1410
- - @equinor/fusion-framework-module-msal@3.1.1
1411
- - @equinor/fusion-framework-module-navigation@4.0.2
1412
- - @equinor/fusion-framework-react@7.0.8
1413
- - @equinor/fusion-framework-react-module@3.1.2
1414
- - @equinor/fusion-framework-react-module-http@5.0.4
1415
-
1416
- ## 5.0.11
1417
-
1418
- ### Patch Changes
1419
-
1420
- - Updated dependencies []:
1421
- - @equinor/fusion-framework-module-app@5.3.4
1422
- - @equinor/fusion-framework-app@9.0.8
1423
- - @equinor/fusion-framework-react@7.0.7
1424
-
1425
- ## 5.0.10
1426
-
1427
- ### Patch Changes
1428
-
1429
- - Updated dependencies []:
1430
- - @equinor/fusion-framework-module-app@5.3.3
1431
- - @equinor/fusion-framework-app@9.0.7
1432
- - @equinor/fusion-framework-react@7.0.6
1433
-
1434
- ## 5.0.9
1435
-
1436
- ### Patch Changes
1437
-
1438
- - [#2096](https://github.com/equinor/fusion-framework/pull/2096) [`0f95a74`](https://github.com/equinor/fusion-framework/commit/0f95a74b78cb5e86bc14c4a0f1f1715415746ef5) Thanks [@odinr](https://github.com/odinr)! - update documentation
1439
-
1440
- - Updated dependencies [[`0f95a74`](https://github.com/equinor/fusion-framework/commit/0f95a74b78cb5e86bc14c4a0f1f1715415746ef5)]:
1441
- - @equinor/fusion-framework-module-navigation@4.0.1
1442
- - @equinor/fusion-framework-module-app@5.3.2
1443
- - @equinor/fusion-framework-app@9.0.6
1444
- - @equinor/fusion-framework-react@7.0.5
1445
-
1446
- ## 5.0.8
1447
-
1448
- ### Patch Changes
1449
-
1450
- - Updated dependencies []:
1451
- - @equinor/fusion-framework-app@9.0.5
1452
- - @equinor/fusion-framework-module-app@5.3.1
1453
- - @equinor/fusion-framework-react-module-http@5.0.3
1454
- - @equinor/fusion-framework-react@7.0.4
1455
-
1456
- ## 5.0.7
1457
-
1458
- ### Patch Changes
1459
-
1460
- - Updated dependencies []:
1461
- - @equinor/fusion-framework-module-app@5.3.1
1462
- - @equinor/fusion-framework-react@7.0.3
1463
- - @equinor/fusion-framework-app@9.0.4
1464
-
1465
- ## 5.0.6
1466
-
1467
- ### Patch Changes
1468
-
1469
- - Updated dependencies []:
1470
- - @equinor/fusion-framework-app@9.0.3
1471
- - @equinor/fusion-framework-module-app@5.3.0
1472
- - @equinor/fusion-framework-react-module-http@5.0.2
1473
- - @equinor/fusion-framework-react@7.0.2
1474
-
1475
- ## 5.0.5
1476
-
1477
- ### Patch Changes
1478
-
1479
- - Updated dependencies [[`036ec15`](https://github.com/equinor/fusion-framework/commit/036ec151ace9c051ded41798ab94b8ee5e3d4461)]:
1480
- - @equinor/fusion-framework-app@9.0.2
1481
-
1482
- ## 5.0.4
1483
-
1484
- ### Patch Changes
1485
-
1486
- - [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation.
1487
-
1488
- - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
1489
- - @equinor/fusion-framework-react-module@3.1.1
1490
- - @equinor/fusion-framework-react@7.0.1
1491
- - @equinor/fusion-framework-app@9.0.1
1492
- - @equinor/fusion-framework-react-module-http@5.0.1
1493
- - @equinor/fusion-framework-module-app@5.3.0
1494
-
1495
- ## 5.0.3
1496
-
1497
- ### Patch Changes
1498
-
1499
- - [#1963](https://github.com/equinor/fusion-framework/pull/1963) [`e0b95f1`](https://github.com/equinor/fusion-framework/commit/e0b95f1879ecfc108987073a58c3c3150c156aa8) Thanks [@eikeland](https://github.com/eikeland)! - Fixes type exports in package
1500
-
1501
- ## 5.0.0
1502
-
1503
- ### Minor Changes
1504
-
1505
- - [#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
1506
-
1507
- ### Patch Changes
1508
-
1509
- - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
1510
- - @equinor/fusion-framework-module@4.3.0
1511
- - @equinor/fusion-framework-react-module@3.1.0
1512
- - @equinor/fusion-framework-module-navigation@4.0.0
1513
- - @equinor/fusion-framework-react-module-http@5.0.0
1514
- - @equinor/fusion-framework-react@7.0.0
1515
- - @equinor/fusion-framework-module-msal@3.1.0
1516
- - @equinor/fusion-framework-module-app@5.3.0
1517
- - @equinor/fusion-framework-app@9.0.0
1518
-
1519
- ## 4.3.8
1520
-
1521
- ### Patch Changes
1522
-
1523
- - Updated dependencies []:
1524
- - @equinor/fusion-framework-app@8.1.4
1525
- - @equinor/fusion-framework-react@6.0.5
1526
-
1527
- ## 4.3.7
1528
-
1529
- ### Patch Changes
1530
-
1531
- - Updated dependencies [[`2acd475`](https://github.com/equinor/fusion-framework/commit/2acd47532fe680f498fdf7229309cddb2594e391)]:
1532
- - @equinor/fusion-framework-module-app@5.2.14
1533
- - @equinor/fusion-framework-app@8.1.3
1534
- - @equinor/fusion-framework-react@6.0.4
1535
-
1536
- ## 4.3.6
1537
-
1538
- ### Patch Changes
1539
-
1540
- - Updated dependencies []:
1541
- - @equinor/fusion-framework-react@6.0.3
1542
- - @equinor/fusion-framework-app@8.1.2
1543
-
1544
- ## 4.3.5
1545
-
1546
- ### Patch Changes
1547
-
1548
- - [#1852](https://github.com/equinor/fusion-framework/pull/1852) [`bdc50b0`](https://github.com/equinor/fusion-framework/commit/bdc50b035b9c20301105d17509937ff3d91ea027) Thanks [@odinr](https://github.com/odinr)! - chore: add missing exported type
1549
-
1550
- ## 4.3.4
1551
-
1552
- ### Patch Changes
1553
-
1554
- - [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Exposing Widget for app development.
1555
-
1556
- ## 4.3.3
1557
-
1558
- ### Patch Changes
1559
-
1560
- - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3), [`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
1561
- - @equinor/fusion-framework-react@6.0.2
1562
- - @equinor/fusion-framework-module@4.2.7
1563
- - @equinor/fusion-framework-app@8.1.1
1564
- - @equinor/fusion-framework-module-app@5.2.13
1565
- - @equinor/fusion-framework-module-msal@3.0.10
1566
- - @equinor/fusion-framework-module-navigation@3.1.4
1567
- - @equinor/fusion-framework-react-module@3.0.8
1568
- - @equinor/fusion-framework-react-module-http@4.0.6
1569
-
1570
- ## 4.3.2
1571
-
1572
- ### Patch Changes
1573
-
1574
- - [#1781](https://github.com/equinor/fusion-framework/pull/1781) [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9) Thanks [@odinr](https://github.com/odinr)! - Added functionality for enabling feature flagging
1575
-
1576
- ```ts
1577
- import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
1578
- enableFeatureFlag(confgurator, [{
1579
- id: 'my-flag',
1580
- title: 'My flag'
1581
- }])
1582
- ```
1583
-
1584
- the user still needs to install `@equinor/fusion-framework-module-feature-flag`
1585
-
1586
- - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
1587
- - @equinor/fusion-framework-app@8.1.0
1588
-
1589
- ## 4.3.1
1590
-
1591
- ### Patch Changes
1592
-
1593
- - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
1594
- - @equinor/fusion-framework-module-app@5.2.13
1595
- - @equinor/fusion-framework-react@6.0.1
1596
- - @equinor/fusion-framework-app@8.0.1
1597
-
1598
- ## 4.3.0
1599
-
1600
- ### Minor Changes
1601
-
1602
- - [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - refactor hook for accessing feature flags
1603
-
1604
- > [!IMPORTANT]
1605
- > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
1606
-
1607
- > [!CAUTION] > `@equinor/fusion-framework-react-app/feature-flag` will only return `useFeature`, since we don not see any scenario which an application would need to access multiple.
1608
- > We might add `useFeatures` if the should be an use-case
1609
-
1610
- ### Patch Changes
1611
-
1612
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
1613
- - @equinor/fusion-framework-app@8.0.0
1614
- - @equinor/fusion-framework-react@6.0.0
1615
-
1616
- ## 4.2.1
1617
-
1618
- ### Patch Changes
1619
-
1620
- - [#1215](https://github.com/equinor/fusion-framework/pull/1215) [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d) Thanks [@odinr](https://github.com/odinr)! - Adding PersonSidesheet to cli with featuretoggler
1621
-
1622
- - Updated dependencies []:
1623
- - @equinor/fusion-framework-react@5.3.9
1624
-
1625
- ## 4.2.0
1626
-
1627
- ### Minor Changes
1628
-
1629
- - [#1646](https://github.com/equinor/fusion-framework/pull/1646) [`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1) Thanks [@odinr](https://github.com/odinr)! - Created namespace for MSAL:
1630
- - Created hooks for accessing current authenticated account
1631
- - Created hooks for acquiring token
1632
- - Created hooks for acquiring access token
1633
-
1634
- ### Patch Changes
1635
-
1636
- - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
1637
- - @equinor/fusion-framework-module-msal@3.0.9
1638
- - @equinor/fusion-framework-app@7.1.15
1639
- - @equinor/fusion-framework-module-app@5.2.12
1640
- - @equinor/fusion-framework-react@5.3.8
1641
- - @equinor/fusion-framework-react-module-http@4.0.5
1642
-
1643
- ## 4.1.19
1644
-
1645
- ### Patch Changes
1646
-
1647
- - Updated dependencies []:
1648
- - @equinor/fusion-framework-app@7.1.14
1649
- - @equinor/fusion-framework-module-app@5.2.12
1650
- - @equinor/fusion-framework-react-module-http@4.0.4
1651
- - @equinor/fusion-framework-react@5.3.7
1652
-
1653
- ## 4.1.18
1654
-
1655
- ### Patch Changes
1656
-
1657
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
1658
- - @equinor/fusion-framework-react-module-http@4.0.3
1659
- - @equinor/fusion-framework-app@7.1.13
1660
- - @equinor/fusion-framework-module-app@5.2.12
1661
- - @equinor/fusion-framework-react@5.3.6
1662
-
1663
- ## 4.1.17
1664
-
1665
- ### Patch Changes
1666
-
1667
- - Updated dependencies []:
1668
- - @equinor/fusion-framework-module-app@5.2.12
1669
- - @equinor/fusion-framework-react@5.3.5
1670
- - @equinor/fusion-framework-app@7.1.12
1671
-
1672
- ## 4.1.16
1673
-
1674
- ### Patch Changes
1675
-
1676
- - [#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
1677
-
1678
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
1679
- - @equinor/fusion-framework-module-navigation@3.1.3
1680
- - @equinor/fusion-framework-react@5.3.4
1681
- - @equinor/fusion-framework-module@4.2.6
1682
- - @equinor/fusion-framework-module-app@5.2.11
1683
- - @equinor/fusion-framework-app@7.1.11
1684
- - @equinor/fusion-framework-react-module@3.0.7
1685
- - @equinor/fusion-framework-react-module-http@4.0.2
1686
-
1687
- ## 4.1.15
1688
-
1689
- ### Patch Changes
1690
-
1691
- - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
1692
- - @equinor/fusion-framework-module-app@5.2.10
1693
- - @equinor/fusion-framework-app@7.1.10
1694
- - @equinor/fusion-framework-react@5.3.3
1695
-
1696
- ## 4.1.14
1697
-
1698
- ### Patch Changes
1699
-
1700
- - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
1701
- - @equinor/fusion-framework-module-app@5.2.9
1702
- - @equinor/fusion-framework-app@7.1.9
1703
- - @equinor/fusion-framework-react@5.3.3
1704
-
1705
- ## 4.1.13
1706
-
1707
- ### Patch Changes
1708
-
1709
- - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
1710
- - @equinor/fusion-framework-module-navigation@3.1.2
1711
-
1712
- ## 4.1.12
1713
-
1714
- ### Patch Changes
1715
-
1716
- - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
1717
- - @equinor/fusion-framework-module-navigation@3.1.1
1718
-
1719
- ## 4.1.11
1720
-
1721
- ### Patch Changes
1722
-
1723
- - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
1724
- - @equinor/fusion-framework-module-navigation@3.1.0
1725
-
1726
- ## 4.1.10
1727
-
1728
- ### Patch Changes
1729
-
1730
- - Updated dependencies []:
1731
- - @equinor/fusion-framework-module-app@5.2.8
1732
- - @equinor/fusion-framework-app@7.1.8
1733
- - @equinor/fusion-framework-react@5.3.3
1734
-
1735
- ## 4.1.9
1736
-
1737
- ### Patch Changes
1738
-
1739
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
1740
- - @equinor/fusion-framework-module-app@5.2.7
1741
- - @equinor/fusion-framework-app@7.1.7
1742
- - @equinor/fusion-framework-react@5.3.2
1743
-
1744
- ## 4.1.8
1745
-
1746
- ### Patch Changes
1747
-
1748
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
1749
-
1750
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
1751
- - @equinor/fusion-framework-app@7.1.6
1752
- - @equinor/fusion-framework-module-app@5.2.6
1753
- - @equinor/fusion-framework-module@4.2.5
1754
- - @equinor/fusion-framework-module-navigation@3.0.6
1755
- - @equinor/fusion-framework-react@5.3.1
1756
- - @equinor/fusion-framework-react-module-http@4.0.1
1757
- - @equinor/fusion-framework-react-module@3.0.6
1758
-
1759
- ## 4.1.7
1760
-
1761
- ### Patch Changes
1762
-
1763
- - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
1764
- - @equinor/fusion-framework-react@5.3.0
1765
- - @equinor/fusion-framework-app@7.1.5
1766
- - @equinor/fusion-framework-module-app@5.2.5
1767
- - @equinor/fusion-framework-react-module-http@4.0.0
1768
-
1769
- ## 4.1.6
1770
-
1771
- ### Patch Changes
1772
-
1773
- - Updated dependencies []:
1774
- - @equinor/fusion-framework-module-app@5.2.4
1775
- - @equinor/fusion-framework-app@7.1.4
1776
- - @equinor/fusion-framework-react@5.2.7
1777
-
1778
- ## 4.1.5
1779
-
1780
- ### Patch Changes
1781
-
1782
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
1783
- - @equinor/fusion-framework-module@4.2.4
1784
- - @equinor/fusion-framework-module-app@5.2.4
1785
- - @equinor/fusion-framework-react@5.2.6
1786
- - @equinor/fusion-framework-app@7.1.3
1787
- - @equinor/fusion-framework-module-navigation@3.0.5
1788
- - @equinor/fusion-framework-react-module@3.0.5
1789
- - @equinor/fusion-framework-react-module-http@3.0.5
1790
-
1791
- ## 4.1.4
1792
-
1793
- ### Patch Changes
1794
-
1795
- - Updated dependencies []:
1796
- - @equinor/fusion-framework-module-app@5.2.3
1797
- - @equinor/fusion-framework-app@7.1.2
1798
- - @equinor/fusion-framework-react@5.2.5
1799
-
1800
- ## 4.1.3
1801
-
1802
- ### Patch Changes
1803
-
1804
- - [#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
1805
-
1806
- conflicts of `@types/react` made random outcomes when using `yarn`
1807
-
1808
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
1809
-
1810
- - [#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
1811
-
1812
- only dev deps updated should not affect any consumers
1813
-
1814
- see [react changelog](https://github.com/facebook/react/releases) for details
1815
-
1816
- - 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)]:
1817
- - @equinor/fusion-framework-react-module@3.0.4
1818
- - @equinor/fusion-framework-module-navigation@3.0.4
1819
- - @equinor/fusion-framework-react-module-http@3.0.4
1820
- - @equinor/fusion-framework-react@5.2.4
1821
- - @equinor/fusion-framework-module@4.2.3
1822
- - @equinor/fusion-framework-module-app@5.2.2
1823
- - @equinor/fusion-framework-app@7.1.1
1824
-
1825
- ## 4.1.2
1826
-
1827
- ### Patch Changes
1828
-
1829
- - [#959](https://github.com/equinor/fusion-framework/pull/959) [`ac889787`](https://github.com/equinor/fusion-framework/commit/ac88978763f7c2d2eee3b5154a0eac12a93bc5a8) Thanks [@odinr](https://github.com/odinr)! - create a hook which returns the current `ContextProvider`
1830
-
1831
- example
1832
-
1833
- ```ts
1834
- import { useContextProvider } from "@equinor/fusion-framework-react-app/context";
1835
- const App = () => {
1836
- const contextProvider = useContextProvider();
1837
- };
1838
- ```
1839
-
1840
- ## 4.1.1
1841
-
1842
- ### Patch Changes
1843
-
1844
- - [#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
1845
-
1846
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
1847
- - @equinor/fusion-framework-app@7.0.16
1848
- - @equinor/fusion-framework-module-navigation@3.0.1
1849
- - @equinor/fusion-framework-react@5.2.2
1850
-
1851
- ## 4.1.0
1852
-
1853
- ### Minor Changes
1854
-
1855
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - **Add tooling for navigation in React App package**
1856
- - add hook for using the navigation module
1857
- - add hook for creating a react router
1858
-
1859
- ```ts
1860
- const routes = [
1861
- {
1862
- path: "/",
1863
- element: <p>👍🏻</p>,
1864
- },
1865
- ];
1866
-
1867
- const Router = () => {
1868
- const router = useRouter(routes);
1869
- return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
1870
- };
1871
-
1872
- const App = () => <Router />;
1873
- ```
1874
-
1875
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - hook `useAppModule` now throws error if requested module is not configured
1876
-
1877
- ### Patch Changes
1878
-
1879
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - updated cookbook for routing ([documentation](https://equinor.github.io/fusion-framework/modules/navigation/))
1880
-
1881
- ## 4.0.17
1882
-
1883
- ### Patch Changes
1884
-
1885
- - [#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**
1886
- - align all versions of typescript
1887
- - update types to build
1888
- - 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
1889
-
1890
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
1891
- - @equinor/fusion-framework-app@7.0.15
1892
- - @equinor/fusion-framework-react@5.1.4
1893
- - @equinor/fusion-framework-react-module-http@3.0.3
1894
-
1895
- All notable changes to this project will be documented in this file.
1896
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1897
-
1898
- ## [4.0.16](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.15...@equinor/fusion-framework-react-app@4.0.16) (2023-05-24)
1899
-
1900
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1901
-
1902
- ## [4.0.15](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.14...@equinor/fusion-framework-react-app@4.0.15) (2023-05-23)
1903
-
1904
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1905
-
1906
- ## [4.0.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.13...@equinor/fusion-framework-react-app@4.0.14) (2023-05-22)
1907
-
1908
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1909
-
1910
- ## [4.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.12...@equinor/fusion-framework-react-app@4.0.13) (2023-05-22)
1911
-
1912
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1913
-
1914
- ## 4.0.12 (2023-05-22)
1915
-
1916
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1917
-
1918
- ## [4.0.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.10...@equinor/fusion-framework-react-app@4.0.11) (2023-05-12)
1919
-
1920
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1921
-
1922
- ## [4.0.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.9...@equinor/fusion-framework-react-app@4.0.10) (2023-05-11)
1923
-
1924
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1925
-
1926
- ## [4.0.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.8...@equinor/fusion-framework-react-app@4.0.9) (2023-05-11)
1927
-
1928
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1929
-
1930
- ## 4.0.8 (2023-05-10)
1931
-
1932
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1933
-
1934
- ## [4.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.6...@equinor/fusion-framework-react-app@4.0.7) (2023-05-08)
1935
-
1936
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1937
-
1938
- ## [4.0.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.5...@equinor/fusion-framework-react-app@4.0.6) (2023-05-05)
1939
-
1940
- ### Bug Fixes
1941
-
1942
- - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
1943
-
1944
- ## 4.0.5 (2023-04-24)
1945
-
1946
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1947
-
1948
- ## 4.0.4 (2023-04-18)
1949
-
1950
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1951
-
1952
- ## [4.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.2...@equinor/fusion-framework-react-app@4.0.3) (2023-04-17)
1953
-
1954
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1955
-
1956
- ## [4.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.1...@equinor/fusion-framework-react-app@4.0.2) (2023-04-17)
1957
-
1958
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1959
-
1960
- ## [4.0.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@4.0.0...@equinor/fusion-framework-react-app@4.0.1) (2023-04-17)
1961
-
1962
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1963
-
1964
- ## 4.0.0 (2023-04-16)
1965
-
1966
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1967
-
1968
- ## 3.0.25 (2023-04-14)
1969
-
1970
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1971
-
1972
- ## 3.0.24 (2023-04-14)
1973
-
1974
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1975
-
1976
- ## 3.0.23 (2023-04-14)
1977
-
1978
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1979
-
1980
- ## [3.0.22](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.21...@equinor/fusion-framework-react-app@3.0.22) (2023-04-13)
1981
-
1982
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1983
-
1984
- ## 3.0.21 (2023-04-11)
1985
-
1986
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1987
-
1988
- ## [3.0.20](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.19...@equinor/fusion-framework-react-app@3.0.20) (2023-03-28)
1989
-
1990
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1991
-
1992
- ## [3.0.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.18...@equinor/fusion-framework-react-app@3.0.19) (2023-03-27)
1993
-
1994
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1995
-
1996
- ## [3.0.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.17...@equinor/fusion-framework-react-app@3.0.18) (2023-03-24)
1997
-
1998
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
1999
-
2000
- ## [3.0.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.16...@equinor/fusion-framework-react-app@3.0.17) (2023-03-24)
2001
-
2002
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2003
-
2004
- ## [3.0.16](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.15...@equinor/fusion-framework-react-app@3.0.16) (2023-03-24)
2005
-
2006
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2007
-
2008
- ## 3.0.15 (2023-03-24)
2009
-
2010
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2011
-
2012
- ## 3.0.14 (2023-03-22)
2013
-
2014
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2015
-
2016
- ## [3.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.12...@equinor/fusion-framework-react-app@3.0.13) (2023-03-20)
2017
-
2018
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2019
-
2020
- ## 3.0.12 (2023-03-20)
2021
-
2022
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2023
-
2024
- ## [3.0.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.10...@equinor/fusion-framework-react-app@3.0.11) (2023-03-06)
2025
-
2026
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2027
-
2028
- ## [3.0.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.9...@equinor/fusion-framework-react-app@3.0.10) (2023-02-22)
2029
-
2030
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2031
-
2032
- ## [3.0.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.8...@equinor/fusion-framework-react-app@3.0.9) (2023-02-20)
2033
-
2034
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2035
-
2036
- ## [3.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.7...@equinor/fusion-framework-react-app@3.0.8) (2023-02-13)
2037
-
2038
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2039
-
2040
- ## [3.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.6...@equinor/fusion-framework-react-app@3.0.7) (2023-02-09)
2041
-
2042
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2043
-
2044
- ## 3.0.6 (2023-02-02)
2045
-
2046
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2047
-
2048
- ## [3.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.4...@equinor/fusion-framework-react-app@3.0.5) (2023-02-01)
2049
-
2050
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2051
-
2052
- ## [3.0.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.2...@equinor/fusion-framework-react-app@3.0.4) (2023-02-01)
2053
-
2054
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2055
-
2056
- ## [3.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@3.0.2...@equinor/fusion-framework-react-app@3.0.3) (2023-02-01)
2057
-
2058
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2059
-
2060
- ## 3.0.2 (2023-02-01)
2061
-
2062
- ### Bug Fixes
2063
-
2064
- - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
2065
-
2066
- ## 3.0.1 (2023-01-30)
2067
-
2068
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2069
-
2070
- ## [3.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.38...@equinor/fusion-framework-react-app@3.0.0) (2023-01-27)
2071
-
2072
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2073
-
2074
- ## [3.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.38...@equinor/fusion-framework-react-app@3.0.0-alpha.0) (2023-01-26)
2075
-
2076
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2077
-
2078
- ## [2.0.38](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.37...@equinor/fusion-framework-react-app@2.0.38) (2023-01-26)
2079
-
2080
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2081
-
2082
- ## 2.0.37 (2023-01-19)
2083
-
2084
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2085
-
2086
- ## [2.0.36](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.35...@equinor/fusion-framework-react-app@2.0.36) (2023-01-17)
2087
-
2088
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2089
-
2090
- ## [2.0.35](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.34...@equinor/fusion-framework-react-app@2.0.35) (2023-01-16)
2091
-
2092
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2093
-
2094
- ## 2.0.34 (2023-01-16)
2095
-
2096
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2097
-
2098
- ## [2.0.33](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.32...@equinor/fusion-framework-react-app@2.0.33) (2023-01-12)
2099
-
2100
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2101
-
2102
- ## [2.0.32](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.31...@equinor/fusion-framework-react-app@2.0.32) (2023-01-12)
2103
-
2104
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2105
-
2106
- ## 2.0.31 (2023-01-10)
2107
-
2108
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2109
-
2110
- ## [2.0.30](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.29...@equinor/fusion-framework-react-app@2.0.30) (2023-01-04)
2111
-
2112
- ### Bug Fixes
2113
-
2114
- - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
2115
-
2116
- ## [2.0.29](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.28...@equinor/fusion-framework-react-app@2.0.29) (2023-01-04)
2117
-
2118
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2119
-
2120
- ## 2.0.28 (2023-01-04)
2121
-
2122
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2123
-
2124
- ## 2.0.27 (2023-01-04)
2125
-
2126
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2127
-
2128
- ## [2.0.26](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.25...@equinor/fusion-framework-react-app@2.0.26) (2022-12-21)
2129
-
2130
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2131
-
2132
- ## [2.0.25](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.24...@equinor/fusion-framework-react-app@2.0.25) (2022-12-21)
2133
-
2134
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2135
-
2136
- ## [2.0.24](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.23...@equinor/fusion-framework-react-app@2.0.24) (2022-12-21)
2137
-
2138
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2139
-
2140
- ## [2.0.23](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.22...@equinor/fusion-framework-react-app@2.0.23) (2022-12-19)
2141
-
2142
- ### Bug Fixes
2143
-
2144
- - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
2145
-
2146
- ## [2.0.22](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.21...@equinor/fusion-framework-react-app@2.0.22) (2022-12-16)
2147
-
2148
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2149
-
2150
- ## [2.0.21](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.20...@equinor/fusion-framework-react-app@2.0.21) (2022-12-16)
2151
-
2152
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2153
-
2154
- ## [2.0.20](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.19...@equinor/fusion-framework-react-app@2.0.20) (2022-12-16)
2155
-
2156
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2157
-
2158
- ## [2.0.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.18...@equinor/fusion-framework-react-app@2.0.19) (2022-12-14)
2159
-
2160
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2161
-
2162
- ## [2.0.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.17...@equinor/fusion-framework-react-app@2.0.18) (2022-12-13)
2163
-
2164
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2165
-
2166
- ## [2.0.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.16...@equinor/fusion-framework-react-app@2.0.17) (2022-12-12)
2167
-
2168
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2169
-
2170
- ## 2.0.16 (2022-12-12)
2171
-
2172
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2173
-
2174
- ## [2.0.15](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.14...@equinor/fusion-framework-react-app@2.0.15) (2022-12-12)
2175
-
2176
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2177
-
2178
- ## [2.0.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.13...@equinor/fusion-framework-react-app@2.0.14) (2022-12-12)
2179
-
2180
- ### Bug Fixes
2181
-
2182
- - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
2183
-
2184
- ## [2.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.12...@equinor/fusion-framework-react-app@2.0.13) (2022-12-08)
2185
-
2186
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2187
-
2188
- ## [2.0.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.11...@equinor/fusion-framework-react-app@2.0.12) (2022-12-08)
2189
-
2190
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2191
-
2192
- ## [2.0.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.10...@equinor/fusion-framework-react-app@2.0.11) (2022-12-08)
2193
-
2194
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2195
-
2196
- ## [2.0.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.9...@equinor/fusion-framework-react-app@2.0.10) (2022-12-08)
2197
-
2198
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2199
-
2200
- ## [2.0.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.8...@equinor/fusion-framework-react-app@2.0.9) (2022-12-08)
2201
-
2202
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2203
-
2204
- ## [2.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.7...@equinor/fusion-framework-react-app@2.0.8) (2022-12-06)
2205
-
2206
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2207
-
2208
- ## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.6...@equinor/fusion-framework-react-app@2.0.7) (2022-12-06)
2209
-
2210
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2211
-
2212
- ## [2.0.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.5...@equinor/fusion-framework-react-app@2.0.6) (2022-12-06)
2213
-
2214
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2215
-
2216
- ## [2.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.4...@equinor/fusion-framework-react-app@2.0.5) (2022-12-05)
2217
-
2218
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2219
-
2220
- ## [2.0.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.3...@equinor/fusion-framework-react-app@2.0.4) (2022-12-05)
2221
-
2222
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2223
-
2224
- ## [2.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.2...@equinor/fusion-framework-react-app@2.0.3) (2022-12-05)
2225
-
2226
- ### Bug Fixes
2227
-
2228
- - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
2229
-
2230
- ## [2.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.1...@equinor/fusion-framework-react-app@2.0.2) (2022-12-05)
2231
-
2232
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2233
-
2234
- ## [2.0.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.0...@equinor/fusion-framework-react-app@2.0.1) (2022-12-02)
2235
-
2236
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2237
-
2238
- ## [2.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.19...@equinor/fusion-framework-react-app@2.0.0) (2022-12-02)
2239
-
2240
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2241
-
2242
- ## [2.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.19...@equinor/fusion-framework-react-app@2.0.0-alpha.0) (2022-12-02)
2243
-
2244
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2245
-
2246
- ## [1.3.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.18...@equinor/fusion-framework-react-app@1.3.19) (2022-12-01)
2247
-
2248
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2249
-
2250
- ## [1.3.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.17...@equinor/fusion-framework-react-app@1.3.18) (2022-12-01)
2251
-
2252
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2253
-
2254
- ## [1.3.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.16...@equinor/fusion-framework-react-app@1.3.17) (2022-12-01)
2255
-
2256
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2257
-
2258
- ## [1.3.16](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.15...@equinor/fusion-framework-react-app@1.3.16) (2022-12-01)
2259
-
2260
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2261
-
2262
- ## [1.3.15](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.14...@equinor/fusion-framework-react-app@1.3.15) (2022-12-01)
2263
-
2264
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2265
-
2266
- ## [1.3.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.13...@equinor/fusion-framework-react-app@1.3.14) (2022-12-01)
2267
-
2268
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2269
-
2270
- ## [1.3.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.12...@equinor/fusion-framework-react-app@1.3.13) (2022-12-01)
2271
-
2272
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2273
-
2274
- ## [1.3.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.11...@equinor/fusion-framework-react-app@1.3.12) (2022-12-01)
2275
-
2276
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2277
-
2278
- ## [1.3.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.10...@equinor/fusion-framework-react-app@1.3.11) (2022-12-01)
2279
-
2280
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2281
-
2282
- ## [1.3.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.9...@equinor/fusion-framework-react-app@1.3.10) (2022-12-01)
2283
-
2284
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2285
-
2286
- ## [1.3.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.8...@equinor/fusion-framework-react-app@1.3.9) (2022-12-01)
2287
-
2288
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2289
-
2290
- ## [1.3.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.7...@equinor/fusion-framework-react-app@1.3.8) (2022-12-01)
2291
-
2292
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2293
-
2294
- ## [1.3.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.6...@equinor/fusion-framework-react-app@1.3.7) (2022-12-01)
2295
-
2296
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2297
-
2298
- ## 1.3.6 (2022-12-01)
2299
-
2300
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2301
-
2302
- ## [1.3.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.4...@equinor/fusion-framework-react-app@1.3.5) (2022-11-20)
2303
-
2304
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2305
-
2306
- ## [1.3.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.3...@equinor/fusion-framework-react-app@1.3.4) (2022-11-20)
2307
-
2308
- ### Bug Fixes
2309
-
2310
- - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
2311
-
2312
- ## [1.3.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.2...@equinor/fusion-framework-react-app@1.3.3) (2022-11-18)
2313
-
2314
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2315
-
2316
- ## [1.3.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.1...@equinor/fusion-framework-react-app@1.3.2) (2022-11-18)
2317
-
2318
- ### Bug Fixes
2319
-
2320
- - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
2321
-
2322
- ## [1.3.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.0...@equinor/fusion-framework-react-app@1.3.1) (2022-11-18)
2323
-
2324
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2325
-
2326
- ## [1.3.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.15...@equinor/fusion-framework-react-app@1.3.0) (2022-11-17)
2327
-
2328
- ### Features
2329
-
2330
- - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
2331
-
2332
- ## 1.2.15 (2022-11-17)
2333
-
2334
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2335
-
2336
- ## [1.2.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.13...@equinor/fusion-framework-react-app@1.2.14) (2022-11-16)
2337
-
2338
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2339
-
2340
- ## [1.2.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.12...@equinor/fusion-framework-react-app@1.2.13) (2022-11-14)
2341
-
2342
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2343
-
2344
- ## 1.2.12 (2022-11-14)
2345
-
2346
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2347
-
2348
- ## [1.2.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.10...@equinor/fusion-framework-react-app@1.2.11) (2022-11-14)
2349
-
2350
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2351
-
2352
- ## [1.2.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.9...@equinor/fusion-framework-react-app@1.2.10) (2022-11-11)
2353
-
2354
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2355
-
2356
- ## [1.2.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.8...@equinor/fusion-framework-react-app@1.2.9) (2022-11-11)
2357
-
2358
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2359
-
2360
- ## 1.2.8 (2022-11-11)
2361
-
2362
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2363
-
2364
- ## [1.2.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.6...@equinor/fusion-framework-react-app@1.2.7) (2022-11-07)
2365
-
2366
- ### Bug Fixes
2367
-
2368
- - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
2369
-
2370
- ## 1.2.6 (2022-11-03)
2371
-
2372
- ### Bug Fixes
2373
-
2374
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
2375
-
2376
- ## [1.2.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.4...@equinor/fusion-framework-react-app@1.2.5) (2022-11-03)
2377
-
2378
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2379
-
2380
- ## [1.2.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.3...@equinor/fusion-framework-react-app@1.2.4) (2022-11-03)
2381
-
2382
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2383
-
2384
- ## [1.2.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.2...@equinor/fusion-framework-react-app@1.2.3) (2022-11-03)
2385
-
2386
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2387
-
2388
- ## [1.2.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.1...@equinor/fusion-framework-react-app@1.2.2) (2022-11-02)
2389
-
2390
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2391
-
2392
- ## [1.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.0...@equinor/fusion-framework-react-app@1.2.1) (2022-11-02)
2393
-
2394
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2395
-
2396
- ## 1.2.0 (2022-11-02)
2397
-
2398
- ### Features
2399
-
2400
- - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
2401
- - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
2402
-
2403
- ## [1.1.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.1.0...@equinor/fusion-framework-react-app@1.1.1) (2022-11-02)
2404
-
2405
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2406
-
2407
- ## [1.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.23...@equinor/fusion-framework-react-app@1.1.0) (2022-11-01)
2408
-
2409
- ### Features
2410
-
2411
- - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
2412
-
2413
- ## 1.0.23 (2022-11-01)
2414
-
2415
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2416
-
2417
- ## [1.0.22](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.21...@equinor/fusion-framework-react-app@1.0.22) (2022-10-27)
2418
-
2419
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2420
-
2421
- ## [1.0.21](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.20...@equinor/fusion-framework-react-app@1.0.21) (2022-10-27)
2422
-
2423
- ### Bug Fixes
2424
-
2425
- - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
2426
-
2427
- ## [1.0.20](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.19...@equinor/fusion-framework-react-app@1.0.20) (2022-10-26)
2428
-
2429
- ### Bug Fixes
2430
-
2431
- - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
2432
-
2433
- ## 1.0.19 (2022-10-21)
2434
-
2435
- ### Bug Fixes
2436
-
2437
- - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
2438
-
2439
- ## [1.0.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.17...@equinor/fusion-framework-react-app@1.0.18) (2022-10-21)
2440
-
2441
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2442
-
2443
- ## [1.0.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.16...@equinor/fusion-framework-react-app@1.0.17) (2022-10-21)
2444
-
2445
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2446
-
2447
- ## 1.0.16 (2022-10-21)
2448
-
2449
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2450
-
2451
- ## [1.0.15](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.14...@equinor/fusion-framework-react-app@1.0.15) (2022-10-17)
2452
-
2453
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2454
-
2455
- ## 1.0.14 (2022-10-03)
2456
-
2457
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2458
-
2459
- ## 1.0.13 (2022-10-03)
2460
-
2461
- ### Bug Fixes
2462
-
2463
- - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
2464
-
2465
- ## [1.0.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.11...@equinor/fusion-framework-react-app@1.0.12) (2022-09-29)
2466
-
2467
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2468
-
2469
- ## [1.0.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.10...@equinor/fusion-framework-react-app@1.0.11) (2022-09-29)
2470
-
2471
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2472
-
2473
- ## [1.0.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.9...@equinor/fusion-framework-react-app@1.0.10) (2022-09-27)
2474
-
2475
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2476
-
2477
- ## [1.0.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.8...@equinor/fusion-framework-react-app@1.0.9) (2022-09-26)
2478
-
2479
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2480
-
2481
- ## [1.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.7...@equinor/fusion-framework-react-app@1.0.8) (2022-09-26)
2482
-
2483
- ### Bug Fixes
2484
-
2485
- - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
2486
-
2487
- ## 1.0.7 (2022-09-20)
2488
-
2489
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2490
-
2491
- ## [1.0.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.5...@equinor/fusion-framework-react-app@1.0.6) (2022-09-16)
2492
-
2493
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2494
-
2495
- ## [1.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.4...@equinor/fusion-framework-react-app@1.0.5) (2022-09-14)
2496
-
2497
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2498
-
2499
- ## [1.0.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.3...@equinor/fusion-framework-react-app@1.0.4) (2022-09-13)
2500
-
2501
- ### Bug Fixes
2502
-
2503
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
2504
-
2505
- ## [1.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.2...@equinor/fusion-framework-react-app@1.0.3) (2022-09-13)
2506
-
2507
- ### Bug Fixes
2508
-
2509
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
2510
-
2511
- ## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.1...@equinor/fusion-framework-react-app@1.0.2) (2022-09-13)
2512
-
2513
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2514
-
2515
- ## [1.0.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.1-next.1...@equinor/fusion-framework-react-app@1.0.1) (2022-09-12)
2516
-
2517
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2518
-
2519
- ## [1.0.1-next.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.1-next.0...@equinor/fusion-framework-react-app@1.0.1-next.1) (2022-09-12)
2520
-
2521
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2522
-
2523
- ## [1.0.1-next.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.0...@equinor/fusion-framework-react-app@1.0.1-next.0) (2022-09-12)
2524
-
2525
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2526
-
2527
- ## [1.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.8.0...@equinor/fusion-framework-react-app@1.0.0) (2022-09-12)
2528
-
2529
- ### ⚠ BREAKING CHANGES
2530
-
2531
- - **react-app:** config is now object
2532
-
2533
- ### Features
2534
-
2535
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
2536
-
2537
- ## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.8.0...@equinor/fusion-framework-react-app@1.0.0-alpha.0) (2022-09-12)
2538
-
2539
- ### ⚠ BREAKING CHANGES
2540
-
2541
- - **react-app:** config is now object
2542
-
2543
- ### Features
2544
-
2545
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
2546
-
2547
- ## [0.8.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.7.3...@equinor/fusion-framework-react-app@0.8.0) (2022-09-09)
2548
-
2549
- ### Features
2550
-
2551
- - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
2552
-
2553
- ## [0.7.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.7.2...@equinor/fusion-framework-react-app@0.7.3) (2022-09-05)
2554
-
2555
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2556
-
2557
- ## [0.7.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.7.1...@equinor/fusion-framework-react-app@0.7.2) (2022-09-05)
2558
-
2559
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2560
-
2561
- ## 0.7.1 (2022-09-05)
2562
-
2563
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2564
-
2565
- ## [0.7.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.6.1...@equinor/fusion-framework-react-app@0.7.0) (2022-09-05)
2566
-
2567
- ### Features
2568
-
2569
- - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
2570
-
2571
- ## 0.6.1 (2022-09-01)
2572
-
2573
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2574
-
2575
- ## [0.6.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.5.1...@equinor/fusion-framework-react-app@0.6.0) (2022-08-29)
2576
-
2577
- ### ⚠ BREAKING CHANGES
2578
-
2579
- - rename fetch
2580
-
2581
- - fix(module-service-discovery): update http client consumer
2582
-
2583
- - build: update allowed branches
2584
-
2585
- - build: add conventional commit
2586
-
2587
- - build: use conventionalcommits
2588
-
2589
- - build(module-http): push major
2590
-
2591
- - build: update deps
2592
-
2593
- ### Features
2594
-
2595
- - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
2596
-
2597
- ## [0.5.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.5.0...@equinor/fusion-framework-react-app@0.5.1) (2022-08-23)
2598
-
2599
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2600
-
2601
- # 0.5.0 (2022-08-22)
2602
-
2603
- ### Features
2604
-
2605
- - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
2606
-
2607
- ## [0.4.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.4.3...@equinor/fusion-framework-react-app@0.4.4) (2022-08-19)
2608
-
2609
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2610
-
2611
- ## 0.4.3 (2022-08-19)
2612
-
2613
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2614
-
2615
- ## [0.4.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.4.1...@equinor/fusion-framework-react-app@0.4.2) (2022-08-15)
2616
-
2617
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2618
-
2619
- ## [0.4.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.4.0...@equinor/fusion-framework-react-app@0.4.1) (2022-08-11)
2620
-
2621
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2622
-
2623
- # [0.4.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.3.0...@equinor/fusion-framework-react-app@0.4.0) (2022-08-08)
2624
-
2625
- ### Features
2626
-
2627
- - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
2628
-
2629
- # 0.3.0 (2022-08-05)
2630
-
2631
- ### Features
2632
-
2633
- - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
2634
-
2635
- ## [0.2.29](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.28...@equinor/fusion-framework-react-app@0.2.29) (2022-08-04)
2636
-
2637
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2638
-
2639
- ## [0.2.28](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.27...@equinor/fusion-framework-react-app@0.2.28) (2022-08-01)
2640
-
2641
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2642
-
2643
- ## [0.2.27](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.26...@equinor/fusion-framework-react-app@0.2.27) (2022-08-01)
2644
-
2645
- ### Bug Fixes
2646
-
2647
- - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
2648
-
2649
- ## [0.2.26](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.25...@equinor/fusion-framework-react-app@0.2.26) (2022-07-06)
2650
-
2651
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2652
-
2653
- ## [0.2.25](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.24...@equinor/fusion-framework-react-app@0.2.25) (2022-07-01)
2654
-
2655
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2656
-
2657
- ## [0.2.24](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.23...@equinor/fusion-framework-react-app@0.2.24) (2022-07-01)
2658
-
2659
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2660
-
2661
- ## [0.2.23](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.22...@equinor/fusion-framework-react-app@0.2.23) (2022-06-30)
2662
-
2663
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2664
-
2665
- ## [0.2.22](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.21...@equinor/fusion-framework-react-app@0.2.22) (2022-06-30)
2666
-
2667
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2668
-
2669
- ## [0.2.21](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.20...@equinor/fusion-framework-react-app@0.2.21) (2022-06-28)
2670
-
2671
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2672
-
2673
- ## [0.2.20](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.19...@equinor/fusion-framework-react-app@0.2.20) (2022-06-28)
2674
-
2675
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2676
-
2677
- ## [0.2.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.18...@equinor/fusion-framework-react-app@0.2.19) (2022-06-28)
2678
-
2679
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2680
-
2681
- ## [0.2.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.17...@equinor/fusion-framework-react-app@0.2.18) (2022-06-28)
2682
-
2683
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2684
-
2685
- ## [0.2.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.16...@equinor/fusion-framework-react-app@0.2.17) (2022-06-24)
2686
-
2687
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2688
-
2689
- ## [0.2.16](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.15...@equinor/fusion-framework-react-app@0.2.16) (2022-06-14)
2690
-
2691
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2692
-
2693
- ## [0.2.15](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.14...@equinor/fusion-framework-react-app@0.2.15) (2022-06-14)
2694
-
2695
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2696
-
2697
- ## [0.2.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.13...@equinor/fusion-framework-react-app@0.2.14) (2022-06-13)
2698
-
2699
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2700
-
2701
- ## [0.2.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.12...@equinor/fusion-framework-react-app@0.2.13) (2022-06-13)
2702
-
2703
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2704
-
2705
- ## 0.2.12 (2022-06-13)
2706
-
2707
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2708
-
2709
- ## 0.2.11 (2022-06-10)
2710
-
2711
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2712
-
2713
- ## 0.2.10 (2022-05-31)
2714
-
2715
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2716
-
2717
- ## [0.2.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.8...@equinor/fusion-framework-react-app@0.2.9) (2022-03-25)
2718
-
2719
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2720
-
2721
- ## [0.2.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.7...@equinor/fusion-framework-react-app@0.2.8) (2022-03-25)
2722
-
2723
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2724
-
2725
- ## [0.2.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.6...@equinor/fusion-framework-react-app@0.2.7) (2022-03-14)
2726
-
2727
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2728
-
2729
- ## [0.2.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.5...@equinor/fusion-framework-react-app@0.2.6) (2022-02-23)
2730
-
2731
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2732
-
2733
- ## [0.2.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.4...@equinor/fusion-framework-react-app@0.2.5) (2022-02-23)
2734
-
2735
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2736
-
2737
- ## [0.2.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.3...@equinor/fusion-framework-react-app@0.2.4) (2022-02-23)
2738
-
2739
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2740
-
2741
- ## [0.2.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.2...@equinor/fusion-framework-react-app@0.2.3) (2022-02-23)
2742
-
2743
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2744
-
2745
- ## [0.2.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.1...@equinor/fusion-framework-react-app@0.2.2) (2022-02-23)
2746
-
2747
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2748
-
2749
- ## [0.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.0...@equinor/fusion-framework-react-app@0.2.1) (2022-02-23)
2750
-
2751
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2752
-
2753
- # [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.1.2...@equinor/fusion-framework-react-app@0.2.0) (2022-02-15)
2754
-
2755
- ### Features
2756
-
2757
- - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
2758
-
2759
- ## [0.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.1.1...@equinor/fusion-framework-react-app@0.1.2) (2022-02-09)
2760
-
2761
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2762
-
2763
- ## 0.1.1 (2022-02-09)
2764
-
2765
- **Note:** Version bump only for package @equinor/fusion-framework-react-app
2766
-
2767
- # 0.1.0 (2022-02-07)
2768
-
2769
- ### Bug Fixes
2770
-
2771
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
2772
- - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
2773
- - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
2774
- - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
2775
- - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
2776
- - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
2777
- - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
2778
- - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
2779
- - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
2780
-
2781
- ### Features
2782
-
2783
- - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
2784
- - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
2785
- - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))