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

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,358 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ ## 4.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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.
14
+
3
15
  ## 4.3.3
4
16
 
5
17
  ### Patch Changes
6
18
 
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
19
+ - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3), [`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
20
+ - @equinor/fusion-framework-react@6.0.2
21
+ - @equinor/fusion-framework-module@4.2.7
22
+ - @equinor/fusion-framework-app@8.1.1
23
+ - @equinor/fusion-framework-module-app@5.2.13
24
+ - @equinor/fusion-framework-module-msal@3.0.10
25
+ - @equinor/fusion-framework-module-navigation@3.1.4
26
+ - @equinor/fusion-framework-react-module@3.0.8
27
+ - @equinor/fusion-framework-react-module-http@4.0.6
16
28
 
17
29
  ## 4.3.2
18
30
 
19
31
  ### Patch Changes
20
32
 
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
33
+ - [#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
34
 
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
- ```
35
+ ```ts
36
+ import { enableFeatureFlag } from `@equinor/fusion-framework-react-app/feature-flag`
37
+ enableFeatureFlag(confgurator, [{
38
+ id: 'my-flag',
39
+ title: 'My flag'
40
+ }])
41
+ ```
30
42
 
31
- the user still needs to install `@equinor/fusion-framework-module-feature-flag`
43
+ the user still needs to install `@equinor/fusion-framework-module-feature-flag`
32
44
 
33
- - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
34
- - @equinor/fusion-framework-app@8.1.0
45
+ - Updated dependencies [[`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
46
+ - @equinor/fusion-framework-app@8.1.0
35
47
 
36
48
  ## 4.3.1
37
49
 
38
50
  ### Patch Changes
39
51
 
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
52
+ - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
53
+ - @equinor/fusion-framework-module-app@5.2.13
54
+ - @equinor/fusion-framework-react@6.0.1
55
+ - @equinor/fusion-framework-app@8.0.1
44
56
 
45
57
  ## 4.3.0
46
58
 
47
59
  ### Minor Changes
48
60
 
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
61
+ - [#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
62
 
51
- > [!IMPORTANT]
52
- > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
63
+ > [!IMPORTANT]
64
+ > the `useFeature` hook look for flag in parent **(portal)** if not defined in application scope
53
65
 
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
66
+ > [!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.
67
+ > We might add `useFeatures` if the should be an use-case
56
68
 
57
69
  ### Patch Changes
58
70
 
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
71
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
72
+ - @equinor/fusion-framework-app@8.0.0
73
+ - @equinor/fusion-framework-react@6.0.0
62
74
 
63
75
  ## 4.2.1
64
76
 
65
77
  ### Patch Changes
66
78
 
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
79
+ - [#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
80
 
69
- - Updated dependencies []:
70
- - @equinor/fusion-framework-react@5.3.9
81
+ - Updated dependencies []:
82
+ - @equinor/fusion-framework-react@5.3.9
71
83
 
72
84
  ## 4.2.0
73
85
 
74
86
  ### Minor Changes
75
87
 
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:
88
+ - [#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
89
 
78
- - Created hooks for accessing current authenticated account
79
- - Created hooks for acquiring token
80
- - Created hooks for acquiring access token
90
+ - Created hooks for accessing current authenticated account
91
+ - Created hooks for acquiring token
92
+ - Created hooks for acquiring access token
81
93
 
82
94
  ### Patch Changes
83
95
 
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
96
+ - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
97
+ - @equinor/fusion-framework-module-msal@3.0.9
98
+ - @equinor/fusion-framework-app@7.1.15
99
+ - @equinor/fusion-framework-module-app@5.2.12
100
+ - @equinor/fusion-framework-react@5.3.8
101
+ - @equinor/fusion-framework-react-module-http@4.0.5
90
102
 
91
103
  ## 4.1.19
92
104
 
93
105
  ### Patch Changes
94
106
 
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
107
+ - Updated dependencies []:
108
+ - @equinor/fusion-framework-app@7.1.14
109
+ - @equinor/fusion-framework-module-app@5.2.12
110
+ - @equinor/fusion-framework-react-module-http@4.0.4
111
+ - @equinor/fusion-framework-react@5.3.7
100
112
 
101
113
  ## 4.1.18
102
114
 
103
115
  ### Patch Changes
104
116
 
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
117
+ - Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]:
118
+ - @equinor/fusion-framework-react-module-http@4.0.3
119
+ - @equinor/fusion-framework-app@7.1.13
120
+ - @equinor/fusion-framework-module-app@5.2.12
121
+ - @equinor/fusion-framework-react@5.3.6
110
122
 
111
123
  ## 4.1.17
112
124
 
113
125
  ### Patch Changes
114
126
 
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
127
+ - Updated dependencies []:
128
+ - @equinor/fusion-framework-module-app@5.2.12
129
+ - @equinor/fusion-framework-react@5.3.5
130
+ - @equinor/fusion-framework-app@7.1.12
119
131
 
120
132
  ## 4.1.16
121
133
 
122
134
  ### Patch Changes
123
135
 
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
136
+ - [#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
137
 
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
138
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
139
+ - @equinor/fusion-framework-module-navigation@3.1.3
140
+ - @equinor/fusion-framework-react@5.3.4
141
+ - @equinor/fusion-framework-module@4.2.6
142
+ - @equinor/fusion-framework-module-app@5.2.11
143
+ - @equinor/fusion-framework-app@7.1.11
144
+ - @equinor/fusion-framework-react-module@3.0.7
145
+ - @equinor/fusion-framework-react-module-http@4.0.2
134
146
 
135
147
  ## 4.1.15
136
148
 
137
149
  ### Patch Changes
138
150
 
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
151
+ - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
152
+ - @equinor/fusion-framework-module-app@5.2.10
153
+ - @equinor/fusion-framework-app@7.1.10
154
+ - @equinor/fusion-framework-react@5.3.3
143
155
 
144
156
  ## 4.1.14
145
157
 
146
158
  ### Patch Changes
147
159
 
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
160
+ - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
161
+ - @equinor/fusion-framework-module-app@5.2.9
162
+ - @equinor/fusion-framework-app@7.1.9
163
+ - @equinor/fusion-framework-react@5.3.3
152
164
 
153
165
  ## 4.1.13
154
166
 
155
167
  ### Patch Changes
156
168
 
157
- - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
158
- - @equinor/fusion-framework-module-navigation@3.1.2
169
+ - Updated dependencies [[`a8f0f061`](https://github.com/equinor/fusion-framework/commit/a8f0f061dbde9efb3e2faf11fdb9c886d2277723)]:
170
+ - @equinor/fusion-framework-module-navigation@3.1.2
159
171
 
160
172
  ## 4.1.12
161
173
 
162
174
  ### Patch Changes
163
175
 
164
- - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
165
- - @equinor/fusion-framework-module-navigation@3.1.1
176
+ - Updated dependencies [[`e2ec89f4`](https://github.com/equinor/fusion-framework/commit/e2ec89f457135037e2a333a61ba546fee6d99cd8)]:
177
+ - @equinor/fusion-framework-module-navigation@3.1.1
166
178
 
167
179
  ## 4.1.11
168
180
 
169
181
  ### Patch Changes
170
182
 
171
- - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
172
- - @equinor/fusion-framework-module-navigation@3.1.0
183
+ - Updated dependencies [[`6f542d4c`](https://github.com/equinor/fusion-framework/commit/6f542d4c7c01ae94c28b7e82efba800a902a7633)]:
184
+ - @equinor/fusion-framework-module-navigation@3.1.0
173
185
 
174
186
  ## 4.1.10
175
187
 
176
188
  ### Patch Changes
177
189
 
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
190
+ - Updated dependencies []:
191
+ - @equinor/fusion-framework-module-app@5.2.8
192
+ - @equinor/fusion-framework-app@7.1.8
193
+ - @equinor/fusion-framework-react@5.3.3
182
194
 
183
195
  ## 4.1.9
184
196
 
185
197
  ### Patch Changes
186
198
 
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
199
+ - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
200
+ - @equinor/fusion-framework-module-app@5.2.7
201
+ - @equinor/fusion-framework-app@7.1.7
202
+ - @equinor/fusion-framework-react@5.3.2
191
203
 
192
204
  ## 4.1.8
193
205
 
194
206
  ### Patch Changes
195
207
 
196
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
208
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
197
209
 
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
210
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
211
+ - @equinor/fusion-framework-app@7.1.6
212
+ - @equinor/fusion-framework-module-app@5.2.6
213
+ - @equinor/fusion-framework-module@4.2.5
214
+ - @equinor/fusion-framework-module-navigation@3.0.6
215
+ - @equinor/fusion-framework-react@5.3.1
216
+ - @equinor/fusion-framework-react-module-http@4.0.1
217
+ - @equinor/fusion-framework-react-module@3.0.6
206
218
 
207
219
  ## 4.1.7
208
220
 
209
221
  ### Patch Changes
210
222
 
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
223
+ - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
224
+ - @equinor/fusion-framework-react@5.3.0
225
+ - @equinor/fusion-framework-app@7.1.5
226
+ - @equinor/fusion-framework-module-app@5.2.5
227
+ - @equinor/fusion-framework-react-module-http@4.0.0
216
228
 
217
229
  ## 4.1.6
218
230
 
219
231
  ### Patch Changes
220
232
 
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
233
+ - Updated dependencies []:
234
+ - @equinor/fusion-framework-module-app@5.2.4
235
+ - @equinor/fusion-framework-app@7.1.4
236
+ - @equinor/fusion-framework-react@5.2.7
225
237
 
226
238
  ## 4.1.5
227
239
 
228
240
  ### Patch Changes
229
241
 
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
242
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
243
+ - @equinor/fusion-framework-module@4.2.4
244
+ - @equinor/fusion-framework-module-app@5.2.4
245
+ - @equinor/fusion-framework-react@5.2.6
246
+ - @equinor/fusion-framework-app@7.1.3
247
+ - @equinor/fusion-framework-module-navigation@3.0.5
248
+ - @equinor/fusion-framework-react-module@3.0.5
249
+ - @equinor/fusion-framework-react-module-http@3.0.5
238
250
 
239
251
  ## 4.1.4
240
252
 
241
253
  ### Patch Changes
242
254
 
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
255
+ - Updated dependencies []:
256
+ - @equinor/fusion-framework-module-app@5.2.3
257
+ - @equinor/fusion-framework-app@7.1.2
258
+ - @equinor/fusion-framework-react@5.2.5
247
259
 
248
260
  ## 4.1.3
249
261
 
250
262
  ### Patch Changes
251
263
 
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
264
+ - [#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
265
 
254
- conflicts of `@types/react` made random outcomes when using `yarn`
266
+ conflicts of `@types/react` made random outcomes when using `yarn`
255
267
 
256
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
268
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
257
269
 
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
270
+ - [#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
271
 
260
- only dev deps updated should not affect any consumers
272
+ only dev deps updated should not affect any consumers
261
273
 
262
- see [react changelog](https://github.com/facebook/react/releases) for details
274
+ see [react changelog](https://github.com/facebook/react/releases) for details
263
275
 
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
276
+ - 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)]:
277
+ - @equinor/fusion-framework-react-module@3.0.4
278
+ - @equinor/fusion-framework-module-navigation@3.0.4
279
+ - @equinor/fusion-framework-react-module-http@3.0.4
280
+ - @equinor/fusion-framework-react@5.2.4
281
+ - @equinor/fusion-framework-module@4.2.3
282
+ - @equinor/fusion-framework-module-app@5.2.2
283
+ - @equinor/fusion-framework-app@7.1.1
272
284
 
273
285
  ## 4.1.2
274
286
 
275
287
  ### Patch Changes
276
288
 
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`
289
+ - [#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
290
 
279
- example
291
+ example
280
292
 
281
- ```ts
282
- import { useContextProvider } from "@equinor/fusion-framework-react-app/context";
283
- const App = () => {
284
- const contextProvider = useContextProvider();
285
- };
286
- ```
293
+ ```ts
294
+ import { useContextProvider } from '@equinor/fusion-framework-react-app/context';
295
+ const App = () => {
296
+ const contextProvider = useContextProvider();
297
+ };
298
+ ```
287
299
 
288
300
  ## 4.1.1
289
301
 
290
302
  ### Patch Changes
291
303
 
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
304
+ - [#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
305
 
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
306
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
307
+ - @equinor/fusion-framework-app@7.0.16
308
+ - @equinor/fusion-framework-module-navigation@3.0.1
309
+ - @equinor/fusion-framework-react@5.2.2
298
310
 
299
311
  ## 4.1.0
300
312
 
301
313
  ### Minor Changes
302
314
 
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**
315
+ - [#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
316
 
305
- - add hook for using the navigation module
306
- - add hook for creating a react router
317
+ - add hook for using the navigation module
318
+ - add hook for creating a react router
307
319
 
308
- ```ts
309
- const routes = [
310
- {
311
- path: '/',
312
- element: <p>👍🏻</p>,
313
- },
314
- ];
320
+ ```ts
321
+ const routes = [
322
+ {
323
+ path: '/',
324
+ element: <p>👍🏻</p>,
325
+ },
326
+ ];
315
327
 
316
- const Router = () => {
317
- const router = useRouter(routes);
318
- return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
319
- };
328
+ const Router = () => {
329
+ const router = useRouter(routes);
330
+ return <RouterProvider router={router} fallbackElement={<p>😥</p>} />;
331
+ };
320
332
 
321
- const App = () => <Router />;
322
- ```
333
+ const App = () => <Router />;
334
+ ```
323
335
 
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
336
+ - [#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
337
 
326
338
  ### Patch Changes
327
339
 
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/))
340
+ - [#934](https://github.com/equinor/fusion-framework/pull/934) [`ea081696`](https://github.com/equinor/fusion-framework/commit/ea0816967244917b01a3aa43b75cd3cf59573958) Thanks [@odinr](https://github.com/odinr)! - updated cookbook for routing ([documentation](https://equinor.github.io/fusion-framework/modules/navigation/))
329
341
 
330
342
  ## 4.0.17
331
343
 
332
344
  ### Patch Changes
333
345
 
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**
346
+ - [#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
347
 
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
348
+ - align all versions of typescript
349
+ - update types to build
350
+ - 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
351
 
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
352
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
353
+ - @equinor/fusion-framework-app@7.0.15
354
+ - @equinor/fusion-framework-react@5.1.4
355
+ - @equinor/fusion-framework-react-module-http@3.0.3
344
356
 
345
357
  All notable changes to this project will be documented in this file.
346
358
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -389,7 +401,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
389
401
 
390
402
  ### Bug Fixes
391
403
 
392
- - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
404
+ - **react-app:** allow broader component type when creating react framework component ([a0c9187](https://github.com/equinor/fusion-framework/commit/a0c9187aa8861f48e6b62ea848cf951a75d02c1b))
393
405
 
394
406
  ## 4.0.5 (2023-04-24)
395
407
 
@@ -511,7 +523,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
511
523
 
512
524
  ### Bug Fixes
513
525
 
514
- - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
526
+ - **react-app:** ts-ignore for type error ([b1b3eb7](https://github.com/equinor/fusion-framework/commit/b1b3eb7da1a35eb9ad7461aa4ee15f58d4de9766))
515
527
 
516
528
  ## 3.0.1 (2023-01-30)
517
529
 
@@ -561,7 +573,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
561
573
 
562
574
  ### Bug Fixes
563
575
 
564
- - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
576
+ - **react-app:** cleanup tsconfig ([1283609](https://github.com/equinor/fusion-framework/commit/1283609ad137c7956fe2181fba97b0050638c553))
565
577
 
566
578
  ## [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
579
 
@@ -591,7 +603,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
591
603
 
592
604
  ### Bug Fixes
593
605
 
594
- - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
606
+ - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
595
607
 
596
608
  ## [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
609
 
@@ -629,7 +641,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
629
641
 
630
642
  ### Bug Fixes
631
643
 
632
- - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
644
+ - **react-app:** update typing of legacy-app ([d4dbbb0](https://github.com/equinor/fusion-framework/commit/d4dbbb0a326cb6b54bb3a2348fd7961b3abf4ba7))
633
645
 
634
646
  ## [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
647
 
@@ -675,7 +687,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
675
687
 
676
688
  ### Bug Fixes
677
689
 
678
- - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
690
+ - **react-app:** fix optional dependencie version react-module-context ([4149ce6](https://github.com/equinor/fusion-framework/commit/4149ce625ffc330d69becde1d66f4d894c22c9f3))
679
691
 
680
692
  ## [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
693
 
@@ -757,7 +769,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
757
769
 
758
770
  ### Bug Fixes
759
771
 
760
- - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
772
+ - **react-app:** expose interface from framework-app ([a01aee3](https://github.com/equinor/fusion-framework/commit/a01aee3a32a74c821fdc93624aaf4173c0fcc4e1))
761
773
 
762
774
  ## [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
775
 
@@ -767,7 +779,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
767
779
 
768
780
  ### Bug Fixes
769
781
 
770
- - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
782
+ - basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
771
783
 
772
784
  ## [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
785
 
@@ -777,7 +789,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
777
789
 
778
790
  ### Features
779
791
 
780
- - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
792
+ - **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
781
793
 
782
794
  ## 1.2.15 (2022-11-17)
783
795
 
@@ -815,13 +827,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
815
827
 
816
828
  ### Bug Fixes
817
829
 
818
- - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
830
+ - **react-app:** adjust function for creating components ([c986a4a](https://github.com/equinor/fusion-framework/commit/c986a4ac8aeb57035eb555ed07b86b1792b09900))
819
831
 
820
832
  ## 1.2.6 (2022-11-03)
821
833
 
822
834
  ### Bug Fixes
823
835
 
824
- - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
836
+ - deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
825
837
 
826
838
  ## [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
839
 
@@ -847,8 +859,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
847
859
 
848
860
  ### Features
849
861
 
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))
862
+ - deprecate app-config ([1f24abc](https://github.com/equinor/fusion-framework/commit/1f24abc5125b0526c64973fe0b063a9c33d532b0))
863
+ - **react-app:** react tooling for context ([84a2624](https://github.com/equinor/fusion-framework/commit/84a26242f73da2d77b1468b7724da56b2add590b))
852
864
 
853
865
  ## [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
866
 
@@ -858,7 +870,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
858
870
 
859
871
  ### Features
860
872
 
861
- - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
873
+ - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
862
874
 
863
875
  ## 1.0.23 (2022-11-01)
864
876
 
@@ -872,19 +884,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
872
884
 
873
885
  ### Bug Fixes
874
886
 
875
- - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
887
+ - :fire: rewrite hook for getting app config ([cc862ba](https://github.com/equinor/fusion-framework/commit/cc862ba3c23608be6d3406b9cf35d20af6eccb97))
876
888
 
877
889
  ## [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
890
 
879
891
  ### Bug Fixes
880
892
 
881
- - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
893
+ - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
882
894
 
883
895
  ## 1.0.19 (2022-10-21)
884
896
 
885
897
  ### Bug Fixes
886
898
 
887
- - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
899
+ - **react-app:** improve app module hook ([ffb66e3](https://github.com/equinor/fusion-framework/commit/ffb66e3f488bf9c28870824b4d42748e5d072364))
888
900
 
889
901
  ## [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
902
 
@@ -910,7 +922,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
910
922
 
911
923
  ### Bug Fixes
912
924
 
913
- - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
925
+ - **react-app:** update typing of module instance ([b656a24](https://github.com/equinor/fusion-framework/commit/b656a24b2c0daac647994c1468dd8f14438fba2e))
914
926
 
915
927
  ## [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
928
 
@@ -932,7 +944,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
932
944
 
933
945
  ### Bug Fixes
934
946
 
935
- - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
947
+ - **react-app:** expose module http ([fcd50b7](https://github.com/equinor/fusion-framework/commit/fcd50b7359fda49617000ccbca810cbcc1d6553b))
936
948
 
937
949
  ## 1.0.7 (2022-09-20)
938
950
 
@@ -950,13 +962,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
950
962
 
951
963
  ### Bug Fixes
952
964
 
953
- - 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))
954
966
 
955
967
  ## [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
968
 
957
969
  ### Bug Fixes
958
970
 
959
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
971
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
960
972
 
961
973
  ## [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
974
 
@@ -978,27 +990,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
978
990
 
979
991
  ### ⚠ BREAKING CHANGES
980
992
 
981
- - **react-app:** config is now object
993
+ - **react-app:** config is now object
982
994
 
983
995
  ### Features
984
996
 
985
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
997
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
986
998
 
987
999
  ## [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
1000
 
989
1001
  ### ⚠ BREAKING CHANGES
990
1002
 
991
- - **react-app:** config is now object
1003
+ - **react-app:** config is now object
992
1004
 
993
1005
  ### Features
994
1006
 
995
- - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
1007
+ - **react-app:** update init ([a41f102](https://github.com/equinor/fusion-framework/commit/a41f102e2fee94ec4e29b567cf867465c672f16f))
996
1008
 
997
1009
  ## [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
1010
 
999
1011
  ### Features
1000
1012
 
1001
- - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
1013
+ - **react-app:** create legacy app ([4ae10ab](https://github.com/equinor/fusion-framework/commit/4ae10ab4aec50d9e92ce4cb0c74a1405a0dcc36e))
1002
1014
 
1003
1015
  ## [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
1016
 
@@ -1016,7 +1028,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1016
1028
 
1017
1029
  ### Features
1018
1030
 
1019
- - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1031
+ - **react-app:** expose http client ([91b9930](https://github.com/equinor/fusion-framework/commit/91b9930f404772bd58ce043b6987aaffc8324654))
1020
1032
 
1021
1033
  ## 0.6.1 (2022-09-01)
1022
1034
 
@@ -1026,23 +1038,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1026
1038
 
1027
1039
  ### ⚠ BREAKING CHANGES
1028
1040
 
1029
- - rename fetch
1041
+ - rename fetch
1030
1042
 
1031
- - fix(module-service-discovery): update http client consumer
1043
+ - fix(module-service-discovery): update http client consumer
1032
1044
 
1033
- - build: update allowed branches
1045
+ - build: update allowed branches
1034
1046
 
1035
- - build: add conventional commit
1047
+ - build: add conventional commit
1036
1048
 
1037
- - build: use conventionalcommits
1049
+ - build: use conventionalcommits
1038
1050
 
1039
- - build(module-http): push major
1051
+ - build(module-http): push major
1040
1052
 
1041
- - build: update deps
1053
+ - build: update deps
1042
1054
 
1043
1055
  ### Features
1044
1056
 
1045
- - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1057
+ - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
1046
1058
 
1047
1059
  ## [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
1060
 
@@ -1052,7 +1064,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1052
1064
 
1053
1065
  ### Features
1054
1066
 
1055
- - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1067
+ - **react-app:** use event module ([21cf7f9](https://github.com/equinor/fusion-framework/commit/21cf7f98eafb8a4d970f3d2d9f56d56046da1321))
1056
1068
 
1057
1069
  ## [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
1070
 
@@ -1074,13 +1086,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1074
1086
 
1075
1087
  ### Features
1076
1088
 
1077
- - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1089
+ - **react-app:** implement app config for react apps ([b367e55](https://github.com/equinor/fusion-framework/commit/b367e550b1868ed30b067a9bfd99db09b269d862))
1078
1090
 
1079
1091
  # 0.3.0 (2022-08-05)
1080
1092
 
1081
1093
  ### Features
1082
1094
 
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))
1095
+ - **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
1096
 
1085
1097
  ## [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
1098
 
@@ -1094,7 +1106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1094
1106
 
1095
1107
  ### Bug Fixes
1096
1108
 
1097
- - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1109
+ - expose framework in react-app package ([9dc2e5b](https://github.com/equinor/fusion-framework/commit/9dc2e5b2ec27344fbb390248abdbb73caed297cc))
1098
1110
 
1099
1111
  ## [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
1112
 
@@ -1204,7 +1216,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1204
1216
 
1205
1217
  ### Features
1206
1218
 
1207
- - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1219
+ - **module-service-discovery:** allow custom service discovery ([8917e4e](https://github.com/equinor/fusion-framework/commit/8917e4e3053b824ac8d878b0bfbe6a22efd56c3b))
1208
1220
 
1209
1221
  ## [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
1222
 
@@ -1218,18 +1230,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1218
1230
 
1219
1231
  ### Bug Fixes
1220
1232
 
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))
1233
+ - memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e))
1234
+ - **react-app:** await configuration of app ([a71484b](https://github.com/equinor/fusion-framework/commit/a71484b17f2b6575aedefb0bdbc7965ffffae5e8))
1235
+ - **react-app:** expose http interface ([441facd](https://github.com/equinor/fusion-framework/commit/441facdc32f71391683b33db394f34e966772faf))
1236
+ - **react-app:** fix AppConfigurator interface ([e5a8a21](https://github.com/equinor/fusion-framework/commit/e5a8a21ff6a558876e3db9a2596e891d9abea0cd))
1237
+ - **react-app:** include fusion modules in init of app ([1d7ffc3](https://github.com/equinor/fusion-framework/commit/1d7ffc3c203c7d7dda3d05abf4e8ffb396de04b4))
1238
+ - **react-app:** rename of file ([6e3b758](https://github.com/equinor/fusion-framework/commit/6e3b758aec7e020d05912c2a80f398cd0b790a8b))
1239
+ - **react-app:** update typeing ([20495bd](https://github.com/equinor/fusion-framework/commit/20495bdf2a1d67aed2b03ff1b07f5c38f02a8d9d))
1240
+ - removed duplicate declaration of Component ([6db1b74](https://github.com/equinor/fusion-framework/commit/6db1b74304a3abd145b0b0268a20c5693743871a))
1241
+ - shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075))
1230
1242
 
1231
1243
  ### Features
1232
1244
 
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))
1245
+ - add package for creating react app ([c478025](https://github.com/equinor/fusion-framework/commit/c478025a057d1e6b38cd33189fe24580e58fc32b))
1246
+ - **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a))
1247
+ - **reat-app:** add default modules ([74bf60e](https://github.com/equinor/fusion-framework/commit/74bf60ec07ea9573901d4160de5d4252e6e9c167))