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