@equinor/fusion-framework-react 6.0.2-context-error-08aa8737eb2e7bea3bf2123d90b0223fb1039461 → 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,256 +1,270 @@
1
1
  # Change Log
2
2
 
3
- ## 6.0.2-context-error-08aa8737eb2e7bea3bf2123d90b0223fb1039461
3
+ ## 6.0.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies []:
8
- - @equinor/fusion-framework@7.0.30-context-error-08aa8737eb2e7bea3bf2123d90b0223fb1039461
7
+ - Updated dependencies []:
8
+ - @equinor/fusion-framework@7.0.31
9
+
10
+ ## 6.0.2
11
+
12
+ ### Patch Changes
13
+
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
15
+
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
9
23
 
10
24
  ## 6.0.1
11
25
 
12
26
  ### Patch Changes
13
27
 
14
- - [#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>`.
15
29
 
16
- - The initial value for `useObservableState` has been set to `provider.current`.
17
- - The assignment of `module` has been updated to handle the case where `modules` is `undefined`.
18
- - The return type of the `useCurrentAppModules` function has been changed. The `modules` property can now be `undefined` or `null`, in addition to `AppModulesInstance<TModules>`.
19
- - 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`.
20
34
 
21
- - Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
22
- - @equinor/fusion-observable@8.1.5
23
- - @equinor/fusion-framework-module-feature-flag@1.0.1
24
- - @equinor/fusion-framework@7.0.29
25
- - @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
26
40
 
27
41
  ## 6.0.0
28
42
 
29
43
  ### Major Changes
30
44
 
31
- - [#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
32
46
 
33
- - useCurrentAppFeatures
34
- - _useFeature (internal)_
35
- - _useFeatures (internal)_
36
- - useFrameworkFeature
37
- - useFrameworkFeatures
47
+ - useCurrentAppFeatures
48
+ - _useFeature (internal)_
49
+ - _useFeatures (internal)_
50
+ - useFrameworkFeature
51
+ - useFrameworkFeatures
38
52
 
39
- > [!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`
40
54
 
41
55
  ### Patch Changes
42
56
 
43
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
44
- - @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
45
59
 
46
60
  ## 5.3.9
47
61
 
48
62
  ### Patch Changes
49
63
 
50
- - Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
51
- - @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
52
66
 
53
67
  ## 5.3.8
54
68
 
55
69
  ### Patch Changes
56
70
 
57
- - Updated dependencies []:
58
- - @equinor/fusion-framework@7.0.28
59
- - @equinor/fusion-framework-react-module-http@4.0.5
60
- - @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
61
75
 
62
76
  ## 5.3.7
63
77
 
64
78
  ### Patch Changes
65
79
 
66
- - Updated dependencies []:
67
- - @equinor/fusion-framework@7.0.27
68
- - @equinor/fusion-framework-react-module-http@4.0.4
69
- - @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
70
84
 
71
85
  ## 5.3.6
72
86
 
73
87
  ### Patch Changes
74
88
 
75
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
76
- - @equinor/fusion-framework-react-module-http@4.0.3
77
- - @equinor/fusion-framework@7.0.26
78
- - @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
79
93
 
80
94
  ## 5.3.5
81
95
 
82
96
  ### Patch Changes
83
97
 
84
- - Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
85
- - @equinor/fusion-observable@8.1.4
86
- - @equinor/fusion-framework@7.0.25
87
- - @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
88
102
 
89
103
  ## 5.3.4
90
104
 
91
105
  ### Patch Changes
92
106
 
93
- - [#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
94
108
 
95
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
96
- - @equinor/fusion-observable@8.1.3
97
- - @equinor/fusion-framework-module@4.2.6
98
- - @equinor/fusion-framework@7.0.24
99
- - @equinor/fusion-framework-react-module-signalr@2.0.12
100
- - @equinor/fusion-framework-react-module@3.0.7
101
- - @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
102
116
 
103
117
  ## 5.3.3
104
118
 
105
119
  ### Patch Changes
106
120
 
107
- - Updated dependencies []:
108
- - @equinor/fusion-framework@7.0.23
109
- - @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
110
124
 
111
125
  ## 5.3.2
112
126
 
113
127
  ### Patch Changes
114
128
 
115
- - Updated dependencies []:
116
- - @equinor/fusion-framework@7.0.22
117
- - @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
118
132
 
119
133
  ## 5.3.1
120
134
 
121
135
  ### Patch Changes
122
136
 
123
- - [`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
124
138
 
125
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
126
- - @equinor/fusion-framework@7.0.21
127
- - @equinor/fusion-framework-module@4.2.5
128
- - @equinor/fusion-framework-react-module-http@4.0.1
129
- - @equinor/fusion-framework-react-module@3.0.6
130
- - @equinor/fusion-framework-react-module-signalr@2.0.9
131
- - @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
132
146
 
133
147
  ## 5.3.0
134
148
 
135
149
  ### Minor Changes
136
150
 
137
- - [`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
138
152
 
139
- `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
140
154
 
141
155
  ### Patch Changes
142
156
 
143
- - Updated dependencies []:
144
- - @equinor/fusion-framework@7.0.20
145
- - @equinor/fusion-framework-react-module-http@4.0.0
146
- - @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
147
161
 
148
162
  ## 5.2.7
149
163
 
150
164
  ### Patch Changes
151
165
 
152
- - Updated dependencies []:
153
- - @equinor/fusion-framework@7.0.19
154
- - @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
155
169
 
156
170
  ## 5.2.6
157
171
 
158
172
  ### Patch Changes
159
173
 
160
- - 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)]:
161
- - @equinor/fusion-observable@8.1.1
162
- - @equinor/fusion-framework-module@4.2.4
163
- - @equinor/fusion-framework@7.0.18
164
- - @equinor/fusion-framework-react-module-http@3.0.5
165
- - @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
166
180
 
167
181
  ## 5.2.5
168
182
 
169
183
  ### Patch Changes
170
184
 
171
- - Updated dependencies []:
172
- - @equinor/fusion-framework@7.0.17
173
- - @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
174
188
 
175
189
  ## 5.2.4
176
190
 
177
191
  ### Patch Changes
178
192
 
179
- - [#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
180
194
 
181
- conflicts of `@types/react` made random outcomes when using `yarn`
195
+ conflicts of `@types/react` made random outcomes when using `yarn`
182
196
 
183
- 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.
184
198
 
185
- - [#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
186
200
 
187
- only dev deps updated should not affect any consumers
201
+ only dev deps updated should not affect any consumers
188
202
 
189
- see [react changelog](https://github.com/facebook/react/releases) for details
203
+ see [react changelog](https://github.com/facebook/react/releases) for details
190
204
 
191
- - [#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)
192
206
 
193
- - 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)]:
194
- - @equinor/fusion-framework-react-module-signalr@2.0.4
195
- - @equinor/fusion-framework-react-module-http@3.0.4
196
- - @equinor/fusion-observable@8.1.0
197
- - @equinor/fusion-framework-module@4.2.3
198
- - @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
199
213
 
200
214
  ## 5.2.3
201
215
 
202
216
  ### Patch Changes
203
217
 
204
- - [#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
205
219
 
206
- only style semantics updated
220
+ only style semantics updated
207
221
 
208
222
  ## 5.2.2
209
223
 
210
224
  ### Patch Changes
211
225
 
212
- - [#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
213
227
 
214
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
215
- - @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
216
230
 
217
231
  ## 5.2.1
218
232
 
219
233
  ### Patch Changes
220
234
 
221
- - [#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
222
236
 
223
- provider from `createFrameworkProvider` was missing typehint of children
237
+ provider from `createFrameworkProvider` was missing typehint of children
224
238
 
225
239
  ## 5.2.0
226
240
 
227
241
  ### Minor Changes
228
242
 
229
- - [#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
230
244
 
231
- - 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)
232
246
 
233
- this should not create any breaking changes since apps was only created from provider.
234
- 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:
235
249
 
236
- ```ts
237
- import { App } from "@equinor/fusion-framework-module-app/app";
238
- ```
250
+ ```ts
251
+ import { App } from '@equinor/fusion-framework-module-app/app';
252
+ ```
239
253
 
240
254
  ## 5.1.4
241
255
 
242
256
  ### Patch Changes
243
257
 
244
- - [#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**
245
259
 
246
- - align all versions of typescript
247
- - update types to build
248
- - 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
249
263
 
250
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
251
- - @equinor/fusion-framework@7.0.14
252
- - @equinor/fusion-framework-react-module-context@6.0.9
253
- - @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
254
268
 
255
269
  All notable changes to this project will be documented in this file.
256
270
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -267,14 +281,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
267
281
 
268
282
  ### Bug Fixes
269
283
 
270
- - **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))
271
285
 
272
286
  ## 5.1.0 (2023-05-22)
273
287
 
274
288
  ### Features
275
289
 
276
- - **react-framework:** add hook for using current app modules ([2d65464](https://github.com/equinor/fusion-framework/commit/2d654647b84e03d1c6e322509885d8bfa2b9142f))
277
- - **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))
278
292
 
279
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)
280
294
 
@@ -364,7 +378,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
364
378
 
365
379
  ### Bug Fixes
366
380
 
367
- - **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))
368
382
 
369
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)
370
384
 
@@ -378,18 +392,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
378
392
 
379
393
  ### ⚠ BREAKING CHANGES
380
394
 
381
- - **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
382
396
 
383
397
  ### Bug Fixes
384
398
 
385
- - **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
386
- - **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))
387
401
 
388
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)
389
403
 
390
404
  ### Features
391
405
 
392
- - (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))
393
407
 
394
408
  ## 3.1.4 (2023-02-02)
395
409
 
@@ -399,25 +413,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
399
413
 
400
414
  ### Bug Fixes
401
415
 
402
- - **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))
403
417
 
404
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)
405
419
 
406
420
  ### Bug Fixes
407
421
 
408
- - **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))
409
423
 
410
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)
411
425
 
412
426
  ### Bug Fixes
413
427
 
414
- - **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))
415
429
 
416
430
  ## 3.1.0 (2023-02-01)
417
431
 
418
432
  ### Features
419
433
 
420
- - 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))
421
435
 
422
436
  ## 3.0.1 (2023-01-30)
423
437
 
@@ -435,7 +449,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
435
449
 
436
450
  ### Features
437
451
 
438
- - **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))
439
453
 
440
454
  ## 2.1.7 (2023-01-19)
441
455
 
@@ -469,7 +483,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
469
483
 
470
484
  ### Features
471
485
 
472
- - **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))
473
487
 
474
488
  ## 2.0.25 (2023-01-04)
475
489
 
@@ -503,7 +517,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
503
517
 
504
518
  ### Bug Fixes
505
519
 
506
- - 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))
507
521
 
508
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)
509
523
 
@@ -525,7 +539,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
525
539
 
526
540
  ### Bug Fixes
527
541
 
528
- - **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))
529
543
 
530
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)
531
545
 
@@ -687,13 +701,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
687
701
 
688
702
  ### Bug Fixes
689
703
 
690
- - **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))
691
705
 
692
706
  ## 1.3.6 (2022-11-03)
693
707
 
694
708
  ### Bug Fixes
695
709
 
696
- - 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))
697
711
 
698
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)
699
713
 
@@ -719,8 +733,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
719
733
 
720
734
  ### Features
721
735
 
722
- - **framework-react:** create hook for current context ([4ee803f](https://github.com/equinor/fusion-framework/commit/4ee803fd0e457c3ec7414b35100e12186327fb6f))
723
- - **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))
724
738
 
725
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)
726
740
 
@@ -730,7 +744,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
730
744
 
731
745
  ### Features
732
746
 
733
- - **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))
734
748
 
735
749
  ## 1.1.1 (2022-11-01)
736
750
 
@@ -740,7 +754,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
740
754
 
741
755
  ### Features
742
756
 
743
- - :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))
744
758
 
745
759
  ## 1.0.17 (2022-10-27)
746
760
 
@@ -802,7 +816,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
802
816
 
803
817
  ### Bug Fixes
804
818
 
805
- - 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))
806
820
 
807
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)
808
822
 
@@ -824,21 +838,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
824
838
 
825
839
  ### ⚠ BREAKING CHANGES
826
840
 
827
- - **framework-react:** config is now object
841
+ - **framework-react:** config is now object
828
842
 
829
843
  ### Features
830
844
 
831
- - **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))
832
846
 
833
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)
834
848
 
835
849
  ### ⚠ BREAKING CHANGES
836
850
 
837
- - **framework-react:** config is now object
851
+ - **framework-react:** config is now object
838
852
 
839
853
  ### Features
840
854
 
841
- - **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))
842
856
 
843
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)
844
858
 
@@ -856,7 +870,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
856
870
 
857
871
  ### Features
858
872
 
859
- - **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))
860
874
 
861
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)
862
876
 
@@ -902,7 +916,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
902
916
 
903
917
  ### Bug Fixes
904
918
 
905
- - **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))
906
920
 
907
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)
908
922
 
@@ -940,7 +954,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
940
954
 
941
955
  ### Features
942
956
 
943
- - **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))
944
958
 
945
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)
946
960
 
@@ -1018,19 +1032,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1018
1032
 
1019
1033
  ### Bug Fixes
1020
1034
 
1021
- - **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))
1022
1036
 
1023
1037
  # 0.1.0 (2022-02-07)
1024
1038
 
1025
1039
  ### Bug Fixes
1026
1040
 
1027
- - **framework-react:** typehint ([75d3793](https://github.com/equinor/fusion-framework/commit/75d37936aca967d17d192977337bae99f6aea277))
1028
- - **framework-react:** update name change ([e2382b7](https://github.com/equinor/fusion-framework/commit/e2382b70a7d7a8cd103cb33c2a839c5a34e315c9))
1029
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1030
- - **react:** fix typing ([9a2a51d](https://github.com/equinor/fusion-framework/commit/9a2a51dd76ed68ef95ef5c932555ae31165f16c2))
1031
- - 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))
1032
1046
 
1033
1047
  ### Features
1034
1048
 
1035
- - add package for creating framework in react ([3b6858d](https://github.com/equinor/fusion-framework/commit/3b6858dc9f6b8c0efd6aa51275693e068ac72bef))
1036
- - **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))