@equinor/fusion-framework-react-app 4.2.1 → 4.3.0

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,286 +1,304 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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 hook for accessing feature flags
8
+
9
+ > [!IMPORTANT]
10
+ > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
11
+
12
+ > [!CAUTION] > `@equinor/fusion-framework-react-app/feature-flag` will only return `useFeature`, since we don not see any scenario which an application would need to access multiple.
13
+ > We might add `useFeatures` if the should be an use-case
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
18
+ - @equinor/fusion-framework-app@8.0.0
19
+ - @equinor/fusion-framework-react@6.0.0
20
+
3
21
  ## 4.2.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [#1215](https://github.com/equinor/fusion-framework/pull/1215) [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d) Thanks [@odinr](https://github.com/odinr)! - Adding PersonSidesheet to cli with featuretoggler
25
+ - [#1215](https://github.com/equinor/fusion-framework/pull/1215) [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d) Thanks [@odinr](https://github.com/odinr)! - Adding PersonSidesheet to cli with featuretoggler
8
26
 
9
- - Updated dependencies []:
10
- - @equinor/fusion-framework-react@5.3.9
27
+ - Updated dependencies []:
28
+ - @equinor/fusion-framework-react@5.3.9
11
29
 
12
30
  ## 4.2.0
13
31
 
14
32
  ### Minor Changes
15
33
 
16
- - [#1646](https://github.com/equinor/fusion-framework/pull/1646) [`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1) Thanks [@odinr](https://github.com/odinr)! - Created namespace for MSAL:
34
+ - [#1646](https://github.com/equinor/fusion-framework/pull/1646) [`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1) Thanks [@odinr](https://github.com/odinr)! - Created namespace for MSAL:
17
35
 
18
- - Created hooks for accessing current authenticated account
19
- - Created hooks for acquiring token
20
- - Created hooks for acquiring access token
36
+ - Created hooks for accessing current authenticated account
37
+ - Created hooks for acquiring token
38
+ - Created hooks for acquiring access token
21
39
 
22
40
  ### Patch Changes
23
41
 
24
- - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
25
- - @equinor/fusion-framework-module-msal@3.0.9
26
- - @equinor/fusion-framework-app@7.1.15
27
- - @equinor/fusion-framework-module-app@5.2.12
28
- - @equinor/fusion-framework-react@5.3.8
29
- - @equinor/fusion-framework-react-module-http@4.0.5
42
+ - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
43
+ - @equinor/fusion-framework-module-msal@3.0.9
44
+ - @equinor/fusion-framework-app@7.1.15
45
+ - @equinor/fusion-framework-module-app@5.2.12
46
+ - @equinor/fusion-framework-react@5.3.8
47
+ - @equinor/fusion-framework-react-module-http@4.0.5
30
48
 
31
49
  ## 4.1.19
32
50
 
33
51
  ### Patch Changes
34
52
 
35
- - Updated dependencies []:
36
- - @equinor/fusion-framework-app@7.1.14
37
- - @equinor/fusion-framework-module-app@5.2.12
38
- - @equinor/fusion-framework-react-module-http@4.0.4
39
- - @equinor/fusion-framework-react@5.3.7
53
+ - Updated dependencies []:
54
+ - @equinor/fusion-framework-app@7.1.14
55
+ - @equinor/fusion-framework-module-app@5.2.12
56
+ - @equinor/fusion-framework-react-module-http@4.0.4
57
+ - @equinor/fusion-framework-react@5.3.7
40
58
 
41
59
  ## 4.1.18
42
60
 
43
61
  ### Patch Changes
44
62
 
45
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
46
- - @equinor/fusion-framework-react-module-http@4.0.3
47
- - @equinor/fusion-framework-app@7.1.13
48
- - @equinor/fusion-framework-module-app@5.2.12
49
- - @equinor/fusion-framework-react@5.3.6
63
+ - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
64
+ - @equinor/fusion-framework-react-module-http@4.0.3
65
+ - @equinor/fusion-framework-app@7.1.13
66
+ - @equinor/fusion-framework-module-app@5.2.12
67
+ - @equinor/fusion-framework-react@5.3.6
50
68
 
51
69
  ## 4.1.17
52
70
 
53
71
  ### Patch Changes
54
72
 
55
- - Updated dependencies []:
56
- - @equinor/fusion-framework-module-app@5.2.12
57
- - @equinor/fusion-framework-react@5.3.5
58
- - @equinor/fusion-framework-app@7.1.12
73
+ - Updated dependencies []:
74
+ - @equinor/fusion-framework-module-app@5.2.12
75
+ - @equinor/fusion-framework-react@5.3.5
76
+ - @equinor/fusion-framework-app@7.1.12
59
77
 
60
78
  ## 4.1.16
61
79
 
62
80
  ### Patch Changes
63
81
 
64
- - [#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
82
+ - [#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
65
83
 
66
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
67
- - @equinor/fusion-framework-module-navigation@3.1.3
68
- - @equinor/fusion-framework-react@5.3.4
69
- - @equinor/fusion-framework-module@4.2.6
70
- - @equinor/fusion-framework-module-app@5.2.11
71
- - @equinor/fusion-framework-app@7.1.11
72
- - @equinor/fusion-framework-react-module@3.0.7
73
- - @equinor/fusion-framework-react-module-http@4.0.2
84
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
85
+ - @equinor/fusion-framework-module-navigation@3.1.3
86
+ - @equinor/fusion-framework-react@5.3.4
87
+ - @equinor/fusion-framework-module@4.2.6
88
+ - @equinor/fusion-framework-module-app@5.2.11
89
+ - @equinor/fusion-framework-app@7.1.11
90
+ - @equinor/fusion-framework-react-module@3.0.7
91
+ - @equinor/fusion-framework-react-module-http@4.0.2
74
92
 
75
93
  ## 4.1.15
76
94
 
77
95
  ### Patch Changes
78
96
 
79
- - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
80
- - @equinor/fusion-framework-module-app@5.2.10
81
- - @equinor/fusion-framework-app@7.1.10
82
- - @equinor/fusion-framework-react@5.3.3
97
+ - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
98
+ - @equinor/fusion-framework-module-app@5.2.10
99
+ - @equinor/fusion-framework-app@7.1.10
100
+ - @equinor/fusion-framework-react@5.3.3
83
101
 
84
102
  ## 4.1.14
85
103
 
86
104
  ### Patch Changes
87
105
 
88
- - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
89
- - @equinor/fusion-framework-module-app@5.2.9
90
- - @equinor/fusion-framework-app@7.1.9
91
- - @equinor/fusion-framework-react@5.3.3
106
+ - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
107
+ - @equinor/fusion-framework-module-app@5.2.9
108
+ - @equinor/fusion-framework-app@7.1.9
109
+ - @equinor/fusion-framework-react@5.3.3
92
110
 
93
111
  ## 4.1.13
94
112
 
95
113
  ### Patch Changes
96
114
 
97
- - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
98
- - @equinor/fusion-framework-module-navigation@3.1.2
115
+ - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
116
+ - @equinor/fusion-framework-module-navigation@3.1.2
99
117
 
100
118
  ## 4.1.12
101
119
 
102
120
  ### Patch Changes
103
121
 
104
- - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
105
- - @equinor/fusion-framework-module-navigation@3.1.1
122
+ - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
123
+ - @equinor/fusion-framework-module-navigation@3.1.1
106
124
 
107
125
  ## 4.1.11
108
126
 
109
127
  ### Patch Changes
110
128
 
111
- - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
112
- - @equinor/fusion-framework-module-navigation@3.1.0
129
+ - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
130
+ - @equinor/fusion-framework-module-navigation@3.1.0
113
131
 
114
132
  ## 4.1.10
115
133
 
116
134
  ### Patch Changes
117
135
 
118
- - Updated dependencies []:
119
- - @equinor/fusion-framework-module-app@5.2.8
120
- - @equinor/fusion-framework-app@7.1.8
121
- - @equinor/fusion-framework-react@5.3.3
136
+ - Updated dependencies []:
137
+ - @equinor/fusion-framework-module-app@5.2.8
138
+ - @equinor/fusion-framework-app@7.1.8
139
+ - @equinor/fusion-framework-react@5.3.3
122
140
 
123
141
  ## 4.1.9
124
142
 
125
143
  ### Patch Changes
126
144
 
127
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
128
- - @equinor/fusion-framework-module-app@5.2.7
129
- - @equinor/fusion-framework-app@7.1.7
130
- - @equinor/fusion-framework-react@5.3.2
145
+ - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
146
+ - @equinor/fusion-framework-module-app@5.2.7
147
+ - @equinor/fusion-framework-app@7.1.7
148
+ - @equinor/fusion-framework-react@5.3.2
131
149
 
132
150
  ## 4.1.8
133
151
 
134
152
  ### Patch Changes
135
153
 
136
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
154
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
137
155
 
138
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
139
- - @equinor/fusion-framework-app@7.1.6
140
- - @equinor/fusion-framework-module-app@5.2.6
141
- - @equinor/fusion-framework-module@4.2.5
142
- - @equinor/fusion-framework-module-navigation@3.0.6
143
- - @equinor/fusion-framework-react@5.3.1
144
- - @equinor/fusion-framework-react-module-http@4.0.1
145
- - @equinor/fusion-framework-react-module@3.0.6
156
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
157
+ - @equinor/fusion-framework-app@7.1.6
158
+ - @equinor/fusion-framework-module-app@5.2.6
159
+ - @equinor/fusion-framework-module@4.2.5
160
+ - @equinor/fusion-framework-module-navigation@3.0.6
161
+ - @equinor/fusion-framework-react@5.3.1
162
+ - @equinor/fusion-framework-react-module-http@4.0.1
163
+ - @equinor/fusion-framework-react-module@3.0.6
146
164
 
147
165
  ## 4.1.7
148
166
 
149
167
  ### Patch Changes
150
168
 
151
- - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
152
- - @equinor/fusion-framework-react@5.3.0
153
- - @equinor/fusion-framework-app@7.1.5
154
- - @equinor/fusion-framework-module-app@5.2.5
155
- - @equinor/fusion-framework-react-module-http@4.0.0
169
+ - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
170
+ - @equinor/fusion-framework-react@5.3.0
171
+ - @equinor/fusion-framework-app@7.1.5
172
+ - @equinor/fusion-framework-module-app@5.2.5
173
+ - @equinor/fusion-framework-react-module-http@4.0.0
156
174
 
157
175
  ## 4.1.6
158
176
 
159
177
  ### Patch Changes
160
178
 
161
- - Updated dependencies []:
162
- - @equinor/fusion-framework-module-app@5.2.4
163
- - @equinor/fusion-framework-app@7.1.4
164
- - @equinor/fusion-framework-react@5.2.7
179
+ - Updated dependencies []:
180
+ - @equinor/fusion-framework-module-app@5.2.4
181
+ - @equinor/fusion-framework-app@7.1.4
182
+ - @equinor/fusion-framework-react@5.2.7
165
183
 
166
184
  ## 4.1.5
167
185
 
168
186
  ### Patch Changes
169
187
 
170
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
171
- - @equinor/fusion-framework-module@4.2.4
172
- - @equinor/fusion-framework-module-app@5.2.4
173
- - @equinor/fusion-framework-react@5.2.6
174
- - @equinor/fusion-framework-app@7.1.3
175
- - @equinor/fusion-framework-module-navigation@3.0.5
176
- - @equinor/fusion-framework-react-module@3.0.5
177
- - @equinor/fusion-framework-react-module-http@3.0.5
188
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
189
+ - @equinor/fusion-framework-module@4.2.4
190
+ - @equinor/fusion-framework-module-app@5.2.4
191
+ - @equinor/fusion-framework-react@5.2.6
192
+ - @equinor/fusion-framework-app@7.1.3
193
+ - @equinor/fusion-framework-module-navigation@3.0.5
194
+ - @equinor/fusion-framework-react-module@3.0.5
195
+ - @equinor/fusion-framework-react-module-http@3.0.5
178
196
 
179
197
  ## 4.1.4
180
198
 
181
199
  ### Patch Changes
182
200
 
183
- - Updated dependencies []:
184
- - @equinor/fusion-framework-module-app@5.2.3
185
- - @equinor/fusion-framework-app@7.1.2
186
- - @equinor/fusion-framework-react@5.2.5
201
+ - Updated dependencies []:
202
+ - @equinor/fusion-framework-module-app@5.2.3
203
+ - @equinor/fusion-framework-app@7.1.2
204
+ - @equinor/fusion-framework-react@5.2.5
187
205
 
188
206
  ## 4.1.3
189
207
 
190
208
  ### Patch Changes
191
209
 
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
210
+ - [#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
211
 
194
- conflicts of `@types/react` made random outcomes when using `yarn`
212
+ conflicts of `@types/react` made random outcomes when using `yarn`
195
213
 
196
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
214
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
197
215
 
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
216
+ - [#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
217
 
200
- only dev deps updated should not affect any consumers
218
+ only dev deps updated should not affect any consumers
201
219
 
202
- see [react changelog](https://github.com/facebook/react/releases) for details
220
+ see [react changelog](https://github.com/facebook/react/releases) for details
203
221
 
204
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
205
- - @equinor/fusion-framework-react-module@3.0.4
206
- - @equinor/fusion-framework-module-navigation@3.0.4
207
- - @equinor/fusion-framework-react-module-http@3.0.4
208
- - @equinor/fusion-framework-react@5.2.4
209
- - @equinor/fusion-framework-module@4.2.3
210
- - @equinor/fusion-framework-module-app@5.2.2
211
- - @equinor/fusion-framework-app@7.1.1
222
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
223
+ - @equinor/fusion-framework-react-module@3.0.4
224
+ - @equinor/fusion-framework-module-navigation@3.0.4
225
+ - @equinor/fusion-framework-react-module-http@3.0.4
226
+ - @equinor/fusion-framework-react@5.2.4
227
+ - @equinor/fusion-framework-module@4.2.3
228
+ - @equinor/fusion-framework-module-app@5.2.2
229
+ - @equinor/fusion-framework-app@7.1.1
212
230
 
213
231
  ## 4.1.2
214
232
 
215
233
  ### Patch Changes
216
234
 
217
- - [#959](https://github.com/equinor/fusion-framework/pull/959) [`ac889787`](https://github.com/equinor/fusion-framework/commit/ac88978763f7c2d2eee3b5154a0eac12a93bc5a8) Thanks [@odinr](https://github.com/odinr)! - create a hook which returns the current `ContextProvider`
235
+ - [#959](https://github.com/equinor/fusion-framework/pull/959) [`ac889787`](https://github.com/equinor/fusion-framework/commit/ac88978763f7c2d2eee3b5154a0eac12a93bc5a8) Thanks [@odinr](https://github.com/odinr)! - create a hook which returns the current `ContextProvider`
218
236
 
219
- example
237
+ example
220
238
 
221
- ```ts
222
- import { useContextProvider } from '@equinor/fusion-framework-react-app/context';
223
- const App = () => {
224
- const contextProvider = useContextProvider();
225
- };
226
- ```
239
+ ```ts
240
+ import { useContextProvider } from "@equinor/fusion-framework-react-app/context";
241
+ const App = () => {
242
+ const contextProvider = useContextProvider();
243
+ };
244
+ ```
227
245
 
228
246
  ## 4.1.1
229
247
 
230
248
  ### Patch Changes
231
249
 
232
- - [#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
250
+ - [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
233
251
 
234
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
235
- - @equinor/fusion-framework-app@7.0.16
236
- - @equinor/fusion-framework-module-navigation@3.0.1
237
- - @equinor/fusion-framework-react@5.2.2
252
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
253
+ - @equinor/fusion-framework-app@7.0.16
254
+ - @equinor/fusion-framework-module-navigation@3.0.1
255
+ - @equinor/fusion-framework-react@5.2.2
238
256
 
239
257
  ## 4.1.0
240
258
 
241
259
  ### Minor Changes
242
260
 
243
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - **Add tooling for navigation in React App package**
261
+ - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - **Add tooling for navigation in React App package**
244
262
 
245
- - add hook for using the navigation module
246
- - add hook for creating a react router
263
+ - add hook for using the navigation module
264
+ - add hook for creating a react router
247
265
 
248
- ```ts
249
- const routes = [
250
- {
251
- path: '/',
252
- element: <p>👍🏻</p>,
253
- },
254
- ];
266
+ ```ts
267
+ const routes = [
268
+ {
269
+ path: '/',
270
+ element: <p>👍🏻</p>,
271
+ },
272
+ ];
255
273
 
256
- const Router = () => {
257
- const router = useRouter(routes);
258
- return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
259
- };
274
+ const Router = () => {
275
+ const router = useRouter(routes);
276
+ return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
277
+ };
260
278
 
261
- const App = () => <Router />;
262
- ```
279
+ const App = () => <Router />;
280
+ ```
263
281
 
264
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - hook `useAppModule` now throws error if requested module is not configured
282
+ - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - hook `useAppModule` now throws error if requested module is not configured
265
283
 
266
284
  ### Patch Changes
267
285
 
268
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - updated cookbook for routing ([documentation](https://equinor.github.io/fusion-framework/modules/navigation/))
286
+ - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - updated cookbook for routing ([documentation](https://equinor.github.io/fusion-framework/modules/navigation/))
269
287
 
270
288
  ## 4.0.17
271
289
 
272
290
  ### Patch Changes
273
291
 
274
- - [#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**
292
+ - [#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**
275
293
 
276
- - align all versions of typescript
277
- - update types to build
278
- - 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
294
+ - align all versions of typescript
295
+ - update types to build
296
+ - 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
279
297
 
280
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
281
- - @equinor/fusion-framework-app@7.0.15
282
- - @equinor/fusion-framework-react@5.1.4
283
- - @equinor/fusion-framework-react-module-http@3.0.3
298
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
299
+ - @equinor/fusion-framework-app@7.0.15
300
+ - @equinor/fusion-framework-react@5.1.4
301
+ - @equinor/fusion-framework-react-module-http@3.0.3
284
302
 
285
303
  All notable changes to this project will be documented in this file.
286
304
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -329,7 +347,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
329
347
 
330
348
  ### Bug Fixes
331
349
 
332
- - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
350
+ - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
333
351
 
334
352
  ## 4.0.5 (2023-04-24)
335
353
 
@@ -451,7 +469,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
451
469
 
452
470
  ### Bug Fixes
453
471
 
454
- - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
472
+ - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
455
473
 
456
474
  ## 3.0.1 (2023-01-30)
457
475
 
@@ -501,7 +519,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
501
519
 
502
520
  ### Bug Fixes
503
521
 
504
- - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
522
+ - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
505
523
 
506
524
  ## [2.0.29](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.28...@equinor/fusion-framework-react-app@2.0.29) (2023-01-04)
507
525
 
@@ -531,7 +549,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
531
549
 
532
550
  ### Bug Fixes
533
551
 
534
- - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
552
+ - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
535
553
 
536
554
  ## [2.0.22](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.21...@equinor/fusion-framework-react-app@2.0.22) (2022-12-16)
537
555
 
@@ -569,7 +587,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
569
587
 
570
588
  ### Bug Fixes
571
589
 
572
- - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
590
+ - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
573
591
 
574
592
  ## [2.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.12...@equinor/fusion-framework-react-app@2.0.13) (2022-12-08)
575
593
 
@@ -615,7 +633,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
615
633
 
616
634
  ### Bug Fixes
617
635
 
618
- - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
636
+ - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
619
637
 
620
638
  ## [2.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.1...@equinor/fusion-framework-react-app@2.0.2) (2022-12-05)
621
639
 
@@ -697,7 +715,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
697
715
 
698
716
  ### Bug Fixes
699
717
 
700
- - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
718
+ - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
701
719
 
702
720
  ## [1.3.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.2...@equinor/fusion-framework-react-app@1.3.3) (2022-11-18)
703
721
 
@@ -707,7 +725,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
707
725
 
708
726
  ### Bug Fixes
709
727
 
710
- - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
728
+ - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
711
729
 
712
730
  ## [1.3.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.0...@equinor/fusion-framework-react-app@1.3.1) (2022-11-18)
713
731
 
@@ -717,7 +735,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
717
735
 
718
736
  ### Features
719
737
 
720
- - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
738
+ - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
721
739
 
722
740
  ## 1.2.15 (2022-11-17)
723
741
 
@@ -755,13 +773,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
755
773
 
756
774
  ### Bug Fixes
757
775
 
758
- - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
776
+ - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
759
777
 
760
778
  ## 1.2.6 (2022-11-03)
761
779
 
762
780
  ### Bug Fixes
763
781
 
764
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
782
+ - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
765
783
 
766
784
  ## [1.2.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.4...@equinor/fusion-framework-react-app@1.2.5) (2022-11-03)
767
785
 
@@ -787,8 +805,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
787
805
 
788
806
  ### Features
789
807
 
790
- - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
791
- - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
808
+ - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
809
+ - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
792
810
 
793
811
  ## [1.1.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.1.0...@equinor/fusion-framework-react-app@1.1.1) (2022-11-02)
794
812
 
@@ -798,7 +816,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
798
816
 
799
817
  ### Features
800
818
 
801
- - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
819
+ - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
802
820
 
803
821
  ## 1.0.23 (2022-11-01)
804
822
 
@@ -812,19 +830,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
812
830
 
813
831
  ### Bug Fixes
814
832
 
815
- - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
833
+ - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
816
834
 
817
835
  ## [1.0.20](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.19...@equinor/fusion-framework-react-app@1.0.20) (2022-10-26)
818
836
 
819
837
  ### Bug Fixes
820
838
 
821
- - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
839
+ - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
822
840
 
823
841
  ## 1.0.19 (2022-10-21)
824
842
 
825
843
  ### Bug Fixes
826
844
 
827
- - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
845
+ - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
828
846
 
829
847
  ## [1.0.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.17...@equinor/fusion-framework-react-app@1.0.18) (2022-10-21)
830
848
 
@@ -850,7 +868,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
850
868
 
851
869
  ### Bug Fixes
852
870
 
853
- - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
871
+ - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
854
872
 
855
873
  ## [1.0.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.11...@equinor/fusion-framework-react-app@1.0.12) (2022-09-29)
856
874
 
@@ -872,7 +890,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
872
890
 
873
891
  ### Bug Fixes
874
892
 
875
- - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
893
+ - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
876
894
 
877
895
  ## 1.0.7 (2022-09-20)
878
896
 
@@ -890,13 +908,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
890
908
 
891
909
  ### Bug Fixes
892
910
 
893
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
911
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
894
912
 
895
913
  ## [1.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.2...@equinor/fusion-framework-react-app@1.0.3) (2022-09-13)
896
914
 
897
915
  ### Bug Fixes
898
916
 
899
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
917
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
900
918
 
901
919
  ## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.1...@equinor/fusion-framework-react-app@1.0.2) (2022-09-13)
902
920
 
@@ -918,27 +936,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
918
936
 
919
937
  ### ⚠ BREAKING CHANGES
920
938
 
921
- - **react-app:** config is now object
939
+ - **react-app:** config is now object
922
940
 
923
941
  ### Features
924
942
 
925
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
943
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
926
944
 
927
945
  ## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.8.0...@equinor/fusion-framework-react-app@1.0.0-alpha.0) (2022-09-12)
928
946
 
929
947
  ### ⚠ BREAKING CHANGES
930
948
 
931
- - **react-app:** config is now object
949
+ - **react-app:** config is now object
932
950
 
933
951
  ### Features
934
952
 
935
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
953
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
936
954
 
937
955
  ## [0.8.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.7.3...@equinor/fusion-framework-react-app@0.8.0) (2022-09-09)
938
956
 
939
957
  ### Features
940
958
 
941
- - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
959
+ - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
942
960
 
943
961
  ## [0.7.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.7.2...@equinor/fusion-framework-react-app@0.7.3) (2022-09-05)
944
962
 
@@ -956,7 +974,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
956
974
 
957
975
  ### Features
958
976
 
959
- - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
977
+ - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
960
978
 
961
979
  ## 0.6.1 (2022-09-01)
962
980
 
@@ -966,23 +984,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
966
984
 
967
985
  ### ⚠ BREAKING CHANGES
968
986
 
969
- - rename fetch
987
+ - rename fetch
970
988
 
971
- - fix(module-service-discovery): update http client consumer
989
+ - fix(module-service-discovery): update http client consumer
972
990
 
973
- - build: update allowed branches
991
+ - build: update allowed branches
974
992
 
975
- - build: add conventional commit
993
+ - build: add conventional commit
976
994
 
977
- - build: use conventionalcommits
995
+ - build: use conventionalcommits
978
996
 
979
- - build(module-http): push major
997
+ - build(module-http): push major
980
998
 
981
- - build: update deps
999
+ - build: update deps
982
1000
 
983
1001
  ### Features
984
1002
 
985
- - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1003
+ - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
986
1004
 
987
1005
  ## [0.5.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.5.0...@equinor/fusion-framework-react-app@0.5.1) (2022-08-23)
988
1006
 
@@ -992,7 +1010,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
992
1010
 
993
1011
  ### Features
994
1012
 
995
- - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1013
+ - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
996
1014
 
997
1015
  ## [0.4.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.4.3...@equinor/fusion-framework-react-app@0.4.4) (2022-08-19)
998
1016
 
@@ -1014,13 +1032,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1014
1032
 
1015
1033
  ### Features
1016
1034
 
1017
- - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1035
+ - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1018
1036
 
1019
1037
  # 0.3.0 (2022-08-05)
1020
1038
 
1021
1039
  ### Features
1022
1040
 
1023
- - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1041
+ - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1024
1042
 
1025
1043
  ## [0.2.29](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.28...@equinor/fusion-framework-react-app@0.2.29) (2022-08-04)
1026
1044
 
@@ -1034,7 +1052,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1034
1052
 
1035
1053
  ### Bug Fixes
1036
1054
 
1037
- - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1055
+ - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1038
1056
 
1039
1057
  ## [0.2.26](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.25...@equinor/fusion-framework-react-app@0.2.26) (2022-07-06)
1040
1058
 
@@ -1144,7 +1162,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1144
1162
 
1145
1163
  ### Features
1146
1164
 
1147
- - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1165
+ - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1148
1166
 
1149
1167
  ## [0.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.1.1...@equinor/fusion-framework-react-app@0.1.2) (2022-02-09)
1150
1168
 
@@ -1158,18 +1176,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1158
1176
 
1159
1177
  ### Bug Fixes
1160
1178
 
1161
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1162
- - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1163
- - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1164
- - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1165
- - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1166
- - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1167
- - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1168
- - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1169
- - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1179
+ - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1180
+ - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1181
+ - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1182
+ - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1183
+ - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1184
+ - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1185
+ - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1186
+ - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1187
+ - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1170
1188
 
1171
1189
  ### Features
1172
1190
 
1173
- - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1174
- - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1175
- - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))
1191
+ - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1192
+ - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1193
+ - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))