@equinor/fusion-framework-react 6.0.2 → 6.0.3-widget-50a1870b

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