@equinor/fusion-framework-react-app 14.0.3 → 14.1.1

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