@equinor/fusion-framework-react 6.0.2 → 6.0.3

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