@equinor/fusion-framework-react 6.0.3-widget-b2daf10f → 6.0.4

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,269 +1,277 @@
1
1
  # Change Log
2
2
 
3
- ## 6.0.3-widget-b2daf10f
3
+ ## 6.0.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1854](https://github.com/equinor/fusion-framework/pull/1854) [`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d) Thanks [@Noggling](https://github.com/Noggling)! - Exposing the `makeWidgetComponent` function and performing minor cleanup of the widget component.
7
+ - Updated dependencies []:
8
+ - @equinor/fusion-framework@7.0.32
9
+
10
+ ## 6.0.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @equinor/fusion-framework@7.0.31
8
16
 
9
17
  ## 6.0.2
10
18
 
11
19
  ### Patch Changes
12
20
 
13
- - [#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
21
+ - [#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
14
22
 
15
- - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
16
- - @equinor/fusion-framework-module@4.2.7
17
- - @equinor/fusion-framework@7.0.30
18
- - @equinor/fusion-framework-module-feature-flag@1.0.2
19
- - @equinor/fusion-framework-react-module@3.0.8
20
- - @equinor/fusion-framework-react-module-http@4.0.6
21
- - @equinor/fusion-framework-react-module-signalr@2.0.18
23
+ - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
24
+ - @equinor/fusion-framework-module@4.2.7
25
+ - @equinor/fusion-framework@7.0.30
26
+ - @equinor/fusion-framework-module-feature-flag@1.0.2
27
+ - @equinor/fusion-framework-react-module@3.0.8
28
+ - @equinor/fusion-framework-react-module-http@4.0.6
29
+ - @equinor/fusion-framework-react-module-signalr@2.0.18
22
30
 
23
31
  ## 6.0.1
24
32
 
25
33
  ### Patch Changes
26
34
 
27
- - [#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>`.
35
+ - [#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>`.
28
36
 
29
- - The initial value for `useObservableState` has been set to `provider.current`.
30
- - The assignment of `module` has been updated to handle the case where `modules` is `undefined`.
31
- - The return type of the `useCurrentAppModules` function has been changed. The `modules` property can now be `undefined` or `null`, in addition to `AppModulesInstance<TModules>`.
32
- - The initial value for `useObservableState` has been updated to handle the case where `currentApp` is `undefined`.
37
+ - The initial value for `useObservableState` has been set to `provider.current`.
38
+ - The assignment of `module` has been updated to handle the case where `modules` is `undefined`.
39
+ - The return type of the `useCurrentAppModules` function has been changed. The `modules` property can now be `undefined` or `null`, in addition to `AppModulesInstance<TModules>`.
40
+ - The initial value for `useObservableState` has been updated to handle the case where `currentApp` is `undefined`.
33
41
 
34
- - Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
35
- - @equinor/fusion-observable@8.1.5
36
- - @equinor/fusion-framework-module-feature-flag@1.0.1
37
- - @equinor/fusion-framework@7.0.29
38
- - @equinor/fusion-framework-react-module-signalr@2.0.17
42
+ - Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
43
+ - @equinor/fusion-observable@8.1.5
44
+ - @equinor/fusion-framework-module-feature-flag@1.0.1
45
+ - @equinor/fusion-framework@7.0.29
46
+ - @equinor/fusion-framework-react-module-signalr@2.0.17
39
47
 
40
48
  ## 6.0.0
41
49
 
42
50
  ### Major Changes
43
51
 
44
- - [#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
52
+ - [#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
45
53
 
46
- - useCurrentAppFeatures
47
- - _useFeature (internal)_
48
- - _useFeatures (internal)_
49
- - useFrameworkFeature
50
- - useFrameworkFeatures
54
+ - useCurrentAppFeatures
55
+ - _useFeature (internal)_
56
+ - _useFeatures (internal)_
57
+ - useFrameworkFeature
58
+ - useFrameworkFeatures
51
59
 
52
- > [!CAUTION] > `useCurrentAppModules` does no longer return `Observable<AppModulesInstance>`, but current state of `AppModulesInstance | null`
60
+ > [!CAUTION] > `useCurrentAppModules` does no longer return `Observable<AppModulesInstance>`, but current state of `AppModulesInstance | null`
53
61
 
54
62
  ### Patch Changes
55
63
 
56
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
57
- - @equinor/fusion-framework-module-feature-flag@1.0.0
64
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
65
+ - @equinor/fusion-framework-module-feature-flag@1.0.0
58
66
 
59
67
  ## 5.3.9
60
68
 
61
69
  ### Patch Changes
62
70
 
63
- - Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
64
- - @equinor/fusion-framework-module-feature-flag@0.0.1
71
+ - Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
72
+ - @equinor/fusion-framework-module-feature-flag@0.0.1
65
73
 
66
74
  ## 5.3.8
67
75
 
68
76
  ### Patch Changes
69
77
 
70
- - Updated dependencies []:
71
- - @equinor/fusion-framework@7.0.28
72
- - @equinor/fusion-framework-react-module-http@4.0.5
73
- - @equinor/fusion-framework-react-module-signalr@2.0.16
78
+ - Updated dependencies []:
79
+ - @equinor/fusion-framework@7.0.28
80
+ - @equinor/fusion-framework-react-module-http@4.0.5
81
+ - @equinor/fusion-framework-react-module-signalr@2.0.16
74
82
 
75
83
  ## 5.3.7
76
84
 
77
85
  ### Patch Changes
78
86
 
79
- - Updated dependencies []:
80
- - @equinor/fusion-framework@7.0.27
81
- - @equinor/fusion-framework-react-module-http@4.0.4
82
- - @equinor/fusion-framework-react-module-signalr@2.0.15
87
+ - Updated dependencies []:
88
+ - @equinor/fusion-framework@7.0.27
89
+ - @equinor/fusion-framework-react-module-http@4.0.4
90
+ - @equinor/fusion-framework-react-module-signalr@2.0.15
83
91
 
84
92
  ## 5.3.6
85
93
 
86
94
  ### Patch Changes
87
95
 
88
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
89
- - @equinor/fusion-framework-react-module-http@4.0.3
90
- - @equinor/fusion-framework@7.0.26
91
- - @equinor/fusion-framework-react-module-signalr@2.0.14
96
+ - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
97
+ - @equinor/fusion-framework-react-module-http@4.0.3
98
+ - @equinor/fusion-framework@7.0.26
99
+ - @equinor/fusion-framework-react-module-signalr@2.0.14
92
100
 
93
101
  ## 5.3.5
94
102
 
95
103
  ### Patch Changes
96
104
 
97
- - Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
98
- - @equinor/fusion-observable@8.1.4
99
- - @equinor/fusion-framework@7.0.25
100
- - @equinor/fusion-framework-react-module-signalr@2.0.13
105
+ - Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
106
+ - @equinor/fusion-observable@8.1.4
107
+ - @equinor/fusion-framework@7.0.25
108
+ - @equinor/fusion-framework-react-module-signalr@2.0.13
101
109
 
102
110
  ## 5.3.4
103
111
 
104
112
  ### Patch Changes
105
113
 
106
- - [#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
114
+ - [#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
107
115
 
108
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
109
- - @equinor/fusion-observable@8.1.3
110
- - @equinor/fusion-framework-module@4.2.6
111
- - @equinor/fusion-framework@7.0.24
112
- - @equinor/fusion-framework-react-module-signalr@2.0.12
113
- - @equinor/fusion-framework-react-module@3.0.7
114
- - @equinor/fusion-framework-react-module-http@4.0.2
116
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
117
+ - @equinor/fusion-observable@8.1.3
118
+ - @equinor/fusion-framework-module@4.2.6
119
+ - @equinor/fusion-framework@7.0.24
120
+ - @equinor/fusion-framework-react-module-signalr@2.0.12
121
+ - @equinor/fusion-framework-react-module@3.0.7
122
+ - @equinor/fusion-framework-react-module-http@4.0.2
115
123
 
116
124
  ## 5.3.3
117
125
 
118
126
  ### Patch Changes
119
127
 
120
- - Updated dependencies []:
121
- - @equinor/fusion-framework@7.0.23
122
- - @equinor/fusion-framework-react-module-signalr@2.0.11
128
+ - Updated dependencies []:
129
+ - @equinor/fusion-framework@7.0.23
130
+ - @equinor/fusion-framework-react-module-signalr@2.0.11
123
131
 
124
132
  ## 5.3.2
125
133
 
126
134
  ### Patch Changes
127
135
 
128
- - Updated dependencies []:
129
- - @equinor/fusion-framework@7.0.22
130
- - @equinor/fusion-framework-react-module-signalr@2.0.10
136
+ - Updated dependencies []:
137
+ - @equinor/fusion-framework@7.0.22
138
+ - @equinor/fusion-framework-react-module-signalr@2.0.10
131
139
 
132
140
  ## 5.3.1
133
141
 
134
142
  ### Patch Changes
135
143
 
136
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
144
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
137
145
 
138
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
139
- - @equinor/fusion-framework@7.0.21
140
- - @equinor/fusion-framework-module@4.2.5
141
- - @equinor/fusion-framework-react-module-http@4.0.1
142
- - @equinor/fusion-framework-react-module@3.0.6
143
- - @equinor/fusion-framework-react-module-signalr@2.0.9
144
- - @equinor/fusion-observable@8.1.2
146
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
147
+ - @equinor/fusion-framework@7.0.21
148
+ - @equinor/fusion-framework-module@4.2.5
149
+ - @equinor/fusion-framework-react-module-http@4.0.1
150
+ - @equinor/fusion-framework-react-module@3.0.6
151
+ - @equinor/fusion-framework-react-module-signalr@2.0.9
152
+ - @equinor/fusion-observable@8.1.2
145
153
 
146
154
  ## 5.3.0
147
155
 
148
156
  ### Minor Changes
149
157
 
150
- - [`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658) Thanks [@odinr](https://github.com/odinr)! - Create module provider when creating framework provider
158
+ - [`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658) Thanks [@odinr](https://github.com/odinr)! - Create module provider when creating framework provider
151
159
 
152
- `useModule(...)` did not work previously within framework (portal) context since no context provider was created
160
+ `useModule(...)` did not work previously within framework (portal) context since no context provider was created
153
161
 
154
162
  ### Patch Changes
155
163
 
156
- - Updated dependencies []:
157
- - @equinor/fusion-framework@7.0.20
158
- - @equinor/fusion-framework-react-module-http@4.0.0
159
- - @equinor/fusion-framework-react-module-signalr@2.0.8
164
+ - Updated dependencies []:
165
+ - @equinor/fusion-framework@7.0.20
166
+ - @equinor/fusion-framework-react-module-http@4.0.0
167
+ - @equinor/fusion-framework-react-module-signalr@2.0.8
160
168
 
161
169
  ## 5.2.7
162
170
 
163
171
  ### Patch Changes
164
172
 
165
- - Updated dependencies []:
166
- - @equinor/fusion-framework@7.0.19
167
- - @equinor/fusion-framework-react-module-signalr@2.0.7
173
+ - Updated dependencies []:
174
+ - @equinor/fusion-framework@7.0.19
175
+ - @equinor/fusion-framework-react-module-signalr@2.0.7
168
176
 
169
177
  ## 5.2.6
170
178
 
171
179
  ### Patch Changes
172
180
 
173
- - 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)]:
174
- - @equinor/fusion-observable@8.1.1
175
- - @equinor/fusion-framework-module@4.2.4
176
- - @equinor/fusion-framework@7.0.18
177
- - @equinor/fusion-framework-react-module-http@3.0.5
178
- - @equinor/fusion-framework-react-module-signalr@2.0.6
181
+ - 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)]:
182
+ - @equinor/fusion-observable@8.1.1
183
+ - @equinor/fusion-framework-module@4.2.4
184
+ - @equinor/fusion-framework@7.0.18
185
+ - @equinor/fusion-framework-react-module-http@3.0.5
186
+ - @equinor/fusion-framework-react-module-signalr@2.0.6
179
187
 
180
188
  ## 5.2.5
181
189
 
182
190
  ### Patch Changes
183
191
 
184
- - Updated dependencies []:
185
- - @equinor/fusion-framework@7.0.17
186
- - @equinor/fusion-framework-react-module-signalr@2.0.5
192
+ - Updated dependencies []:
193
+ - @equinor/fusion-framework@7.0.17
194
+ - @equinor/fusion-framework-react-module-signalr@2.0.5
187
195
 
188
196
  ## 5.2.4
189
197
 
190
198
  ### Patch Changes
191
199
 
192
- - [#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
200
+ - [#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
193
201
 
194
- conflicts of `@types/react` made random outcomes when using `yarn`
202
+ conflicts of `@types/react` made random outcomes when using `yarn`
195
203
 
196
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
204
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
197
205
 
198
- - [#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
206
+ - [#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
199
207
 
200
- only dev deps updated should not affect any consumers
208
+ only dev deps updated should not affect any consumers
201
209
 
202
- see [react changelog](https://github.com/facebook/react/releases) for details
210
+ see [react changelog](https://github.com/facebook/react/releases) for details
203
211
 
204
- - [#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)
212
+ - [#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)
205
213
 
206
- - 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)]:
207
- - @equinor/fusion-framework-react-module-signalr@2.0.4
208
- - @equinor/fusion-framework-react-module-http@3.0.4
209
- - @equinor/fusion-observable@8.1.0
210
- - @equinor/fusion-framework-module@4.2.3
211
- - @equinor/fusion-framework@7.0.16
214
+ - 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)]:
215
+ - @equinor/fusion-framework-react-module-signalr@2.0.4
216
+ - @equinor/fusion-framework-react-module-http@3.0.4
217
+ - @equinor/fusion-observable@8.1.0
218
+ - @equinor/fusion-framework-module@4.2.3
219
+ - @equinor/fusion-framework@7.0.16
212
220
 
213
221
  ## 5.2.3
214
222
 
215
223
  ### Patch Changes
216
224
 
217
- - [#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
225
+ - [#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
218
226
 
219
- only style semantics updated
227
+ only style semantics updated
220
228
 
221
229
  ## 5.2.2
222
230
 
223
231
  ### Patch Changes
224
232
 
225
- - [#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
233
+ - [#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
226
234
 
227
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
228
- - @equinor/fusion-framework@7.0.15
235
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
236
+ - @equinor/fusion-framework@7.0.15
229
237
 
230
238
  ## 5.2.1
231
239
 
232
240
  ### Patch Changes
233
241
 
234
- - [#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
242
+ - [#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
235
243
 
236
- provider from `createFrameworkProvider` was missing typehint of children
244
+ provider from `createFrameworkProvider` was missing typehint of children
237
245
 
238
246
  ## 5.2.0
239
247
 
240
248
  ### Minor Changes
241
249
 
242
- - [#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
250
+ - [#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
243
251
 
244
- - deprecate [AppModuleProvider.createApp](https://github.com/equinor/fusion-framework/blob/cf08d5ae3cef473e5025fd973a2a7a45a3b22dee/packages/modules/app/src/AppModuleProvider.ts#L171)
252
+ - deprecate [AppModuleProvider.createApp](https://github.com/equinor/fusion-framework/blob/cf08d5ae3cef473e5025fd973a2a7a45a3b22dee/packages/modules/app/src/AppModuleProvider.ts#L171)
245
253
 
246
- this should not create any breaking changes since apps was only created from provider.
247
- if the class is still needed it can be imported:
254
+ this should not create any breaking changes since apps was only created from provider.
255
+ if the class is still needed it can be imported:
248
256
 
249
- ```ts
250
- import { App } from '@equinor/fusion-framework-module-app/app';
251
- ```
257
+ ```ts
258
+ import { App } from "@equinor/fusion-framework-module-app/app";
259
+ ```
252
260
 
253
261
  ## 5.1.4
254
262
 
255
263
  ### Patch Changes
256
264
 
257
- - [#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**
265
+ - [#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**
258
266
 
259
- - align all versions of typescript
260
- - update types to build
261
- - 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
267
+ - align all versions of typescript
268
+ - update types to build
269
+ - 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
262
270
 
263
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
264
- - @equinor/fusion-framework@7.0.14
265
- - @equinor/fusion-framework-react-module-context@6.0.9
266
- - @equinor/fusion-framework-react-module-http@3.0.3
271
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
272
+ - @equinor/fusion-framework@7.0.14
273
+ - @equinor/fusion-framework-react-module-context@6.0.9
274
+ - @equinor/fusion-framework-react-module-http@3.0.3
267
275
 
268
276
  All notable changes to this project will be documented in this file.
269
277
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -280,14 +288,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
280
288
 
281
289
  ### Bug Fixes
282
290
 
283
- - **react-framework:** expose useCurrentAppModules ([785d5eb](https://github.com/equinor/fusion-framework/commit/785d5eb08963d5ba1a007573879908b33e52fb3f))
291
+ - **react-framework:** expose useCurrentAppModules ([785d5eb](https://github.com/equinor/fusion-framework/commit/785d5eb08963d5ba1a007573879908b33e52fb3f))
284
292
 
285
293
  ## 5.1.0 (2023-05-22)
286
294
 
287
295
  ### Features
288
296
 
289
- - **react-framework:** add hook for using current app modules ([2d65464](https://github.com/equinor/fusion-framework/commit/2d654647b84e03d1c6e322509885d8bfa2b9142f))
290
- - **react-framework:** enhance `useCurrentApp` ([60026c9](https://github.com/equinor/fusion-framework/commit/60026c918c5033137cc359665074ea65c11a34fb))
297
+ - **react-framework:** add hook for using current app modules ([2d65464](https://github.com/equinor/fusion-framework/commit/2d654647b84e03d1c6e322509885d8bfa2b9142f))
298
+ - **react-framework:** enhance `useCurrentApp` ([60026c9](https://github.com/equinor/fusion-framework/commit/60026c918c5033137cc359665074ea65c11a34fb))
291
299
 
292
300
  ## [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)
293
301
 
@@ -377,7 +385,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
377
385
 
378
386
  ### Bug Fixes
379
387
 
380
- - **useApps:** hiding hidden apps ([7f1354f](https://github.com/equinor/fusion-framework/commit/7f1354fd72cd7b02715e67b8274b4c8185397012))
388
+ - **useApps:** hiding hidden apps ([7f1354f](https://github.com/equinor/fusion-framework/commit/7f1354fd72cd7b02715e67b8274b4c8185397012))
381
389
 
382
390
  ## [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)
383
391
 
@@ -391,18 +399,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
391
399
 
392
400
  ### ⚠ BREAKING CHANGES
393
401
 
394
- - **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
402
+ - **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
395
403
 
396
404
  ### Bug Fixes
397
405
 
398
- - **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
399
- - **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
406
+ - **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
407
+ - **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
400
408
 
401
409
  ## [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)
402
410
 
403
411
  ### Features
404
412
 
405
- - (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
413
+ - (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
406
414
 
407
415
  ## 3.1.4 (2023-02-02)
408
416
 
@@ -412,25 +420,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
412
420
 
413
421
  ### Bug Fixes
414
422
 
415
- - **framework-react:** make params for useApps optional ([9e3fce1](https://github.com/equinor/fusion-framework/commit/9e3fce16cb1abfea8ae77239078efa2b1b0f52c2))
423
+ - **framework-react:** make params for useApps optional ([9e3fce1](https://github.com/equinor/fusion-framework/commit/9e3fce16cb1abfea8ae77239078efa2b1b0f52c2))
416
424
 
417
425
  ## [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)
418
426
 
419
427
  ### Bug Fixes
420
428
 
421
- - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
429
+ - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
422
430
 
423
431
  ## [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)
424
432
 
425
433
  ### Bug Fixes
426
434
 
427
- - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
435
+ - **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b))
428
436
 
429
437
  ## 3.1.0 (2023-02-01)
430
438
 
431
439
  ### Features
432
440
 
433
- - hooks useApps and useAppProvider ([bfa61a2](https://github.com/equinor/fusion-framework/commit/bfa61a2f01e70880f5a90e5184454ca40033ce71))
441
+ - hooks useApps and useAppProvider ([bfa61a2](https://github.com/equinor/fusion-framework/commit/bfa61a2f01e70880f5a90e5184454ca40033ce71))
434
442
 
435
443
  ## 3.0.1 (2023-01-30)
436
444
 
@@ -448,7 +456,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
448
456
 
449
457
  ### Features
450
458
 
451
- - **framework-react:** expose hook for signalr ([e807202](https://github.com/equinor/fusion-framework/commit/e807202e32e1031c7feb6e8ec1d30b3ed4336f35))
459
+ - **framework-react:** expose hook for signalr ([e807202](https://github.com/equinor/fusion-framework/commit/e807202e32e1031c7feb6e8ec1d30b3ed4336f35))
452
460
 
453
461
  ## 2.1.7 (2023-01-19)
454
462
 
@@ -482,7 +490,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
482
490
 
483
491
  ### Features
484
492
 
485
- - **module-app:** allow clearing current app ([c7f4c14](https://github.com/equinor/fusion-framework/commit/c7f4c144c29c2c40df42eafcdaabfb8214e1e88d))
493
+ - **module-app:** allow clearing current app ([c7f4c14](https://github.com/equinor/fusion-framework/commit/c7f4c144c29c2c40df42eafcdaabfb8214e1e88d))
486
494
 
487
495
  ## 2.0.25 (2023-01-04)
488
496
 
@@ -516,7 +524,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
516
524
 
517
525
  ### Bug Fixes
518
526
 
519
- - remove deprecated hooks ([af5586f](https://github.com/equinor/fusion-framework/commit/af5586f563e32c1e7e577a3e6837be610a135fc9))
527
+ - remove deprecated hooks ([af5586f](https://github.com/equinor/fusion-framework/commit/af5586f563e32c1e7e577a3e6837be610a135fc9))
520
528
 
521
529
  ## [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)
522
530
 
@@ -538,7 +546,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
538
546
 
539
547
  ### Bug Fixes
540
548
 
541
- - **framework-react:** update hooks ([cd8b0cd](https://github.com/equinor/fusion-framework/commit/cd8b0cd580cd90a35392ccefb8e306700e903ce1))
549
+ - **framework-react:** update hooks ([cd8b0cd](https://github.com/equinor/fusion-framework/commit/cd8b0cd580cd90a35392ccefb8e306700e903ce1))
542
550
 
543
551
  ## [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)
544
552
 
@@ -700,13 +708,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
700
708
 
701
709
  ### Bug Fixes
702
710
 
703
- - **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb))
711
+ - **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb))
704
712
 
705
713
  ## 1.3.6 (2022-11-03)
706
714
 
707
715
  ### Bug Fixes
708
716
 
709
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
717
+ - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
710
718
 
711
719
  ## [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)
712
720
 
@@ -732,8 +740,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
732
740
 
733
741
  ### Features
734
742
 
735
- - **framework-react:** create hook for current context ([4ee803f](https://github.com/equinor/fusion-framework/commit/4ee803fd0e457c3ec7414b35100e12186327fb6f))
736
- - **framework-react:** react tooling for context ([b530114](https://github.com/equinor/fusion-framework/commit/b53011475a9c1a25b4e0756b66b57fd9b5711bbd))
743
+ - **framework-react:** create hook for current context ([4ee803f](https://github.com/equinor/fusion-framework/commit/4ee803fd0e457c3ec7414b35100e12186327fb6f))
744
+ - **framework-react:** react tooling for context ([b530114](https://github.com/equinor/fusion-framework/commit/b53011475a9c1a25b4e0756b66b57fd9b5711bbd))
737
745
 
738
746
  ## [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)
739
747
 
@@ -743,7 +751,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
743
751
 
744
752
  ### Features
745
753
 
746
- - **framework-react:** expose app hooks ([46c1ea2](https://github.com/equinor/fusion-framework/commit/46c1ea28f88cb3dd0ff350a589850c5cd9a45a88))
754
+ - **framework-react:** expose app hooks ([46c1ea2](https://github.com/equinor/fusion-framework/commit/46c1ea28f88cb3dd0ff350a589850c5cd9a45a88))
747
755
 
748
756
  ## 1.1.1 (2022-11-01)
749
757
 
@@ -753,7 +761,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
753
761
 
754
762
  ### Features
755
763
 
756
- - :sparkles: expose a single element for setup framework ([154e09f](https://github.com/equinor/fusion-framework/commit/154e09f027b7dea3015eb860fa530ce0f45dfa61))
764
+ - :sparkles: expose a single element for setup framework ([154e09f](https://github.com/equinor/fusion-framework/commit/154e09f027b7dea3015eb860fa530ce0f45dfa61))
757
765
 
758
766
  ## 1.0.17 (2022-10-27)
759
767
 
@@ -815,7 +823,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
815
823
 
816
824
  ### Bug Fixes
817
825
 
818
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
826
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
819
827
 
820
828
  ## [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)
821
829
 
@@ -837,21 +845,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
837
845
 
838
846
  ### ⚠ BREAKING CHANGES
839
847
 
840
- - **framework-react:** config is now object
848
+ - **framework-react:** config is now object
841
849
 
842
850
  ### Features
843
851
 
844
- - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
852
+ - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
845
853
 
846
854
  ## [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)
847
855
 
848
856
  ### ⚠ BREAKING CHANGES
849
857
 
850
- - **framework-react:** config is now object
858
+ - **framework-react:** config is now object
851
859
 
852
860
  ### Features
853
861
 
854
- - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
862
+ - **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c))
855
863
 
856
864
  ## [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)
857
865
 
@@ -869,7 +877,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
869
877
 
870
878
  ### Features
871
879
 
872
- - **framework-react:** expose rect module http ([f6ab26f](https://github.com/equinor/fusion-framework/commit/f6ab26f2c4463ce9d0996027a48eb5ad9d94779a))
880
+ - **framework-react:** expose rect module http ([f6ab26f](https://github.com/equinor/fusion-framework/commit/f6ab26f2c4463ce9d0996027a48eb5ad9d94779a))
873
881
 
874
882
  ## [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)
875
883
 
@@ -915,7 +923,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
915
923
 
916
924
  ### Bug Fixes
917
925
 
918
- - **framework-react:** remove legacy path ([fa82188](https://github.com/equinor/fusion-framework/commit/fa82188a7471a82fafacf26a1fc50a1703fe3944))
926
+ - **framework-react:** remove legacy path ([fa82188](https://github.com/equinor/fusion-framework/commit/fa82188a7471a82fafacf26a1fc50a1703fe3944))
919
927
 
920
928
  ## [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)
921
929
 
@@ -953,7 +961,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
953
961
 
954
962
  ### Features
955
963
 
956
- - **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768))
964
+ - **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768))
957
965
 
958
966
  ## [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)
959
967
 
@@ -1031,19 +1039,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1031
1039
 
1032
1040
  ### Bug Fixes
1033
1041
 
1034
- - **framework-react:** export Fusion ([94b150f](https://github.com/equinor/fusion-framework/commit/94b150ff9d1b5ad27c12f19160371edb464c88de))
1042
+ - **framework-react:** export Fusion ([94b150f](https://github.com/equinor/fusion-framework/commit/94b150ff9d1b5ad27c12f19160371edb464c88de))
1035
1043
 
1036
1044
  # 0.1.0 (2022-02-07)
1037
1045
 
1038
1046
  ### Bug Fixes
1039
1047
 
1040
- - **framework-react:** typehint ([75d3793](https://github.com/equinor/fusion-framework/commit/75d37936aca967d17d192977337bae99f6aea277))
1041
- - **framework-react:** update name change ([e2382b7](https://github.com/equinor/fusion-framework/commit/e2382b70a7d7a8cd103cb33c2a839c5a34e315c9))
1042
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1043
- - **react:** fix typing ([9a2a51d](https://github.com/equinor/fusion-framework/commit/9a2a51dd76ed68ef95ef5c932555ae31165f16c2))
1044
- - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1048
+ - **framework-react:** typehint ([75d3793](https://github.com/equinor/fusion-framework/commit/75d37936aca967d17d192977337bae99f6aea277))
1049
+ - **framework-react:** update name change ([e2382b7](https://github.com/equinor/fusion-framework/commit/e2382b70a7d7a8cd103cb33c2a839c5a34e315c9))
1050
+ - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1051
+ - **react:** fix typing ([9a2a51d](https://github.com/equinor/fusion-framework/commit/9a2a51dd76ed68ef95ef5c932555ae31165f16c2))
1052
+ - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1045
1053
 
1046
1054
  ### Features
1047
1055
 
1048
- - add package for creating framework in react ([3b6858d](https://github.com/equinor/fusion-framework/commit/3b6858dc9f6b8c0efd6aa51275693e068ac72bef))
1049
- - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1056
+ - add package for creating framework in react ([3b6858d](https://github.com/equinor/fusion-framework/commit/3b6858dc9f6b8c0efd6aa51275693e068ac72bef))
1057
+ - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))