@equinor/fusion-framework-react-app 4.3.6-widget-b2daf10f → 4.3.7

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