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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,346 +1,352 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Exposing Widget for app development.
8
+
3
9
  ## 4.3.3
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3), [`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
8
- - @equinor/fusion-framework-react@6.0.2
9
- - @equinor/fusion-framework-module@4.2.7
10
- - @equinor/fusion-framework-app@8.1.1
11
- - @equinor/fusion-framework-module-app@5.2.13
12
- - @equinor/fusion-framework-module-msal@3.0.10
13
- - @equinor/fusion-framework-module-navigation@3.1.4
14
- - @equinor/fusion-framework-react-module@3.0.8
15
- - @equinor/fusion-framework-react-module-http@4.0.6
13
+ - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3), [`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
14
+ - @equinor/fusion-framework-react@6.0.2
15
+ - @equinor/fusion-framework-module@4.2.7
16
+ - @equinor/fusion-framework-app@8.1.1
17
+ - @equinor/fusion-framework-module-app@5.2.13
18
+ - @equinor/fusion-framework-module-msal@3.0.10
19
+ - @equinor/fusion-framework-module-navigation@3.1.4
20
+ - @equinor/fusion-framework-react-module@3.0.8
21
+ - @equinor/fusion-framework-react-module-http@4.0.6
16
22
 
17
23
  ## 4.3.2
18
24
 
19
25
  ### Patch Changes
20
26
 
21
- - [#1781](https://github.com/equinor/fusion-framework/pull/1781) [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9) Thanks [@odinr](https://github.com/odinr)! - Added functionality for enabling feature flagging
27
+ - [#1781](https://github.com/equinor/fusion-framework/pull/1781) [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9) Thanks [@odinr](https://github.com/odinr)! - Added functionality for enabling feature flagging
22
28
 
23
- ```ts
24
- import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
25
- enableFeatureFlag(confgurator, [{
26
- id: 'my-flag',
27
- title: 'My flag'
28
- }])
29
- ```
29
+ ```ts
30
+ import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
31
+ enableFeatureFlag(confgurator, [{
32
+ id: 'my-flag',
33
+ title: 'My flag'
34
+ }])
35
+ ```
30
36
 
31
- the user still needs to install `@equinor/fusion-framework-module-feature-flag`
37
+ the user still needs to install `@equinor/fusion-framework-module-feature-flag`
32
38
 
33
- - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
34
- - @equinor/fusion-framework-app@8.1.0
39
+ - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
40
+ - @equinor/fusion-framework-app@8.1.0
35
41
 
36
42
  ## 4.3.1
37
43
 
38
44
  ### Patch Changes
39
45
 
40
- - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
41
- - @equinor/fusion-framework-module-app@5.2.13
42
- - @equinor/fusion-framework-react@6.0.1
43
- - @equinor/fusion-framework-app@8.0.1
46
+ - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
47
+ - @equinor/fusion-framework-module-app@5.2.13
48
+ - @equinor/fusion-framework-react@6.0.1
49
+ - @equinor/fusion-framework-app@8.0.1
44
50
 
45
51
  ## 4.3.0
46
52
 
47
53
  ### Minor Changes
48
54
 
49
- - [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - refactor hook for accessing feature flags
55
+ - [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - refactor hook for accessing feature flags
50
56
 
51
- > [!IMPORTANT]
52
- > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
57
+ > [!IMPORTANT]
58
+ > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
53
59
 
54
- > [!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.
55
- > We might add `useFeatures` if the should be an use-case
60
+ > [!CAUTION] > `@equinor/fusion-framework-react-app/feature-flag` will only return `useFeature`, since we don not see any scenario which an application would need to access multiple.
61
+ > We might add `useFeatures` if the should be an use-case
56
62
 
57
63
  ### Patch Changes
58
64
 
59
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
60
- - @equinor/fusion-framework-app@8.0.0
61
- - @equinor/fusion-framework-react@6.0.0
65
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
66
+ - @equinor/fusion-framework-app@8.0.0
67
+ - @equinor/fusion-framework-react@6.0.0
62
68
 
63
69
  ## 4.2.1
64
70
 
65
71
  ### Patch Changes
66
72
 
67
- - [#1215](https://github.com/equinor/fusion-framework/pull/1215) [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d) Thanks [@odinr](https://github.com/odinr)! - Adding PersonSidesheet to cli with featuretoggler
73
+ - [#1215](https://github.com/equinor/fusion-framework/pull/1215) [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d) Thanks [@odinr](https://github.com/odinr)! - Adding PersonSidesheet to cli with featuretoggler
68
74
 
69
- - Updated dependencies []:
70
- - @equinor/fusion-framework-react@5.3.9
75
+ - Updated dependencies []:
76
+ - @equinor/fusion-framework-react@5.3.9
71
77
 
72
78
  ## 4.2.0
73
79
 
74
80
  ### Minor Changes
75
81
 
76
- - [#1646](https://github.com/equinor/fusion-framework/pull/1646) [`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1) Thanks [@odinr](https://github.com/odinr)! - Created namespace for MSAL:
82
+ - [#1646](https://github.com/equinor/fusion-framework/pull/1646) [`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1) Thanks [@odinr](https://github.com/odinr)! - Created namespace for MSAL:
77
83
 
78
- - Created hooks for accessing current authenticated account
79
- - Created hooks for acquiring token
80
- - Created hooks for acquiring access token
84
+ - Created hooks for accessing current authenticated account
85
+ - Created hooks for acquiring token
86
+ - Created hooks for acquiring access token
81
87
 
82
88
  ### Patch Changes
83
89
 
84
- - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
85
- - @equinor/fusion-framework-module-msal@3.0.9
86
- - @equinor/fusion-framework-app@7.1.15
87
- - @equinor/fusion-framework-module-app@5.2.12
88
- - @equinor/fusion-framework-react@5.3.8
89
- - @equinor/fusion-framework-react-module-http@4.0.5
90
+ - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
91
+ - @equinor/fusion-framework-module-msal@3.0.9
92
+ - @equinor/fusion-framework-app@7.1.15
93
+ - @equinor/fusion-framework-module-app@5.2.12
94
+ - @equinor/fusion-framework-react@5.3.8
95
+ - @equinor/fusion-framework-react-module-http@4.0.5
90
96
 
91
97
  ## 4.1.19
92
98
 
93
99
  ### Patch Changes
94
100
 
95
- - Updated dependencies []:
96
- - @equinor/fusion-framework-app@7.1.14
97
- - @equinor/fusion-framework-module-app@5.2.12
98
- - @equinor/fusion-framework-react-module-http@4.0.4
99
- - @equinor/fusion-framework-react@5.3.7
101
+ - Updated dependencies []:
102
+ - @equinor/fusion-framework-app@7.1.14
103
+ - @equinor/fusion-framework-module-app@5.2.12
104
+ - @equinor/fusion-framework-react-module-http@4.0.4
105
+ - @equinor/fusion-framework-react@5.3.7
100
106
 
101
107
  ## 4.1.18
102
108
 
103
109
  ### Patch Changes
104
110
 
105
- - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
106
- - @equinor/fusion-framework-react-module-http@4.0.3
107
- - @equinor/fusion-framework-app@7.1.13
108
- - @equinor/fusion-framework-module-app@5.2.12
109
- - @equinor/fusion-framework-react@5.3.6
111
+ - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
112
+ - @equinor/fusion-framework-react-module-http@4.0.3
113
+ - @equinor/fusion-framework-app@7.1.13
114
+ - @equinor/fusion-framework-module-app@5.2.12
115
+ - @equinor/fusion-framework-react@5.3.6
110
116
 
111
117
  ## 4.1.17
112
118
 
113
119
  ### Patch Changes
114
120
 
115
- - Updated dependencies []:
116
- - @equinor/fusion-framework-module-app@5.2.12
117
- - @equinor/fusion-framework-react@5.3.5
118
- - @equinor/fusion-framework-app@7.1.12
121
+ - Updated dependencies []:
122
+ - @equinor/fusion-framework-module-app@5.2.12
123
+ - @equinor/fusion-framework-react@5.3.5
124
+ - @equinor/fusion-framework-app@7.1.12
119
125
 
120
126
  ## 4.1.16
121
127
 
122
128
  ### Patch Changes
123
129
 
124
- - [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
130
+ - [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
125
131
 
126
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
127
- - @equinor/fusion-framework-module-navigation@3.1.3
128
- - @equinor/fusion-framework-react@5.3.4
129
- - @equinor/fusion-framework-module@4.2.6
130
- - @equinor/fusion-framework-module-app@5.2.11
131
- - @equinor/fusion-framework-app@7.1.11
132
- - @equinor/fusion-framework-react-module@3.0.7
133
- - @equinor/fusion-framework-react-module-http@4.0.2
132
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
133
+ - @equinor/fusion-framework-module-navigation@3.1.3
134
+ - @equinor/fusion-framework-react@5.3.4
135
+ - @equinor/fusion-framework-module@4.2.6
136
+ - @equinor/fusion-framework-module-app@5.2.11
137
+ - @equinor/fusion-framework-app@7.1.11
138
+ - @equinor/fusion-framework-react-module@3.0.7
139
+ - @equinor/fusion-framework-react-module-http@4.0.2
134
140
 
135
141
  ## 4.1.15
136
142
 
137
143
  ### Patch Changes
138
144
 
139
- - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
140
- - @equinor/fusion-framework-module-app@5.2.10
141
- - @equinor/fusion-framework-app@7.1.10
142
- - @equinor/fusion-framework-react@5.3.3
145
+ - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
146
+ - @equinor/fusion-framework-module-app@5.2.10
147
+ - @equinor/fusion-framework-app@7.1.10
148
+ - @equinor/fusion-framework-react@5.3.3
143
149
 
144
150
  ## 4.1.14
145
151
 
146
152
  ### Patch Changes
147
153
 
148
- - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
149
- - @equinor/fusion-framework-module-app@5.2.9
150
- - @equinor/fusion-framework-app@7.1.9
151
- - @equinor/fusion-framework-react@5.3.3
154
+ - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
155
+ - @equinor/fusion-framework-module-app@5.2.9
156
+ - @equinor/fusion-framework-app@7.1.9
157
+ - @equinor/fusion-framework-react@5.3.3
152
158
 
153
159
  ## 4.1.13
154
160
 
155
161
  ### Patch Changes
156
162
 
157
- - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
158
- - @equinor/fusion-framework-module-navigation@3.1.2
163
+ - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
164
+ - @equinor/fusion-framework-module-navigation@3.1.2
159
165
 
160
166
  ## 4.1.12
161
167
 
162
168
  ### Patch Changes
163
169
 
164
- - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
165
- - @equinor/fusion-framework-module-navigation@3.1.1
170
+ - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
171
+ - @equinor/fusion-framework-module-navigation@3.1.1
166
172
 
167
173
  ## 4.1.11
168
174
 
169
175
  ### Patch Changes
170
176
 
171
- - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
172
- - @equinor/fusion-framework-module-navigation@3.1.0
177
+ - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
178
+ - @equinor/fusion-framework-module-navigation@3.1.0
173
179
 
174
180
  ## 4.1.10
175
181
 
176
182
  ### Patch Changes
177
183
 
178
- - Updated dependencies []:
179
- - @equinor/fusion-framework-module-app@5.2.8
180
- - @equinor/fusion-framework-app@7.1.8
181
- - @equinor/fusion-framework-react@5.3.3
184
+ - Updated dependencies []:
185
+ - @equinor/fusion-framework-module-app@5.2.8
186
+ - @equinor/fusion-framework-app@7.1.8
187
+ - @equinor/fusion-framework-react@5.3.3
182
188
 
183
189
  ## 4.1.9
184
190
 
185
191
  ### Patch Changes
186
192
 
187
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
188
- - @equinor/fusion-framework-module-app@5.2.7
189
- - @equinor/fusion-framework-app@7.1.7
190
- - @equinor/fusion-framework-react@5.3.2
193
+ - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
194
+ - @equinor/fusion-framework-module-app@5.2.7
195
+ - @equinor/fusion-framework-app@7.1.7
196
+ - @equinor/fusion-framework-react@5.3.2
191
197
 
192
198
  ## 4.1.8
193
199
 
194
200
  ### Patch Changes
195
201
 
196
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
202
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
197
203
 
198
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
199
- - @equinor/fusion-framework-app@7.1.6
200
- - @equinor/fusion-framework-module-app@5.2.6
201
- - @equinor/fusion-framework-module@4.2.5
202
- - @equinor/fusion-framework-module-navigation@3.0.6
203
- - @equinor/fusion-framework-react@5.3.1
204
- - @equinor/fusion-framework-react-module-http@4.0.1
205
- - @equinor/fusion-framework-react-module@3.0.6
204
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
205
+ - @equinor/fusion-framework-app@7.1.6
206
+ - @equinor/fusion-framework-module-app@5.2.6
207
+ - @equinor/fusion-framework-module@4.2.5
208
+ - @equinor/fusion-framework-module-navigation@3.0.6
209
+ - @equinor/fusion-framework-react@5.3.1
210
+ - @equinor/fusion-framework-react-module-http@4.0.1
211
+ - @equinor/fusion-framework-react-module@3.0.6
206
212
 
207
213
  ## 4.1.7
208
214
 
209
215
  ### Patch Changes
210
216
 
211
- - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
212
- - @equinor/fusion-framework-react@5.3.0
213
- - @equinor/fusion-framework-app@7.1.5
214
- - @equinor/fusion-framework-module-app@5.2.5
215
- - @equinor/fusion-framework-react-module-http@4.0.0
217
+ - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
218
+ - @equinor/fusion-framework-react@5.3.0
219
+ - @equinor/fusion-framework-app@7.1.5
220
+ - @equinor/fusion-framework-module-app@5.2.5
221
+ - @equinor/fusion-framework-react-module-http@4.0.0
216
222
 
217
223
  ## 4.1.6
218
224
 
219
225
  ### Patch Changes
220
226
 
221
- - Updated dependencies []:
222
- - @equinor/fusion-framework-module-app@5.2.4
223
- - @equinor/fusion-framework-app@7.1.4
224
- - @equinor/fusion-framework-react@5.2.7
227
+ - Updated dependencies []:
228
+ - @equinor/fusion-framework-module-app@5.2.4
229
+ - @equinor/fusion-framework-app@7.1.4
230
+ - @equinor/fusion-framework-react@5.2.7
225
231
 
226
232
  ## 4.1.5
227
233
 
228
234
  ### Patch Changes
229
235
 
230
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
231
- - @equinor/fusion-framework-module@4.2.4
232
- - @equinor/fusion-framework-module-app@5.2.4
233
- - @equinor/fusion-framework-react@5.2.6
234
- - @equinor/fusion-framework-app@7.1.3
235
- - @equinor/fusion-framework-module-navigation@3.0.5
236
- - @equinor/fusion-framework-react-module@3.0.5
237
- - @equinor/fusion-framework-react-module-http@3.0.5
236
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
237
+ - @equinor/fusion-framework-module@4.2.4
238
+ - @equinor/fusion-framework-module-app@5.2.4
239
+ - @equinor/fusion-framework-react@5.2.6
240
+ - @equinor/fusion-framework-app@7.1.3
241
+ - @equinor/fusion-framework-module-navigation@3.0.5
242
+ - @equinor/fusion-framework-react-module@3.0.5
243
+ - @equinor/fusion-framework-react-module-http@3.0.5
238
244
 
239
245
  ## 4.1.4
240
246
 
241
247
  ### Patch Changes
242
248
 
243
- - Updated dependencies []:
244
- - @equinor/fusion-framework-module-app@5.2.3
245
- - @equinor/fusion-framework-app@7.1.2
246
- - @equinor/fusion-framework-react@5.2.5
249
+ - Updated dependencies []:
250
+ - @equinor/fusion-framework-module-app@5.2.3
251
+ - @equinor/fusion-framework-app@7.1.2
252
+ - @equinor/fusion-framework-react@5.2.5
247
253
 
248
254
  ## 4.1.3
249
255
 
250
256
  ### Patch Changes
251
257
 
252
- - [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
258
+ - [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
253
259
 
254
- conflicts of `@types/react` made random outcomes when using `yarn`
260
+ conflicts of `@types/react` made random outcomes when using `yarn`
255
261
 
256
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
262
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
257
263
 
258
- - [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2
264
+ - [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2
259
265
 
260
- only dev deps updated should not affect any consumers
266
+ only dev deps updated should not affect any consumers
261
267
 
262
- see [react changelog](https://github.com/facebook/react/releases) for details
268
+ see [react changelog](https://github.com/facebook/react/releases) for details
263
269
 
264
- - 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)]:
265
- - @equinor/fusion-framework-react-module@3.0.4
266
- - @equinor/fusion-framework-module-navigation@3.0.4
267
- - @equinor/fusion-framework-react-module-http@3.0.4
268
- - @equinor/fusion-framework-react@5.2.4
269
- - @equinor/fusion-framework-module@4.2.3
270
- - @equinor/fusion-framework-module-app@5.2.2
271
- - @equinor/fusion-framework-app@7.1.1
270
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
271
+ - @equinor/fusion-framework-react-module@3.0.4
272
+ - @equinor/fusion-framework-module-navigation@3.0.4
273
+ - @equinor/fusion-framework-react-module-http@3.0.4
274
+ - @equinor/fusion-framework-react@5.2.4
275
+ - @equinor/fusion-framework-module@4.2.3
276
+ - @equinor/fusion-framework-module-app@5.2.2
277
+ - @equinor/fusion-framework-app@7.1.1
272
278
 
273
279
  ## 4.1.2
274
280
 
275
281
  ### Patch Changes
276
282
 
277
- - [#959](https://github.com/equinor/fusion-framework/pull/959) [`ac889787`](https://github.com/equinor/fusion-framework/commit/ac88978763f7c2d2eee3b5154a0eac12a93bc5a8) Thanks [@odinr](https://github.com/odinr)! - create a hook which returns the current `ContextProvider`
283
+ - [#959](https://github.com/equinor/fusion-framework/pull/959) [`ac889787`](https://github.com/equinor/fusion-framework/commit/ac88978763f7c2d2eee3b5154a0eac12a93bc5a8) Thanks [@odinr](https://github.com/odinr)! - create a hook which returns the current `ContextProvider`
278
284
 
279
- example
285
+ example
280
286
 
281
- ```ts
282
- import { useContextProvider } from "@equinor/fusion-framework-react-app/context";
283
- const App = () => {
284
- const contextProvider = useContextProvider();
285
- };
286
- ```
287
+ ```ts
288
+ import { useContextProvider } from '@equinor/fusion-framework-react-app/context';
289
+ const App = () => {
290
+ const contextProvider = useContextProvider();
291
+ };
292
+ ```
287
293
 
288
294
  ## 4.1.1
289
295
 
290
296
  ### Patch Changes
291
297
 
292
- - [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
298
+ - [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
293
299
 
294
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
295
- - @equinor/fusion-framework-app@7.0.16
296
- - @equinor/fusion-framework-module-navigation@3.0.1
297
- - @equinor/fusion-framework-react@5.2.2
300
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
301
+ - @equinor/fusion-framework-app@7.0.16
302
+ - @equinor/fusion-framework-module-navigation@3.0.1
303
+ - @equinor/fusion-framework-react@5.2.2
298
304
 
299
305
  ## 4.1.0
300
306
 
301
307
  ### Minor Changes
302
308
 
303
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - **Add tooling for navigation in React App package**
309
+ - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - **Add tooling for navigation in React App package**
304
310
 
305
- - add hook for using the navigation module
306
- - add hook for creating a react router
311
+ - add hook for using the navigation module
312
+ - add hook for creating a react router
307
313
 
308
- ```ts
309
- const routes = [
310
- {
311
- path: '/',
312
- element: <p>👍🏻</p>,
313
- },
314
- ];
314
+ ```ts
315
+ const routes = [
316
+ {
317
+ path: '/',
318
+ element: <p>👍🏻</p>,
319
+ },
320
+ ];
315
321
 
316
- const Router = () => {
317
- const router = useRouter(routes);
318
- return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
319
- };
322
+ const Router = () => {
323
+ const router = useRouter(routes);
324
+ return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
325
+ };
320
326
 
321
- const App = () => <Router />;
322
- ```
327
+ const App = () => <Router />;
328
+ ```
323
329
 
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)! - hook `useAppModule` now throws error if requested module is not configured
330
+ - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - hook `useAppModule` now throws error if requested module is not configured
325
331
 
326
332
  ### Patch Changes
327
333
 
328
- - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - updated cookbook for routing ([documentation](https://equinor.github.io/fusion-framework/modules/navigation/))
334
+ - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - updated cookbook for routing ([documentation](https://equinor.github.io/fusion-framework/modules/navigation/))
329
335
 
330
336
  ## 4.0.17
331
337
 
332
338
  ### Patch Changes
333
339
 
334
- - [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
340
+ - [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
335
341
 
336
- - align all versions of typescript
337
- - update types to build
338
- - a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
342
+ - align all versions of typescript
343
+ - update types to build
344
+ - a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
339
345
 
340
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
341
- - @equinor/fusion-framework-app@7.0.15
342
- - @equinor/fusion-framework-react@5.1.4
343
- - @equinor/fusion-framework-react-module-http@3.0.3
346
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
347
+ - @equinor/fusion-framework-app@7.0.15
348
+ - @equinor/fusion-framework-react@5.1.4
349
+ - @equinor/fusion-framework-react-module-http@3.0.3
344
350
 
345
351
  All notable changes to this project will be documented in this file.
346
352
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -389,7 +395,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
389
395
 
390
396
  ### Bug Fixes
391
397
 
392
- - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
398
+ - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
393
399
 
394
400
  ## 4.0.5 (2023-04-24)
395
401
 
@@ -511,7 +517,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
511
517
 
512
518
  ### Bug Fixes
513
519
 
514
- - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
520
+ - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
515
521
 
516
522
  ## 3.0.1 (2023-01-30)
517
523
 
@@ -561,7 +567,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
561
567
 
562
568
  ### Bug Fixes
563
569
 
564
- - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
570
+ - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
565
571
 
566
572
  ## [2.0.29](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.28...@equinor/fusion-framework-react-app@2.0.29) (2023-01-04)
567
573
 
@@ -591,7 +597,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
591
597
 
592
598
  ### Bug Fixes
593
599
 
594
- - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
600
+ - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
595
601
 
596
602
  ## [2.0.22](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.21...@equinor/fusion-framework-react-app@2.0.22) (2022-12-16)
597
603
 
@@ -629,7 +635,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
629
635
 
630
636
  ### Bug Fixes
631
637
 
632
- - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
638
+ - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
633
639
 
634
640
  ## [2.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.12...@equinor/fusion-framework-react-app@2.0.13) (2022-12-08)
635
641
 
@@ -675,7 +681,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
675
681
 
676
682
  ### Bug Fixes
677
683
 
678
- - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
684
+ - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
679
685
 
680
686
  ## [2.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@2.0.1...@equinor/fusion-framework-react-app@2.0.2) (2022-12-05)
681
687
 
@@ -757,7 +763,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
757
763
 
758
764
  ### Bug Fixes
759
765
 
760
- - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
766
+ - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
761
767
 
762
768
  ## [1.3.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.2...@equinor/fusion-framework-react-app@1.3.3) (2022-11-18)
763
769
 
@@ -767,7 +773,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
767
773
 
768
774
  ### Bug Fixes
769
775
 
770
- - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
776
+ - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
771
777
 
772
778
  ## [1.3.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.3.0...@equinor/fusion-framework-react-app@1.3.1) (2022-11-18)
773
779
 
@@ -777,7 +783,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
777
783
 
778
784
  ### Features
779
785
 
780
- - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
786
+ - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
781
787
 
782
788
  ## 1.2.15 (2022-11-17)
783
789
 
@@ -815,13 +821,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
815
821
 
816
822
  ### Bug Fixes
817
823
 
818
- - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
824
+ - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
819
825
 
820
826
  ## 1.2.6 (2022-11-03)
821
827
 
822
828
  ### Bug Fixes
823
829
 
824
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
830
+ - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
825
831
 
826
832
  ## [1.2.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.2.4...@equinor/fusion-framework-react-app@1.2.5) (2022-11-03)
827
833
 
@@ -847,8 +853,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
847
853
 
848
854
  ### Features
849
855
 
850
- - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
851
- - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
856
+ - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
857
+ - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
852
858
 
853
859
  ## [1.1.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.1.0...@equinor/fusion-framework-react-app@1.1.1) (2022-11-02)
854
860
 
@@ -858,7 +864,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
858
864
 
859
865
  ### Features
860
866
 
861
- - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
867
+ - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
862
868
 
863
869
  ## 1.0.23 (2022-11-01)
864
870
 
@@ -872,19 +878,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
872
878
 
873
879
  ### Bug Fixes
874
880
 
875
- - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
881
+ - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
876
882
 
877
883
  ## [1.0.20](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.19...@equinor/fusion-framework-react-app@1.0.20) (2022-10-26)
878
884
 
879
885
  ### Bug Fixes
880
886
 
881
- - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
887
+ - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
882
888
 
883
889
  ## 1.0.19 (2022-10-21)
884
890
 
885
891
  ### Bug Fixes
886
892
 
887
- - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
893
+ - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
888
894
 
889
895
  ## [1.0.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.17...@equinor/fusion-framework-react-app@1.0.18) (2022-10-21)
890
896
 
@@ -910,7 +916,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
910
916
 
911
917
  ### Bug Fixes
912
918
 
913
- - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
919
+ - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
914
920
 
915
921
  ## [1.0.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.11...@equinor/fusion-framework-react-app@1.0.12) (2022-09-29)
916
922
 
@@ -932,7 +938,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
932
938
 
933
939
  ### Bug Fixes
934
940
 
935
- - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
941
+ - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
936
942
 
937
943
  ## 1.0.7 (2022-09-20)
938
944
 
@@ -950,13 +956,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
950
956
 
951
957
  ### Bug Fixes
952
958
 
953
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
959
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
954
960
 
955
961
  ## [1.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.2...@equinor/fusion-framework-react-app@1.0.3) (2022-09-13)
956
962
 
957
963
  ### Bug Fixes
958
964
 
959
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
965
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
960
966
 
961
967
  ## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@1.0.1...@equinor/fusion-framework-react-app@1.0.2) (2022-09-13)
962
968
 
@@ -978,27 +984,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
978
984
 
979
985
  ### ⚠ BREAKING CHANGES
980
986
 
981
- - **react-app:** config is now object
987
+ - **react-app:** config is now object
982
988
 
983
989
  ### Features
984
990
 
985
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
991
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
986
992
 
987
993
  ## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.8.0...@equinor/fusion-framework-react-app@1.0.0-alpha.0) (2022-09-12)
988
994
 
989
995
  ### ⚠ BREAKING CHANGES
990
996
 
991
- - **react-app:** config is now object
997
+ - **react-app:** config is now object
992
998
 
993
999
  ### Features
994
1000
 
995
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
1001
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
996
1002
 
997
1003
  ## [0.8.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.7.3...@equinor/fusion-framework-react-app@0.8.0) (2022-09-09)
998
1004
 
999
1005
  ### Features
1000
1006
 
1001
- - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
1007
+ - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
1002
1008
 
1003
1009
  ## [0.7.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.7.2...@equinor/fusion-framework-react-app@0.7.3) (2022-09-05)
1004
1010
 
@@ -1016,7 +1022,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1016
1022
 
1017
1023
  ### Features
1018
1024
 
1019
- - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1025
+ - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1020
1026
 
1021
1027
  ## 0.6.1 (2022-09-01)
1022
1028
 
@@ -1026,23 +1032,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1026
1032
 
1027
1033
  ### ⚠ BREAKING CHANGES
1028
1034
 
1029
- - rename fetch
1035
+ - rename fetch
1030
1036
 
1031
- - fix(module-service-discovery): update http client consumer
1037
+ - fix(module-service-discovery): update http client consumer
1032
1038
 
1033
- - build: update allowed branches
1039
+ - build: update allowed branches
1034
1040
 
1035
- - build: add conventional commit
1041
+ - build: add conventional commit
1036
1042
 
1037
- - build: use conventionalcommits
1043
+ - build: use conventionalcommits
1038
1044
 
1039
- - build(module-http): push major
1045
+ - build(module-http): push major
1040
1046
 
1041
- - build: update deps
1047
+ - build: update deps
1042
1048
 
1043
1049
  ### Features
1044
1050
 
1045
- - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1051
+ - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1046
1052
 
1047
1053
  ## [0.5.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.5.0...@equinor/fusion-framework-react-app@0.5.1) (2022-08-23)
1048
1054
 
@@ -1052,7 +1058,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1052
1058
 
1053
1059
  ### Features
1054
1060
 
1055
- - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1061
+ - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1056
1062
 
1057
1063
  ## [0.4.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.4.3...@equinor/fusion-framework-react-app@0.4.4) (2022-08-19)
1058
1064
 
@@ -1074,13 +1080,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1074
1080
 
1075
1081
  ### Features
1076
1082
 
1077
- - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1083
+ - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1078
1084
 
1079
1085
  # 0.3.0 (2022-08-05)
1080
1086
 
1081
1087
  ### Features
1082
1088
 
1083
- - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1089
+ - **react-app:** implement react framework modules ([#195](https://github.com/equinor/fusion-framework/issues/195)) ([acb0db3](https://github.com/equinor/fusion-framework/commit/acb0db36bff74c7838c48297179cf644db6cc8ca))
1084
1090
 
1085
1091
  ## [0.2.29](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.28...@equinor/fusion-framework-react-app@0.2.29) (2022-08-04)
1086
1092
 
@@ -1094,7 +1100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1094
1100
 
1095
1101
  ### Bug Fixes
1096
1102
 
1097
- - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1103
+ - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1098
1104
 
1099
1105
  ## [0.2.26](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.2.25...@equinor/fusion-framework-react-app@0.2.26) (2022-07-06)
1100
1106
 
@@ -1204,7 +1210,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1204
1210
 
1205
1211
  ### Features
1206
1212
 
1207
- - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1213
+ - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1208
1214
 
1209
1215
  ## [0.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-app@0.1.1...@equinor/fusion-framework-react-app@0.1.2) (2022-02-09)
1210
1216
 
@@ -1218,18 +1224,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1218
1224
 
1219
1225
  ### Bug Fixes
1220
1226
 
1221
- - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1222
- - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1223
- - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1224
- - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1225
- - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1226
- - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1227
- - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1228
- - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1229
- - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1227
+ - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1228
+ - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1229
+ - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1230
+ - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1231
+ - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1232
+ - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1233
+ - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1234
+ - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1235
+ - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1230
1236
 
1231
1237
  ### Features
1232
1238
 
1233
- - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1234
- - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1235
- - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))
1239
+ - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1240
+ - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1241
+ - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))