@equinor/fusion-framework-react-app 4.3.2 → 4.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,332 +1,352 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Exposing Widget for app development.
8
+
9
+ ## 4.3.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3), [`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
14
+ - @equinor/fusion-framework-react@6.0.2
15
+ - @equinor/fusion-framework-module@4.2.7
16
+ - @equinor/fusion-framework-app@8.1.1
17
+ - @equinor/fusion-framework-module-app@5.2.13
18
+ - @equinor/fusion-framework-module-msal@3.0.10
19
+ - @equinor/fusion-framework-module-navigation@3.1.4
20
+ - @equinor/fusion-framework-react-module@3.0.8
21
+ - @equinor/fusion-framework-react-module-http@4.0.6
22
+
3
23
  ## 4.3.2
4
24
 
5
25
  ### Patch Changes
6
26
 
7
- - [#1781](https://github.com/equinor/fusion-framework/pull/1781) [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9) Thanks [@odinr](https://github.com/odinr)! - Added functionality for enabling feature flagging
27
+ - [#1781](https://github.com/equinor/fusion-framework/pull/1781) [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9) Thanks [@odinr](https://github.com/odinr)! - Added functionality for enabling feature flagging
8
28
 
9
- ```ts
10
- import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
11
- enableFeatureFlag(confgurator, [{
12
- id: 'my-flag',
13
- title: 'My flag'
14
- }])
15
- ```
29
+ ```ts
30
+ import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
31
+ enableFeatureFlag(confgurator, [{
32
+ id: 'my-flag',
33
+ title: 'My flag'
34
+ }])
35
+ ```
16
36
 
17
- the user still needs to install `@equinor/fusion-framework-module-feature-flag`
37
+ the user still needs to install `@equinor/fusion-framework-module-feature-flag`
18
38
 
19
- - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
20
- - @equinor/fusion-framework-app@8.1.0
39
+ - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
40
+ - @equinor/fusion-framework-app@8.1.0
21
41
 
22
42
  ## 4.3.1
23
43
 
24
44
  ### Patch Changes
25
45
 
26
- - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
27
- - @equinor/fusion-framework-module-app@5.2.13
28
- - @equinor/fusion-framework-react@6.0.1
29
- - @equinor/fusion-framework-app@8.0.1
46
+ - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
47
+ - @equinor/fusion-framework-module-app@5.2.13
48
+ - @equinor/fusion-framework-react@6.0.1
49
+ - @equinor/fusion-framework-app@8.0.1
30
50
 
31
51
  ## 4.3.0
32
52
 
33
53
  ### Minor Changes
34
54
 
35
- - [#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
55
+ - [#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
36
56
 
37
- > [!IMPORTANT]
38
- > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
57
+ > [!IMPORTANT]
58
+ > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
39
59
 
40
- > [!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.
41
- > We might add `useFeatures` if the should be an use-case
60
+ > [!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.
61
+ > We might add `useFeatures` if the should be an use-case
42
62
 
43
63
  ### Patch Changes
44
64
 
45
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
46
- - @equinor/fusion-framework-app@8.0.0
47
- - @equinor/fusion-framework-react@6.0.0
65
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
66
+ - @equinor/fusion-framework-app@8.0.0
67
+ - @equinor/fusion-framework-react@6.0.0
48
68
 
49
69
  ## 4.2.1
50
70
 
51
71
  ### Patch Changes
52
72
 
53
- - [#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
73
+ - [#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
54
74
 
55
- - Updated dependencies []:
56
- - @equinor/fusion-framework-react@5.3.9
75
+ - Updated dependencies []:
76
+ - @equinor/fusion-framework-react@5.3.9
57
77
 
58
78
  ## 4.2.0
59
79
 
60
80
  ### Minor Changes
61
81
 
62
- - [#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:
82
+ - [#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:
63
83
 
64
- - Created hooks for accessing current authenticated account
65
- - Created hooks for acquiring token
66
- - Created hooks for acquiring access token
84
+ - Created hooks for accessing current authenticated account
85
+ - Created hooks for acquiring token
86
+ - Created hooks for acquiring access token
67
87
 
68
88
  ### Patch Changes
69
89
 
70
- - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
71
- - @equinor/fusion-framework-module-msal@3.0.9
72
- - @equinor/fusion-framework-app@7.1.15
73
- - @equinor/fusion-framework-module-app@5.2.12
74
- - @equinor/fusion-framework-react@5.3.8
75
- - @equinor/fusion-framework-react-module-http@4.0.5
90
+ - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
91
+ - @equinor/fusion-framework-module-msal@3.0.9
92
+ - @equinor/fusion-framework-app@7.1.15
93
+ - @equinor/fusion-framework-module-app@5.2.12
94
+ - @equinor/fusion-framework-react@5.3.8
95
+ - @equinor/fusion-framework-react-module-http@4.0.5
76
96
 
77
97
  ## 4.1.19
78
98
 
79
99
  ### Patch Changes
80
100
 
81
- - Updated dependencies []:
82
- - @equinor/fusion-framework-app@7.1.14
83
- - @equinor/fusion-framework-module-app@5.2.12
84
- - @equinor/fusion-framework-react-module-http@4.0.4
85
- - @equinor/fusion-framework-react@5.3.7
101
+ - Updated dependencies []:
102
+ - @equinor/fusion-framework-app@7.1.14
103
+ - @equinor/fusion-framework-module-app@5.2.12
104
+ - @equinor/fusion-framework-react-module-http@4.0.4
105
+ - @equinor/fusion-framework-react@5.3.7
86
106
 
87
107
  ## 4.1.18
88
108
 
89
109
  ### Patch Changes
90
110
 
91
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
92
- - @equinor/fusion-framework-react-module-http@4.0.3
93
- - @equinor/fusion-framework-app@7.1.13
94
- - @equinor/fusion-framework-module-app@5.2.12
95
- - @equinor/fusion-framework-react@5.3.6
111
+ - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
112
+ - @equinor/fusion-framework-react-module-http@4.0.3
113
+ - @equinor/fusion-framework-app@7.1.13
114
+ - @equinor/fusion-framework-module-app@5.2.12
115
+ - @equinor/fusion-framework-react@5.3.6
96
116
 
97
117
  ## 4.1.17
98
118
 
99
119
  ### Patch Changes
100
120
 
101
- - Updated dependencies []:
102
- - @equinor/fusion-framework-module-app@5.2.12
103
- - @equinor/fusion-framework-react@5.3.5
104
- - @equinor/fusion-framework-app@7.1.12
121
+ - Updated dependencies []:
122
+ - @equinor/fusion-framework-module-app@5.2.12
123
+ - @equinor/fusion-framework-react@5.3.5
124
+ - @equinor/fusion-framework-app@7.1.12
105
125
 
106
126
  ## 4.1.16
107
127
 
108
128
  ### Patch Changes
109
129
 
110
- - [#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
130
+ - [#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
111
131
 
112
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
113
- - @equinor/fusion-framework-module-navigation@3.1.3
114
- - @equinor/fusion-framework-react@5.3.4
115
- - @equinor/fusion-framework-module@4.2.6
116
- - @equinor/fusion-framework-module-app@5.2.11
117
- - @equinor/fusion-framework-app@7.1.11
118
- - @equinor/fusion-framework-react-module@3.0.7
119
- - @equinor/fusion-framework-react-module-http@4.0.2
132
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
133
+ - @equinor/fusion-framework-module-navigation@3.1.3
134
+ - @equinor/fusion-framework-react@5.3.4
135
+ - @equinor/fusion-framework-module@4.2.6
136
+ - @equinor/fusion-framework-module-app@5.2.11
137
+ - @equinor/fusion-framework-app@7.1.11
138
+ - @equinor/fusion-framework-react-module@3.0.7
139
+ - @equinor/fusion-framework-react-module-http@4.0.2
120
140
 
121
141
  ## 4.1.15
122
142
 
123
143
  ### Patch Changes
124
144
 
125
- - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
126
- - @equinor/fusion-framework-module-app@5.2.10
127
- - @equinor/fusion-framework-app@7.1.10
128
- - @equinor/fusion-framework-react@5.3.3
145
+ - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
146
+ - @equinor/fusion-framework-module-app@5.2.10
147
+ - @equinor/fusion-framework-app@7.1.10
148
+ - @equinor/fusion-framework-react@5.3.3
129
149
 
130
150
  ## 4.1.14
131
151
 
132
152
  ### Patch Changes
133
153
 
134
- - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
135
- - @equinor/fusion-framework-module-app@5.2.9
136
- - @equinor/fusion-framework-app@7.1.9
137
- - @equinor/fusion-framework-react@5.3.3
154
+ - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
155
+ - @equinor/fusion-framework-module-app@5.2.9
156
+ - @equinor/fusion-framework-app@7.1.9
157
+ - @equinor/fusion-framework-react@5.3.3
138
158
 
139
159
  ## 4.1.13
140
160
 
141
161
  ### Patch Changes
142
162
 
143
- - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
144
- - @equinor/fusion-framework-module-navigation@3.1.2
163
+ - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
164
+ - @equinor/fusion-framework-module-navigation@3.1.2
145
165
 
146
166
  ## 4.1.12
147
167
 
148
168
  ### Patch Changes
149
169
 
150
- - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
151
- - @equinor/fusion-framework-module-navigation@3.1.1
170
+ - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
171
+ - @equinor/fusion-framework-module-navigation@3.1.1
152
172
 
153
173
  ## 4.1.11
154
174
 
155
175
  ### Patch Changes
156
176
 
157
- - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
158
- - @equinor/fusion-framework-module-navigation@3.1.0
177
+ - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
178
+ - @equinor/fusion-framework-module-navigation@3.1.0
159
179
 
160
180
  ## 4.1.10
161
181
 
162
182
  ### Patch Changes
163
183
 
164
- - Updated dependencies []:
165
- - @equinor/fusion-framework-module-app@5.2.8
166
- - @equinor/fusion-framework-app@7.1.8
167
- - @equinor/fusion-framework-react@5.3.3
184
+ - Updated dependencies []:
185
+ - @equinor/fusion-framework-module-app@5.2.8
186
+ - @equinor/fusion-framework-app@7.1.8
187
+ - @equinor/fusion-framework-react@5.3.3
168
188
 
169
189
  ## 4.1.9
170
190
 
171
191
  ### Patch Changes
172
192
 
173
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
174
- - @equinor/fusion-framework-module-app@5.2.7
175
- - @equinor/fusion-framework-app@7.1.7
176
- - @equinor/fusion-framework-react@5.3.2
193
+ - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
194
+ - @equinor/fusion-framework-module-app@5.2.7
195
+ - @equinor/fusion-framework-app@7.1.7
196
+ - @equinor/fusion-framework-react@5.3.2
177
197
 
178
198
  ## 4.1.8
179
199
 
180
200
  ### Patch Changes
181
201
 
182
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
202
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
183
203
 
184
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
185
- - @equinor/fusion-framework-app@7.1.6
186
- - @equinor/fusion-framework-module-app@5.2.6
187
- - @equinor/fusion-framework-module@4.2.5
188
- - @equinor/fusion-framework-module-navigation@3.0.6
189
- - @equinor/fusion-framework-react@5.3.1
190
- - @equinor/fusion-framework-react-module-http@4.0.1
191
- - @equinor/fusion-framework-react-module@3.0.6
204
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
205
+ - @equinor/fusion-framework-app@7.1.6
206
+ - @equinor/fusion-framework-module-app@5.2.6
207
+ - @equinor/fusion-framework-module@4.2.5
208
+ - @equinor/fusion-framework-module-navigation@3.0.6
209
+ - @equinor/fusion-framework-react@5.3.1
210
+ - @equinor/fusion-framework-react-module-http@4.0.1
211
+ - @equinor/fusion-framework-react-module@3.0.6
192
212
 
193
213
  ## 4.1.7
194
214
 
195
215
  ### Patch Changes
196
216
 
197
- - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
198
- - @equinor/fusion-framework-react@5.3.0
199
- - @equinor/fusion-framework-app@7.1.5
200
- - @equinor/fusion-framework-module-app@5.2.5
201
- - @equinor/fusion-framework-react-module-http@4.0.0
217
+ - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
218
+ - @equinor/fusion-framework-react@5.3.0
219
+ - @equinor/fusion-framework-app@7.1.5
220
+ - @equinor/fusion-framework-module-app@5.2.5
221
+ - @equinor/fusion-framework-react-module-http@4.0.0
202
222
 
203
223
  ## 4.1.6
204
224
 
205
225
  ### Patch Changes
206
226
 
207
- - Updated dependencies []:
208
- - @equinor/fusion-framework-module-app@5.2.4
209
- - @equinor/fusion-framework-app@7.1.4
210
- - @equinor/fusion-framework-react@5.2.7
227
+ - Updated dependencies []:
228
+ - @equinor/fusion-framework-module-app@5.2.4
229
+ - @equinor/fusion-framework-app@7.1.4
230
+ - @equinor/fusion-framework-react@5.2.7
211
231
 
212
232
  ## 4.1.5
213
233
 
214
234
  ### Patch Changes
215
235
 
216
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
217
- - @equinor/fusion-framework-module@4.2.4
218
- - @equinor/fusion-framework-module-app@5.2.4
219
- - @equinor/fusion-framework-react@5.2.6
220
- - @equinor/fusion-framework-app@7.1.3
221
- - @equinor/fusion-framework-module-navigation@3.0.5
222
- - @equinor/fusion-framework-react-module@3.0.5
223
- - @equinor/fusion-framework-react-module-http@3.0.5
236
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
237
+ - @equinor/fusion-framework-module@4.2.4
238
+ - @equinor/fusion-framework-module-app@5.2.4
239
+ - @equinor/fusion-framework-react@5.2.6
240
+ - @equinor/fusion-framework-app@7.1.3
241
+ - @equinor/fusion-framework-module-navigation@3.0.5
242
+ - @equinor/fusion-framework-react-module@3.0.5
243
+ - @equinor/fusion-framework-react-module-http@3.0.5
224
244
 
225
245
  ## 4.1.4
226
246
 
227
247
  ### Patch Changes
228
248
 
229
- - Updated dependencies []:
230
- - @equinor/fusion-framework-module-app@5.2.3
231
- - @equinor/fusion-framework-app@7.1.2
232
- - @equinor/fusion-framework-react@5.2.5
249
+ - Updated dependencies []:
250
+ - @equinor/fusion-framework-module-app@5.2.3
251
+ - @equinor/fusion-framework-app@7.1.2
252
+ - @equinor/fusion-framework-react@5.2.5
233
253
 
234
254
  ## 4.1.3
235
255
 
236
256
  ### Patch Changes
237
257
 
238
- - [#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
258
+ - [#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
239
259
 
240
- conflicts of `@types/react` made random outcomes when using `yarn`
260
+ conflicts of `@types/react` made random outcomes when using `yarn`
241
261
 
242
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
262
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
243
263
 
244
- - [#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
264
+ - [#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
245
265
 
246
- only dev deps updated should not affect any consumers
266
+ only dev deps updated should not affect any consumers
247
267
 
248
- see [react changelog](https://github.com/facebook/react/releases) for details
268
+ see [react changelog](https://github.com/facebook/react/releases) for details
249
269
 
250
- - 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)]:
251
- - @equinor/fusion-framework-react-module@3.0.4
252
- - @equinor/fusion-framework-module-navigation@3.0.4
253
- - @equinor/fusion-framework-react-module-http@3.0.4
254
- - @equinor/fusion-framework-react@5.2.4
255
- - @equinor/fusion-framework-module@4.2.3
256
- - @equinor/fusion-framework-module-app@5.2.2
257
- - @equinor/fusion-framework-app@7.1.1
270
+ - 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)]:
271
+ - @equinor/fusion-framework-react-module@3.0.4
272
+ - @equinor/fusion-framework-module-navigation@3.0.4
273
+ - @equinor/fusion-framework-react-module-http@3.0.4
274
+ - @equinor/fusion-framework-react@5.2.4
275
+ - @equinor/fusion-framework-module@4.2.3
276
+ - @equinor/fusion-framework-module-app@5.2.2
277
+ - @equinor/fusion-framework-app@7.1.1
258
278
 
259
279
  ## 4.1.2
260
280
 
261
281
  ### Patch Changes
262
282
 
263
- - [#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`
283
+ - [#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`
264
284
 
265
- example
285
+ example
266
286
 
267
- ```ts
268
- import { useContextProvider } from "@equinor/fusion-framework-react-app/context";
269
- const App = () => {
270
- const contextProvider = useContextProvider();
271
- };
272
- ```
287
+ ```ts
288
+ import { useContextProvider } from '@equinor/fusion-framework-react-app/context';
289
+ const App = () => {
290
+ const contextProvider = useContextProvider();
291
+ };
292
+ ```
273
293
 
274
294
  ## 4.1.1
275
295
 
276
296
  ### Patch Changes
277
297
 
278
- - [#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
298
+ - [#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
279
299
 
280
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
281
- - @equinor/fusion-framework-app@7.0.16
282
- - @equinor/fusion-framework-module-navigation@3.0.1
283
- - @equinor/fusion-framework-react@5.2.2
300
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
301
+ - @equinor/fusion-framework-app@7.0.16
302
+ - @equinor/fusion-framework-module-navigation@3.0.1
303
+ - @equinor/fusion-framework-react@5.2.2
284
304
 
285
305
  ## 4.1.0
286
306
 
287
307
  ### Minor Changes
288
308
 
289
- - [#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**
309
+ - [#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**
290
310
 
291
- - add hook for using the navigation module
292
- - add hook for creating a react router
311
+ - add hook for using the navigation module
312
+ - add hook for creating a react router
293
313
 
294
- ```ts
295
- const routes = [
296
- {
297
- path: '/',
298
- element: <p>👍🏻</p>,
299
- },
300
- ];
314
+ ```ts
315
+ const routes = [
316
+ {
317
+ path: '/',
318
+ element: <p>👍🏻</p>,
319
+ },
320
+ ];
301
321
 
302
- const Router = () => {
303
- const router = useRouter(routes);
304
- return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
305
- };
322
+ const Router = () => {
323
+ const router = useRouter(routes);
324
+ return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
325
+ };
306
326
 
307
- const App = () => <Router />;
308
- ```
327
+ const App = () => <Router />;
328
+ ```
309
329
 
310
- - [#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
330
+ - [#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
311
331
 
312
332
  ### Patch Changes
313
333
 
314
- - [#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/))
334
+ - [#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/))
315
335
 
316
336
  ## 4.0.17
317
337
 
318
338
  ### Patch Changes
319
339
 
320
- - [#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**
340
+ - [#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**
321
341
 
322
- - align all versions of typescript
323
- - update types to build
324
- - 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
342
+ - align all versions of typescript
343
+ - update types to build
344
+ - 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
325
345
 
326
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
327
- - @equinor/fusion-framework-app@7.0.15
328
- - @equinor/fusion-framework-react@5.1.4
329
- - @equinor/fusion-framework-react-module-http@3.0.3
346
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
347
+ - @equinor/fusion-framework-app@7.0.15
348
+ - @equinor/fusion-framework-react@5.1.4
349
+ - @equinor/fusion-framework-react-module-http@3.0.3
330
350
 
331
351
  All notable changes to this project will be documented in this file.
332
352
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -375,7 +395,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
375
395
 
376
396
  ### Bug Fixes
377
397
 
378
- - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
398
+ - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
379
399
 
380
400
  ## 4.0.5 (2023-04-24)
381
401
 
@@ -497,7 +517,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
497
517
 
498
518
  ### Bug Fixes
499
519
 
500
- - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
520
+ - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
501
521
 
502
522
  ## 3.0.1 (2023-01-30)
503
523
 
@@ -547,7 +567,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
547
567
 
548
568
  ### Bug Fixes
549
569
 
550
- - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
570
+ - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
551
571
 
552
572
  ## [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)
553
573
 
@@ -577,7 +597,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
577
597
 
578
598
  ### Bug Fixes
579
599
 
580
- - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
600
+ - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
581
601
 
582
602
  ## [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)
583
603
 
@@ -615,7 +635,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
615
635
 
616
636
  ### Bug Fixes
617
637
 
618
- - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
638
+ - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
619
639
 
620
640
  ## [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)
621
641
 
@@ -661,7 +681,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
661
681
 
662
682
  ### Bug Fixes
663
683
 
664
- - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
684
+ - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
665
685
 
666
686
  ## [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)
667
687
 
@@ -743,7 +763,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
743
763
 
744
764
  ### Bug Fixes
745
765
 
746
- - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
766
+ - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
747
767
 
748
768
  ## [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)
749
769
 
@@ -753,7 +773,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
753
773
 
754
774
  ### Bug Fixes
755
775
 
756
- - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
776
+ - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
757
777
 
758
778
  ## [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)
759
779
 
@@ -763,7 +783,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
763
783
 
764
784
  ### Features
765
785
 
766
- - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
786
+ - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
767
787
 
768
788
  ## 1.2.15 (2022-11-17)
769
789
 
@@ -801,13 +821,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
801
821
 
802
822
  ### Bug Fixes
803
823
 
804
- - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
824
+ - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
805
825
 
806
826
  ## 1.2.6 (2022-11-03)
807
827
 
808
828
  ### Bug Fixes
809
829
 
810
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
830
+ - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
811
831
 
812
832
  ## [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)
813
833
 
@@ -833,8 +853,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
833
853
 
834
854
  ### Features
835
855
 
836
- - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
837
- - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
856
+ - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
857
+ - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
838
858
 
839
859
  ## [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)
840
860
 
@@ -844,7 +864,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
844
864
 
845
865
  ### Features
846
866
 
847
- - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
867
+ - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
848
868
 
849
869
  ## 1.0.23 (2022-11-01)
850
870
 
@@ -858,19 +878,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
858
878
 
859
879
  ### Bug Fixes
860
880
 
861
- - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
881
+ - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
862
882
 
863
883
  ## [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)
864
884
 
865
885
  ### Bug Fixes
866
886
 
867
- - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
887
+ - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
868
888
 
869
889
  ## 1.0.19 (2022-10-21)
870
890
 
871
891
  ### Bug Fixes
872
892
 
873
- - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
893
+ - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
874
894
 
875
895
  ## [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)
876
896
 
@@ -896,7 +916,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
896
916
 
897
917
  ### Bug Fixes
898
918
 
899
- - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
919
+ - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
900
920
 
901
921
  ## [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)
902
922
 
@@ -918,7 +938,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
918
938
 
919
939
  ### Bug Fixes
920
940
 
921
- - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
941
+ - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
922
942
 
923
943
  ## 1.0.7 (2022-09-20)
924
944
 
@@ -936,13 +956,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
936
956
 
937
957
  ### Bug Fixes
938
958
 
939
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
959
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
940
960
 
941
961
  ## [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)
942
962
 
943
963
  ### Bug Fixes
944
964
 
945
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
965
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
946
966
 
947
967
  ## [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)
948
968
 
@@ -964,27 +984,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
964
984
 
965
985
  ### ⚠ BREAKING CHANGES
966
986
 
967
- - **react-app:** config is now object
987
+ - **react-app:** config is now object
968
988
 
969
989
  ### Features
970
990
 
971
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
991
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
972
992
 
973
993
  ## [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)
974
994
 
975
995
  ### ⚠ BREAKING CHANGES
976
996
 
977
- - **react-app:** config is now object
997
+ - **react-app:** config is now object
978
998
 
979
999
  ### Features
980
1000
 
981
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
1001
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
982
1002
 
983
1003
  ## [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)
984
1004
 
985
1005
  ### Features
986
1006
 
987
- - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
1007
+ - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
988
1008
 
989
1009
  ## [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)
990
1010
 
@@ -1002,7 +1022,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1002
1022
 
1003
1023
  ### Features
1004
1024
 
1005
- - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1025
+ - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1006
1026
 
1007
1027
  ## 0.6.1 (2022-09-01)
1008
1028
 
@@ -1012,23 +1032,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1012
1032
 
1013
1033
  ### ⚠ BREAKING CHANGES
1014
1034
 
1015
- - rename fetch
1035
+ - rename fetch
1016
1036
 
1017
- - fix(module-service-discovery): update http client consumer
1037
+ - fix(module-service-discovery): update http client consumer
1018
1038
 
1019
- - build: update allowed branches
1039
+ - build: update allowed branches
1020
1040
 
1021
- - build: add conventional commit
1041
+ - build: add conventional commit
1022
1042
 
1023
- - build: use conventionalcommits
1043
+ - build: use conventionalcommits
1024
1044
 
1025
- - build(module-http): push major
1045
+ - build(module-http): push major
1026
1046
 
1027
- - build: update deps
1047
+ - build: update deps
1028
1048
 
1029
1049
  ### Features
1030
1050
 
1031
- - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1051
+ - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1032
1052
 
1033
1053
  ## [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)
1034
1054
 
@@ -1038,7 +1058,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1038
1058
 
1039
1059
  ### Features
1040
1060
 
1041
- - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1061
+ - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1042
1062
 
1043
1063
  ## [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)
1044
1064
 
@@ -1060,13 +1080,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1060
1080
 
1061
1081
  ### Features
1062
1082
 
1063
- - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1083
+ - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1064
1084
 
1065
1085
  # 0.3.0 (2022-08-05)
1066
1086
 
1067
1087
  ### Features
1068
1088
 
1069
- - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1089
+ - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1070
1090
 
1071
1091
  ## [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)
1072
1092
 
@@ -1080,7 +1100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1080
1100
 
1081
1101
  ### Bug Fixes
1082
1102
 
1083
- - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1103
+ - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1084
1104
 
1085
1105
  ## [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)
1086
1106
 
@@ -1190,7 +1210,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1190
1210
 
1191
1211
  ### Features
1192
1212
 
1193
- - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1213
+ - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1194
1214
 
1195
1215
  ## [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)
1196
1216
 
@@ -1204,18 +1224,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1204
1224
 
1205
1225
  ### Bug Fixes
1206
1226
 
1207
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1208
- - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1209
- - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1210
- - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1211
- - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1212
- - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1213
- - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1214
- - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1215
- - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1227
+ - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1228
+ - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1229
+ - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1230
+ - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1231
+ - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1232
+ - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1233
+ - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1234
+ - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1235
+ - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1216
1236
 
1217
1237
  ### Features
1218
1238
 
1219
- - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1220
- - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1221
- - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))
1239
+ - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1240
+ - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1241
+ - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))