@equinor/fusion-framework-react 6.0.3 → 6.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,270 +1,284 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @equinor/fusion-framework@7.0.33
9
+
10
+ ## 6.0.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @equinor/fusion-framework@7.0.32
16
+
3
17
  ## 6.0.3
4
18
 
5
19
  ### Patch Changes
6
20
 
7
- - Updated dependencies []:
8
- - @equinor/fusion-framework@7.0.31
21
+ - Updated dependencies []:
22
+ - @equinor/fusion-framework@7.0.31
9
23
 
10
24
  ## 6.0.2
11
25
 
12
26
  ### Patch Changes
13
27
 
14
- - [#1791](https://github.com/equinor/fusion-framework/pull/1791) [`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3) Thanks [@yusijs](https://github.com/yusijs)! - propagate error from useApps if it fails
28
+ - [#1791](https://github.com/equinor/fusion-framework/pull/1791) [`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3) Thanks [@yusijs](https://github.com/yusijs)! - propagate error from useApps if it fails
15
29
 
16
- - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
17
- - @equinor/fusion-framework-module@4.2.7
18
- - @equinor/fusion-framework@7.0.30
19
- - @equinor/fusion-framework-module-feature-flag@1.0.2
20
- - @equinor/fusion-framework-react-module@3.0.8
21
- - @equinor/fusion-framework-react-module-http@4.0.6
22
- - @equinor/fusion-framework-react-module-signalr@2.0.18
30
+ - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
31
+ - @equinor/fusion-framework-module@4.2.7
32
+ - @equinor/fusion-framework@7.0.30
33
+ - @equinor/fusion-framework-module-feature-flag@1.0.2
34
+ - @equinor/fusion-framework-react-module@3.0.8
35
+ - @equinor/fusion-framework-react-module-http@4.0.6
36
+ - @equinor/fusion-framework-react-module-signalr@2.0.18
23
37
 
24
38
  ## 6.0.1
25
39
 
26
40
  ### Patch Changes
27
41
 
28
- - [#1766](https://github.com/equinor/fusion-framework/pull/1766) [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee) Thanks [@odinr](https://github.com/odinr)! - - The return type of the `useCurrentApp` function has been changed. The `currentApp` property can now be `undefined` or `null`, in addition to `CurrentApp<TModules, TEnv>`.
42
+ - [#1766](https://github.com/equinor/fusion-framework/pull/1766) [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee) Thanks [@odinr](https://github.com/odinr)! - - The return type of the `useCurrentApp` function has been changed. The `currentApp` property can now be `undefined` or `null`, in addition to `CurrentApp<TModules, TEnv>`.
29
43
 
30
- - The initial value for `useObservableState` has been set to `provider.current`.
31
- - The assignment of `module` has been updated to handle the case where `modules` is `undefined`.
32
- - The return type of the `useCurrentAppModules` function has been changed. The `modules` property can now be `undefined` or `null`, in addition to `AppModulesInstance<TModules>`.
33
- - The initial value for `useObservableState` has been updated to handle the case where `currentApp` is `undefined`.
44
+ - The initial value for `useObservableState` has been set to `provider.current`.
45
+ - The assignment of `module` has been updated to handle the case where `modules` is `undefined`.
46
+ - The return type of the `useCurrentAppModules` function has been changed. The `modules` property can now be `undefined` or `null`, in addition to `AppModulesInstance<TModules>`.
47
+ - The initial value for `useObservableState` has been updated to handle the case where `currentApp` is `undefined`.
34
48
 
35
- - Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
36
- - @equinor/fusion-observable@8.1.5
37
- - @equinor/fusion-framework-module-feature-flag@1.0.1
38
- - @equinor/fusion-framework@7.0.29
39
- - @equinor/fusion-framework-react-module-signalr@2.0.17
49
+ - Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
50
+ - @equinor/fusion-observable@8.1.5
51
+ - @equinor/fusion-framework-module-feature-flag@1.0.1
52
+ - @equinor/fusion-framework@7.0.29
53
+ - @equinor/fusion-framework-react-module-signalr@2.0.17
40
54
 
41
55
  ## 6.0.0
42
56
 
43
57
  ### Major Changes
44
58
 
45
- - [#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 framework feature flag hooks
59
+ - [#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 framework feature flag hooks
46
60
 
47
- - useCurrentAppFeatures
48
- - _useFeature (internal)_
49
- - _useFeatures (internal)_
50
- - useFrameworkFeature
51
- - useFrameworkFeatures
61
+ - useCurrentAppFeatures
62
+ - _useFeature (internal)_
63
+ - _useFeatures (internal)_
64
+ - useFrameworkFeature
65
+ - useFrameworkFeatures
52
66
 
53
- > [!CAUTION] > `useCurrentAppModules` does no longer return `Observable<AppModulesInstance>`, but current state of `AppModulesInstance | null`
67
+ > [!CAUTION] > `useCurrentAppModules` does no longer return `Observable<AppModulesInstance>`, but current state of `AppModulesInstance | null`
54
68
 
55
69
  ### Patch Changes
56
70
 
57
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
58
- - @equinor/fusion-framework-module-feature-flag@1.0.0
71
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
72
+ - @equinor/fusion-framework-module-feature-flag@1.0.0
59
73
 
60
74
  ## 5.3.9
61
75
 
62
76
  ### Patch Changes
63
77
 
64
- - Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
65
- - @equinor/fusion-framework-module-feature-flag@0.0.1
78
+ - Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
79
+ - @equinor/fusion-framework-module-feature-flag@0.0.1
66
80
 
67
81
  ## 5.3.8
68
82
 
69
83
  ### Patch Changes
70
84
 
71
- - Updated dependencies []:
72
- - @equinor/fusion-framework@7.0.28
73
- - @equinor/fusion-framework-react-module-http@4.0.5
74
- - @equinor/fusion-framework-react-module-signalr@2.0.16
85
+ - Updated dependencies []:
86
+ - @equinor/fusion-framework@7.0.28
87
+ - @equinor/fusion-framework-react-module-http@4.0.5
88
+ - @equinor/fusion-framework-react-module-signalr@2.0.16
75
89
 
76
90
  ## 5.3.7
77
91
 
78
92
  ### Patch Changes
79
93
 
80
- - Updated dependencies []:
81
- - @equinor/fusion-framework@7.0.27
82
- - @equinor/fusion-framework-react-module-http@4.0.4
83
- - @equinor/fusion-framework-react-module-signalr@2.0.15
94
+ - Updated dependencies []:
95
+ - @equinor/fusion-framework@7.0.27
96
+ - @equinor/fusion-framework-react-module-http@4.0.4
97
+ - @equinor/fusion-framework-react-module-signalr@2.0.15
84
98
 
85
99
  ## 5.3.6
86
100
 
87
101
  ### Patch Changes
88
102
 
89
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
90
- - @equinor/fusion-framework-react-module-http@4.0.3
91
- - @equinor/fusion-framework@7.0.26
92
- - @equinor/fusion-framework-react-module-signalr@2.0.14
103
+ - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
104
+ - @equinor/fusion-framework-react-module-http@4.0.3
105
+ - @equinor/fusion-framework@7.0.26
106
+ - @equinor/fusion-framework-react-module-signalr@2.0.14
93
107
 
94
108
  ## 5.3.5
95
109
 
96
110
  ### Patch Changes
97
111
 
98
- - Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
99
- - @equinor/fusion-observable@8.1.4
100
- - @equinor/fusion-framework@7.0.25
101
- - @equinor/fusion-framework-react-module-signalr@2.0.13
112
+ - Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
113
+ - @equinor/fusion-observable@8.1.4
114
+ - @equinor/fusion-framework@7.0.25
115
+ - @equinor/fusion-framework-react-module-signalr@2.0.13
102
116
 
103
117
  ## 5.3.4
104
118
 
105
119
  ### Patch Changes
106
120
 
107
- - [#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
121
+ - [#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
108
122
 
109
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
110
- - @equinor/fusion-observable@8.1.3
111
- - @equinor/fusion-framework-module@4.2.6
112
- - @equinor/fusion-framework@7.0.24
113
- - @equinor/fusion-framework-react-module-signalr@2.0.12
114
- - @equinor/fusion-framework-react-module@3.0.7
115
- - @equinor/fusion-framework-react-module-http@4.0.2
123
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
124
+ - @equinor/fusion-observable@8.1.3
125
+ - @equinor/fusion-framework-module@4.2.6
126
+ - @equinor/fusion-framework@7.0.24
127
+ - @equinor/fusion-framework-react-module-signalr@2.0.12
128
+ - @equinor/fusion-framework-react-module@3.0.7
129
+ - @equinor/fusion-framework-react-module-http@4.0.2
116
130
 
117
131
  ## 5.3.3
118
132
 
119
133
  ### Patch Changes
120
134
 
121
- - Updated dependencies []:
122
- - @equinor/fusion-framework@7.0.23
123
- - @equinor/fusion-framework-react-module-signalr@2.0.11
135
+ - Updated dependencies []:
136
+ - @equinor/fusion-framework@7.0.23
137
+ - @equinor/fusion-framework-react-module-signalr@2.0.11
124
138
 
125
139
  ## 5.3.2
126
140
 
127
141
  ### Patch Changes
128
142
 
129
- - Updated dependencies []:
130
- - @equinor/fusion-framework@7.0.22
131
- - @equinor/fusion-framework-react-module-signalr@2.0.10
143
+ - Updated dependencies []:
144
+ - @equinor/fusion-framework@7.0.22
145
+ - @equinor/fusion-framework-react-module-signalr@2.0.10
132
146
 
133
147
  ## 5.3.1
134
148
 
135
149
  ### Patch Changes
136
150
 
137
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
151
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
138
152
 
139
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
140
- - @equinor/fusion-framework@7.0.21
141
- - @equinor/fusion-framework-module@4.2.5
142
- - @equinor/fusion-framework-react-module-http@4.0.1
143
- - @equinor/fusion-framework-react-module@3.0.6
144
- - @equinor/fusion-framework-react-module-signalr@2.0.9
145
- - @equinor/fusion-observable@8.1.2
153
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
154
+ - @equinor/fusion-framework@7.0.21
155
+ - @equinor/fusion-framework-module@4.2.5
156
+ - @equinor/fusion-framework-react-module-http@4.0.1
157
+ - @equinor/fusion-framework-react-module@3.0.6
158
+ - @equinor/fusion-framework-react-module-signalr@2.0.9
159
+ - @equinor/fusion-observable@8.1.2
146
160
 
147
161
  ## 5.3.0
148
162
 
149
163
  ### Minor Changes
150
164
 
151
- - [`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658) Thanks [@odinr](https://github.com/odinr)! - Create module provider when creating framework provider
165
+ - [`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658) Thanks [@odinr](https://github.com/odinr)! - Create module provider when creating framework provider
152
166
 
153
- `useModule(...)` did not work previously within framework (portal) context since no context provider was created
167
+ `useModule(...)` did not work previously within framework (portal) context since no context provider was created
154
168
 
155
169
  ### Patch Changes
156
170
 
157
- - Updated dependencies []:
158
- - @equinor/fusion-framework@7.0.20
159
- - @equinor/fusion-framework-react-module-http@4.0.0
160
- - @equinor/fusion-framework-react-module-signalr@2.0.8
171
+ - Updated dependencies []:
172
+ - @equinor/fusion-framework@7.0.20
173
+ - @equinor/fusion-framework-react-module-http@4.0.0
174
+ - @equinor/fusion-framework-react-module-signalr@2.0.8
161
175
 
162
176
  ## 5.2.7
163
177
 
164
178
  ### Patch Changes
165
179
 
166
- - Updated dependencies []:
167
- - @equinor/fusion-framework@7.0.19
168
- - @equinor/fusion-framework-react-module-signalr@2.0.7
180
+ - Updated dependencies []:
181
+ - @equinor/fusion-framework@7.0.19
182
+ - @equinor/fusion-framework-react-module-signalr@2.0.7
169
183
 
170
184
  ## 5.2.6
171
185
 
172
186
  ### Patch Changes
173
187
 
174
- - Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4), [`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
175
- - @equinor/fusion-observable@8.1.1
176
- - @equinor/fusion-framework-module@4.2.4
177
- - @equinor/fusion-framework@7.0.18
178
- - @equinor/fusion-framework-react-module-http@3.0.5
179
- - @equinor/fusion-framework-react-module-signalr@2.0.6
188
+ - Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4), [`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
189
+ - @equinor/fusion-observable@8.1.1
190
+ - @equinor/fusion-framework-module@4.2.4
191
+ - @equinor/fusion-framework@7.0.18
192
+ - @equinor/fusion-framework-react-module-http@3.0.5
193
+ - @equinor/fusion-framework-react-module-signalr@2.0.6
180
194
 
181
195
  ## 5.2.5
182
196
 
183
197
  ### Patch Changes
184
198
 
185
- - Updated dependencies []:
186
- - @equinor/fusion-framework@7.0.17
187
- - @equinor/fusion-framework-react-module-signalr@2.0.5
199
+ - Updated dependencies []:
200
+ - @equinor/fusion-framework@7.0.17
201
+ - @equinor/fusion-framework-react-module-signalr@2.0.5
188
202
 
189
203
  ## 5.2.4
190
204
 
191
205
  ### Patch Changes
192
206
 
193
- - [#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
207
+ - [#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
194
208
 
195
- conflicts of `@types/react` made random outcomes when using `yarn`
209
+ conflicts of `@types/react` made random outcomes when using `yarn`
196
210
 
197
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
211
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
198
212
 
199
- - [#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
213
+ - [#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
200
214
 
201
- only dev deps updated should not affect any consumers
215
+ only dev deps updated should not affect any consumers
202
216
 
203
- see [react changelog](https://github.com/facebook/react/releases) for details
217
+ see [react changelog](https://github.com/facebook/react/releases) for details
204
218
 
205
- - [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
219
+ - [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
206
220
 
207
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
208
- - @equinor/fusion-framework-react-module-signalr@2.0.4
209
- - @equinor/fusion-framework-react-module-http@3.0.4
210
- - @equinor/fusion-observable@8.1.0
211
- - @equinor/fusion-framework-module@4.2.3
212
- - @equinor/fusion-framework@7.0.16
221
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
222
+ - @equinor/fusion-framework-react-module-signalr@2.0.4
223
+ - @equinor/fusion-framework-react-module-http@3.0.4
224
+ - @equinor/fusion-observable@8.1.0
225
+ - @equinor/fusion-framework-module@4.2.3
226
+ - @equinor/fusion-framework@7.0.16
213
227
 
214
228
  ## 5.2.3
215
229
 
216
230
  ### Patch Changes
217
231
 
218
- - [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0
232
+ - [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0
219
233
 
220
- only style semantics updated
234
+ only style semantics updated
221
235
 
222
236
  ## 5.2.2
223
237
 
224
238
  ### Patch Changes
225
239
 
226
- - [#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
240
+ - [#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
227
241
 
228
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
229
- - @equinor/fusion-framework@7.0.15
242
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
243
+ - @equinor/fusion-framework@7.0.15
230
244
 
231
245
  ## 5.2.1
232
246
 
233
247
  ### Patch Changes
234
248
 
235
- - [#943](https://github.com/equinor/fusion-framework/pull/943) [`6fb3fb86`](https://github.com/equinor/fusion-framework/commit/6fb3fb8610f5ed5777d13bde71d8d92b0da31d8a) Thanks [@odinr](https://github.com/odinr)! - update typing to typescript 5
249
+ - [#943](https://github.com/equinor/fusion-framework/pull/943) [`6fb3fb86`](https://github.com/equinor/fusion-framework/commit/6fb3fb8610f5ed5777d13bde71d8d92b0da31d8a) Thanks [@odinr](https://github.com/odinr)! - update typing to typescript 5
236
250
 
237
- provider from `createFrameworkProvider` was missing typehint of children
251
+ provider from `createFrameworkProvider` was missing typehint of children
238
252
 
239
253
  ## 5.2.0
240
254
 
241
255
  ### Minor Changes
242
256
 
243
- - [#927](https://github.com/equinor/fusion-framework/pull/927) [`8bc4c5d6`](https://github.com/equinor/fusion-framework/commit/8bc4c5d6ed900e424efcab5572047c106d7ec04a) Thanks [@odinr](https://github.com/odinr)! - Create and expose interface for App
257
+ - [#927](https://github.com/equinor/fusion-framework/pull/927) [`8bc4c5d6`](https://github.com/equinor/fusion-framework/commit/8bc4c5d6ed900e424efcab5572047c106d7ec04a) Thanks [@odinr](https://github.com/odinr)! - Create and expose interface for App
244
258
 
245
- - deprecate [AppModuleProvider.createApp](https://github.com/equinor/fusion-framework/blob/cf08d5ae3cef473e5025fd973a2a7a45a3b22dee/packages/modules/app/src/AppModuleProvider.ts#L171)
259
+ - deprecate [AppModuleProvider.createApp](https://github.com/equinor/fusion-framework/blob/cf08d5ae3cef473e5025fd973a2a7a45a3b22dee/packages/modules/app/src/AppModuleProvider.ts#L171)
246
260
 
247
- this should not create any breaking changes since apps was only created from provider.
248
- if the class is still needed it can be imported:
261
+ this should not create any breaking changes since apps was only created from provider.
262
+ if the class is still needed it can be imported:
249
263
 
250
- ```ts
251
- import { App } from '@equinor/fusion-framework-module-app/app';
252
- ```
264
+ ```ts
265
+ import { App } from "@equinor/fusion-framework-module-app/app";
266
+ ```
253
267
 
254
268
  ## 5.1.4
255
269
 
256
270
  ### Patch Changes
257
271
 
258
- - [#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**
272
+ - [#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**
259
273
 
260
- - align all versions of typescript
261
- - update types to build
262
- - 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
274
+ - align all versions of typescript
275
+ - update types to build
276
+ - 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
263
277
 
264
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
265
- - @equinor/fusion-framework@7.0.14
266
- - @equinor/fusion-framework-react-module-context@6.0.9
267
- - @equinor/fusion-framework-react-module-http@3.0.3
278
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
279
+ - @equinor/fusion-framework@7.0.14
280
+ - @equinor/fusion-framework-react-module-context@6.0.9
281
+ - @equinor/fusion-framework-react-module-http@3.0.3
268
282
 
269
283
  All notable changes to this project will be documented in this file.
270
284
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -281,14 +295,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
281
295
 
282
296
  ### Bug Fixes
283
297
 
284
- - **react-framework:** expose useCurrentAppModules ([785d5eb](https://github.com/equinor/fusion-framework/commit/785d5eb08963d5ba1a007573879908b33e52fb3f))
298
+ - **react-framework:** expose useCurrentAppModules ([785d5eb](https://github.com/equinor/fusion-framework/commit/785d5eb08963d5ba1a007573879908b33e52fb3f))
285
299
 
286
300
  ## 5.1.0 (2023-05-22)
287
301
 
288
302
  ### Features
289
303
 
290
- - **react-framework:** add hook for using current app modules ([2d65464](https://github.com/equinor/fusion-framework/commit/2d654647b84e03d1c6e322509885d8bfa2b9142f))
291
- - **react-framework:** enhance `useCurrentApp` ([60026c9](https://github.com/equinor/fusion-framework/commit/60026c918c5033137cc359665074ea65c11a34fb))
304
+ - **react-framework:** add hook for using current app modules ([2d65464](https://github.com/equinor/fusion-framework/commit/2d654647b84e03d1c6e322509885d8bfa2b9142f))
305
+ - **react-framework:** enhance `useCurrentApp` ([60026c9](https://github.com/equinor/fusion-framework/commit/60026c918c5033137cc359665074ea65c11a34fb))
292
306
 
293
307
  ## [5.0.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@5.0.10...@equinor/fusion-framework-react@5.0.11) (2023-05-12)
294
308
 
@@ -378,7 +392,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
378
392
 
379
393
  ### Bug Fixes
380
394
 
381
- - **useApps:** hiding hidden apps ([7f1354f](https://github.com/equinor/fusion-framework/commit/7f1354fd72cd7b02715e67b8274b4c8185397012))
395
+ - **useApps:** hiding hidden apps ([7f1354f](https://github.com/equinor/fusion-framework/commit/7f1354fd72cd7b02715e67b8274b4c8185397012))
382
396
 
383
397
  ## [4.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@4.0.1...@equinor/fusion-framework-react@4.0.2) (2023-02-22)
384
398
 
@@ -392,18 +406,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
392
406
 
393
407
  ### ⚠ BREAKING CHANGES
394
408
 
395
- - **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
409
+ - **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
396
410
 
397
411
  ### Bug Fixes
398
412
 
399
- - **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
400
- - **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
413
+ - **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
414
+ - **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
401
415
 
402
416
  ## [3.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@3.1.4...@equinor/fusion-framework-react@3.2.0) (2023-02-09)
403
417
 
404
418
  ### Features
405
419
 
406
- - (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
420
+ - (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
407
421
 
408
422
  ## 3.1.4 (2023-02-02)
409
423
 
@@ -413,25 +427,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
413
427
 
414
428
  ### Bug Fixes
415
429
 
416
- - **framework-react:** make params for useApps optional ([9e3fce1](https://github.com/equinor/fusion-framework/commit/9e3fce16cb1abfea8ae77239078efa2b1b0f52c2))
430
+ - **framework-react:** make params for useApps optional ([9e3fce1](https://github.com/equinor/fusion-framework/commit/9e3fce16cb1abfea8ae77239078efa2b1b0f52c2))
417
431
 
418
432
  ## [3.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@3.1.0...@equinor/fusion-framework-react@3.1.2) (2023-02-01)
419
433
 
420
434
  ### Bug Fixes
421
435
 
422
- - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
436
+ - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
423
437
 
424
438
  ## [3.1.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@3.1.0...@equinor/fusion-framework-react@3.1.1) (2023-02-01)
425
439
 
426
440
  ### Bug Fixes
427
441
 
428
- - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
442
+ - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
429
443
 
430
444
  ## 3.1.0 (2023-02-01)
431
445
 
432
446
  ### Features
433
447
 
434
- - hooks useApps and useAppProvider ([bfa61a2](https://github.com/equinor/fusion-framework/commit/bfa61a2f01e70880f5a90e5184454ca40033ce71))
448
+ - hooks useApps and useAppProvider ([bfa61a2](https://github.com/equinor/fusion-framework/commit/bfa61a2f01e70880f5a90e5184454ca40033ce71))
435
449
 
436
450
  ## 3.0.1 (2023-01-30)
437
451
 
@@ -449,7 +463,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
449
463
 
450
464
  ### Features
451
465
 
452
- - **framework-react:** expose hook for signalr ([e807202](https://github.com/equinor/fusion-framework/commit/e807202e32e1031c7feb6e8ec1d30b3ed4336f35))
466
+ - **framework-react:** expose hook for signalr ([e807202](https://github.com/equinor/fusion-framework/commit/e807202e32e1031c7feb6e8ec1d30b3ed4336f35))
453
467
 
454
468
  ## 2.1.7 (2023-01-19)
455
469
 
@@ -483,7 +497,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
483
497
 
484
498
  ### Features
485
499
 
486
- - **module-app:** allow clearing current app ([c7f4c14](https://github.com/equinor/fusion-framework/commit/c7f4c144c29c2c40df42eafcdaabfb8214e1e88d))
500
+ - **module-app:** allow clearing current app ([c7f4c14](https://github.com/equinor/fusion-framework/commit/c7f4c144c29c2c40df42eafcdaabfb8214e1e88d))
487
501
 
488
502
  ## 2.0.25 (2023-01-04)
489
503
 
@@ -517,7 +531,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
517
531
 
518
532
  ### Bug Fixes
519
533
 
520
- - remove deprecated hooks ([af5586f](https://github.com/equinor/fusion-framework/commit/af5586f563e32c1e7e577a3e6837be610a135fc9))
534
+ - remove deprecated hooks ([af5586f](https://github.com/equinor/fusion-framework/commit/af5586f563e32c1e7e577a3e6837be610a135fc9))
521
535
 
522
536
  ## [2.0.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@2.0.16...@equinor/fusion-framework-react@2.0.17) (2022-12-13)
523
537
 
@@ -539,7 +553,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
539
553
 
540
554
  ### Bug Fixes
541
555
 
542
- - **framework-react:** update hooks ([cd8b0cd](https://github.com/equinor/fusion-framework/commit/cd8b0cd580cd90a35392ccefb8e306700e903ce1))
556
+ - **framework-react:** update hooks ([cd8b0cd](https://github.com/equinor/fusion-framework/commit/cd8b0cd580cd90a35392ccefb8e306700e903ce1))
543
557
 
544
558
  ## [2.0.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@2.0.11...@equinor/fusion-framework-react@2.0.12) (2022-12-08)
545
559
 
@@ -701,13 +715,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
701
715
 
702
716
  ### Bug Fixes
703
717
 
704
- - **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb))
718
+ - **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb))
705
719
 
706
720
  ## 1.3.6 (2022-11-03)
707
721
 
708
722
  ### Bug Fixes
709
723
 
710
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
724
+ - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
711
725
 
712
726
  ## [1.3.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@1.3.4...@equinor/fusion-framework-react@1.3.5) (2022-11-03)
713
727
 
@@ -733,8 +747,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
733
747
 
734
748
  ### Features
735
749
 
736
- - **framework-react:** create hook for current context ([4ee803f](https://github.com/equinor/fusion-framework/commit/4ee803fd0e457c3ec7414b35100e12186327fb6f))
737
- - **framework-react:** react tooling for context ([b530114](https://github.com/equinor/fusion-framework/commit/b53011475a9c1a25b4e0756b66b57fd9b5711bbd))
750
+ - **framework-react:** create hook for current context ([4ee803f](https://github.com/equinor/fusion-framework/commit/4ee803fd0e457c3ec7414b35100e12186327fb6f))
751
+ - **framework-react:** react tooling for context ([b530114](https://github.com/equinor/fusion-framework/commit/b53011475a9c1a25b4e0756b66b57fd9b5711bbd))
738
752
 
739
753
  ## [1.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@1.2.0...@equinor/fusion-framework-react@1.2.1) (2022-11-02)
740
754
 
@@ -744,7 +758,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
744
758
 
745
759
  ### Features
746
760
 
747
- - **framework-react:** expose app hooks ([46c1ea2](https://github.com/equinor/fusion-framework/commit/46c1ea28f88cb3dd0ff350a589850c5cd9a45a88))
761
+ - **framework-react:** expose app hooks ([46c1ea2](https://github.com/equinor/fusion-framework/commit/46c1ea28f88cb3dd0ff350a589850c5cd9a45a88))
748
762
 
749
763
  ## 1.1.1 (2022-11-01)
750
764
 
@@ -754,7 +768,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
754
768
 
755
769
  ### Features
756
770
 
757
- - :sparkles: expose a single element for setup framework ([154e09f](https://github.com/equinor/fusion-framework/commit/154e09f027b7dea3015eb860fa530ce0f45dfa61))
771
+ - :sparkles: expose a single element for setup framework ([154e09f](https://github.com/equinor/fusion-framework/commit/154e09f027b7dea3015eb860fa530ce0f45dfa61))
758
772
 
759
773
  ## 1.0.17 (2022-10-27)
760
774
 
@@ -816,7 +830,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
816
830
 
817
831
  ### Bug Fixes
818
832
 
819
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
833
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
820
834
 
821
835
  ## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@1.0.1...@equinor/fusion-framework-react@1.0.2) (2022-09-13)
822
836
 
@@ -838,21 +852,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
838
852
 
839
853
  ### ⚠ BREAKING CHANGES
840
854
 
841
- - **framework-react:** config is now object
855
+ - **framework-react:** config is now object
842
856
 
843
857
  ### Features
844
858
 
845
- - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
859
+ - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
846
860
 
847
861
  ## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.3.3...@equinor/fusion-framework-react@1.0.0-alpha.0) (2022-09-12)
848
862
 
849
863
  ### ⚠ BREAKING CHANGES
850
864
 
851
- - **framework-react:** config is now object
865
+ - **framework-react:** config is now object
852
866
 
853
867
  ### Features
854
868
 
855
- - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
869
+ - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
856
870
 
857
871
  ## [0.3.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.3.2...@equinor/fusion-framework-react@0.3.3) (2022-09-05)
858
872
 
@@ -870,7 +884,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
870
884
 
871
885
  ### Features
872
886
 
873
- - **framework-react:** expose rect module http ([f6ab26f](https://github.com/equinor/fusion-framework/commit/f6ab26f2c4463ce9d0996027a48eb5ad9d94779a))
887
+ - **framework-react:** expose rect module http ([f6ab26f](https://github.com/equinor/fusion-framework/commit/f6ab26f2c4463ce9d0996027a48eb5ad9d94779a))
874
888
 
875
889
  ## [0.2.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.2.18...@equinor/fusion-framework-react@0.2.19) (2022-08-29)
876
890
 
@@ -916,7 +930,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
916
930
 
917
931
  ### Bug Fixes
918
932
 
919
- - **framework-react:** remove legacy path ([fa82188](https://github.com/equinor/fusion-framework/commit/fa82188a7471a82fafacf26a1fc50a1703fe3944))
933
+ - **framework-react:** remove legacy path ([fa82188](https://github.com/equinor/fusion-framework/commit/fa82188a7471a82fafacf26a1fc50a1703fe3944))
920
934
 
921
935
  ## [0.2.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.2.7...@equinor/fusion-framework-react@0.2.8) (2022-07-01)
922
936
 
@@ -954,7 +968,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
954
968
 
955
969
  ### Features
956
970
 
957
- - **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768))
971
+ - **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768))
958
972
 
959
973
  ## [0.1.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.1.18...@equinor/fusion-framework-react@0.1.19) (2022-06-14)
960
974
 
@@ -1032,19 +1046,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1032
1046
 
1033
1047
  ### Bug Fixes
1034
1048
 
1035
- - **framework-react:** export Fusion ([94b150f](https://github.com/equinor/fusion-framework/commit/94b150ff9d1b5ad27c12f19160371edb464c88de))
1049
+ - **framework-react:** export Fusion ([94b150f](https://github.com/equinor/fusion-framework/commit/94b150ff9d1b5ad27c12f19160371edb464c88de))
1036
1050
 
1037
1051
  # 0.1.0 (2022-02-07)
1038
1052
 
1039
1053
  ### Bug Fixes
1040
1054
 
1041
- - **framework-react:** typehint ([75d3793](https://github.com/equinor/fusion-framework/commit/75d37936aca967d17d192977337bae99f6aea277))
1042
- - **framework-react:** update name change ([e2382b7](https://github.com/equinor/fusion-framework/commit/e2382b70a7d7a8cd103cb33c2a839c5a34e315c9))
1043
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1044
- - **react:** fix typing ([9a2a51d](https://github.com/equinor/fusion-framework/commit/9a2a51dd76ed68ef95ef5c932555ae31165f16c2))
1045
- - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1055
+ - **framework-react:** typehint ([75d3793](https://github.com/equinor/fusion-framework/commit/75d37936aca967d17d192977337bae99f6aea277))
1056
+ - **framework-react:** update name change ([e2382b7](https://github.com/equinor/fusion-framework/commit/e2382b70a7d7a8cd103cb33c2a839c5a34e315c9))
1057
+ - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1058
+ - **react:** fix typing ([9a2a51d](https://github.com/equinor/fusion-framework/commit/9a2a51dd76ed68ef95ef5c932555ae31165f16c2))
1059
+ - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1046
1060
 
1047
1061
  ### Features
1048
1062
 
1049
- - add package for creating framework in react ([3b6858d](https://github.com/equinor/fusion-framework/commit/3b6858dc9f6b8c0efd6aa51275693e068ac72bef))
1050
- - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1063
+ - add package for creating framework in react ([3b6858d](https://github.com/equinor/fusion-framework/commit/3b6858dc9f6b8c0efd6aa51275693e068ac72bef))
1064
+ - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))