@equinor/fusion-framework-react-app 4.3.6 → 4.3.8

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,366 +1,383 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @equinor/fusion-framework-app@8.1.4
9
+ - @equinor/fusion-framework-react@6.0.5
10
+
11
+ ## 4.3.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`2acd475`](https://github.com/equinor/fusion-framework/commit/2acd47532fe680f498fdf7229309cddb2594e391)]:
16
+ - @equinor/fusion-framework-module-app@5.2.14
17
+ - @equinor/fusion-framework-app@8.1.3
18
+ - @equinor/fusion-framework-react@6.0.4
19
+
3
20
  ## 4.3.6
4
21
 
5
22
  ### Patch Changes
6
23
 
7
- - Updated dependencies []:
8
- - @equinor/fusion-framework-react@6.0.3
9
- - @equinor/fusion-framework-app@8.1.2
24
+ - Updated dependencies []:
25
+ - @equinor/fusion-framework-react@6.0.3
26
+ - @equinor/fusion-framework-app@8.1.2
10
27
 
11
28
  ## 4.3.5
12
29
 
13
30
  ### Patch Changes
14
31
 
15
- - [#1852](https://github.com/equinor/fusion-framework/pull/1852) [`bdc50b0`](https://github.com/equinor/fusion-framework/commit/bdc50b035b9c20301105d17509937ff3d91ea027) Thanks [@odinr](https://github.com/odinr)! - chore: add missing exported type
32
+ - [#1852](https://github.com/equinor/fusion-framework/pull/1852) [`bdc50b0`](https://github.com/equinor/fusion-framework/commit/bdc50b035b9c20301105d17509937ff3d91ea027) Thanks [@odinr](https://github.com/odinr)! - chore: add missing exported type
16
33
 
17
34
  ## 4.3.4
18
35
 
19
36
  ### Patch Changes
20
37
 
21
- - [#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.
38
+ - [#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.
22
39
 
23
40
  ## 4.3.3
24
41
 
25
42
  ### Patch Changes
26
43
 
27
- - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3), [`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
28
- - @equinor/fusion-framework-react@6.0.2
29
- - @equinor/fusion-framework-module@4.2.7
30
- - @equinor/fusion-framework-app@8.1.1
31
- - @equinor/fusion-framework-module-app@5.2.13
32
- - @equinor/fusion-framework-module-msal@3.0.10
33
- - @equinor/fusion-framework-module-navigation@3.1.4
34
- - @equinor/fusion-framework-react-module@3.0.8
35
- - @equinor/fusion-framework-react-module-http@4.0.6
44
+ - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3), [`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
45
+ - @equinor/fusion-framework-react@6.0.2
46
+ - @equinor/fusion-framework-module@4.2.7
47
+ - @equinor/fusion-framework-app@8.1.1
48
+ - @equinor/fusion-framework-module-app@5.2.13
49
+ - @equinor/fusion-framework-module-msal@3.0.10
50
+ - @equinor/fusion-framework-module-navigation@3.1.4
51
+ - @equinor/fusion-framework-react-module@3.0.8
52
+ - @equinor/fusion-framework-react-module-http@4.0.6
36
53
 
37
54
  ## 4.3.2
38
55
 
39
56
  ### Patch Changes
40
57
 
41
- - [#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
58
+ - [#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
42
59
 
43
- ```ts
44
- import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
45
- enableFeatureFlag(confgurator, [{
46
- id: 'my-flag',
47
- title: 'My flag'
48
- }])
49
- ```
60
+ ```ts
61
+ import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
62
+ enableFeatureFlag(confgurator, [{
63
+ id: 'my-flag',
64
+ title: 'My flag'
65
+ }])
66
+ ```
50
67
 
51
- the user still needs to install `@equinor/fusion-framework-module-feature-flag`
68
+ the user still needs to install `@equinor/fusion-framework-module-feature-flag`
52
69
 
53
- - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
54
- - @equinor/fusion-framework-app@8.1.0
70
+ - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
71
+ - @equinor/fusion-framework-app@8.1.0
55
72
 
56
73
  ## 4.3.1
57
74
 
58
75
  ### Patch Changes
59
76
 
60
- - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
61
- - @equinor/fusion-framework-module-app@5.2.13
62
- - @equinor/fusion-framework-react@6.0.1
63
- - @equinor/fusion-framework-app@8.0.1
77
+ - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
78
+ - @equinor/fusion-framework-module-app@5.2.13
79
+ - @equinor/fusion-framework-react@6.0.1
80
+ - @equinor/fusion-framework-app@8.0.1
64
81
 
65
82
  ## 4.3.0
66
83
 
67
84
  ### Minor Changes
68
85
 
69
- - [#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
86
+ - [#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
70
87
 
71
- > [!IMPORTANT]
72
- > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
88
+ > [!IMPORTANT]
89
+ > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
73
90
 
74
- > [!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.
75
- > We might add `useFeatures` if the should be an use-case
91
+ > [!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.
92
+ > We might add `useFeatures` if the should be an use-case
76
93
 
77
94
  ### Patch Changes
78
95
 
79
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
80
- - @equinor/fusion-framework-app@8.0.0
81
- - @equinor/fusion-framework-react@6.0.0
96
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
97
+ - @equinor/fusion-framework-app@8.0.0
98
+ - @equinor/fusion-framework-react@6.0.0
82
99
 
83
100
  ## 4.2.1
84
101
 
85
102
  ### Patch Changes
86
103
 
87
- - [#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
104
+ - [#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
88
105
 
89
- - Updated dependencies []:
90
- - @equinor/fusion-framework-react@5.3.9
106
+ - Updated dependencies []:
107
+ - @equinor/fusion-framework-react@5.3.9
91
108
 
92
109
  ## 4.2.0
93
110
 
94
111
  ### Minor Changes
95
112
 
96
- - [#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:
113
+ - [#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:
97
114
 
98
- - Created hooks for accessing current authenticated account
99
- - Created hooks for acquiring token
100
- - Created hooks for acquiring access token
115
+ - Created hooks for accessing current authenticated account
116
+ - Created hooks for acquiring token
117
+ - Created hooks for acquiring access token
101
118
 
102
119
  ### Patch Changes
103
120
 
104
- - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
105
- - @equinor/fusion-framework-module-msal@3.0.9
106
- - @equinor/fusion-framework-app@7.1.15
107
- - @equinor/fusion-framework-module-app@5.2.12
108
- - @equinor/fusion-framework-react@5.3.8
109
- - @equinor/fusion-framework-react-module-http@4.0.5
121
+ - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
122
+ - @equinor/fusion-framework-module-msal@3.0.9
123
+ - @equinor/fusion-framework-app@7.1.15
124
+ - @equinor/fusion-framework-module-app@5.2.12
125
+ - @equinor/fusion-framework-react@5.3.8
126
+ - @equinor/fusion-framework-react-module-http@4.0.5
110
127
 
111
128
  ## 4.1.19
112
129
 
113
130
  ### Patch Changes
114
131
 
115
- - Updated dependencies []:
116
- - @equinor/fusion-framework-app@7.1.14
117
- - @equinor/fusion-framework-module-app@5.2.12
118
- - @equinor/fusion-framework-react-module-http@4.0.4
119
- - @equinor/fusion-framework-react@5.3.7
132
+ - Updated dependencies []:
133
+ - @equinor/fusion-framework-app@7.1.14
134
+ - @equinor/fusion-framework-module-app@5.2.12
135
+ - @equinor/fusion-framework-react-module-http@4.0.4
136
+ - @equinor/fusion-framework-react@5.3.7
120
137
 
121
138
  ## 4.1.18
122
139
 
123
140
  ### Patch Changes
124
141
 
125
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
126
- - @equinor/fusion-framework-react-module-http@4.0.3
127
- - @equinor/fusion-framework-app@7.1.13
128
- - @equinor/fusion-framework-module-app@5.2.12
129
- - @equinor/fusion-framework-react@5.3.6
142
+ - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
143
+ - @equinor/fusion-framework-react-module-http@4.0.3
144
+ - @equinor/fusion-framework-app@7.1.13
145
+ - @equinor/fusion-framework-module-app@5.2.12
146
+ - @equinor/fusion-framework-react@5.3.6
130
147
 
131
148
  ## 4.1.17
132
149
 
133
150
  ### Patch Changes
134
151
 
135
- - Updated dependencies []:
136
- - @equinor/fusion-framework-module-app@5.2.12
137
- - @equinor/fusion-framework-react@5.3.5
138
- - @equinor/fusion-framework-app@7.1.12
152
+ - Updated dependencies []:
153
+ - @equinor/fusion-framework-module-app@5.2.12
154
+ - @equinor/fusion-framework-react@5.3.5
155
+ - @equinor/fusion-framework-app@7.1.12
139
156
 
140
157
  ## 4.1.16
141
158
 
142
159
  ### Patch Changes
143
160
 
144
- - [#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
161
+ - [#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
145
162
 
146
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
147
- - @equinor/fusion-framework-module-navigation@3.1.3
148
- - @equinor/fusion-framework-react@5.3.4
149
- - @equinor/fusion-framework-module@4.2.6
150
- - @equinor/fusion-framework-module-app@5.2.11
151
- - @equinor/fusion-framework-app@7.1.11
152
- - @equinor/fusion-framework-react-module@3.0.7
153
- - @equinor/fusion-framework-react-module-http@4.0.2
163
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
164
+ - @equinor/fusion-framework-module-navigation@3.1.3
165
+ - @equinor/fusion-framework-react@5.3.4
166
+ - @equinor/fusion-framework-module@4.2.6
167
+ - @equinor/fusion-framework-module-app@5.2.11
168
+ - @equinor/fusion-framework-app@7.1.11
169
+ - @equinor/fusion-framework-react-module@3.0.7
170
+ - @equinor/fusion-framework-react-module-http@4.0.2
154
171
 
155
172
  ## 4.1.15
156
173
 
157
174
  ### Patch Changes
158
175
 
159
- - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
160
- - @equinor/fusion-framework-module-app@5.2.10
161
- - @equinor/fusion-framework-app@7.1.10
162
- - @equinor/fusion-framework-react@5.3.3
176
+ - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
177
+ - @equinor/fusion-framework-module-app@5.2.10
178
+ - @equinor/fusion-framework-app@7.1.10
179
+ - @equinor/fusion-framework-react@5.3.3
163
180
 
164
181
  ## 4.1.14
165
182
 
166
183
  ### Patch Changes
167
184
 
168
- - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
169
- - @equinor/fusion-framework-module-app@5.2.9
170
- - @equinor/fusion-framework-app@7.1.9
171
- - @equinor/fusion-framework-react@5.3.3
185
+ - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
186
+ - @equinor/fusion-framework-module-app@5.2.9
187
+ - @equinor/fusion-framework-app@7.1.9
188
+ - @equinor/fusion-framework-react@5.3.3
172
189
 
173
190
  ## 4.1.13
174
191
 
175
192
  ### Patch Changes
176
193
 
177
- - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
178
- - @equinor/fusion-framework-module-navigation@3.1.2
194
+ - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
195
+ - @equinor/fusion-framework-module-navigation@3.1.2
179
196
 
180
197
  ## 4.1.12
181
198
 
182
199
  ### Patch Changes
183
200
 
184
- - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
185
- - @equinor/fusion-framework-module-navigation@3.1.1
201
+ - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
202
+ - @equinor/fusion-framework-module-navigation@3.1.1
186
203
 
187
204
  ## 4.1.11
188
205
 
189
206
  ### Patch Changes
190
207
 
191
- - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
192
- - @equinor/fusion-framework-module-navigation@3.1.0
208
+ - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
209
+ - @equinor/fusion-framework-module-navigation@3.1.0
193
210
 
194
211
  ## 4.1.10
195
212
 
196
213
  ### Patch Changes
197
214
 
198
- - Updated dependencies []:
199
- - @equinor/fusion-framework-module-app@5.2.8
200
- - @equinor/fusion-framework-app@7.1.8
201
- - @equinor/fusion-framework-react@5.3.3
215
+ - Updated dependencies []:
216
+ - @equinor/fusion-framework-module-app@5.2.8
217
+ - @equinor/fusion-framework-app@7.1.8
218
+ - @equinor/fusion-framework-react@5.3.3
202
219
 
203
220
  ## 4.1.9
204
221
 
205
222
  ### Patch Changes
206
223
 
207
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
208
- - @equinor/fusion-framework-module-app@5.2.7
209
- - @equinor/fusion-framework-app@7.1.7
210
- - @equinor/fusion-framework-react@5.3.2
224
+ - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
225
+ - @equinor/fusion-framework-module-app@5.2.7
226
+ - @equinor/fusion-framework-app@7.1.7
227
+ - @equinor/fusion-framework-react@5.3.2
211
228
 
212
229
  ## 4.1.8
213
230
 
214
231
  ### Patch Changes
215
232
 
216
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
233
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
217
234
 
218
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
219
- - @equinor/fusion-framework-app@7.1.6
220
- - @equinor/fusion-framework-module-app@5.2.6
221
- - @equinor/fusion-framework-module@4.2.5
222
- - @equinor/fusion-framework-module-navigation@3.0.6
223
- - @equinor/fusion-framework-react@5.3.1
224
- - @equinor/fusion-framework-react-module-http@4.0.1
225
- - @equinor/fusion-framework-react-module@3.0.6
235
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
236
+ - @equinor/fusion-framework-app@7.1.6
237
+ - @equinor/fusion-framework-module-app@5.2.6
238
+ - @equinor/fusion-framework-module@4.2.5
239
+ - @equinor/fusion-framework-module-navigation@3.0.6
240
+ - @equinor/fusion-framework-react@5.3.1
241
+ - @equinor/fusion-framework-react-module-http@4.0.1
242
+ - @equinor/fusion-framework-react-module@3.0.6
226
243
 
227
244
  ## 4.1.7
228
245
 
229
246
  ### Patch Changes
230
247
 
231
- - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
232
- - @equinor/fusion-framework-react@5.3.0
233
- - @equinor/fusion-framework-app@7.1.5
234
- - @equinor/fusion-framework-module-app@5.2.5
235
- - @equinor/fusion-framework-react-module-http@4.0.0
248
+ - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
249
+ - @equinor/fusion-framework-react@5.3.0
250
+ - @equinor/fusion-framework-app@7.1.5
251
+ - @equinor/fusion-framework-module-app@5.2.5
252
+ - @equinor/fusion-framework-react-module-http@4.0.0
236
253
 
237
254
  ## 4.1.6
238
255
 
239
256
  ### Patch Changes
240
257
 
241
- - Updated dependencies []:
242
- - @equinor/fusion-framework-module-app@5.2.4
243
- - @equinor/fusion-framework-app@7.1.4
244
- - @equinor/fusion-framework-react@5.2.7
258
+ - Updated dependencies []:
259
+ - @equinor/fusion-framework-module-app@5.2.4
260
+ - @equinor/fusion-framework-app@7.1.4
261
+ - @equinor/fusion-framework-react@5.2.7
245
262
 
246
263
  ## 4.1.5
247
264
 
248
265
  ### Patch Changes
249
266
 
250
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
251
- - @equinor/fusion-framework-module@4.2.4
252
- - @equinor/fusion-framework-module-app@5.2.4
253
- - @equinor/fusion-framework-react@5.2.6
254
- - @equinor/fusion-framework-app@7.1.3
255
- - @equinor/fusion-framework-module-navigation@3.0.5
256
- - @equinor/fusion-framework-react-module@3.0.5
257
- - @equinor/fusion-framework-react-module-http@3.0.5
267
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
268
+ - @equinor/fusion-framework-module@4.2.4
269
+ - @equinor/fusion-framework-module-app@5.2.4
270
+ - @equinor/fusion-framework-react@5.2.6
271
+ - @equinor/fusion-framework-app@7.1.3
272
+ - @equinor/fusion-framework-module-navigation@3.0.5
273
+ - @equinor/fusion-framework-react-module@3.0.5
274
+ - @equinor/fusion-framework-react-module-http@3.0.5
258
275
 
259
276
  ## 4.1.4
260
277
 
261
278
  ### Patch Changes
262
279
 
263
- - Updated dependencies []:
264
- - @equinor/fusion-framework-module-app@5.2.3
265
- - @equinor/fusion-framework-app@7.1.2
266
- - @equinor/fusion-framework-react@5.2.5
280
+ - Updated dependencies []:
281
+ - @equinor/fusion-framework-module-app@5.2.3
282
+ - @equinor/fusion-framework-app@7.1.2
283
+ - @equinor/fusion-framework-react@5.2.5
267
284
 
268
285
  ## 4.1.3
269
286
 
270
287
  ### Patch Changes
271
288
 
272
- - [#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
289
+ - [#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
273
290
 
274
- conflicts of `@types/react` made random outcomes when using `yarn`
291
+ conflicts of `@types/react` made random outcomes when using `yarn`
275
292
 
276
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
293
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
277
294
 
278
- - [#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
295
+ - [#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
279
296
 
280
- only dev deps updated should not affect any consumers
297
+ only dev deps updated should not affect any consumers
281
298
 
282
- see [react changelog](https://github.com/facebook/react/releases) for details
299
+ see [react changelog](https://github.com/facebook/react/releases) for details
283
300
 
284
- - 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)]:
285
- - @equinor/fusion-framework-react-module@3.0.4
286
- - @equinor/fusion-framework-module-navigation@3.0.4
287
- - @equinor/fusion-framework-react-module-http@3.0.4
288
- - @equinor/fusion-framework-react@5.2.4
289
- - @equinor/fusion-framework-module@4.2.3
290
- - @equinor/fusion-framework-module-app@5.2.2
291
- - @equinor/fusion-framework-app@7.1.1
301
+ - 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)]:
302
+ - @equinor/fusion-framework-react-module@3.0.4
303
+ - @equinor/fusion-framework-module-navigation@3.0.4
304
+ - @equinor/fusion-framework-react-module-http@3.0.4
305
+ - @equinor/fusion-framework-react@5.2.4
306
+ - @equinor/fusion-framework-module@4.2.3
307
+ - @equinor/fusion-framework-module-app@5.2.2
308
+ - @equinor/fusion-framework-app@7.1.1
292
309
 
293
310
  ## 4.1.2
294
311
 
295
312
  ### Patch Changes
296
313
 
297
- - [#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`
314
+ - [#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`
298
315
 
299
- example
316
+ example
300
317
 
301
- ```ts
302
- import { useContextProvider } from '@equinor/fusion-framework-react-app/context';
303
- const App = () => {
304
- const contextProvider = useContextProvider();
305
- };
306
- ```
318
+ ```ts
319
+ import { useContextProvider } from "@equinor/fusion-framework-react-app/context";
320
+ const App = () => {
321
+ const contextProvider = useContextProvider();
322
+ };
323
+ ```
307
324
 
308
325
  ## 4.1.1
309
326
 
310
327
  ### Patch Changes
311
328
 
312
- - [#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
329
+ - [#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
313
330
 
314
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
315
- - @equinor/fusion-framework-app@7.0.16
316
- - @equinor/fusion-framework-module-navigation@3.0.1
317
- - @equinor/fusion-framework-react@5.2.2
331
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
332
+ - @equinor/fusion-framework-app@7.0.16
333
+ - @equinor/fusion-framework-module-navigation@3.0.1
334
+ - @equinor/fusion-framework-react@5.2.2
318
335
 
319
336
  ## 4.1.0
320
337
 
321
338
  ### Minor Changes
322
339
 
323
- - [#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**
340
+ - [#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**
324
341
 
325
- - add hook for using the navigation module
326
- - add hook for creating a react router
342
+ - add hook for using the navigation module
343
+ - add hook for creating a react router
327
344
 
328
- ```ts
329
- const routes = [
330
- {
331
- path: '/',
332
- element: <p>👍🏻</p>,
333
- },
334
- ];
345
+ ```ts
346
+ const routes = [
347
+ {
348
+ path: '/',
349
+ element: <p>👍🏻</p>,
350
+ },
351
+ ];
335
352
 
336
- const Router = () => {
337
- const router = useRouter(routes);
338
- return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
339
- };
353
+ const Router = () => {
354
+ const router = useRouter(routes);
355
+ return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
356
+ };
340
357
 
341
- const App = () => <Router />;
342
- ```
358
+ const App = () => <Router />;
359
+ ```
343
360
 
344
- - [#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
361
+ - [#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
345
362
 
346
363
  ### Patch Changes
347
364
 
348
- - [#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/))
365
+ - [#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/))
349
366
 
350
367
  ## 4.0.17
351
368
 
352
369
  ### Patch Changes
353
370
 
354
- - [#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**
371
+ - [#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**
355
372
 
356
- - align all versions of typescript
357
- - update types to build
358
- - 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
373
+ - align all versions of typescript
374
+ - update types to build
375
+ - 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
359
376
 
360
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
361
- - @equinor/fusion-framework-app@7.0.15
362
- - @equinor/fusion-framework-react@5.1.4
363
- - @equinor/fusion-framework-react-module-http@3.0.3
377
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
378
+ - @equinor/fusion-framework-app@7.0.15
379
+ - @equinor/fusion-framework-react@5.1.4
380
+ - @equinor/fusion-framework-react-module-http@3.0.3
364
381
 
365
382
  All notable changes to this project will be documented in this file.
366
383
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -409,7 +426,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
409
426
 
410
427
  ### Bug Fixes
411
428
 
412
- - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
429
+ - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
413
430
 
414
431
  ## 4.0.5 (2023-04-24)
415
432
 
@@ -531,7 +548,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
531
548
 
532
549
  ### Bug Fixes
533
550
 
534
- - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
551
+ - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
535
552
 
536
553
  ## 3.0.1 (2023-01-30)
537
554
 
@@ -581,7 +598,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
581
598
 
582
599
  ### Bug Fixes
583
600
 
584
- - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
601
+ - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
585
602
 
586
603
  ## [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)
587
604
 
@@ -611,7 +628,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
611
628
 
612
629
  ### Bug Fixes
613
630
 
614
- - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
631
+ - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
615
632
 
616
633
  ## [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)
617
634
 
@@ -649,7 +666,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
649
666
 
650
667
  ### Bug Fixes
651
668
 
652
- - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
669
+ - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
653
670
 
654
671
  ## [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)
655
672
 
@@ -695,7 +712,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
695
712
 
696
713
  ### Bug Fixes
697
714
 
698
- - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
715
+ - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
699
716
 
700
717
  ## [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)
701
718
 
@@ -777,7 +794,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
777
794
 
778
795
  ### Bug Fixes
779
796
 
780
- - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
797
+ - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
781
798
 
782
799
  ## [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)
783
800
 
@@ -787,7 +804,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
787
804
 
788
805
  ### Bug Fixes
789
806
 
790
- - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
807
+ - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
791
808
 
792
809
  ## [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)
793
810
 
@@ -797,7 +814,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
797
814
 
798
815
  ### Features
799
816
 
800
- - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
817
+ - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
801
818
 
802
819
  ## 1.2.15 (2022-11-17)
803
820
 
@@ -835,13 +852,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
835
852
 
836
853
  ### Bug Fixes
837
854
 
838
- - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
855
+ - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
839
856
 
840
857
  ## 1.2.6 (2022-11-03)
841
858
 
842
859
  ### Bug Fixes
843
860
 
844
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
861
+ - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
845
862
 
846
863
  ## [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)
847
864
 
@@ -867,8 +884,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
867
884
 
868
885
  ### Features
869
886
 
870
- - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
871
- - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
887
+ - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
888
+ - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
872
889
 
873
890
  ## [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)
874
891
 
@@ -878,7 +895,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
878
895
 
879
896
  ### Features
880
897
 
881
- - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
898
+ - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
882
899
 
883
900
  ## 1.0.23 (2022-11-01)
884
901
 
@@ -892,19 +909,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
892
909
 
893
910
  ### Bug Fixes
894
911
 
895
- - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
912
+ - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
896
913
 
897
914
  ## [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)
898
915
 
899
916
  ### Bug Fixes
900
917
 
901
- - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
918
+ - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
902
919
 
903
920
  ## 1.0.19 (2022-10-21)
904
921
 
905
922
  ### Bug Fixes
906
923
 
907
- - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
924
+ - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
908
925
 
909
926
  ## [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)
910
927
 
@@ -930,7 +947,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
930
947
 
931
948
  ### Bug Fixes
932
949
 
933
- - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
950
+ - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
934
951
 
935
952
  ## [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)
936
953
 
@@ -952,7 +969,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
952
969
 
953
970
  ### Bug Fixes
954
971
 
955
- - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
972
+ - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
956
973
 
957
974
  ## 1.0.7 (2022-09-20)
958
975
 
@@ -970,13 +987,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
970
987
 
971
988
  ### Bug Fixes
972
989
 
973
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
990
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
974
991
 
975
992
  ## [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)
976
993
 
977
994
  ### Bug Fixes
978
995
 
979
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
996
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
980
997
 
981
998
  ## [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)
982
999
 
@@ -998,27 +1015,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
998
1015
 
999
1016
  ### ⚠ BREAKING CHANGES
1000
1017
 
1001
- - **react-app:** config is now object
1018
+ - **react-app:** config is now object
1002
1019
 
1003
1020
  ### Features
1004
1021
 
1005
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
1022
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
1006
1023
 
1007
1024
  ## [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)
1008
1025
 
1009
1026
  ### ⚠ BREAKING CHANGES
1010
1027
 
1011
- - **react-app:** config is now object
1028
+ - **react-app:** config is now object
1012
1029
 
1013
1030
  ### Features
1014
1031
 
1015
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
1032
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
1016
1033
 
1017
1034
  ## [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)
1018
1035
 
1019
1036
  ### Features
1020
1037
 
1021
- - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
1038
+ - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
1022
1039
 
1023
1040
  ## [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)
1024
1041
 
@@ -1036,7 +1053,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1036
1053
 
1037
1054
  ### Features
1038
1055
 
1039
- - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1056
+ - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1040
1057
 
1041
1058
  ## 0.6.1 (2022-09-01)
1042
1059
 
@@ -1046,23 +1063,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1046
1063
 
1047
1064
  ### ⚠ BREAKING CHANGES
1048
1065
 
1049
- - rename fetch
1066
+ - rename fetch
1050
1067
 
1051
- - fix(module-service-discovery): update http client consumer
1068
+ - fix(module-service-discovery): update http client consumer
1052
1069
 
1053
- - build: update allowed branches
1070
+ - build: update allowed branches
1054
1071
 
1055
- - build: add conventional commit
1072
+ - build: add conventional commit
1056
1073
 
1057
- - build: use conventionalcommits
1074
+ - build: use conventionalcommits
1058
1075
 
1059
- - build(module-http): push major
1076
+ - build(module-http): push major
1060
1077
 
1061
- - build: update deps
1078
+ - build: update deps
1062
1079
 
1063
1080
  ### Features
1064
1081
 
1065
- - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1082
+ - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1066
1083
 
1067
1084
  ## [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)
1068
1085
 
@@ -1072,7 +1089,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1072
1089
 
1073
1090
  ### Features
1074
1091
 
1075
- - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1092
+ - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1076
1093
 
1077
1094
  ## [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)
1078
1095
 
@@ -1094,13 +1111,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1094
1111
 
1095
1112
  ### Features
1096
1113
 
1097
- - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1114
+ - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1098
1115
 
1099
1116
  # 0.3.0 (2022-08-05)
1100
1117
 
1101
1118
  ### Features
1102
1119
 
1103
- - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1120
+ - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1104
1121
 
1105
1122
  ## [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)
1106
1123
 
@@ -1114,7 +1131,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1114
1131
 
1115
1132
  ### Bug Fixes
1116
1133
 
1117
- - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1134
+ - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1118
1135
 
1119
1136
  ## [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)
1120
1137
 
@@ -1224,7 +1241,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1224
1241
 
1225
1242
  ### Features
1226
1243
 
1227
- - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1244
+ - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1228
1245
 
1229
1246
  ## [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)
1230
1247
 
@@ -1238,18 +1255,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1238
1255
 
1239
1256
  ### Bug Fixes
1240
1257
 
1241
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1242
- - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1243
- - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1244
- - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1245
- - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1246
- - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1247
- - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1248
- - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1249
- - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1258
+ - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1259
+ - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1260
+ - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1261
+ - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1262
+ - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1263
+ - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1264
+ - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1265
+ - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1266
+ - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1250
1267
 
1251
1268
  ### Features
1252
1269
 
1253
- - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1254
- - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1255
- - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))
1270
+ - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1271
+ - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1272
+ - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))