@equinor/fusion-framework-cli 9.12.5 → 9.12.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 +467 -452
- package/dist/bin/public/assets/index-qf-54Mxy.js +3482 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +20 -20
- package/dist/bin/public/assets/index-x7t0Q4yH.js +0 -3944
package/CHANGELOG.md
CHANGED
|
@@ -1,869 +1,884 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.12.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0`
|
|
8
|
+
Updated `@equinor/eds-utils` dependency to version `^0.8.5`
|
|
9
|
+
- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
|
|
10
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.0
|
|
11
|
+
- @equinor/fusion-framework-app@9.1.0
|
|
12
|
+
- @equinor/fusion-observable@8.3.1
|
|
13
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.3
|
|
14
|
+
|
|
15
|
+
## 9.12.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies []:
|
|
20
|
+
- @equinor/fusion-framework-app@9.0.9
|
|
21
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.2
|
|
22
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.8
|
|
23
|
+
|
|
3
24
|
## 9.12.5
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
6
27
|
|
|
7
|
-
-
|
|
28
|
+
- [#2135](https://github.com/equinor/fusion-framework/pull/2135) [`3cd63d5`](https://github.com/equinor/fusion-framework/commit/3cd63d58e4e3ffd15bccdebaa94b391e3e3d12f0) Thanks [@odinr](https://github.com/odinr)! - Fixed styling of the render root element for the application
|
|
8
29
|
|
|
9
|
-
|
|
30
|
+
fixes: https://github.com/equinor/fusion/issues/301
|
|
10
31
|
|
|
11
|
-
|
|
32
|
+
## @equinor/fusion-framework-cli
|
|
12
33
|
|
|
13
|
-
|
|
34
|
+
### What the change is
|
|
14
35
|
|
|
15
|
-
|
|
36
|
+
This change fixes an issue where the root element rendered by the CLI was not being styled correctly, causing layout issues in some applications.
|
|
16
37
|
|
|
17
|
-
|
|
38
|
+
### Why the change was made
|
|
18
39
|
|
|
19
|
-
|
|
40
|
+
Previously, the root element was not receiving the correct styles due to an issue with the way styles were being applied. This led to visual inconsistencies and layout problems in applications rendered by the CLI.
|
|
20
41
|
|
|
21
|
-
|
|
42
|
+
### How a consumer should update their code
|
|
22
43
|
|
|
23
|
-
|
|
44
|
+
No code changes are required for consumers. This fix will be automatically applied when using the updated version of the `@equinor/fusion-framework-cli` package.
|
|
24
45
|
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
46
|
+
- Updated dependencies []:
|
|
47
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.7
|
|
48
|
+
- @equinor/fusion-framework-app@9.0.8
|
|
28
49
|
|
|
29
50
|
## 9.12.4
|
|
30
51
|
|
|
31
52
|
### Patch Changes
|
|
32
53
|
|
|
33
|
-
-
|
|
54
|
+
- [#2107](https://github.com/equinor/fusion-framework/pull/2107) [`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197) Thanks [@odinr](https://github.com/odinr)! - Fixed issue with missing process env `FUSION_LOG_LEVEL`
|
|
34
55
|
|
|
35
|
-
|
|
36
|
-
|
|
56
|
+
- added default resolve value when generating base vite configuration
|
|
57
|
+
- moved default query log level resolve outside class
|
|
37
58
|
|
|
38
|
-
|
|
59
|
+
fixes: https://github.com/equinor/fusion/issues/343
|
|
39
60
|
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
61
|
+
- Updated dependencies []:
|
|
62
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.6
|
|
63
|
+
- @equinor/fusion-framework-app@9.0.7
|
|
43
64
|
|
|
44
65
|
## 9.12.3
|
|
45
66
|
|
|
46
67
|
### Patch Changes
|
|
47
68
|
|
|
48
|
-
-
|
|
69
|
+
- [#2098](https://github.com/equinor/fusion-framework/pull/2098) [`5093391`](https://github.com/equinor/fusion-framework/commit/5093391eabda84873041ee89632f26770734b03c) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.36.1 to 0.37.0
|
|
49
70
|
|
|
50
|
-
-
|
|
71
|
+
- [#2103](https://github.com/equinor/fusion-framework/pull/2103) [`975f65c`](https://github.com/equinor/fusion-framework/commit/975f65cdae9882279f18e1f9f8d243df03218650) Thanks [@odinr](https://github.com/odinr)! - bumped vite to 5.2.10
|
|
51
72
|
|
|
52
|
-
-
|
|
73
|
+
- [`cf4a17a`](https://github.com/equinor/fusion-framework/commit/cf4a17a07540b05b0d44de7e188aaaa8f9fef8f8) Thanks [@odinr](https://github.com/odinr)! - updated Query, ref #2095
|
|
53
74
|
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
75
|
+
- Updated dependencies []:
|
|
76
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.5
|
|
77
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
78
|
+
- @equinor/fusion-framework-app@9.0.6
|
|
58
79
|
|
|
59
80
|
## 9.12.2
|
|
60
81
|
|
|
61
82
|
### Patch Changes
|
|
62
83
|
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
84
|
+
- Updated dependencies []:
|
|
85
|
+
- @equinor/fusion-framework-app@9.0.5
|
|
86
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
87
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.4
|
|
67
88
|
|
|
68
89
|
## 9.12.1
|
|
69
90
|
|
|
70
91
|
### Patch Changes
|
|
71
92
|
|
|
72
|
-
-
|
|
93
|
+
- [#2059](https://github.com/equinor/fusion-framework/pull/2059) [`303c962`](https://github.com/equinor/fusion-framework/commit/303c96234e381ddc3ad86daeff9baaec5ade6bbe) Thanks [@eikeland](https://github.com/eikeland)! - Removes z-index from apploader section to make ContextSelector dropdown usable again
|
|
73
94
|
|
|
74
|
-
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
95
|
+
- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a)]:
|
|
96
|
+
- @equinor/fusion-observable@8.3.0
|
|
97
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
98
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.3
|
|
99
|
+
- @equinor/fusion-framework-app@9.0.4
|
|
79
100
|
|
|
80
101
|
## 9.12.0
|
|
81
102
|
|
|
82
103
|
### Minor Changes
|
|
83
104
|
|
|
84
|
-
-
|
|
105
|
+
- [#2051](https://github.com/equinor/fusion-framework/pull/2051) [`3eba53a`](https://github.com/equinor/fusion-framework/commit/3eba53a7eb113a9985092a3c6166ab6bdd44c02f) Thanks [@odinr](https://github.com/odinr)! - Aligned CLI dev-portal more to fusion classic portal layout
|
|
85
106
|
|
|
86
|
-
|
|
107
|
+
> the dev-portal is a generic portal for developing application, not a 100% replica of the environment _(this will be a feature in future, which the developer kan test the application in different simulated portals)_
|
|
87
108
|
|
|
88
|
-
|
|
109
|
+
**No functionality changed, only the markup of dev-portal**
|
|
89
110
|
|
|
90
111
|
### Patch Changes
|
|
91
112
|
|
|
92
|
-
-
|
|
113
|
+
- [#2050](https://github.com/equinor/fusion-framework/pull/2050) [`1cf4003`](https://github.com/equinor/fusion-framework/commit/1cf400389d8d15afbacdc33789130e268c492a0c) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - Person component update
|
|
93
114
|
|
|
94
|
-
-
|
|
115
|
+
- [#2052](https://github.com/equinor/fusion-framework/pull/2052) [`545a090`](https://github.com/equinor/fusion-framework/commit/545a0902bc670724498add3f4fd82f251e9156e6) Thanks [@odinr](https://github.com/odinr)! - fix for #2051
|
|
95
116
|
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
117
|
+
- Updated dependencies [[`1cf4003`](https://github.com/equinor/fusion-framework/commit/1cf400389d8d15afbacdc33789130e268c492a0c)]:
|
|
118
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.2
|
|
119
|
+
- @equinor/fusion-framework-app@9.0.3
|
|
120
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
100
121
|
|
|
101
122
|
## 9.11.1
|
|
102
123
|
|
|
103
124
|
### Patch Changes
|
|
104
125
|
|
|
105
|
-
-
|
|
106
|
-
|
|
126
|
+
- Updated dependencies [[`036ec15`](https://github.com/equinor/fusion-framework/commit/036ec151ace9c051ded41798ab94b8ee5e3d4461)]:
|
|
127
|
+
- @equinor/fusion-framework-app@9.0.2
|
|
107
128
|
|
|
108
129
|
## 9.11.0
|
|
109
130
|
|
|
110
131
|
### Minor Changes
|
|
111
132
|
|
|
112
|
-
-
|
|
133
|
+
- [#1998](https://github.com/equinor/fusion-framework/pull/1998) [`14530fa`](https://github.com/equinor/fusion-framework/commit/14530fa2d8d7afd45b6849cec2665f2f396bb27f) Thanks [@eikeland](https://github.com/eikeland)! - Updates cli contextselector and resolver
|
|
113
134
|
|
|
114
135
|
## 9.10.1
|
|
115
136
|
|
|
116
137
|
### Patch Changes
|
|
117
138
|
|
|
118
|
-
-
|
|
139
|
+
- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation.
|
|
119
140
|
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
141
|
+
- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
|
|
142
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.1
|
|
143
|
+
- @equinor/fusion-framework-app@9.0.1
|
|
144
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
124
145
|
|
|
125
146
|
## 9.10.0
|
|
126
147
|
|
|
127
148
|
### Minor Changes
|
|
128
149
|
|
|
129
|
-
-
|
|
150
|
+
- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2
|
|
130
151
|
|
|
131
152
|
### Patch Changes
|
|
132
153
|
|
|
133
|
-
-
|
|
154
|
+
- [#1945](https://github.com/equinor/fusion-framework/pull/1945) [`b59d314`](https://github.com/equinor/fusion-framework/commit/b59d3142a551574117d3cdeb274cceb996459000) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - bump @equinor/fusion-wc-person from 2.6.4 to 2.6.5
|
|
134
155
|
|
|
135
|
-
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
156
|
+
- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`b59d314`](https://github.com/equinor/fusion-framework/commit/b59d3142a551574117d3cdeb274cceb996459000), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
|
|
157
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.0
|
|
158
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
159
|
+
- @equinor/fusion-observable@8.2.0
|
|
160
|
+
- @equinor/fusion-framework-app@9.0.0
|
|
140
161
|
|
|
141
162
|
## 9.9.0
|
|
142
163
|
|
|
143
164
|
### Minor Changes
|
|
144
165
|
|
|
145
|
-
-
|
|
166
|
+
- [#1933](https://github.com/equinor/fusion-framework/pull/1933) [`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098) Thanks [@odinr](https://github.com/odinr)! - CLI will now update pathname when current context changes
|
|
146
167
|
|
|
147
|
-
|
|
168
|
+
CLI will now resolve initial context _(if context module enabled)_
|
|
148
169
|
|
|
149
|
-
|
|
170
|
+
Fixes: https://github.com/equinor/fusion/issues/307
|
|
150
171
|
|
|
151
|
-
|
|
172
|
+
Will work even if not application has not enabled navigation
|
|
152
173
|
|
|
153
174
|
### Patch Changes
|
|
154
175
|
|
|
155
|
-
-
|
|
176
|
+
- [#1929](https://github.com/equinor/fusion-framework/pull/1929) [`86e7556`](https://github.com/equinor/fusion-framework/commit/86e7556b212f42501ef5e885fea36d20002e43ac) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update to latest fusion-react-context-selector
|
|
156
177
|
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
178
|
+
- Updated dependencies []:
|
|
179
|
+
- @equinor/fusion-framework-app@8.1.4
|
|
180
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.6
|
|
160
181
|
|
|
161
182
|
## 9.8.7
|
|
162
183
|
|
|
163
184
|
### Patch Changes
|
|
164
185
|
|
|
165
|
-
-
|
|
186
|
+
- [#1930](https://github.com/equinor/fusion-framework/pull/1930) [`057f204`](https://github.com/equinor/fusion-framework/commit/057f204fc01ee6579280b621bc83ca74589acd6b) Thanks [@eikeland](https://github.com/eikeland)! - update fusion-react-context-selector
|
|
166
187
|
|
|
167
188
|
## 9.8.6
|
|
168
189
|
|
|
169
190
|
### Patch Changes
|
|
170
191
|
|
|
171
|
-
-
|
|
192
|
+
- [#1926](https://github.com/equinor/fusion-framework/pull/1926) [`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion-wc-person to fix issues with multiple tasks
|
|
172
193
|
|
|
173
|
-
-
|
|
194
|
+
- [#1919](https://github.com/equinor/fusion-framework/pull/1919) [`666780c`](https://github.com/equinor/fusion-framework/commit/666780cb2f6e5b3d5b861a179220362c1bf4b0ad) Thanks [@odinr](https://github.com/odinr)! - removed unused packages
|
|
174
195
|
|
|
175
|
-
-
|
|
176
|
-
|
|
196
|
+
- Updated dependencies [[`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72)]:
|
|
197
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.5
|
|
177
198
|
|
|
178
199
|
## 9.8.5
|
|
179
200
|
|
|
180
201
|
### Patch Changes
|
|
181
202
|
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
203
|
+
- Updated dependencies []:
|
|
204
|
+
- @equinor/fusion-framework-app@8.1.3
|
|
205
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.4
|
|
185
206
|
|
|
186
207
|
## 9.8.4
|
|
187
208
|
|
|
188
209
|
### Patch Changes
|
|
189
210
|
|
|
190
|
-
-
|
|
211
|
+
- [#1890](https://github.com/equinor/fusion-framework/pull/1890) [`722f43f`](https://github.com/equinor/fusion-framework/commit/722f43f01c7a46175ad72e84c22fb3562d21bc26) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Fix typo
|
|
191
212
|
|
|
192
|
-
-
|
|
213
|
+
- [#1902](https://github.com/equinor/fusion-framework/pull/1902) [`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8) Thanks [@eikeland](https://github.com/eikeland)! - Updates cli dep fwc-person and improve people cookbook
|
|
193
214
|
|
|
194
|
-
-
|
|
195
|
-
|
|
215
|
+
- Updated dependencies [[`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8)]:
|
|
216
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.3
|
|
196
217
|
|
|
197
218
|
## 9.8.3
|
|
198
219
|
|
|
199
220
|
### Patch Changes
|
|
200
221
|
|
|
201
|
-
-
|
|
222
|
+
- [#1878](https://github.com/equinor/fusion-framework/pull/1878) [`fe1a239`](https://github.com/equinor/fusion-framework/commit/fe1a239e9ce9fc0e39b4faf67ffda40d287d5bd2) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Add error icon for errors
|
|
202
223
|
|
|
203
|
-
|
|
224
|
+
- Add info icon for no result
|
|
204
225
|
|
|
205
|
-
-
|
|
226
|
+
- [#1875](https://github.com/equinor/fusion-framework/pull/1875) [`e018c6e`](https://github.com/equinor/fusion-framework/commit/e018c6e5b5f8676b642ded1bb8b5b41bc65f674f) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Show message when unhandled error occurs in context selector
|
|
206
227
|
|
|
207
|
-
-
|
|
228
|
+
- [#1867](https://github.com/equinor/fusion-framework/pull/1867) [`b7504d1`](https://github.com/equinor/fusion-framework/commit/b7504d1352a0107383f8f76f9ed7f77744d1f99b) Thanks [@eikeland](https://github.com/eikeland)! - Removes person react components from cli
|
|
208
229
|
|
|
209
230
|
## 9.8.2
|
|
210
231
|
|
|
211
232
|
### Patch Changes
|
|
212
233
|
|
|
213
|
-
-
|
|
214
|
-
|
|
215
|
-
|
|
234
|
+
- Updated dependencies []:
|
|
235
|
+
- @equinor/fusion-framework-app@8.1.2
|
|
236
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.2
|
|
216
237
|
|
|
217
238
|
## 9.8.1
|
|
218
239
|
|
|
219
240
|
### Patch Changes
|
|
220
241
|
|
|
221
|
-
-
|
|
242
|
+
- [#1839](https://github.com/equinor/fusion-framework/pull/1839) [`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bumps @equinor/fusion-wc-person to 2.5.1
|
|
222
243
|
|
|
223
|
-
-
|
|
224
|
-
|
|
244
|
+
- Updated dependencies [[`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554)]:
|
|
245
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.1
|
|
225
246
|
|
|
226
247
|
## 9.8.0
|
|
227
248
|
|
|
228
249
|
### Minor Changes
|
|
229
250
|
|
|
230
|
-
-
|
|
251
|
+
- [#1827](https://github.com/equinor/fusion-framework/pull/1827) [`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update @equinor/fusion-react-person to 0.7.0 and @equinor/fusion-wc-person to 2.4.0
|
|
231
252
|
|
|
232
253
|
### Patch Changes
|
|
233
254
|
|
|
234
|
-
-
|
|
255
|
+
- [#1823](https://github.com/equinor/fusion-framework/pull/1823) [`9733563`](https://github.com/equinor/fusion-framework/commit/9733563ad072a6c21d61952d6d71978b88612ac5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.35.1 to 0.36.0
|
|
235
256
|
|
|
236
|
-
-
|
|
237
|
-
|
|
257
|
+
- Updated dependencies [[`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737)]:
|
|
258
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.0
|
|
238
259
|
|
|
239
260
|
## 9.7.0
|
|
240
261
|
|
|
241
262
|
### Minor Changes
|
|
242
263
|
|
|
243
|
-
-
|
|
264
|
+
- [#1801](https://github.com/equinor/fusion-framework/pull/1801) [`6e8fb78`](https://github.com/equinor/fusion-framework/commit/6e8fb78698fe11402ceef8d8ab48530bb8866699) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump commander from 11.1.0 to 12.0.0
|
|
244
265
|
|
|
245
|
-
|
|
266
|
+
see [changelog](https://github.com/tj/commander.js/releases/tag/v12.0.0)
|
|
246
267
|
|
|
247
268
|
### Patch Changes
|
|
248
269
|
|
|
249
|
-
-
|
|
270
|
+
- [#1719](https://github.com/equinor/fusion-framework/pull/1719) [`5658d04`](https://github.com/equinor/fusion-framework/commit/5658d04bac8957fd3741083385bc2d7871da7df9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.5.0 to 0.6.0
|
|
250
271
|
|
|
251
272
|
## 9.6.4
|
|
252
273
|
|
|
253
274
|
### Patch Changes
|
|
254
275
|
|
|
255
|
-
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
276
|
+
- Updated dependencies []:
|
|
277
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.15
|
|
278
|
+
- @equinor/fusion-framework-app@8.1.1
|
|
279
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.2
|
|
259
280
|
|
|
260
281
|
## 9.6.3
|
|
261
282
|
|
|
262
283
|
### Patch Changes
|
|
263
284
|
|
|
264
|
-
-
|
|
285
|
+
- [#1786](https://github.com/equinor/fusion-framework/pull/1786) [`a5f74f2`](https://github.com/equinor/fusion-framework/commit/a5f74f2096a55c4dab4b1d263bd39cd0dc39ac7a) Thanks [@odinr](https://github.com/odinr)! - support resources in `defineAppManifest`
|
|
265
286
|
|
|
266
|
-
|
|
287
|
+
ref [issue 286](https://github.com/equinor/fusion/issues/286#issuecomment-1923401234)
|
|
267
288
|
|
|
268
289
|
## 9.6.2
|
|
269
290
|
|
|
270
291
|
### Patch Changes
|
|
271
292
|
|
|
272
|
-
-
|
|
273
|
-
|
|
274
|
-
|
|
293
|
+
- Updated dependencies [[`09f8dd2`](https://github.com/equinor/fusion-framework/commit/09f8dd2dad31e8de47409e6bd751f74e3dd02607), [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
|
|
294
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.14
|
|
295
|
+
- @equinor/fusion-framework-app@8.1.0
|
|
275
296
|
|
|
276
297
|
## 9.6.1
|
|
277
298
|
|
|
278
299
|
### Patch Changes
|
|
279
300
|
|
|
280
|
-
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
301
|
+
- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
|
|
302
|
+
- @equinor/fusion-observable@8.1.5
|
|
303
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.1
|
|
304
|
+
- @equinor/fusion-framework-app@8.0.1
|
|
305
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.13
|
|
285
306
|
|
|
286
307
|
## 9.6.0
|
|
287
308
|
|
|
288
309
|
### Minor Changes
|
|
289
310
|
|
|
290
|
-
-
|
|
311
|
+
- [#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 side-sheet for displaying framework and application feature flags
|
|
291
312
|
|
|
292
313
|
### Patch Changes
|
|
293
314
|
|
|
294
|
-
-
|
|
315
|
+
- [#1754](https://github.com/equinor/fusion-framework/pull/1754) [`81e7db7`](https://github.com/equinor/fusion-framework/commit/81e7db74690aa7284584d3820494cb71e6ad6c91) Thanks [@eikeland](https://github.com/eikeland)! - Updating eds packages to mitigate type errors after latest version, @equinor/ids-icons >= 0.20.0.
|
|
295
316
|
|
|
296
|
-
-
|
|
317
|
+
- [`cb20fc1`](https://github.com/equinor/fusion-framework/commit/cb20fc1a0259a8e0f91d43e44a035b2ad26951f3) Thanks [@odinr](https://github.com/odinr)! - [security update](https://github.com/equinor/fusion-framework/security/dependabot/90)
|
|
297
318
|
|
|
298
|
-
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
319
|
+
- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
|
|
320
|
+
- @equinor/fusion-framework-app@8.0.0
|
|
321
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.0
|
|
322
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.12
|
|
302
323
|
|
|
303
324
|
## 9.5.10
|
|
304
325
|
|
|
305
326
|
### Patch Changes
|
|
306
327
|
|
|
307
|
-
-
|
|
328
|
+
- [#1738](https://github.com/equinor/fusion-framework/pull/1738) [`1241772`](https://github.com/equinor/fusion-framework/commit/124177256696f2d83f739a1bbc9022c9840db106) Thanks [@eikeland](https://github.com/eikeland)! - Updating fwc-person
|
|
308
329
|
|
|
309
330
|
## 9.5.9
|
|
310
331
|
|
|
311
332
|
### Patch Changes
|
|
312
333
|
|
|
313
|
-
-
|
|
314
|
-
|
|
334
|
+
- Updated dependencies []:
|
|
335
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.11
|
|
315
336
|
|
|
316
337
|
## 9.5.8
|
|
317
338
|
|
|
318
339
|
### Patch Changes
|
|
319
340
|
|
|
320
|
-
-
|
|
341
|
+
- [#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
|
|
321
342
|
|
|
322
|
-
-
|
|
323
|
-
|
|
324
|
-
|
|
343
|
+
- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
|
|
344
|
+
- @equinor/fusion-framework-module-feature-flag@0.0.1
|
|
345
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.10
|
|
325
346
|
|
|
326
347
|
## 9.5.7
|
|
327
348
|
|
|
328
349
|
### Patch Changes
|
|
329
350
|
|
|
330
|
-
-
|
|
351
|
+
- [`cb39579`](https://github.com/equinor/fusion-framework/commit/cb39579d8845df2f8b2a8e0b1afc04e1cc8dd8a6) Thanks [@odinr](https://github.com/odinr)! - prevent code splitting in the CLI
|
|
331
352
|
|
|
332
353
|
## 9.5.6
|
|
333
354
|
|
|
334
355
|
### Patch Changes
|
|
335
356
|
|
|
336
|
-
-
|
|
357
|
+
- [#1556](https://github.com/equinor/fusion-framework/pull/1556) [`1e0eda4`](https://github.com/equinor/fusion-framework/commit/1e0eda439f9096d91506b4bfae17ad4d03efab73) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-react-person from 0.6.0 to 0.6.1
|
|
337
358
|
|
|
338
|
-
-
|
|
359
|
+
- [#1614](https://github.com/equinor/fusion-framework/pull/1614) [`a3235ee`](https://github.com/equinor/fusion-framework/commit/a3235ee05a4fb237ad36fc641119195207687a4a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.5.0 to 0.5.3
|
|
339
360
|
|
|
340
|
-
-
|
|
361
|
+
- [#1642](https://github.com/equinor/fusion-framework/pull/1642) [`a67d77b`](https://github.com/equinor/fusion-framework/commit/a67d77b5fa1fbff626c08e85ad00fe9bb63da80d) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump ora from 7.0.1 to 8.0.1
|
|
341
362
|
|
|
342
|
-
-
|
|
363
|
+
- [#1662](https://github.com/equinor/fusion-framework/pull/1662) [`e7dbce5`](https://github.com/equinor/fusion-framework/commit/e7dbce5413dff7186b1004e11b6051d1fb4373d1) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-wc-person from 2.1.8 to 2.3.0
|
|
343
364
|
|
|
344
|
-
-
|
|
365
|
+
- [#1565](https://github.com/equinor/fusion-framework/pull/1565) [`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-wc-person from 2.1.8 to 2.3.0
|
|
345
366
|
|
|
346
|
-
-
|
|
347
|
-
|
|
348
|
-
|
|
367
|
+
- Updated dependencies [[`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296)]:
|
|
368
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.9
|
|
369
|
+
- @equinor/fusion-framework-app@7.1.15
|
|
349
370
|
|
|
350
371
|
## 9.5.5
|
|
351
372
|
|
|
352
373
|
### Patch Changes
|
|
353
374
|
|
|
354
|
-
-
|
|
355
|
-
|
|
356
|
-
|
|
375
|
+
- Updated dependencies []:
|
|
376
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
377
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
357
378
|
|
|
358
379
|
## 9.5.4
|
|
359
380
|
|
|
360
381
|
### Patch Changes
|
|
361
382
|
|
|
362
|
-
-
|
|
363
|
-
|
|
364
|
-
|
|
383
|
+
- Updated dependencies []:
|
|
384
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
385
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
365
386
|
|
|
366
387
|
## 9.5.3
|
|
367
388
|
|
|
368
389
|
### Patch Changes
|
|
369
390
|
|
|
370
|
-
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
391
|
+
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
392
|
+
- @equinor/fusion-observable@8.1.4
|
|
393
|
+
- @equinor/fusion-framework-app@7.1.12
|
|
394
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.6
|
|
374
395
|
|
|
375
396
|
## 9.5.2
|
|
376
397
|
|
|
377
398
|
### Patch Changes
|
|
378
399
|
|
|
379
|
-
-
|
|
400
|
+
- [#1579](https://github.com/equinor/fusion-framework/pull/1579) [`8aecfdd`](https://github.com/equinor/fusion-framework/commit/8aecfdd892c5e4cc6afbf6c736d7d46d0199611b) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.2.2 to 1.2.3
|
|
380
401
|
|
|
381
|
-
-
|
|
402
|
+
- [#1578](https://github.com/equinor/fusion-framework/pull/1578) [`e6859bf`](https://github.com/equinor/fusion-framework/commit/e6859bf9604b1ac388c077db97cb7bd7127f59db) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-menu from 0.2.0 to 0.3.0
|
|
382
403
|
|
|
383
|
-
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
404
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
405
|
+
- @equinor/fusion-observable@8.1.3
|
|
406
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.5
|
|
407
|
+
- @equinor/fusion-framework-app@7.1.11
|
|
387
408
|
|
|
388
409
|
## 9.5.1
|
|
389
410
|
|
|
390
411
|
### Patch Changes
|
|
391
412
|
|
|
392
|
-
-
|
|
413
|
+
- [#1553](https://github.com/equinor/fusion-framework/pull/1553) [`f4e02e9`](https://github.com/equinor/fusion-framework/commit/f4e02e93960ca3d1e8c1ee422c6fd8c6742bf755) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.2.1 to 1.2.2
|
|
393
414
|
|
|
394
|
-
-
|
|
415
|
+
- [`72e12c8`](https://github.com/equinor/fusion-framework/commit/72e12c84efb6ac7f131a8d0f217076cbb9d5ab52) Thanks [@odinr](https://github.com/odinr)! - support for module resolution EsNext
|
|
395
416
|
|
|
396
417
|
## 9.5.0
|
|
397
418
|
|
|
398
419
|
### Minor Changes
|
|
399
420
|
|
|
400
|
-
-
|
|
421
|
+
- [#1532](https://github.com/equinor/fusion-framework/pull/1532) [`f77c1169`](https://github.com/equinor/fusion-framework/commit/f77c11694adf3c96e86732818cbf05aaae06a695) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump vite from 4.4.9 to 5.0.0
|
|
401
422
|
|
|
402
423
|
### Patch Changes
|
|
403
424
|
|
|
404
|
-
-
|
|
405
|
-
|
|
425
|
+
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
426
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
406
427
|
|
|
407
428
|
## 9.4.3
|
|
408
429
|
|
|
409
430
|
### Patch Changes
|
|
410
431
|
|
|
411
|
-
-
|
|
412
|
-
|
|
413
|
-
|
|
432
|
+
- Updated dependencies []:
|
|
433
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
434
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
414
435
|
|
|
415
436
|
## 9.4.2
|
|
416
437
|
|
|
417
438
|
### Patch Changes
|
|
418
439
|
|
|
419
|
-
-
|
|
440
|
+
- [#1533](https://github.com/equinor/fusion-framework/pull/1533) [`a571b640`](https://github.com/equinor/fusion-framework/commit/a571b640c9fe94519ce2ede22f1eb1c336ecdac9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump find-up from 6.3.0 to 7.0.0
|
|
420
441
|
|
|
421
|
-
-
|
|
442
|
+
- [#1534](https://github.com/equinor/fusion-framework/pull/1534) [`8c77de20`](https://github.com/equinor/fusion-framework/commit/8c77de209df2f41a78636f1f6f85a81d653484d2) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump vite-plugin-restart from 0.3.1 to 0.4.0
|
|
422
443
|
|
|
423
|
-
-
|
|
424
|
-
|
|
425
|
-
|
|
444
|
+
- Updated dependencies []:
|
|
445
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
446
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
426
447
|
|
|
427
448
|
## 9.4.1
|
|
428
449
|
|
|
429
450
|
### Patch Changes
|
|
430
451
|
|
|
431
|
-
-
|
|
452
|
+
- [#1498](https://github.com/equinor/fusion-framework/pull/1498) [`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a) Thanks [@odinr](https://github.com/odinr)! - bump @equinor/fusion-wc-person from 2.1.0 to 2.1.8
|
|
432
453
|
|
|
433
|
-
-
|
|
434
|
-
|
|
454
|
+
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
455
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
435
456
|
|
|
436
457
|
## 9.4.0
|
|
437
458
|
|
|
438
459
|
### Minor Changes
|
|
439
460
|
|
|
440
|
-
-
|
|
461
|
+
- [#1491](https://github.com/equinor/fusion-framework/pull/1491) [`0f2b4e3a`](https://github.com/equinor/fusion-framework/commit/0f2b4e3a97aa08cac2644642b612cd3432d07be4) Thanks [@odinr](https://github.com/odinr)! - Allow setting archive name when packing bundle
|
|
441
462
|
|
|
442
463
|
### Patch Changes
|
|
443
464
|
|
|
444
|
-
-
|
|
465
|
+
- [#1487](https://github.com/equinor/fusion-framework/pull/1487) [`0dfe5a94`](https://github.com/equinor/fusion-framework/commit/0dfe5a94c89b05da3ea94d5ec0180448ba0df392) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump [rollup](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) from 3.29.2 to 4.3.0
|
|
445
466
|
|
|
446
|
-
-
|
|
467
|
+
- [#1478](https://github.com/equinor/fusion-framework/pull/1478) [`28bd0b8c`](https://github.com/equinor/fusion-framework/commit/28bd0b8c17fd6e7c5f5146ff490441d5b3caf602) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump [@equinor/fusion-react-side-sheet](https://github.com/equinor/fusion-react-components/releases/tag/%40equinor%2Ffusion-react-side-sheet%401.2.1) from 1.2.0 to 1.2.1
|
|
447
468
|
|
|
448
|
-
-
|
|
469
|
+
- [#1485](https://github.com/equinor/fusion-framework/pull/1485) [`24d02ddd`](https://github.com/equinor/fusion-framework/commit/24d02ddd532424462059a7465ac82df688e1bc6e) Thanks [@dependabot](https://github.com/apps/dependabot)! - [bump read-pkg-up from 10.1.0 to 11.0.0](https://github.com/sindresorhus/read-package-up/compare/v10.1.0...v11.0.0)
|
|
449
470
|
|
|
450
471
|
## 9.3.5
|
|
451
472
|
|
|
452
473
|
### Patch Changes
|
|
453
474
|
|
|
454
|
-
-
|
|
475
|
+
- [#1475](https://github.com/equinor/fusion-framework/pull/1475) [`9b22a14d`](https://github.com/equinor/fusion-framework/commit/9b22a14d791878a83b6df84190922d3143fdc0df) Thanks [@odinr](https://github.com/odinr)! - fix log loop
|
|
455
476
|
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
477
|
+
```bash
|
|
478
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
479
|
+
RangeError: Maximum call stack size exceeded
|
|
480
|
+
at String.match (<anonymous>)
|
|
481
|
+
```
|
|
461
482
|
|
|
462
483
|
## 9.3.4
|
|
463
484
|
|
|
464
485
|
### Patch Changes
|
|
465
486
|
|
|
466
|
-
-
|
|
487
|
+
- [#1465](https://github.com/equinor/fusion-framework/pull/1465) [`1cdc52ab`](https://github.com/equinor/fusion-framework/commit/1cdc52abbdf8aa714d4b4035a01e474fbe56d8f6) Thanks [@odinr](https://github.com/odinr)! - cli should no use provided config when developing an application which exists in Fusion App Service.
|
|
467
488
|
|
|
468
|
-
|
|
489
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
469
490
|
|
|
470
491
|
## 9.3.3
|
|
471
492
|
|
|
472
493
|
### Patch Changes
|
|
473
494
|
|
|
474
|
-
-
|
|
495
|
+
- [`a56172c9`](https://github.com/equinor/fusion-framework/commit/a56172c9ec241550ce57b1ea1e6ffcc8848618d5) Thanks [@odinr](https://github.com/odinr)! - rebuild cli (navigation module)
|
|
475
496
|
|
|
476
497
|
## 9.3.2
|
|
477
498
|
|
|
478
499
|
### Patch Changes
|
|
479
500
|
|
|
480
|
-
-
|
|
501
|
+
- [#1462](https://github.com/equinor/fusion-framework/pull/1462) [`e35d8e2b`](https://github.com/equinor/fusion-framework/commit/e35d8e2b69148a497c7acaa8e1e0bf86987f475e) Thanks [@odinr](https://github.com/odinr)! - silent error when failing to optimize pre-built assets
|
|
481
502
|
|
|
482
|
-
|
|
503
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
483
504
|
|
|
484
|
-
|
|
505
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
485
506
|
|
|
486
|
-
-
|
|
507
|
+
- [#1442](https://github.com/equinor/fusion-framework/pull/1442) [`1173f715`](https://github.com/equinor/fusion-framework/commit/1173f71597b7b90c17d314188d83f46e1d81a2f3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.1.0 to 1.2.0
|
|
487
508
|
|
|
488
509
|
## 9.3.1
|
|
489
510
|
|
|
490
511
|
### Patch Changes
|
|
491
512
|
|
|
492
|
-
-
|
|
493
|
-
|
|
494
|
-
|
|
513
|
+
- Updated dependencies []:
|
|
514
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
515
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
495
516
|
|
|
496
517
|
## 9.3.0
|
|
497
518
|
|
|
498
519
|
### Minor Changes
|
|
499
520
|
|
|
500
|
-
-
|
|
521
|
+
- [#1374](https://github.com/equinor/fusion-framework/pull/1374) [`a1eacf9f`](https://github.com/equinor/fusion-framework/commit/a1eacf9f30728bf96a17e60a5b7d7d08e85798f3) Thanks [@odinr](https://github.com/odinr)! - update `@equinor/fusion-wc-person` to ^2.1.0
|
|
501
522
|
|
|
502
523
|
### Patch Changes
|
|
503
524
|
|
|
504
|
-
-
|
|
525
|
+
- [#1399](https://github.com/equinor/fusion-framework/pull/1399) [`52910a53`](https://github.com/equinor/fusion-framework/commit/52910a5322109ab729508432d9fab695e8dc7697) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-styles from 0.5.11 to 0.6.0
|
|
505
526
|
|
|
506
|
-
-
|
|
527
|
+
- [#1395](https://github.com/equinor/fusion-framework/pull/1395) [`dcd09dea`](https://github.com/equinor/fusion-framework/commit/dcd09dea7160cf85ababf827bc6ee32d9f9a0aca) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-icon from 0.2.16 to 0.3.0
|
|
507
528
|
|
|
508
|
-
-
|
|
529
|
+
- [#1409](https://github.com/equinor/fusion-framework/pull/1409) [`8b8ce0df`](https://github.com/equinor/fusion-framework/commit/8b8ce0dfc77bc592d3f525a2b09782fc2f570011) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.4.9 to 0.5.0
|
|
509
530
|
|
|
510
|
-
-
|
|
531
|
+
- [#1397](https://github.com/equinor/fusion-framework/pull/1397) [`15cb5a59`](https://github.com/equinor/fusion-framework/commit/15cb5a597fa0856bf56b7e618d3e974f3974a968) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-progress-indicator from 0.1.7 to 0.2.0
|
|
511
532
|
|
|
512
|
-
-
|
|
533
|
+
- [#1394](https://github.com/equinor/fusion-framework/pull/1394) [`710ea8a9`](https://github.com/equinor/fusion-framework/commit/710ea8a9574acfa55e8affb33a52594d6136d460) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-button from 0.8.3 to 0.9.0
|
|
513
534
|
|
|
514
|
-
-
|
|
535
|
+
- [#1393](https://github.com/equinor/fusion-framework/pull/1393) [`f049479b`](https://github.com/equinor/fusion-framework/commit/f049479bfb51369a227eb432089d0da20be86529) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-react-person from 0.5.1 to 0.6.0
|
|
515
536
|
|
|
516
|
-
-
|
|
537
|
+
- [#1392](https://github.com/equinor/fusion-framework/pull/1392) [`99f70720`](https://github.com/equinor/fusion-framework/commit/99f707205ad9f773f0672fabccfe52dec0c9b10f) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.0.2 to 1.1.0
|
|
517
538
|
|
|
518
539
|
## 9.2.1
|
|
519
540
|
|
|
520
541
|
### Patch Changes
|
|
521
542
|
|
|
522
|
-
-
|
|
543
|
+
- [#1375](https://github.com/equinor/fusion-framework/pull/1375) [`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec) Thanks [@odinr](https://github.com/odinr)! - update people deps
|
|
523
544
|
|
|
524
|
-
-
|
|
525
|
-
|
|
545
|
+
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
546
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
526
547
|
|
|
527
548
|
## 9.2.0
|
|
528
549
|
|
|
529
550
|
### Minor Changes
|
|
530
551
|
|
|
531
|
-
-
|
|
552
|
+
- [#1323](https://github.com/equinor/fusion-framework/pull/1323) [`6a4c697f`](https://github.com/equinor/fusion-framework/commit/6a4c697fc255bd189a6e45e48f76c1c4e4e59c24) Thanks [@yusijs](https://github.com/yusijs)! - Allow using a custom dev-portal
|
|
532
553
|
|
|
533
554
|
## 9.1.4
|
|
534
555
|
|
|
535
556
|
### Patch Changes
|
|
536
557
|
|
|
537
|
-
-
|
|
558
|
+
- [#1348](https://github.com/equinor/fusion-framework/pull/1348) [`0acc8827`](https://github.com/equinor/fusion-framework/commit/0acc8827e5e2df8b5b2aeac5e1a2cd29c4384e78) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.32.4 to 0.33.0
|
|
538
559
|
|
|
539
|
-
|
|
560
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
540
561
|
|
|
541
562
|
## 9.1.3
|
|
542
563
|
|
|
543
564
|
### Patch Changes
|
|
544
565
|
|
|
545
|
-
-
|
|
566
|
+
- [`c4e38415`](https://github.com/equinor/fusion-framework/commit/c4e384152765d86df5093b35355d0c4b0bcfee43) Thanks [@odinr](https://github.com/odinr)! - [remove console](https://github.com/equinor/fusion-framework/commit/cb2f694697e7a130ff82bbb5fc570892211bbb70)
|
|
546
567
|
|
|
547
568
|
## 9.1.2
|
|
548
569
|
|
|
549
570
|
### Patch Changes
|
|
550
571
|
|
|
551
|
-
-
|
|
572
|
+
- [#1306](https://github.com/equinor/fusion-framework/pull/1306) [`f65c4531`](https://github.com/equinor/fusion-framework/commit/f65c453178e2c581acb154d5839971c75f60fa86) Thanks [@odinr](https://github.com/odinr)! - add fallback image to person provider
|
|
552
573
|
|
|
553
|
-
-
|
|
574
|
+
- [#1335](https://github.com/equinor/fusion-framework/pull/1335) [`5bad9c87`](https://github.com/equinor/fusion-framework/commit/5bad9c87d6ab6d0a9a518ba7525f3eb5b659a9c0) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - add cookbooks and documentation for people react components
|
|
554
575
|
|
|
555
|
-
-
|
|
576
|
+
- [`cc7bcfb5`](https://github.com/equinor/fusion-framework/commit/cc7bcfb51187fb757b95793356da4a11b233d930) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person to 1.1.1
|
|
556
577
|
|
|
557
|
-
-
|
|
578
|
+
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
558
579
|
|
|
559
|
-
|
|
580
|
+
found internal [issues](https://github.com/radarsu/ts-import/issues/39) with `ts-import` where file url path crashed native `fs` command, but failed on imports since windows can`t handle absolute paths.
|
|
560
581
|
|
|
561
|
-
|
|
582
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
562
583
|
|
|
563
|
-
-
|
|
584
|
+
- [#1264](https://github.com/equinor/fusion-framework/pull/1264) [`ace9fa37`](https://github.com/equinor/fusion-framework/commit/ace9fa379215fd75e37b140db5c8ea2d3680b0c0) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump express-rate-limit from 6.9.0 to [7.0.0](https://github.com/express-rate-limit/express-rate-limit/releases/tag/v7.0.0)
|
|
564
585
|
|
|
565
|
-
-
|
|
586
|
+
- [#1345](https://github.com/equinor/fusion-framework/pull/1345) [`9d9f629e`](https://github.com/equinor/fusion-framework/commit/9d9f629e007df38db75067781b251b7e5e9673da) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - update @equinor/fusion-wc-person to 2.0.1
|
|
566
587
|
|
|
567
|
-
-
|
|
588
|
+
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
568
589
|
|
|
569
|
-
-
|
|
570
|
-
|
|
571
|
-
|
|
590
|
+
- Updated dependencies [[`cc7bcfb5`](https://github.com/equinor/fusion-framework/commit/cc7bcfb51187fb757b95793356da4a11b233d930), [`f65c4531`](https://github.com/equinor/fusion-framework/commit/f65c453178e2c581acb154d5839971c75f60fa86), [`9f121865`](https://github.com/equinor/fusion-framework/commit/9f121865254a0c76c4a812e6e42bfe3c7086c714), [`518b8476`](https://github.com/equinor/fusion-framework/commit/518b8476bb40255d05e937663d3a513de479a1f8), [`9d9f629e`](https://github.com/equinor/fusion-framework/commit/9d9f629e007df38db75067781b251b7e5e9673da), [`3e38c9cc`](https://github.com/equinor/fusion-framework/commit/3e38c9cc925fc0456837e42e7ee3ac55e9553bad), [`63592229`](https://github.com/equinor/fusion-framework/commit/63592229cea4d3606289738fe14b432e9978623f)]:
|
|
591
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.0
|
|
592
|
+
- @equinor/fusion-framework-app@7.1.7
|
|
572
593
|
|
|
573
594
|
## 9.1.1
|
|
574
595
|
|
|
575
596
|
### Patch Changes
|
|
576
597
|
|
|
577
|
-
-
|
|
598
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
578
599
|
|
|
579
|
-
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
600
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
601
|
+
- @equinor/fusion-framework-app@7.1.6
|
|
602
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.1
|
|
603
|
+
- @equinor/fusion-observable@8.1.2
|
|
583
604
|
|
|
584
605
|
## 9.1.0
|
|
585
606
|
|
|
586
607
|
### Minor Changes
|
|
587
608
|
|
|
588
|
-
-
|
|
609
|
+
- [#1257](https://github.com/equinor/fusion-framework/pull/1257) [`780b229a`](https://github.com/equinor/fusion-framework/commit/780b229a709d83b275e88473df0236b3f218c037) Thanks [@odinr](https://github.com/odinr)! - person resolving
|
|
589
610
|
|
|
590
|
-
|
|
611
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
591
612
|
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
613
|
+
```tsx
|
|
614
|
+
const MyPage = () => {
|
|
615
|
+
return (
|
|
616
|
+
<fwc-person-avatar azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-avatar>
|
|
617
|
+
<fwc-person-card azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-card>
|
|
618
|
+
<fwc-person-list-item azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-list-item>
|
|
619
|
+
)
|
|
620
|
+
}
|
|
621
|
+
```
|
|
601
622
|
|
|
602
623
|
### Patch Changes
|
|
603
624
|
|
|
604
|
-
-
|
|
625
|
+
- [#1273](https://github.com/equinor/fusion-framework/pull/1273) [`9f570356`](https://github.com/equinor/fusion-framework/commit/9f570356939f077e0a6ca101fa0b7e51d369f7b4) Thanks [@Noggling](https://github.com/Noggling)! - Added display content to the div element that is provided to applications
|
|
605
626
|
|
|
606
|
-
-
|
|
627
|
+
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
607
628
|
|
|
608
|
-
-
|
|
609
|
-
|
|
610
|
-
|
|
629
|
+
- Updated dependencies [[`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9)]:
|
|
630
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.0
|
|
631
|
+
- @equinor/fusion-framework-app@7.1.5
|
|
611
632
|
|
|
612
633
|
## 9.0.2
|
|
613
634
|
|
|
614
635
|
### Patch Changes
|
|
615
636
|
|
|
616
|
-
-
|
|
617
|
-
|
|
637
|
+
- Updated dependencies []:
|
|
638
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
618
639
|
|
|
619
640
|
## 9.0.1
|
|
620
641
|
|
|
621
642
|
### Patch Changes
|
|
622
643
|
|
|
623
|
-
-
|
|
644
|
+
- [`5d2df189`](https://github.com/equinor/fusion-framework/commit/5d2df189e022941f91ce7048f99f42f59d17c456) Thanks [@odinr](https://github.com/odinr)! - fixed naming convention of CLI config files
|
|
624
645
|
|
|
625
646
|
## 9.0.0
|
|
626
647
|
|
|
627
648
|
### Major Changes
|
|
628
649
|
|
|
629
|
-
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
fusion-framework-cli app
|
|
692
|
-
|
|
693
|
-
```sh
|
|
694
|
-
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
695
|
-
```
|
|
650
|
+
- [#1194](https://github.com/equinor/fusion-framework/pull/1194) [`a424aef5`](https://github.com/equinor/fusion-framework/commit/a424aef5dc6575204a9448b74e0170192147b1b3) Thanks [@odinr](https://github.com/odinr)! - Rewrite fusion framework CLI
|
|
651
|
+
|
|
652
|
+
Rework of the Fusion Framework CLI to support future features
|
|
653
|
+
|
|
654
|
+
> the CLI was thrown together as a proof of concept, but grown un-manageable, because of lack of structure
|
|
655
|
+
|
|
656
|
+
**Main Features**
|
|
657
|
+
|
|
658
|
+
- Separate logic and utilities from program (app/cli commands)
|
|
659
|
+
- allow user to provide config files `app.{config,manifest,vite}.{ts,js,json}`
|
|
660
|
+
- the cli will try to resolve from `.ts` then `.js` then `.json`
|
|
661
|
+
- `app.config` is used to configure application environment configs (app-service config)
|
|
662
|
+
- `app.manifest` application manifest, information about the application
|
|
663
|
+
- `app.vite` override the CLI vite configuration
|
|
664
|
+
- provide interface for `app.TYPE.ts` config
|
|
665
|
+
- `define` and `merge` functionality
|
|
666
|
+
- note that `app.config` and `app.manifest` needs to return full object _(will not be merged by CLI)_
|
|
667
|
+
- allow providing config file in command
|
|
668
|
+
- using config when resolving proxy request
|
|
669
|
+
- improved CLI logging
|
|
670
|
+
|
|
671
|
+
**examples**
|
|
672
|
+
|
|
673
|
+
app.config.ts
|
|
674
|
+
|
|
675
|
+
```ts
|
|
676
|
+
import { mergeAppConfigs, defineAppConfig } from '@equinor/fusion-framework-cli';
|
|
677
|
+
export default defineAppConfig((_nev, { base }) =>
|
|
678
|
+
mergeAppConfigs(base, {
|
|
679
|
+
environment: {
|
|
680
|
+
api: {
|
|
681
|
+
foo: {
|
|
682
|
+
baseUri: 'https://foo.bars',
|
|
683
|
+
scopes: ['foobar'],
|
|
684
|
+
},
|
|
685
|
+
},
|
|
686
|
+
},
|
|
687
|
+
}),
|
|
688
|
+
);
|
|
689
|
+
```
|
|
690
|
+
|
|
691
|
+
app.manifest
|
|
692
|
+
|
|
693
|
+
```ts
|
|
694
|
+
import { defineAppManifest, mergeManifests } from '@equinor/fusion-framework-cli';
|
|
695
|
+
|
|
696
|
+
export default defineAppManifest((env, { base }) => {
|
|
697
|
+
if (env.command === 'serve') {
|
|
698
|
+
return mergeManifests(base, {
|
|
699
|
+
key: 'simple',
|
|
700
|
+
});
|
|
701
|
+
}
|
|
702
|
+
return base;
|
|
703
|
+
});
|
|
704
|
+
```
|
|
705
|
+
|
|
706
|
+
fusion-framework-cli app
|
|
707
|
+
|
|
708
|
+
```sh
|
|
709
|
+
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
710
|
+
```
|
|
696
711
|
|
|
697
712
|
### Minor Changes
|
|
698
713
|
|
|
699
|
-
-
|
|
714
|
+
- [#1194](https://github.com/equinor/fusion-framework/pull/1194) [`a424aef5`](https://github.com/equinor/fusion-framework/commit/a424aef5dc6575204a9448b74e0170192147b1b3) Thanks [@odinr](https://github.com/odinr)! - add command for generating manifest
|
|
700
715
|
|
|
701
|
-
|
|
716
|
+
generate manifest for application
|
|
702
717
|
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
718
|
+
```sh
|
|
719
|
+
fusion-framework-cli app manifest
|
|
720
|
+
#output to file
|
|
721
|
+
fusion-framework-cli app manifest -o manifest.json
|
|
722
|
+
#specify custom config
|
|
723
|
+
fusion-framework-cli app manifest -c app.manifest.custom.ts
|
|
724
|
+
```
|
|
710
725
|
|
|
711
|
-
-
|
|
726
|
+
- [#1194](https://github.com/equinor/fusion-framework/pull/1194) [`a424aef5`](https://github.com/equinor/fusion-framework/commit/a424aef5dc6575204a9448b74e0170192147b1b3) Thanks [@odinr](https://github.com/odinr)! - add pack command to cli
|
|
712
727
|
|
|
713
|
-
|
|
728
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
714
729
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
730
|
+
```sh
|
|
731
|
+
fusion-framework-cli app pack
|
|
732
|
+
```
|
|
718
733
|
|
|
719
734
|
### Patch Changes
|
|
720
735
|
|
|
721
|
-
-
|
|
736
|
+
- [#1194](https://github.com/equinor/fusion-framework/pull/1194) [`a424aef5`](https://github.com/equinor/fusion-framework/commit/a424aef5dc6575204a9448b74e0170192147b1b3) Thanks [@odinr](https://github.com/odinr)! - Add command for outputting application configuration
|
|
722
737
|
|
|
723
|
-
|
|
738
|
+
**example**
|
|
724
739
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
740
|
+
```sh
|
|
741
|
+
fusion-framework-cli app config -o my-app.config.json
|
|
742
|
+
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
743
|
+
```
|
|
729
744
|
|
|
730
745
|
## 8.1.1
|
|
731
746
|
|
|
732
747
|
### Patch Changes
|
|
733
748
|
|
|
734
|
-
-
|
|
735
|
-
|
|
736
|
-
|
|
749
|
+
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
|
|
750
|
+
- @equinor/fusion-observable@8.1.1
|
|
751
|
+
- @equinor/fusion-framework-app@7.1.3
|
|
737
752
|
|
|
738
753
|
## 8.1.0
|
|
739
754
|
|
|
740
755
|
### Minor Changes
|
|
741
756
|
|
|
742
|
-
-
|
|
757
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
743
758
|
|
|
744
|
-
|
|
745
|
-
|
|
759
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
760
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
746
761
|
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
762
|
+
- remove @emotion/\*
|
|
763
|
+
- convert emotion to styled-components
|
|
764
|
+
- fix styling of cli
|
|
765
|
+
- convert main placeholder to grid
|
|
766
|
+
- remove unnecessary styling from header
|
|
767
|
+
- set dynamic width of context selector (min 25rem)
|
|
753
768
|
|
|
754
769
|
### Patch Changes
|
|
755
770
|
|
|
756
|
-
-
|
|
771
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
757
772
|
|
|
758
|
-
-
|
|
759
|
-
|
|
773
|
+
- Updated dependencies []:
|
|
774
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
760
775
|
|
|
761
776
|
## 8.0.1
|
|
762
777
|
|
|
763
778
|
### Patch Changes
|
|
764
779
|
|
|
765
|
-
-
|
|
780
|
+
- [#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
|
|
766
781
|
|
|
767
|
-
|
|
782
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
768
783
|
|
|
769
|
-
|
|
784
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
770
785
|
|
|
771
|
-
-
|
|
786
|
+
- [#1130](https://github.com/equinor/fusion-framework/pull/1130) [`542356ee`](https://github.com/equinor/fusion-framework/commit/542356eecfcc1bc8b896e71377308a1de29f4ab9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @emotion/styled from 11.10.6 to 11.11.0
|
|
772
787
|
|
|
773
|
-
-
|
|
788
|
+
- [#1129](https://github.com/equinor/fusion-framework/pull/1129) [`f672d0bb`](https://github.com/equinor/fusion-framework/commit/f672d0bba71a7ea6cd08135778fda67ff38f3ac3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.30.0 to 0.32.4
|
|
774
789
|
|
|
775
|
-
-
|
|
790
|
+
- [#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
|
|
776
791
|
|
|
777
|
-
|
|
792
|
+
only dev deps updated should not affect any consumers
|
|
778
793
|
|
|
779
|
-
|
|
794
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
780
795
|
|
|
781
|
-
-
|
|
796
|
+
- [#1122](https://github.com/equinor/fusion-framework/pull/1122) [`1a055b21`](https://github.com/equinor/fusion-framework/commit/1a055b21e07f84bc5d35cc891586aa9aa0bdf661) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update styled-components to [^6.0.7](https://github.com/styled-components/styled-components/releases/tag/v6.0.7)
|
|
782
797
|
|
|
783
|
-
|
|
784
|
-
|
|
798
|
+
- upgraded dev deps of `@equinor/fusion-framework-react-components-bookmark` to react 18, see style-components [changelog](https://github.com/styled-components/styled-components/releases/tag/v6.0.0)
|
|
799
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
785
800
|
|
|
786
|
-
|
|
801
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
787
802
|
|
|
788
|
-
-
|
|
803
|
+
- [#1148](https://github.com/equinor/fusion-framework/pull/1148) [`46201069`](https://github.com/equinor/fusion-framework/commit/46201069505f2526d1bdec05c134da17012b6d31) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump vite from 4.2.3 to 4.4.9
|
|
789
804
|
|
|
790
|
-
|
|
805
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
791
806
|
|
|
792
|
-
-
|
|
807
|
+
- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
|
|
793
808
|
|
|
794
|
-
-
|
|
809
|
+
- [#1156](https://github.com/equinor/fusion-framework/pull/1156) [`dfee1f79`](https://github.com/equinor/fusion-framework/commit/dfee1f79c9b70c2c2f27c12096000e6fc1e8ff7a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump vite-tsconfig-paths from [4.0.7](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v4.0.7) to [4.2.0](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v4.2.0)
|
|
795
810
|
|
|
796
|
-
-
|
|
811
|
+
- [#1087](https://github.com/equinor/fusion-framework/pull/1087) [`6887c016`](https://github.com/equinor/fusion-framework/commit/6887c0164102e17b4a6d6f16193d9e34a0f41149) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @vitejs/plugin-react from 3.1.0 to 4.0.4
|
|
797
812
|
|
|
798
|
-
-
|
|
799
|
-
|
|
800
|
-
|
|
813
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
814
|
+
- @equinor/fusion-observable@8.1.0
|
|
815
|
+
- @equinor/fusion-framework-app@7.1.1
|
|
801
816
|
|
|
802
817
|
## 8.0.0
|
|
803
818
|
|
|
804
819
|
### Major Changes
|
|
805
820
|
|
|
806
|
-
-
|
|
821
|
+
- [#973](https://github.com/equinor/fusion-framework/pull/973) [`713c94d9`](https://github.com/equinor/fusion-framework/commit/713c94d9a493f5aecb9fefa44942f83bd30ae29c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump commander from [10.0.1](https://github.com/tj/commander.js/releases/tag/v10.0.1) to [11.0.0](https://github.com/tj/commander.js/releases/tag/v11.0.0)
|
|
807
822
|
|
|
808
|
-
|
|
823
|
+
**Breaking**
|
|
809
824
|
|
|
810
|
-
|
|
825
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
811
826
|
|
|
812
827
|
### Patch Changes
|
|
813
828
|
|
|
814
|
-
-
|
|
829
|
+
- [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0
|
|
815
830
|
|
|
816
|
-
|
|
831
|
+
only style semantics updated
|
|
817
832
|
|
|
818
|
-
-
|
|
819
|
-
|
|
820
|
-
|
|
833
|
+
- Updated dependencies [[`b16e93e2`](https://github.com/equinor/fusion-framework/commit/b16e93e23e456ab065a414f4bdc44445b6e9ad9f), [`b16e93e2`](https://github.com/equinor/fusion-framework/commit/b16e93e23e456ab065a414f4bdc44445b6e9ad9f), [`b16e93e2`](https://github.com/equinor/fusion-framework/commit/b16e93e23e456ab065a414f4bdc44445b6e9ad9f), [`0a785d5c`](https://github.com/equinor/fusion-framework/commit/0a785d5c339ceec7cbbe2a6ff9e16053c86ce511), [`38869a87`](https://github.com/equinor/fusion-framework/commit/38869a87788c340d363e9be1e7fc6ce0e29efa63)]:
|
|
834
|
+
- @equinor/fusion-observable@8.0.3
|
|
835
|
+
- @equinor/fusion-framework-app@7.1.0
|
|
821
836
|
|
|
822
837
|
## 7.1.0
|
|
823
838
|
|
|
824
839
|
### Minor Changes
|
|
825
840
|
|
|
826
|
-
-
|
|
841
|
+
- [#1055](https://github.com/equinor/fusion-framework/pull/1055) [`6c2fd59e`](https://github.com/equinor/fusion-framework/commit/6c2fd59e66ff77629ce1b7ecd5fd47e799719b91) Thanks [@odinr](https://github.com/odinr)! - **Allow loading of custom vite config**
|
|
827
842
|
|
|
828
|
-
|
|
829
|
-
|
|
843
|
+
When running the CLI, allow the user to provide custom [Vite config](https://vitejs.dev/config/).
|
|
844
|
+
The provided config is merged with the built-in config (default generated by the CLI).
|
|
830
845
|
|
|
831
|
-
|
|
846
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
832
847
|
|
|
833
848
|
## 7.0.13
|
|
834
849
|
|
|
835
850
|
### Patch Changes
|
|
836
851
|
|
|
837
|
-
-
|
|
852
|
+
- [#1002](https://github.com/equinor/fusion-framework/pull/1002) [`7f506120`](https://github.com/equinor/fusion-framework/commit/7f506120c702f157f95f477ddfc514a906176870) Thanks [@eikeland](https://github.com/eikeland)! - # Updating @equinor/fusion-react-styles
|
|
838
853
|
|
|
839
|
-
|
|
854
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
840
855
|
|
|
841
|
-
|
|
856
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
842
857
|
|
|
843
858
|
## 7.0.12
|
|
844
859
|
|
|
845
860
|
### Patch Changes
|
|
846
861
|
|
|
847
|
-
-
|
|
862
|
+
- [#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
|
|
848
863
|
|
|
849
|
-
-
|
|
850
|
-
|
|
864
|
+
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
865
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
851
866
|
|
|
852
867
|
## 7.0.11
|
|
853
868
|
|
|
854
869
|
### Patch Changes
|
|
855
870
|
|
|
856
|
-
-
|
|
857
|
-
|
|
871
|
+
- [#910](https://github.com/equinor/fusion-framework/pull/910) [`d40951a3`](https://github.com/equinor/fusion-framework/commit/d40951a3f5044083e7aec416c065342d0207e5d5) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Removes requirement of leading slash in `main` attr in `package.json`, meaning
|
|
872
|
+
both `"main": "src/index.ts"` and `"main": "/src/index.ts"` will resolve.
|
|
858
873
|
|
|
859
|
-
-
|
|
874
|
+
- [#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**
|
|
860
875
|
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
876
|
+
- align all versions of typescript
|
|
877
|
+
- update types to build
|
|
878
|
+
- 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
|
|
864
879
|
|
|
865
|
-
-
|
|
866
|
-
|
|
880
|
+
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
881
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
867
882
|
|
|
868
883
|
All notable changes to this project will be documented in this file.
|
|
869
884
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -912,22 +927,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
912
927
|
|
|
913
928
|
### ⚠ BREAKING CHANGES
|
|
914
929
|
|
|
915
|
-
-
|
|
930
|
+
- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
|
|
916
931
|
|
|
917
932
|
### Features
|
|
918
933
|
|
|
919
|
-
-
|
|
934
|
+
- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
|
|
920
935
|
|
|
921
936
|
## 6.1.0 (2023-04-24)
|
|
922
937
|
|
|
923
938
|
### Features
|
|
924
939
|
|
|
925
|
-
-
|
|
940
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
926
941
|
|
|
927
942
|
### Bug Fixes
|
|
928
943
|
|
|
929
|
-
-
|
|
930
|
-
-
|
|
944
|
+
- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
|
|
945
|
+
- cli package json ([966695a](https://github.com/equinor/fusion-framework/commit/966695a7701cbea9115053226f48d378a77d6af3))
|
|
931
946
|
|
|
932
947
|
## 6.0.4 (2023-04-18)
|
|
933
948
|
|
|
@@ -973,7 +988,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
973
988
|
|
|
974
989
|
### Bug Fixes
|
|
975
990
|
|
|
976
|
-
-
|
|
991
|
+
- :bug: fix incorrect height cli portal ([38aee24](https://github.com/equinor/fusion-framework/commit/38aee24011fe1d3c049d7667d777c91b19a02d2c))
|
|
977
992
|
|
|
978
993
|
## [5.1.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.13...@equinor/fusion-framework-cli@5.1.14) (2023-04-13)
|
|
979
994
|
|
|
@@ -987,23 +1002,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
987
1002
|
|
|
988
1003
|
### Bug Fixes
|
|
989
1004
|
|
|
990
|
-
-
|
|
1005
|
+
- force build of cli ([3fdff80](https://github.com/equinor/fusion-framework/commit/3fdff80c69c769d789d00f7cec5895a080be3ccf))
|
|
991
1006
|
|
|
992
1007
|
## [5.1.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.9...@equinor/fusion-framework-cli@5.1.11) (2023-03-31)
|
|
993
1008
|
|
|
994
1009
|
### Bug Fixes
|
|
995
1010
|
|
|
996
|
-
-
|
|
997
|
-
-
|
|
998
|
-
-
|
|
1011
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
1012
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
1013
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
999
1014
|
|
|
1000
1015
|
## [5.1.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.9...@equinor/fusion-framework-cli@5.1.10) (2023-03-31)
|
|
1001
1016
|
|
|
1002
1017
|
### Bug Fixes
|
|
1003
1018
|
|
|
1004
|
-
-
|
|
1005
|
-
-
|
|
1006
|
-
-
|
|
1019
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
1020
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
1021
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
1007
1022
|
|
|
1008
1023
|
## [5.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.8...@equinor/fusion-framework-cli@5.1.9) (2023-03-28)
|
|
1009
1024
|
|
|
@@ -1033,7 +1048,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1033
1048
|
|
|
1034
1049
|
### Bug Fixes
|
|
1035
1050
|
|
|
1036
|
-
-
|
|
1051
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
1037
1052
|
|
|
1038
1053
|
## [5.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.1...@equinor/fusion-framework-cli@5.1.2) (2023-03-21)
|
|
1039
1054
|
|
|
@@ -1043,13 +1058,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1043
1058
|
|
|
1044
1059
|
### Bug Fixes
|
|
1045
1060
|
|
|
1046
|
-
-
|
|
1061
|
+
- **cli:** add missing proxy target ([1f14f99](https://github.com/equinor/fusion-framework/commit/1f14f99290d6ee3c112115f29b9f28d1a6959b62))
|
|
1047
1062
|
|
|
1048
1063
|
## [5.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.8...@equinor/fusion-framework-cli@5.1.0) (2023-03-20)
|
|
1049
1064
|
|
|
1050
1065
|
### Features
|
|
1051
1066
|
|
|
1052
|
-
-
|
|
1067
|
+
- **cli:** allow configuring portal host in cli ([9641b21](https://github.com/equinor/fusion-framework/commit/9641b215a1bff957687e9eda661679f000588a47))
|
|
1053
1068
|
|
|
1054
1069
|
## [5.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.7...@equinor/fusion-framework-cli@5.0.8) (2023-03-20)
|
|
1055
1070
|
|
|
@@ -1063,13 +1078,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1063
1078
|
|
|
1064
1079
|
### Bug Fixes
|
|
1065
1080
|
|
|
1066
|
-
-
|
|
1081
|
+
- **cli:** use referer as proxy uri ([35edbdc](https://github.com/equinor/fusion-framework/commit/35edbdcae83d51595e013550303b8ea8b7e1c675))
|
|
1067
1082
|
|
|
1068
1083
|
## [5.0.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.5...@equinor/fusion-framework-cli@5.0.6) (2023-03-10)
|
|
1069
1084
|
|
|
1070
1085
|
### Bug Fixes
|
|
1071
1086
|
|
|
1072
|
-
-
|
|
1087
|
+
- **cli:** fix mounting element in app loader ([0410c7f](https://github.com/equinor/fusion-framework/commit/0410c7f0ce7a1b9f25c7716e0206534a1d047529))
|
|
1073
1088
|
|
|
1074
1089
|
## 5.0.5 (2023-03-09)
|
|
1075
1090
|
|
|
@@ -1079,7 +1094,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1079
1094
|
|
|
1080
1095
|
### Bug Fixes
|
|
1081
1096
|
|
|
1082
|
-
-
|
|
1097
|
+
- **cli:** include `NODE_ENV` environment in build ([28faf2a](https://github.com/equinor/fusion-framework/commit/28faf2abc1adb09cc52242e26abb61e2ddfeb6c1))
|
|
1083
1098
|
|
|
1084
1099
|
## [5.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.2...@equinor/fusion-framework-cli@5.0.3) (2023-03-06)
|
|
1085
1100
|
|
|
@@ -1093,36 +1108,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1093
1108
|
|
|
1094
1109
|
### Bug Fixes
|
|
1095
1110
|
|
|
1096
|
-
-
|
|
1111
|
+
- **cli:** allow cli to read paths from tsconfig ([c78673f](https://github.com/equinor/fusion-framework/commit/c78673f7d85a2c3697798aa6a59ef1792ca53af6))
|
|
1097
1112
|
|
|
1098
1113
|
## [5.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@4.1.0...@equinor/fusion-framework-cli@5.0.0) (2023-02-13)
|
|
1099
1114
|
|
|
1100
1115
|
### ⚠ BREAKING CHANGES
|
|
1101
1116
|
|
|
1102
|
-
-
|
|
1117
|
+
- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
|
|
1103
1118
|
|
|
1104
1119
|
### Bug Fixes
|
|
1105
1120
|
|
|
1106
|
-
-
|
|
1107
|
-
-
|
|
1121
|
+
- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
|
|
1122
|
+
- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
|
|
1108
1123
|
|
|
1109
1124
|
## [4.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@4.0.4...@equinor/fusion-framework-cli@4.1.0) (2023-02-09)
|
|
1110
1125
|
|
|
1111
1126
|
### Features
|
|
1112
1127
|
|
|
1113
|
-
-
|
|
1114
|
-
-
|
|
1128
|
+
- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
|
|
1129
|
+
- **cli:** add react es lint for cli ([55137d7](https://github.com/equinor/fusion-framework/commit/55137d7baee9611fcb3e4bde4a4c0a954a8a68c6))
|
|
1115
1130
|
|
|
1116
1131
|
### Bug Fixes
|
|
1117
1132
|
|
|
1118
|
-
-
|
|
1119
|
-
-
|
|
1133
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
1134
|
+
- **cli:** update person resolver ([4ef99ae](https://github.com/equinor/fusion-framework/commit/4ef99ae5da870ec5d076041996ee98548fc18e5a))
|
|
1120
1135
|
|
|
1121
1136
|
## [4.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@4.0.4...@equinor/fusion-framework-cli@4.0.5) (2023-02-02)
|
|
1122
1137
|
|
|
1123
1138
|
### Bug Fixes
|
|
1124
1139
|
|
|
1125
|
-
-
|
|
1140
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
1126
1141
|
|
|
1127
1142
|
## 4.0.4 (2023-02-02)
|
|
1128
1143
|
|
|
@@ -1144,21 +1159,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1144
1159
|
|
|
1145
1160
|
### ⚠ BREAKING CHANGES
|
|
1146
1161
|
|
|
1147
|
-
-
|
|
1162
|
+
- hook has new return type
|
|
1148
1163
|
|
|
1149
1164
|
### Bug Fixes
|
|
1150
1165
|
|
|
1151
|
-
-
|
|
1166
|
+
- references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
|
|
1152
1167
|
|
|
1153
1168
|
## [3.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@3.0.5...@equinor/fusion-framework-cli@3.1.0) (2023-02-01)
|
|
1154
1169
|
|
|
1155
1170
|
### Features
|
|
1156
1171
|
|
|
1157
|
-
-
|
|
1172
|
+
- **equinorloader:** centered starprogress loader ([081226d](https://github.com/equinor/fusion-framework/commit/081226d4afa1bdbb9daca0304ce34bc13471e8d7))
|
|
1158
1173
|
|
|
1159
1174
|
### Bug Fixes
|
|
1160
1175
|
|
|
1161
|
-
-
|
|
1176
|
+
- **cli:** fixing contextresolver ([41edf18](https://github.com/equinor/fusion-framework/commit/41edf18223aed93b393c0fab1e1f41797b7f06da)), closes [#591](https://github.com/equinor/fusion-framework/issues/591)
|
|
1162
1177
|
|
|
1163
1178
|
## [3.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@3.0.4...@equinor/fusion-framework-cli@3.0.5) (2023-01-30)
|
|
1164
1179
|
|
|
@@ -1168,7 +1183,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1168
1183
|
|
|
1169
1184
|
### Bug Fixes
|
|
1170
1185
|
|
|
1171
|
-
-
|
|
1186
|
+
- **cli:** disable 'x-powered-by' ([29cc4a8](https://github.com/equinor/fusion-framework/commit/29cc4a866f3f38a17a2df23eac047e7b82129696))
|
|
1172
1187
|
|
|
1173
1188
|
## [3.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@3.0.2...@equinor/fusion-framework-cli@3.0.3) (2023-01-30)
|
|
1174
1189
|
|
|
@@ -1178,7 +1193,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1178
1193
|
|
|
1179
1194
|
### Bug Fixes
|
|
1180
1195
|
|
|
1181
|
-
-
|
|
1196
|
+
- **cli:** named exports ([b03381b](https://github.com/equinor/fusion-framework/commit/b03381bde924db1979e9e5e870b356dc5db4b81d))
|
|
1182
1197
|
|
|
1183
1198
|
## 3.0.1 (2023-01-27)
|
|
1184
1199
|
|
|
@@ -1240,17 +1255,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1240
1255
|
|
|
1241
1256
|
### ⚠ BREAKING CHANGES
|
|
1242
1257
|
|
|
1243
|
-
-
|
|
1258
|
+
- **module-app:** manifest prop rename
|
|
1244
1259
|
|
|
1245
1260
|
### Bug Fixes
|
|
1246
1261
|
|
|
1247
|
-
-
|
|
1262
|
+
- **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
|
|
1248
1263
|
|
|
1249
1264
|
## [1.2.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.13...@equinor/fusion-framework-cli@1.2.14) (2022-12-22)
|
|
1250
1265
|
|
|
1251
1266
|
### Bug Fixes
|
|
1252
1267
|
|
|
1253
|
-
-
|
|
1268
|
+
- **utils/cli:** typo in import ([e4c3d0a](https://github.com/equinor/fusion-framework/commit/e4c3d0ac13f8a47ec4447cc07f7b9dc4210ba0c1))
|
|
1254
1269
|
|
|
1255
1270
|
## [1.2.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.12...@equinor/fusion-framework-cli@1.2.13) (2022-12-21)
|
|
1256
1271
|
|
|
@@ -1280,13 +1295,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1280
1295
|
|
|
1281
1296
|
### Bug Fixes
|
|
1282
1297
|
|
|
1283
|
-
-
|
|
1298
|
+
- **utils/cli:** update app-loader ([4b1d5e7](https://github.com/equinor/fusion-framework/commit/4b1d5e7a5ca1e7b9d7a34556799a7c9aa77b9440))
|
|
1284
1299
|
|
|
1285
1300
|
## [1.2.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.5...@equinor/fusion-framework-cli@1.2.6) (2022-12-14)
|
|
1286
1301
|
|
|
1287
1302
|
### Bug Fixes
|
|
1288
1303
|
|
|
1289
|
-
-
|
|
1304
|
+
- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6))
|
|
1290
1305
|
|
|
1291
1306
|
## [1.2.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.4...@equinor/fusion-framework-cli@1.2.5) (2022-12-13)
|
|
1292
1307
|
|
|
@@ -1308,19 +1323,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1308
1323
|
|
|
1309
1324
|
### Bug Fixes
|
|
1310
1325
|
|
|
1311
|
-
-
|
|
1326
|
+
- **context:** method for contextParameterFn on enableContext ([398658d](https://github.com/equinor/fusion-framework/commit/398658de26355a8ca99aea291963b8c302df3ddc))
|
|
1312
1327
|
|
|
1313
1328
|
## [1.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.1.9...@equinor/fusion-framework-cli@1.2.0) (2022-12-12)
|
|
1314
1329
|
|
|
1315
1330
|
### Features
|
|
1316
1331
|
|
|
1317
|
-
-
|
|
1332
|
+
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc))
|
|
1318
1333
|
|
|
1319
1334
|
### Bug Fixes
|
|
1320
1335
|
|
|
1321
|
-
-
|
|
1322
|
-
-
|
|
1323
|
-
-
|
|
1336
|
+
- **utils/cli:** fix layout of router outlet ([ac99033](https://github.com/equinor/fusion-framework/commit/ac99033061ae9867adf6c47f1293266fd20ab8ef))
|
|
1337
|
+
- **utils/cli:** update header of error view ([971b5e5](https://github.com/equinor/fusion-framework/commit/971b5e5ee8f3ec98e2ec41eb485bf01b35ee501e))
|
|
1338
|
+
- **utils/cli:** update loading of application ([4de3289](https://github.com/equinor/fusion-framework/commit/4de3289942f8e3d81f4ee5749311479f4f49b680))
|
|
1324
1339
|
|
|
1325
1340
|
## [1.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.1.8...@equinor/fusion-framework-cli@1.1.9) (2022-12-08)
|
|
1326
1341
|
|
|
@@ -1362,17 +1377,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1362
1377
|
|
|
1363
1378
|
### Features
|
|
1364
1379
|
|
|
1365
|
-
-
|
|
1366
|
-
-
|
|
1367
|
-
-
|
|
1368
|
-
-
|
|
1369
|
-
-
|
|
1380
|
+
- **context-selector:** adds icon to orgchart result items ([90343d9](https://github.com/equinor/fusion-framework/commit/90343d9915cb85eaa9945012c8709a2d40f6f023))
|
|
1381
|
+
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2))
|
|
1382
|
+
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476))
|
|
1383
|
+
- fusionlogo component ([b02fe16](https://github.com/equinor/fusion-framework/commit/b02fe16d3bb723b13413115826df0bbbc2b46815))
|
|
1384
|
+
- header with contextselector and logo ([174ed3d](https://github.com/equinor/fusion-framework/commit/174ed3d14383b6a813d2264ad5dfd9397fe17185))
|
|
1370
1385
|
|
|
1371
1386
|
### Bug Fixes
|
|
1372
1387
|
|
|
1373
|
-
-
|
|
1374
|
-
-
|
|
1375
|
-
-
|
|
1388
|
+
- **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
|
|
1389
|
+
- **cli:** contextselector improvements and comments ([bf8363e](https://github.com/equinor/fusion-framework/commit/bf8363e86909407632caa5ec46182643cbdd2205))
|
|
1390
|
+
- **cli:** updated dependencie versions ([12cb3c8](https://github.com/equinor/fusion-framework/commit/12cb3c8d56cad82986d910f45ec1933fe43bfd67))
|
|
1376
1391
|
|
|
1377
1392
|
## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.0.1...@equinor/fusion-framework-cli@1.0.2) (2022-12-05)
|
|
1378
1393
|
|
|
@@ -1450,13 +1465,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1450
1465
|
|
|
1451
1466
|
### Bug Fixes
|
|
1452
1467
|
|
|
1453
|
-
-
|
|
1468
|
+
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
|
|
1454
1469
|
|
|
1455
1470
|
## 0.3.5 (2022-11-23)
|
|
1456
1471
|
|
|
1457
1472
|
### Bug Fixes
|
|
1458
1473
|
|
|
1459
|
-
-
|
|
1474
|
+
- **cli:** relative path resolve windows ([0316c30](https://github.com/equinor/fusion-framework/commit/0316c30fd0e75d230893015c40c96dd369e8e472))
|
|
1460
1475
|
|
|
1461
1476
|
## [0.3.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.3.3...@equinor/fusion-framework-cli@0.3.4) (2022-11-20)
|
|
1462
1477
|
|
|
@@ -1470,7 +1485,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1470
1485
|
|
|
1471
1486
|
### Bug Fixes
|
|
1472
1487
|
|
|
1473
|
-
-
|
|
1488
|
+
- basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
|
|
1474
1489
|
|
|
1475
1490
|
## [0.3.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.3.0...@equinor/fusion-framework-cli@0.3.1) (2022-11-18)
|
|
1476
1491
|
|
|
@@ -1480,7 +1495,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1480
1495
|
|
|
1481
1496
|
### Features
|
|
1482
1497
|
|
|
1483
|
-
-
|
|
1498
|
+
- **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
|
|
1484
1499
|
|
|
1485
1500
|
## [0.2.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.2.2...@equinor/fusion-framework-cli@0.2.3) (2022-11-17)
|
|
1486
1501
|
|
|
@@ -1490,7 +1505,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1490
1505
|
|
|
1491
1506
|
### Bug Fixes
|
|
1492
1507
|
|
|
1493
|
-
-
|
|
1508
|
+
- **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
|
|
1494
1509
|
|
|
1495
1510
|
## [0.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.2.0...@equinor/fusion-framework-cli@0.2.1) (2022-11-16)
|
|
1496
1511
|
|
|
@@ -1500,8 +1515,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1500
1515
|
|
|
1501
1516
|
### Features
|
|
1502
1517
|
|
|
1503
|
-
-
|
|
1504
|
-
-
|
|
1518
|
+
- add router and app loader ([f21661d](https://github.com/equinor/fusion-framework/commit/f21661d1255633848d1662dabb74e8e33ab629d5))
|
|
1519
|
+
- **cli:** add proxy routing for app and config ([b923830](https://github.com/equinor/fusion-framework/commit/b9238309a2f15a470d63411d2da0b58a1eb63e90))
|
|
1505
1520
|
|
|
1506
1521
|
## 0.1.15 (2022-11-14)
|
|
1507
1522
|
|
|
@@ -1527,28 +1542,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1527
1542
|
|
|
1528
1543
|
### Bug Fixes
|
|
1529
1544
|
|
|
1530
|
-
-
|
|
1545
|
+
- **cli:** add dep @vitejs/plugin-react ([415dd9f](https://github.com/equinor/fusion-framework/commit/415dd9f466076f232e751bbbffa54a8b10c0bea4))
|
|
1531
1546
|
|
|
1532
1547
|
## [0.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.8...@equinor/fusion-framework-cli@0.1.9) (2022-11-07)
|
|
1533
1548
|
|
|
1534
1549
|
### Bug Fixes
|
|
1535
1550
|
|
|
1536
|
-
-
|
|
1551
|
+
- **cli:** requires vite ([c512d9e](https://github.com/equinor/fusion-framework/commit/c512d9e0e413e515fe0dcb412af49996b04d2484))
|
|
1537
1552
|
|
|
1538
1553
|
## [0.1.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.7...@equinor/fusion-framework-cli@0.1.8) (2022-11-07)
|
|
1539
1554
|
|
|
1540
1555
|
### Bug Fixes
|
|
1541
1556
|
|
|
1542
|
-
-
|
|
1543
|
-
-
|
|
1557
|
+
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9))
|
|
1558
|
+
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2))
|
|
1544
1559
|
|
|
1545
1560
|
## [0.1.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.6...@equinor/fusion-framework-cli@0.1.7) (2022-11-03)
|
|
1546
1561
|
|
|
1547
1562
|
### Bug Fixes
|
|
1548
1563
|
|
|
1549
|
-
-
|
|
1550
|
-
-
|
|
1551
|
-
-
|
|
1564
|
+
- **cli:** allow default export of render app ([d27a336](https://github.com/equinor/fusion-framework/commit/d27a336874d918448389a79b1291b13a1b2f41d9))
|
|
1565
|
+
- **cli:** transform request to index.html ([e531958](https://github.com/equinor/fusion-framework/commit/e5319586598cf8567987040468f933438a4a7521))
|
|
1566
|
+
- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
|
|
1552
1567
|
|
|
1553
1568
|
## [0.1.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.5...@equinor/fusion-framework-cli@0.1.6) (2022-11-03)
|
|
1554
1569
|
|
|
@@ -1578,4 +1593,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1578
1593
|
|
|
1579
1594
|
### Features
|
|
1580
1595
|
|
|
1581
|
-
-
|
|
1596
|
+
- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1))
|