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

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