@equinor/fusion-framework-cli 9.12.5 → 9.12.6
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 +455 -452
- package/dist/bin/public/assets/{index-x7t0Q4yH.js → index-CCD0m8r1.js} +361 -361
- 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 +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,869 +1,872 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.12.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @equinor/fusion-framework-app@9.0.9
|
|
9
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.2
|
|
10
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.8
|
|
11
|
+
|
|
3
12
|
## 9.12.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
7
|
-
-
|
|
16
|
+
- [#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
17
|
|
|
9
|
-
|
|
18
|
+
fixes: https://github.com/equinor/fusion/issues/301
|
|
10
19
|
|
|
11
|
-
|
|
20
|
+
## @equinor/fusion-framework-cli
|
|
12
21
|
|
|
13
|
-
|
|
22
|
+
### What the change is
|
|
14
23
|
|
|
15
|
-
|
|
24
|
+
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
25
|
|
|
17
|
-
|
|
26
|
+
### Why the change was made
|
|
18
27
|
|
|
19
|
-
|
|
28
|
+
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
29
|
|
|
21
|
-
|
|
30
|
+
### How a consumer should update their code
|
|
22
31
|
|
|
23
|
-
|
|
32
|
+
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
33
|
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
34
|
+
- Updated dependencies []:
|
|
35
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.7
|
|
36
|
+
- @equinor/fusion-framework-app@9.0.8
|
|
28
37
|
|
|
29
38
|
## 9.12.4
|
|
30
39
|
|
|
31
40
|
### Patch Changes
|
|
32
41
|
|
|
33
|
-
-
|
|
42
|
+
- [#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
43
|
|
|
35
|
-
|
|
36
|
-
|
|
44
|
+
- added default resolve value when generating base vite configuration
|
|
45
|
+
- moved default query log level resolve outside class
|
|
37
46
|
|
|
38
|
-
|
|
47
|
+
fixes: https://github.com/equinor/fusion/issues/343
|
|
39
48
|
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
- Updated dependencies []:
|
|
50
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.6
|
|
51
|
+
- @equinor/fusion-framework-app@9.0.7
|
|
43
52
|
|
|
44
53
|
## 9.12.3
|
|
45
54
|
|
|
46
55
|
### Patch Changes
|
|
47
56
|
|
|
48
|
-
-
|
|
57
|
+
- [#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
58
|
|
|
50
|
-
-
|
|
59
|
+
- [#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
60
|
|
|
52
|
-
-
|
|
61
|
+
- [`cf4a17a`](https://github.com/equinor/fusion-framework/commit/cf4a17a07540b05b0d44de7e188aaaa8f9fef8f8) Thanks [@odinr](https://github.com/odinr)! - updated Query, ref #2095
|
|
53
62
|
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
63
|
+
- Updated dependencies []:
|
|
64
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.5
|
|
65
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
66
|
+
- @equinor/fusion-framework-app@9.0.6
|
|
58
67
|
|
|
59
68
|
## 9.12.2
|
|
60
69
|
|
|
61
70
|
### Patch Changes
|
|
62
71
|
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
72
|
+
- Updated dependencies []:
|
|
73
|
+
- @equinor/fusion-framework-app@9.0.5
|
|
74
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
75
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.4
|
|
67
76
|
|
|
68
77
|
## 9.12.1
|
|
69
78
|
|
|
70
79
|
### Patch Changes
|
|
71
80
|
|
|
72
|
-
-
|
|
81
|
+
- [#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
82
|
|
|
74
|
-
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
83
|
+
- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a)]:
|
|
84
|
+
- @equinor/fusion-observable@8.3.0
|
|
85
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
86
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.3
|
|
87
|
+
- @equinor/fusion-framework-app@9.0.4
|
|
79
88
|
|
|
80
89
|
## 9.12.0
|
|
81
90
|
|
|
82
91
|
### Minor Changes
|
|
83
92
|
|
|
84
|
-
-
|
|
93
|
+
- [#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
94
|
|
|
86
|
-
|
|
95
|
+
> 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
96
|
|
|
88
|
-
|
|
97
|
+
**No functionality changed, only the markup of dev-portal**
|
|
89
98
|
|
|
90
99
|
### Patch Changes
|
|
91
100
|
|
|
92
|
-
-
|
|
101
|
+
- [#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
102
|
|
|
94
|
-
-
|
|
103
|
+
- [#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
104
|
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
105
|
+
- Updated dependencies [[`1cf4003`](https://github.com/equinor/fusion-framework/commit/1cf400389d8d15afbacdc33789130e268c492a0c)]:
|
|
106
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.2
|
|
107
|
+
- @equinor/fusion-framework-app@9.0.3
|
|
108
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
100
109
|
|
|
101
110
|
## 9.11.1
|
|
102
111
|
|
|
103
112
|
### Patch Changes
|
|
104
113
|
|
|
105
|
-
-
|
|
106
|
-
|
|
114
|
+
- Updated dependencies [[`036ec15`](https://github.com/equinor/fusion-framework/commit/036ec151ace9c051ded41798ab94b8ee5e3d4461)]:
|
|
115
|
+
- @equinor/fusion-framework-app@9.0.2
|
|
107
116
|
|
|
108
117
|
## 9.11.0
|
|
109
118
|
|
|
110
119
|
### Minor Changes
|
|
111
120
|
|
|
112
|
-
-
|
|
121
|
+
- [#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
122
|
|
|
114
123
|
## 9.10.1
|
|
115
124
|
|
|
116
125
|
### Patch Changes
|
|
117
126
|
|
|
118
|
-
-
|
|
127
|
+
- [#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
128
|
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
129
|
+
- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
|
|
130
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.1
|
|
131
|
+
- @equinor/fusion-framework-app@9.0.1
|
|
132
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
124
133
|
|
|
125
134
|
## 9.10.0
|
|
126
135
|
|
|
127
136
|
### Minor Changes
|
|
128
137
|
|
|
129
|
-
-
|
|
138
|
+
- [#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
139
|
|
|
131
140
|
### Patch Changes
|
|
132
141
|
|
|
133
|
-
-
|
|
142
|
+
- [#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
143
|
|
|
135
|
-
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
144
|
+
- 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)]:
|
|
145
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.0
|
|
146
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
147
|
+
- @equinor/fusion-observable@8.2.0
|
|
148
|
+
- @equinor/fusion-framework-app@9.0.0
|
|
140
149
|
|
|
141
150
|
## 9.9.0
|
|
142
151
|
|
|
143
152
|
### Minor Changes
|
|
144
153
|
|
|
145
|
-
-
|
|
154
|
+
- [#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
155
|
|
|
147
|
-
|
|
156
|
+
CLI will now resolve initial context _(if context module enabled)_
|
|
148
157
|
|
|
149
|
-
|
|
158
|
+
Fixes: https://github.com/equinor/fusion/issues/307
|
|
150
159
|
|
|
151
|
-
|
|
160
|
+
Will work even if not application has not enabled navigation
|
|
152
161
|
|
|
153
162
|
### Patch Changes
|
|
154
163
|
|
|
155
|
-
-
|
|
164
|
+
- [#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
165
|
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
166
|
+
- Updated dependencies []:
|
|
167
|
+
- @equinor/fusion-framework-app@8.1.4
|
|
168
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.6
|
|
160
169
|
|
|
161
170
|
## 9.8.7
|
|
162
171
|
|
|
163
172
|
### Patch Changes
|
|
164
173
|
|
|
165
|
-
-
|
|
174
|
+
- [#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
175
|
|
|
167
176
|
## 9.8.6
|
|
168
177
|
|
|
169
178
|
### Patch Changes
|
|
170
179
|
|
|
171
|
-
-
|
|
180
|
+
- [#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
181
|
|
|
173
|
-
-
|
|
182
|
+
- [#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
183
|
|
|
175
|
-
-
|
|
176
|
-
|
|
184
|
+
- Updated dependencies [[`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72)]:
|
|
185
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.5
|
|
177
186
|
|
|
178
187
|
## 9.8.5
|
|
179
188
|
|
|
180
189
|
### Patch Changes
|
|
181
190
|
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
191
|
+
- Updated dependencies []:
|
|
192
|
+
- @equinor/fusion-framework-app@8.1.3
|
|
193
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.4
|
|
185
194
|
|
|
186
195
|
## 9.8.4
|
|
187
196
|
|
|
188
197
|
### Patch Changes
|
|
189
198
|
|
|
190
|
-
-
|
|
199
|
+
- [#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
200
|
|
|
192
|
-
-
|
|
201
|
+
- [#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
202
|
|
|
194
|
-
-
|
|
195
|
-
|
|
203
|
+
- Updated dependencies [[`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8)]:
|
|
204
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.3
|
|
196
205
|
|
|
197
206
|
## 9.8.3
|
|
198
207
|
|
|
199
208
|
### Patch Changes
|
|
200
209
|
|
|
201
|
-
-
|
|
210
|
+
- [#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
211
|
|
|
203
|
-
|
|
212
|
+
- Add info icon for no result
|
|
204
213
|
|
|
205
|
-
-
|
|
214
|
+
- [#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
215
|
|
|
207
|
-
-
|
|
216
|
+
- [#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
217
|
|
|
209
218
|
## 9.8.2
|
|
210
219
|
|
|
211
220
|
### Patch Changes
|
|
212
221
|
|
|
213
|
-
-
|
|
214
|
-
|
|
215
|
-
|
|
222
|
+
- Updated dependencies []:
|
|
223
|
+
- @equinor/fusion-framework-app@8.1.2
|
|
224
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.2
|
|
216
225
|
|
|
217
226
|
## 9.8.1
|
|
218
227
|
|
|
219
228
|
### Patch Changes
|
|
220
229
|
|
|
221
|
-
-
|
|
230
|
+
- [#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
231
|
|
|
223
|
-
-
|
|
224
|
-
|
|
232
|
+
- Updated dependencies [[`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554)]:
|
|
233
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.1
|
|
225
234
|
|
|
226
235
|
## 9.8.0
|
|
227
236
|
|
|
228
237
|
### Minor Changes
|
|
229
238
|
|
|
230
|
-
-
|
|
239
|
+
- [#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
240
|
|
|
232
241
|
### Patch Changes
|
|
233
242
|
|
|
234
|
-
-
|
|
243
|
+
- [#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
244
|
|
|
236
|
-
-
|
|
237
|
-
|
|
245
|
+
- Updated dependencies [[`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737)]:
|
|
246
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.0
|
|
238
247
|
|
|
239
248
|
## 9.7.0
|
|
240
249
|
|
|
241
250
|
### Minor Changes
|
|
242
251
|
|
|
243
|
-
-
|
|
252
|
+
- [#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
253
|
|
|
245
|
-
|
|
254
|
+
see [changelog](https://github.com/tj/commander.js/releases/tag/v12.0.0)
|
|
246
255
|
|
|
247
256
|
### Patch Changes
|
|
248
257
|
|
|
249
|
-
-
|
|
258
|
+
- [#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
259
|
|
|
251
260
|
## 9.6.4
|
|
252
261
|
|
|
253
262
|
### Patch Changes
|
|
254
263
|
|
|
255
|
-
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
264
|
+
- Updated dependencies []:
|
|
265
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.15
|
|
266
|
+
- @equinor/fusion-framework-app@8.1.1
|
|
267
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.2
|
|
259
268
|
|
|
260
269
|
## 9.6.3
|
|
261
270
|
|
|
262
271
|
### Patch Changes
|
|
263
272
|
|
|
264
|
-
-
|
|
273
|
+
- [#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
274
|
|
|
266
|
-
|
|
275
|
+
ref [issue 286](https://github.com/equinor/fusion/issues/286#issuecomment-1923401234)
|
|
267
276
|
|
|
268
277
|
## 9.6.2
|
|
269
278
|
|
|
270
279
|
### Patch Changes
|
|
271
280
|
|
|
272
|
-
-
|
|
273
|
-
|
|
274
|
-
|
|
281
|
+
- Updated dependencies [[`09f8dd2`](https://github.com/equinor/fusion-framework/commit/09f8dd2dad31e8de47409e6bd751f74e3dd02607), [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
|
|
282
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.14
|
|
283
|
+
- @equinor/fusion-framework-app@8.1.0
|
|
275
284
|
|
|
276
285
|
## 9.6.1
|
|
277
286
|
|
|
278
287
|
### Patch Changes
|
|
279
288
|
|
|
280
|
-
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
289
|
+
- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
|
|
290
|
+
- @equinor/fusion-observable@8.1.5
|
|
291
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.1
|
|
292
|
+
- @equinor/fusion-framework-app@8.0.1
|
|
293
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.13
|
|
285
294
|
|
|
286
295
|
## 9.6.0
|
|
287
296
|
|
|
288
297
|
### Minor Changes
|
|
289
298
|
|
|
290
|
-
-
|
|
299
|
+
- [#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
300
|
|
|
292
301
|
### Patch Changes
|
|
293
302
|
|
|
294
|
-
-
|
|
303
|
+
- [#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
304
|
|
|
296
|
-
-
|
|
305
|
+
- [`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
306
|
|
|
298
|
-
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
307
|
+
- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
|
|
308
|
+
- @equinor/fusion-framework-app@8.0.0
|
|
309
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.0
|
|
310
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.12
|
|
302
311
|
|
|
303
312
|
## 9.5.10
|
|
304
313
|
|
|
305
314
|
### Patch Changes
|
|
306
315
|
|
|
307
|
-
-
|
|
316
|
+
- [#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
317
|
|
|
309
318
|
## 9.5.9
|
|
310
319
|
|
|
311
320
|
### Patch Changes
|
|
312
321
|
|
|
313
|
-
-
|
|
314
|
-
|
|
322
|
+
- Updated dependencies []:
|
|
323
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.11
|
|
315
324
|
|
|
316
325
|
## 9.5.8
|
|
317
326
|
|
|
318
327
|
### Patch Changes
|
|
319
328
|
|
|
320
|
-
-
|
|
329
|
+
- [#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
330
|
|
|
322
|
-
-
|
|
323
|
-
|
|
324
|
-
|
|
331
|
+
- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
|
|
332
|
+
- @equinor/fusion-framework-module-feature-flag@0.0.1
|
|
333
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.10
|
|
325
334
|
|
|
326
335
|
## 9.5.7
|
|
327
336
|
|
|
328
337
|
### Patch Changes
|
|
329
338
|
|
|
330
|
-
-
|
|
339
|
+
- [`cb39579`](https://github.com/equinor/fusion-framework/commit/cb39579d8845df2f8b2a8e0b1afc04e1cc8dd8a6) Thanks [@odinr](https://github.com/odinr)! - prevent code splitting in the CLI
|
|
331
340
|
|
|
332
341
|
## 9.5.6
|
|
333
342
|
|
|
334
343
|
### Patch Changes
|
|
335
344
|
|
|
336
|
-
-
|
|
345
|
+
- [#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
346
|
|
|
338
|
-
-
|
|
347
|
+
- [#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
348
|
|
|
340
|
-
-
|
|
349
|
+
- [#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
350
|
|
|
342
|
-
-
|
|
351
|
+
- [#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
352
|
|
|
344
|
-
-
|
|
353
|
+
- [#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
354
|
|
|
346
|
-
-
|
|
347
|
-
|
|
348
|
-
|
|
355
|
+
- Updated dependencies [[`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296)]:
|
|
356
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.9
|
|
357
|
+
- @equinor/fusion-framework-app@7.1.15
|
|
349
358
|
|
|
350
359
|
## 9.5.5
|
|
351
360
|
|
|
352
361
|
### Patch Changes
|
|
353
362
|
|
|
354
|
-
-
|
|
355
|
-
|
|
356
|
-
|
|
363
|
+
- Updated dependencies []:
|
|
364
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
365
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
357
366
|
|
|
358
367
|
## 9.5.4
|
|
359
368
|
|
|
360
369
|
### Patch Changes
|
|
361
370
|
|
|
362
|
-
-
|
|
363
|
-
|
|
364
|
-
|
|
371
|
+
- Updated dependencies []:
|
|
372
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
373
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
365
374
|
|
|
366
375
|
## 9.5.3
|
|
367
376
|
|
|
368
377
|
### Patch Changes
|
|
369
378
|
|
|
370
|
-
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
379
|
+
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
380
|
+
- @equinor/fusion-observable@8.1.4
|
|
381
|
+
- @equinor/fusion-framework-app@7.1.12
|
|
382
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.6
|
|
374
383
|
|
|
375
384
|
## 9.5.2
|
|
376
385
|
|
|
377
386
|
### Patch Changes
|
|
378
387
|
|
|
379
|
-
-
|
|
388
|
+
- [#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
389
|
|
|
381
|
-
-
|
|
390
|
+
- [#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
391
|
|
|
383
|
-
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
392
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
393
|
+
- @equinor/fusion-observable@8.1.3
|
|
394
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.5
|
|
395
|
+
- @equinor/fusion-framework-app@7.1.11
|
|
387
396
|
|
|
388
397
|
## 9.5.1
|
|
389
398
|
|
|
390
399
|
### Patch Changes
|
|
391
400
|
|
|
392
|
-
-
|
|
401
|
+
- [#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
402
|
|
|
394
|
-
-
|
|
403
|
+
- [`72e12c8`](https://github.com/equinor/fusion-framework/commit/72e12c84efb6ac7f131a8d0f217076cbb9d5ab52) Thanks [@odinr](https://github.com/odinr)! - support for module resolution EsNext
|
|
395
404
|
|
|
396
405
|
## 9.5.0
|
|
397
406
|
|
|
398
407
|
### Minor Changes
|
|
399
408
|
|
|
400
|
-
-
|
|
409
|
+
- [#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
410
|
|
|
402
411
|
### Patch Changes
|
|
403
412
|
|
|
404
|
-
-
|
|
405
|
-
|
|
413
|
+
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
414
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
406
415
|
|
|
407
416
|
## 9.4.3
|
|
408
417
|
|
|
409
418
|
### Patch Changes
|
|
410
419
|
|
|
411
|
-
-
|
|
412
|
-
|
|
413
|
-
|
|
420
|
+
- Updated dependencies []:
|
|
421
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
422
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
414
423
|
|
|
415
424
|
## 9.4.2
|
|
416
425
|
|
|
417
426
|
### Patch Changes
|
|
418
427
|
|
|
419
|
-
-
|
|
428
|
+
- [#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
429
|
|
|
421
|
-
-
|
|
430
|
+
- [#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
431
|
|
|
423
|
-
-
|
|
424
|
-
|
|
425
|
-
|
|
432
|
+
- Updated dependencies []:
|
|
433
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
434
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
426
435
|
|
|
427
436
|
## 9.4.1
|
|
428
437
|
|
|
429
438
|
### Patch Changes
|
|
430
439
|
|
|
431
|
-
-
|
|
440
|
+
- [#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
441
|
|
|
433
|
-
-
|
|
434
|
-
|
|
442
|
+
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
443
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
435
444
|
|
|
436
445
|
## 9.4.0
|
|
437
446
|
|
|
438
447
|
### Minor Changes
|
|
439
448
|
|
|
440
|
-
-
|
|
449
|
+
- [#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
450
|
|
|
442
451
|
### Patch Changes
|
|
443
452
|
|
|
444
|
-
-
|
|
453
|
+
- [#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
454
|
|
|
446
|
-
-
|
|
455
|
+
- [#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
456
|
|
|
448
|
-
-
|
|
457
|
+
- [#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
458
|
|
|
450
459
|
## 9.3.5
|
|
451
460
|
|
|
452
461
|
### Patch Changes
|
|
453
462
|
|
|
454
|
-
-
|
|
463
|
+
- [#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
464
|
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
465
|
+
```bash
|
|
466
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
467
|
+
RangeError: Maximum call stack size exceeded
|
|
468
|
+
at String.match (<anonymous>)
|
|
469
|
+
```
|
|
461
470
|
|
|
462
471
|
## 9.3.4
|
|
463
472
|
|
|
464
473
|
### Patch Changes
|
|
465
474
|
|
|
466
|
-
-
|
|
475
|
+
- [#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
476
|
|
|
468
|
-
|
|
477
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
469
478
|
|
|
470
479
|
## 9.3.3
|
|
471
480
|
|
|
472
481
|
### Patch Changes
|
|
473
482
|
|
|
474
|
-
-
|
|
483
|
+
- [`a56172c9`](https://github.com/equinor/fusion-framework/commit/a56172c9ec241550ce57b1ea1e6ffcc8848618d5) Thanks [@odinr](https://github.com/odinr)! - rebuild cli (navigation module)
|
|
475
484
|
|
|
476
485
|
## 9.3.2
|
|
477
486
|
|
|
478
487
|
### Patch Changes
|
|
479
488
|
|
|
480
|
-
-
|
|
489
|
+
- [#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
490
|
|
|
482
|
-
|
|
491
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
483
492
|
|
|
484
|
-
|
|
493
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
485
494
|
|
|
486
|
-
-
|
|
495
|
+
- [#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
496
|
|
|
488
497
|
## 9.3.1
|
|
489
498
|
|
|
490
499
|
### Patch Changes
|
|
491
500
|
|
|
492
|
-
-
|
|
493
|
-
|
|
494
|
-
|
|
501
|
+
- Updated dependencies []:
|
|
502
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
503
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
495
504
|
|
|
496
505
|
## 9.3.0
|
|
497
506
|
|
|
498
507
|
### Minor Changes
|
|
499
508
|
|
|
500
|
-
-
|
|
509
|
+
- [#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
510
|
|
|
502
511
|
### Patch Changes
|
|
503
512
|
|
|
504
|
-
-
|
|
513
|
+
- [#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
514
|
|
|
506
|
-
-
|
|
515
|
+
- [#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
516
|
|
|
508
|
-
-
|
|
517
|
+
- [#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
518
|
|
|
510
|
-
-
|
|
519
|
+
- [#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
520
|
|
|
512
|
-
-
|
|
521
|
+
- [#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
522
|
|
|
514
|
-
-
|
|
523
|
+
- [#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
524
|
|
|
516
|
-
-
|
|
525
|
+
- [#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
526
|
|
|
518
527
|
## 9.2.1
|
|
519
528
|
|
|
520
529
|
### Patch Changes
|
|
521
530
|
|
|
522
|
-
-
|
|
531
|
+
- [#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
532
|
|
|
524
|
-
-
|
|
525
|
-
|
|
533
|
+
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
534
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
526
535
|
|
|
527
536
|
## 9.2.0
|
|
528
537
|
|
|
529
538
|
### Minor Changes
|
|
530
539
|
|
|
531
|
-
-
|
|
540
|
+
- [#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
541
|
|
|
533
542
|
## 9.1.4
|
|
534
543
|
|
|
535
544
|
### Patch Changes
|
|
536
545
|
|
|
537
|
-
-
|
|
546
|
+
- [#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
547
|
|
|
539
|
-
|
|
548
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
540
549
|
|
|
541
550
|
## 9.1.3
|
|
542
551
|
|
|
543
552
|
### Patch Changes
|
|
544
553
|
|
|
545
|
-
-
|
|
554
|
+
- [`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
555
|
|
|
547
556
|
## 9.1.2
|
|
548
557
|
|
|
549
558
|
### Patch Changes
|
|
550
559
|
|
|
551
|
-
-
|
|
560
|
+
- [#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
561
|
|
|
553
|
-
-
|
|
562
|
+
- [#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
563
|
|
|
555
|
-
-
|
|
564
|
+
- [`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
565
|
|
|
557
|
-
-
|
|
566
|
+
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
558
567
|
|
|
559
|
-
|
|
568
|
+
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
569
|
|
|
561
|
-
|
|
570
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
562
571
|
|
|
563
|
-
-
|
|
572
|
+
- [#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
573
|
|
|
565
|
-
-
|
|
574
|
+
- [#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
575
|
|
|
567
|
-
-
|
|
576
|
+
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
568
577
|
|
|
569
|
-
-
|
|
570
|
-
|
|
571
|
-
|
|
578
|
+
- 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)]:
|
|
579
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.0
|
|
580
|
+
- @equinor/fusion-framework-app@7.1.7
|
|
572
581
|
|
|
573
582
|
## 9.1.1
|
|
574
583
|
|
|
575
584
|
### Patch Changes
|
|
576
585
|
|
|
577
|
-
-
|
|
586
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
578
587
|
|
|
579
|
-
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
588
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
589
|
+
- @equinor/fusion-framework-app@7.1.6
|
|
590
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.1
|
|
591
|
+
- @equinor/fusion-observable@8.1.2
|
|
583
592
|
|
|
584
593
|
## 9.1.0
|
|
585
594
|
|
|
586
595
|
### Minor Changes
|
|
587
596
|
|
|
588
|
-
-
|
|
597
|
+
- [#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
598
|
|
|
590
|
-
|
|
599
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
591
600
|
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
+
```tsx
|
|
602
|
+
const MyPage = () => {
|
|
603
|
+
return (
|
|
604
|
+
<fwc-person-avatar azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-avatar>
|
|
605
|
+
<fwc-person-card azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-card>
|
|
606
|
+
<fwc-person-list-item azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-list-item>
|
|
607
|
+
)
|
|
608
|
+
}
|
|
609
|
+
```
|
|
601
610
|
|
|
602
611
|
### Patch Changes
|
|
603
612
|
|
|
604
|
-
-
|
|
613
|
+
- [#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
614
|
|
|
606
|
-
-
|
|
615
|
+
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
607
616
|
|
|
608
|
-
-
|
|
609
|
-
|
|
610
|
-
|
|
617
|
+
- Updated dependencies [[`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9)]:
|
|
618
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.0
|
|
619
|
+
- @equinor/fusion-framework-app@7.1.5
|
|
611
620
|
|
|
612
621
|
## 9.0.2
|
|
613
622
|
|
|
614
623
|
### Patch Changes
|
|
615
624
|
|
|
616
|
-
-
|
|
617
|
-
|
|
625
|
+
- Updated dependencies []:
|
|
626
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
618
627
|
|
|
619
628
|
## 9.0.1
|
|
620
629
|
|
|
621
630
|
### Patch Changes
|
|
622
631
|
|
|
623
|
-
-
|
|
632
|
+
- [`5d2df189`](https://github.com/equinor/fusion-framework/commit/5d2df189e022941f91ce7048f99f42f59d17c456) Thanks [@odinr](https://github.com/odinr)! - fixed naming convention of CLI config files
|
|
624
633
|
|
|
625
634
|
## 9.0.0
|
|
626
635
|
|
|
627
636
|
### Major Changes
|
|
628
637
|
|
|
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
|
-
```
|
|
638
|
+
- [#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
|
|
639
|
+
|
|
640
|
+
Rework of the Fusion Framework CLI to support future features
|
|
641
|
+
|
|
642
|
+
> the CLI was thrown together as a proof of concept, but grown un-manageable, because of lack of structure
|
|
643
|
+
|
|
644
|
+
**Main Features**
|
|
645
|
+
|
|
646
|
+
- Separate logic and utilities from program (app/cli commands)
|
|
647
|
+
- allow user to provide config files `app.{config,manifest,vite}.{ts,js,json}`
|
|
648
|
+
- the cli will try to resolve from `.ts` then `.js` then `.json`
|
|
649
|
+
- `app.config` is used to configure application environment configs (app-service config)
|
|
650
|
+
- `app.manifest` application manifest, information about the application
|
|
651
|
+
- `app.vite` override the CLI vite configuration
|
|
652
|
+
- provide interface for `app.TYPE.ts` config
|
|
653
|
+
- `define` and `merge` functionality
|
|
654
|
+
- note that `app.config` and `app.manifest` needs to return full object _(will not be merged by CLI)_
|
|
655
|
+
- allow providing config file in command
|
|
656
|
+
- using config when resolving proxy request
|
|
657
|
+
- improved CLI logging
|
|
658
|
+
|
|
659
|
+
**examples**
|
|
660
|
+
|
|
661
|
+
app.config.ts
|
|
662
|
+
|
|
663
|
+
```ts
|
|
664
|
+
import { mergeAppConfigs, defineAppConfig } from '@equinor/fusion-framework-cli';
|
|
665
|
+
export default defineAppConfig((_nev, { base }) =>
|
|
666
|
+
mergeAppConfigs(base, {
|
|
667
|
+
environment: {
|
|
668
|
+
api: {
|
|
669
|
+
foo: {
|
|
670
|
+
baseUri: 'https://foo.bars',
|
|
671
|
+
scopes: ['foobar'],
|
|
672
|
+
},
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
}),
|
|
676
|
+
);
|
|
677
|
+
```
|
|
678
|
+
|
|
679
|
+
app.manifest
|
|
680
|
+
|
|
681
|
+
```ts
|
|
682
|
+
import { defineAppManifest, mergeManifests } from '@equinor/fusion-framework-cli';
|
|
683
|
+
|
|
684
|
+
export default defineAppManifest((env, { base }) => {
|
|
685
|
+
if (env.command === 'serve') {
|
|
686
|
+
return mergeManifests(base, {
|
|
687
|
+
key: 'simple',
|
|
688
|
+
});
|
|
689
|
+
}
|
|
690
|
+
return base;
|
|
691
|
+
});
|
|
692
|
+
```
|
|
693
|
+
|
|
694
|
+
fusion-framework-cli app
|
|
695
|
+
|
|
696
|
+
```sh
|
|
697
|
+
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
698
|
+
```
|
|
696
699
|
|
|
697
700
|
### Minor Changes
|
|
698
701
|
|
|
699
|
-
-
|
|
702
|
+
- [#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
703
|
|
|
701
|
-
|
|
704
|
+
generate manifest for application
|
|
702
705
|
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
706
|
+
```sh
|
|
707
|
+
fusion-framework-cli app manifest
|
|
708
|
+
#output to file
|
|
709
|
+
fusion-framework-cli app manifest -o manifest.json
|
|
710
|
+
#specify custom config
|
|
711
|
+
fusion-framework-cli app manifest -c app.manifest.custom.ts
|
|
712
|
+
```
|
|
710
713
|
|
|
711
|
-
-
|
|
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 pack command to cli
|
|
712
715
|
|
|
713
|
-
|
|
716
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
714
717
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
+
```sh
|
|
719
|
+
fusion-framework-cli app pack
|
|
720
|
+
```
|
|
718
721
|
|
|
719
722
|
### Patch Changes
|
|
720
723
|
|
|
721
|
-
-
|
|
724
|
+
- [#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
725
|
|
|
723
|
-
|
|
726
|
+
**example**
|
|
724
727
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
728
|
+
```sh
|
|
729
|
+
fusion-framework-cli app config -o my-app.config.json
|
|
730
|
+
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
731
|
+
```
|
|
729
732
|
|
|
730
733
|
## 8.1.1
|
|
731
734
|
|
|
732
735
|
### Patch Changes
|
|
733
736
|
|
|
734
|
-
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
+
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
|
|
738
|
+
- @equinor/fusion-observable@8.1.1
|
|
739
|
+
- @equinor/fusion-framework-app@7.1.3
|
|
737
740
|
|
|
738
741
|
## 8.1.0
|
|
739
742
|
|
|
740
743
|
### Minor Changes
|
|
741
744
|
|
|
742
|
-
-
|
|
745
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
743
746
|
|
|
744
|
-
|
|
745
|
-
|
|
747
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
748
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
746
749
|
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
750
|
+
- remove @emotion/\*
|
|
751
|
+
- convert emotion to styled-components
|
|
752
|
+
- fix styling of cli
|
|
753
|
+
- convert main placeholder to grid
|
|
754
|
+
- remove unnecessary styling from header
|
|
755
|
+
- set dynamic width of context selector (min 25rem)
|
|
753
756
|
|
|
754
757
|
### Patch Changes
|
|
755
758
|
|
|
756
|
-
-
|
|
759
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
757
760
|
|
|
758
|
-
-
|
|
759
|
-
|
|
761
|
+
- Updated dependencies []:
|
|
762
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
760
763
|
|
|
761
764
|
## 8.0.1
|
|
762
765
|
|
|
763
766
|
### Patch Changes
|
|
764
767
|
|
|
765
|
-
-
|
|
768
|
+
- [#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
769
|
|
|
767
|
-
|
|
770
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
768
771
|
|
|
769
|
-
|
|
772
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
770
773
|
|
|
771
|
-
-
|
|
774
|
+
- [#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
775
|
|
|
773
|
-
-
|
|
776
|
+
- [#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
777
|
|
|
775
|
-
-
|
|
778
|
+
- [#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
779
|
|
|
777
|
-
|
|
780
|
+
only dev deps updated should not affect any consumers
|
|
778
781
|
|
|
779
|
-
|
|
782
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
780
783
|
|
|
781
|
-
-
|
|
784
|
+
- [#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
785
|
|
|
783
|
-
|
|
784
|
-
|
|
786
|
+
- 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)
|
|
787
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
785
788
|
|
|
786
|
-
|
|
789
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
787
790
|
|
|
788
|
-
-
|
|
791
|
+
- [#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
792
|
|
|
790
|
-
|
|
793
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
791
794
|
|
|
792
|
-
-
|
|
795
|
+
- [#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
796
|
|
|
794
|
-
-
|
|
797
|
+
- [#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
798
|
|
|
796
|
-
-
|
|
799
|
+
- [#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
800
|
|
|
798
|
-
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
+
- 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)]:
|
|
802
|
+
- @equinor/fusion-observable@8.1.0
|
|
803
|
+
- @equinor/fusion-framework-app@7.1.1
|
|
801
804
|
|
|
802
805
|
## 8.0.0
|
|
803
806
|
|
|
804
807
|
### Major Changes
|
|
805
808
|
|
|
806
|
-
-
|
|
809
|
+
- [#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
810
|
|
|
808
|
-
|
|
811
|
+
**Breaking**
|
|
809
812
|
|
|
810
|
-
|
|
813
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
811
814
|
|
|
812
815
|
### Patch Changes
|
|
813
816
|
|
|
814
|
-
-
|
|
817
|
+
- [#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
818
|
|
|
816
|
-
|
|
819
|
+
only style semantics updated
|
|
817
820
|
|
|
818
|
-
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
+
- 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)]:
|
|
822
|
+
- @equinor/fusion-observable@8.0.3
|
|
823
|
+
- @equinor/fusion-framework-app@7.1.0
|
|
821
824
|
|
|
822
825
|
## 7.1.0
|
|
823
826
|
|
|
824
827
|
### Minor Changes
|
|
825
828
|
|
|
826
|
-
-
|
|
829
|
+
- [#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
830
|
|
|
828
|
-
|
|
829
|
-
|
|
831
|
+
When running the CLI, allow the user to provide custom [Vite config](https://vitejs.dev/config/).
|
|
832
|
+
The provided config is merged with the built-in config (default generated by the CLI).
|
|
830
833
|
|
|
831
|
-
|
|
834
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
832
835
|
|
|
833
836
|
## 7.0.13
|
|
834
837
|
|
|
835
838
|
### Patch Changes
|
|
836
839
|
|
|
837
|
-
-
|
|
840
|
+
- [#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
841
|
|
|
839
|
-
|
|
842
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
840
843
|
|
|
841
|
-
|
|
844
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
842
845
|
|
|
843
846
|
## 7.0.12
|
|
844
847
|
|
|
845
848
|
### Patch Changes
|
|
846
849
|
|
|
847
|
-
-
|
|
850
|
+
- [#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
851
|
|
|
849
|
-
-
|
|
850
|
-
|
|
852
|
+
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
853
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
851
854
|
|
|
852
855
|
## 7.0.11
|
|
853
856
|
|
|
854
857
|
### Patch Changes
|
|
855
858
|
|
|
856
|
-
-
|
|
857
|
-
|
|
859
|
+
- [#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
|
|
860
|
+
both `"main": "src/index.ts"` and `"main": "/src/index.ts"` will resolve.
|
|
858
861
|
|
|
859
|
-
-
|
|
862
|
+
- [#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
863
|
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
+
- align all versions of typescript
|
|
865
|
+
- update types to build
|
|
866
|
+
- 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
867
|
|
|
865
|
-
-
|
|
866
|
-
|
|
868
|
+
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
869
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
867
870
|
|
|
868
871
|
All notable changes to this project will be documented in this file.
|
|
869
872
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -912,22 +915,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
912
915
|
|
|
913
916
|
### ⚠ BREAKING CHANGES
|
|
914
917
|
|
|
915
|
-
-
|
|
918
|
+
- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
|
|
916
919
|
|
|
917
920
|
### Features
|
|
918
921
|
|
|
919
|
-
-
|
|
922
|
+
- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
|
|
920
923
|
|
|
921
924
|
## 6.1.0 (2023-04-24)
|
|
922
925
|
|
|
923
926
|
### Features
|
|
924
927
|
|
|
925
|
-
-
|
|
928
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
926
929
|
|
|
927
930
|
### Bug Fixes
|
|
928
931
|
|
|
929
|
-
-
|
|
930
|
-
-
|
|
932
|
+
- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
|
|
933
|
+
- cli package json ([966695a](https://github.com/equinor/fusion-framework/commit/966695a7701cbea9115053226f48d378a77d6af3))
|
|
931
934
|
|
|
932
935
|
## 6.0.4 (2023-04-18)
|
|
933
936
|
|
|
@@ -973,7 +976,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
973
976
|
|
|
974
977
|
### Bug Fixes
|
|
975
978
|
|
|
976
|
-
-
|
|
979
|
+
- :bug: fix incorrect height cli portal ([38aee24](https://github.com/equinor/fusion-framework/commit/38aee24011fe1d3c049d7667d777c91b19a02d2c))
|
|
977
980
|
|
|
978
981
|
## [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
982
|
|
|
@@ -987,23 +990,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
987
990
|
|
|
988
991
|
### Bug Fixes
|
|
989
992
|
|
|
990
|
-
-
|
|
993
|
+
- force build of cli ([3fdff80](https://github.com/equinor/fusion-framework/commit/3fdff80c69c769d789d00f7cec5895a080be3ccf))
|
|
991
994
|
|
|
992
995
|
## [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
996
|
|
|
994
997
|
### Bug Fixes
|
|
995
998
|
|
|
996
|
-
-
|
|
997
|
-
-
|
|
998
|
-
-
|
|
999
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
1000
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
1001
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
999
1002
|
|
|
1000
1003
|
## [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
1004
|
|
|
1002
1005
|
### Bug Fixes
|
|
1003
1006
|
|
|
1004
|
-
-
|
|
1005
|
-
-
|
|
1006
|
-
-
|
|
1007
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
1008
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
1009
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
1007
1010
|
|
|
1008
1011
|
## [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
1012
|
|
|
@@ -1033,7 +1036,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1033
1036
|
|
|
1034
1037
|
### Bug Fixes
|
|
1035
1038
|
|
|
1036
|
-
-
|
|
1039
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
1037
1040
|
|
|
1038
1041
|
## [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
1042
|
|
|
@@ -1043,13 +1046,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1043
1046
|
|
|
1044
1047
|
### Bug Fixes
|
|
1045
1048
|
|
|
1046
|
-
-
|
|
1049
|
+
- **cli:** add missing proxy target ([1f14f99](https://github.com/equinor/fusion-framework/commit/1f14f99290d6ee3c112115f29b9f28d1a6959b62))
|
|
1047
1050
|
|
|
1048
1051
|
## [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
1052
|
|
|
1050
1053
|
### Features
|
|
1051
1054
|
|
|
1052
|
-
-
|
|
1055
|
+
- **cli:** allow configuring portal host in cli ([9641b21](https://github.com/equinor/fusion-framework/commit/9641b215a1bff957687e9eda661679f000588a47))
|
|
1053
1056
|
|
|
1054
1057
|
## [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
1058
|
|
|
@@ -1063,13 +1066,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1063
1066
|
|
|
1064
1067
|
### Bug Fixes
|
|
1065
1068
|
|
|
1066
|
-
-
|
|
1069
|
+
- **cli:** use referer as proxy uri ([35edbdc](https://github.com/equinor/fusion-framework/commit/35edbdcae83d51595e013550303b8ea8b7e1c675))
|
|
1067
1070
|
|
|
1068
1071
|
## [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
1072
|
|
|
1070
1073
|
### Bug Fixes
|
|
1071
1074
|
|
|
1072
|
-
-
|
|
1075
|
+
- **cli:** fix mounting element in app loader ([0410c7f](https://github.com/equinor/fusion-framework/commit/0410c7f0ce7a1b9f25c7716e0206534a1d047529))
|
|
1073
1076
|
|
|
1074
1077
|
## 5.0.5 (2023-03-09)
|
|
1075
1078
|
|
|
@@ -1079,7 +1082,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1079
1082
|
|
|
1080
1083
|
### Bug Fixes
|
|
1081
1084
|
|
|
1082
|
-
-
|
|
1085
|
+
- **cli:** include `NODE_ENV` environment in build ([28faf2a](https://github.com/equinor/fusion-framework/commit/28faf2abc1adb09cc52242e26abb61e2ddfeb6c1))
|
|
1083
1086
|
|
|
1084
1087
|
## [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
1088
|
|
|
@@ -1093,36 +1096,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1093
1096
|
|
|
1094
1097
|
### Bug Fixes
|
|
1095
1098
|
|
|
1096
|
-
-
|
|
1099
|
+
- **cli:** allow cli to read paths from tsconfig ([c78673f](https://github.com/equinor/fusion-framework/commit/c78673f7d85a2c3697798aa6a59ef1792ca53af6))
|
|
1097
1100
|
|
|
1098
1101
|
## [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
1102
|
|
|
1100
1103
|
### ⚠ BREAKING CHANGES
|
|
1101
1104
|
|
|
1102
|
-
-
|
|
1105
|
+
- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
|
|
1103
1106
|
|
|
1104
1107
|
### Bug Fixes
|
|
1105
1108
|
|
|
1106
|
-
-
|
|
1107
|
-
-
|
|
1109
|
+
- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
|
|
1110
|
+
- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
|
|
1108
1111
|
|
|
1109
1112
|
## [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
1113
|
|
|
1111
1114
|
### Features
|
|
1112
1115
|
|
|
1113
|
-
-
|
|
1114
|
-
-
|
|
1116
|
+
- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
|
|
1117
|
+
- **cli:** add react es lint for cli ([55137d7](https://github.com/equinor/fusion-framework/commit/55137d7baee9611fcb3e4bde4a4c0a954a8a68c6))
|
|
1115
1118
|
|
|
1116
1119
|
### Bug Fixes
|
|
1117
1120
|
|
|
1118
|
-
-
|
|
1119
|
-
-
|
|
1121
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
1122
|
+
- **cli:** update person resolver ([4ef99ae](https://github.com/equinor/fusion-framework/commit/4ef99ae5da870ec5d076041996ee98548fc18e5a))
|
|
1120
1123
|
|
|
1121
1124
|
## [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
1125
|
|
|
1123
1126
|
### Bug Fixes
|
|
1124
1127
|
|
|
1125
|
-
-
|
|
1128
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
1126
1129
|
|
|
1127
1130
|
## 4.0.4 (2023-02-02)
|
|
1128
1131
|
|
|
@@ -1144,21 +1147,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1144
1147
|
|
|
1145
1148
|
### ⚠ BREAKING CHANGES
|
|
1146
1149
|
|
|
1147
|
-
-
|
|
1150
|
+
- hook has new return type
|
|
1148
1151
|
|
|
1149
1152
|
### Bug Fixes
|
|
1150
1153
|
|
|
1151
|
-
-
|
|
1154
|
+
- references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
|
|
1152
1155
|
|
|
1153
1156
|
## [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
1157
|
|
|
1155
1158
|
### Features
|
|
1156
1159
|
|
|
1157
|
-
-
|
|
1160
|
+
- **equinorloader:** centered starprogress loader ([081226d](https://github.com/equinor/fusion-framework/commit/081226d4afa1bdbb9daca0304ce34bc13471e8d7))
|
|
1158
1161
|
|
|
1159
1162
|
### Bug Fixes
|
|
1160
1163
|
|
|
1161
|
-
-
|
|
1164
|
+
- **cli:** fixing contextresolver ([41edf18](https://github.com/equinor/fusion-framework/commit/41edf18223aed93b393c0fab1e1f41797b7f06da)), closes [#591](https://github.com/equinor/fusion-framework/issues/591)
|
|
1162
1165
|
|
|
1163
1166
|
## [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
1167
|
|
|
@@ -1168,7 +1171,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1168
1171
|
|
|
1169
1172
|
### Bug Fixes
|
|
1170
1173
|
|
|
1171
|
-
-
|
|
1174
|
+
- **cli:** disable 'x-powered-by' ([29cc4a8](https://github.com/equinor/fusion-framework/commit/29cc4a866f3f38a17a2df23eac047e7b82129696))
|
|
1172
1175
|
|
|
1173
1176
|
## [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
1177
|
|
|
@@ -1178,7 +1181,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1178
1181
|
|
|
1179
1182
|
### Bug Fixes
|
|
1180
1183
|
|
|
1181
|
-
-
|
|
1184
|
+
- **cli:** named exports ([b03381b](https://github.com/equinor/fusion-framework/commit/b03381bde924db1979e9e5e870b356dc5db4b81d))
|
|
1182
1185
|
|
|
1183
1186
|
## 3.0.1 (2023-01-27)
|
|
1184
1187
|
|
|
@@ -1240,17 +1243,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1240
1243
|
|
|
1241
1244
|
### ⚠ BREAKING CHANGES
|
|
1242
1245
|
|
|
1243
|
-
-
|
|
1246
|
+
- **module-app:** manifest prop rename
|
|
1244
1247
|
|
|
1245
1248
|
### Bug Fixes
|
|
1246
1249
|
|
|
1247
|
-
-
|
|
1250
|
+
- **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
|
|
1248
1251
|
|
|
1249
1252
|
## [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
1253
|
|
|
1251
1254
|
### Bug Fixes
|
|
1252
1255
|
|
|
1253
|
-
-
|
|
1256
|
+
- **utils/cli:** typo in import ([e4c3d0a](https://github.com/equinor/fusion-framework/commit/e4c3d0ac13f8a47ec4447cc07f7b9dc4210ba0c1))
|
|
1254
1257
|
|
|
1255
1258
|
## [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
1259
|
|
|
@@ -1280,13 +1283,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1280
1283
|
|
|
1281
1284
|
### Bug Fixes
|
|
1282
1285
|
|
|
1283
|
-
-
|
|
1286
|
+
- **utils/cli:** update app-loader ([4b1d5e7](https://github.com/equinor/fusion-framework/commit/4b1d5e7a5ca1e7b9d7a34556799a7c9aa77b9440))
|
|
1284
1287
|
|
|
1285
1288
|
## [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
1289
|
|
|
1287
1290
|
### Bug Fixes
|
|
1288
1291
|
|
|
1289
|
-
-
|
|
1292
|
+
- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6))
|
|
1290
1293
|
|
|
1291
1294
|
## [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
1295
|
|
|
@@ -1308,19 +1311,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1308
1311
|
|
|
1309
1312
|
### Bug Fixes
|
|
1310
1313
|
|
|
1311
|
-
-
|
|
1314
|
+
- **context:** method for contextParameterFn on enableContext ([398658d](https://github.com/equinor/fusion-framework/commit/398658de26355a8ca99aea291963b8c302df3ddc))
|
|
1312
1315
|
|
|
1313
1316
|
## [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
1317
|
|
|
1315
1318
|
### Features
|
|
1316
1319
|
|
|
1317
|
-
-
|
|
1320
|
+
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc))
|
|
1318
1321
|
|
|
1319
1322
|
### Bug Fixes
|
|
1320
1323
|
|
|
1321
|
-
-
|
|
1322
|
-
-
|
|
1323
|
-
-
|
|
1324
|
+
- **utils/cli:** fix layout of router outlet ([ac99033](https://github.com/equinor/fusion-framework/commit/ac99033061ae9867adf6c47f1293266fd20ab8ef))
|
|
1325
|
+
- **utils/cli:** update header of error view ([971b5e5](https://github.com/equinor/fusion-framework/commit/971b5e5ee8f3ec98e2ec41eb485bf01b35ee501e))
|
|
1326
|
+
- **utils/cli:** update loading of application ([4de3289](https://github.com/equinor/fusion-framework/commit/4de3289942f8e3d81f4ee5749311479f4f49b680))
|
|
1324
1327
|
|
|
1325
1328
|
## [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
1329
|
|
|
@@ -1362,17 +1365,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1362
1365
|
|
|
1363
1366
|
### Features
|
|
1364
1367
|
|
|
1365
|
-
-
|
|
1366
|
-
-
|
|
1367
|
-
-
|
|
1368
|
-
-
|
|
1369
|
-
-
|
|
1368
|
+
- **context-selector:** adds icon to orgchart result items ([90343d9](https://github.com/equinor/fusion-framework/commit/90343d9915cb85eaa9945012c8709a2d40f6f023))
|
|
1369
|
+
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2))
|
|
1370
|
+
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476))
|
|
1371
|
+
- fusionlogo component ([b02fe16](https://github.com/equinor/fusion-framework/commit/b02fe16d3bb723b13413115826df0bbbc2b46815))
|
|
1372
|
+
- header with contextselector and logo ([174ed3d](https://github.com/equinor/fusion-framework/commit/174ed3d14383b6a813d2264ad5dfd9397fe17185))
|
|
1370
1373
|
|
|
1371
1374
|
### Bug Fixes
|
|
1372
1375
|
|
|
1373
|
-
-
|
|
1374
|
-
-
|
|
1375
|
-
-
|
|
1376
|
+
- **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
|
|
1377
|
+
- **cli:** contextselector improvements and comments ([bf8363e](https://github.com/equinor/fusion-framework/commit/bf8363e86909407632caa5ec46182643cbdd2205))
|
|
1378
|
+
- **cli:** updated dependencie versions ([12cb3c8](https://github.com/equinor/fusion-framework/commit/12cb3c8d56cad82986d910f45ec1933fe43bfd67))
|
|
1376
1379
|
|
|
1377
1380
|
## [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
1381
|
|
|
@@ -1450,13 +1453,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1450
1453
|
|
|
1451
1454
|
### Bug Fixes
|
|
1452
1455
|
|
|
1453
|
-
-
|
|
1456
|
+
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
|
|
1454
1457
|
|
|
1455
1458
|
## 0.3.5 (2022-11-23)
|
|
1456
1459
|
|
|
1457
1460
|
### Bug Fixes
|
|
1458
1461
|
|
|
1459
|
-
-
|
|
1462
|
+
- **cli:** relative path resolve windows ([0316c30](https://github.com/equinor/fusion-framework/commit/0316c30fd0e75d230893015c40c96dd369e8e472))
|
|
1460
1463
|
|
|
1461
1464
|
## [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
1465
|
|
|
@@ -1470,7 +1473,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1470
1473
|
|
|
1471
1474
|
### Bug Fixes
|
|
1472
1475
|
|
|
1473
|
-
-
|
|
1476
|
+
- basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
|
|
1474
1477
|
|
|
1475
1478
|
## [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
1479
|
|
|
@@ -1480,7 +1483,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1480
1483
|
|
|
1481
1484
|
### Features
|
|
1482
1485
|
|
|
1483
|
-
-
|
|
1486
|
+
- **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
|
|
1484
1487
|
|
|
1485
1488
|
## [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
1489
|
|
|
@@ -1490,7 +1493,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1490
1493
|
|
|
1491
1494
|
### Bug Fixes
|
|
1492
1495
|
|
|
1493
|
-
-
|
|
1496
|
+
- **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
|
|
1494
1497
|
|
|
1495
1498
|
## [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
1499
|
|
|
@@ -1500,8 +1503,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1500
1503
|
|
|
1501
1504
|
### Features
|
|
1502
1505
|
|
|
1503
|
-
-
|
|
1504
|
-
-
|
|
1506
|
+
- add router and app loader ([f21661d](https://github.com/equinor/fusion-framework/commit/f21661d1255633848d1662dabb74e8e33ab629d5))
|
|
1507
|
+
- **cli:** add proxy routing for app and config ([b923830](https://github.com/equinor/fusion-framework/commit/b9238309a2f15a470d63411d2da0b58a1eb63e90))
|
|
1505
1508
|
|
|
1506
1509
|
## 0.1.15 (2022-11-14)
|
|
1507
1510
|
|
|
@@ -1527,28 +1530,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1527
1530
|
|
|
1528
1531
|
### Bug Fixes
|
|
1529
1532
|
|
|
1530
|
-
-
|
|
1533
|
+
- **cli:** add dep @vitejs/plugin-react ([415dd9f](https://github.com/equinor/fusion-framework/commit/415dd9f466076f232e751bbbffa54a8b10c0bea4))
|
|
1531
1534
|
|
|
1532
1535
|
## [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
1536
|
|
|
1534
1537
|
### Bug Fixes
|
|
1535
1538
|
|
|
1536
|
-
-
|
|
1539
|
+
- **cli:** requires vite ([c512d9e](https://github.com/equinor/fusion-framework/commit/c512d9e0e413e515fe0dcb412af49996b04d2484))
|
|
1537
1540
|
|
|
1538
1541
|
## [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
1542
|
|
|
1540
1543
|
### Bug Fixes
|
|
1541
1544
|
|
|
1542
|
-
-
|
|
1543
|
-
-
|
|
1545
|
+
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9))
|
|
1546
|
+
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2))
|
|
1544
1547
|
|
|
1545
1548
|
## [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
1549
|
|
|
1547
1550
|
### Bug Fixes
|
|
1548
1551
|
|
|
1549
|
-
-
|
|
1550
|
-
-
|
|
1551
|
-
-
|
|
1552
|
+
- **cli:** allow default export of render app ([d27a336](https://github.com/equinor/fusion-framework/commit/d27a336874d918448389a79b1291b13a1b2f41d9))
|
|
1553
|
+
- **cli:** transform request to index.html ([e531958](https://github.com/equinor/fusion-framework/commit/e5319586598cf8567987040468f933438a4a7521))
|
|
1554
|
+
- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
|
|
1552
1555
|
|
|
1553
1556
|
## [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
1557
|
|
|
@@ -1578,4 +1581,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1578
1581
|
|
|
1579
1582
|
### Features
|
|
1580
1583
|
|
|
1581
|
-
-
|
|
1584
|
+
- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1))
|