@equinor/fusion-framework-cli 9.12.4 → 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 +480 -440
- 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/dev-portal/AppLoader.js +0 -1
- package/dist/bin/dev-portal/AppLoader.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-DwtdS6lt.js → index-CKgDcsmb.js} +676 -661
- 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/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,843 +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
|
+
|
|
23
|
+
## 9.12.5
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
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
|
|
28
|
+
|
|
29
|
+
fixes: https://github.com/equinor/fusion/issues/301
|
|
30
|
+
|
|
31
|
+
## @equinor/fusion-framework-cli
|
|
32
|
+
|
|
33
|
+
### What the change is
|
|
34
|
+
|
|
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.
|
|
36
|
+
|
|
37
|
+
### Why the change was made
|
|
38
|
+
|
|
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.
|
|
40
|
+
|
|
41
|
+
### How a consumer should update their code
|
|
42
|
+
|
|
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.
|
|
44
|
+
|
|
45
|
+
- Updated dependencies []:
|
|
46
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.7
|
|
47
|
+
- @equinor/fusion-framework-app@9.0.8
|
|
48
|
+
|
|
3
49
|
## 9.12.4
|
|
4
50
|
|
|
5
51
|
### Patch Changes
|
|
6
52
|
|
|
7
|
-
-
|
|
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`
|
|
8
54
|
|
|
9
|
-
|
|
10
|
-
|
|
55
|
+
- added default resolve value when generating base vite configuration
|
|
56
|
+
- moved default query log level resolve outside class
|
|
11
57
|
|
|
12
|
-
|
|
58
|
+
fixes: https://github.com/equinor/fusion/issues/343
|
|
13
59
|
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
60
|
+
- Updated dependencies []:
|
|
61
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.6
|
|
62
|
+
- @equinor/fusion-framework-app@9.0.7
|
|
17
63
|
|
|
18
64
|
## 9.12.3
|
|
19
65
|
|
|
20
66
|
### Patch Changes
|
|
21
67
|
|
|
22
|
-
-
|
|
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
|
|
23
69
|
|
|
24
|
-
-
|
|
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
|
|
25
71
|
|
|
26
|
-
-
|
|
72
|
+
- [`cf4a17a`](https://github.com/equinor/fusion-framework/commit/cf4a17a07540b05b0d44de7e188aaaa8f9fef8f8) Thanks [@odinr](https://github.com/odinr)! - updated Query, ref #2095
|
|
27
73
|
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
|
32
78
|
|
|
33
79
|
## 9.12.2
|
|
34
80
|
|
|
35
81
|
### Patch Changes
|
|
36
82
|
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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
|
|
41
87
|
|
|
42
88
|
## 9.12.1
|
|
43
89
|
|
|
44
90
|
### Patch Changes
|
|
45
91
|
|
|
46
|
-
-
|
|
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
|
|
47
93
|
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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
|
|
53
99
|
|
|
54
100
|
## 9.12.0
|
|
55
101
|
|
|
56
102
|
### Minor Changes
|
|
57
103
|
|
|
58
|
-
-
|
|
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
|
|
59
105
|
|
|
60
|
-
|
|
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)_
|
|
61
107
|
|
|
62
|
-
|
|
108
|
+
**No functionality changed, only the markup of dev-portal**
|
|
63
109
|
|
|
64
110
|
### Patch Changes
|
|
65
111
|
|
|
66
|
-
-
|
|
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
|
|
67
113
|
|
|
68
|
-
-
|
|
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
|
|
69
115
|
|
|
70
|
-
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
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
|
|
74
120
|
|
|
75
121
|
## 9.11.1
|
|
76
122
|
|
|
77
123
|
### Patch Changes
|
|
78
124
|
|
|
79
|
-
-
|
|
80
|
-
|
|
125
|
+
- Updated dependencies [[`036ec15`](https://github.com/equinor/fusion-framework/commit/036ec151ace9c051ded41798ab94b8ee5e3d4461)]:
|
|
126
|
+
- @equinor/fusion-framework-app@9.0.2
|
|
81
127
|
|
|
82
128
|
## 9.11.0
|
|
83
129
|
|
|
84
130
|
### Minor Changes
|
|
85
131
|
|
|
86
|
-
-
|
|
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
|
|
87
133
|
|
|
88
134
|
## 9.10.1
|
|
89
135
|
|
|
90
136
|
### Patch Changes
|
|
91
137
|
|
|
92
|
-
-
|
|
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.
|
|
93
139
|
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
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
|
|
98
144
|
|
|
99
145
|
## 9.10.0
|
|
100
146
|
|
|
101
147
|
### Minor Changes
|
|
102
148
|
|
|
103
|
-
-
|
|
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
|
|
104
150
|
|
|
105
151
|
### Patch Changes
|
|
106
152
|
|
|
107
|
-
-
|
|
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
|
|
108
154
|
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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
|
|
114
160
|
|
|
115
161
|
## 9.9.0
|
|
116
162
|
|
|
117
163
|
### Minor Changes
|
|
118
164
|
|
|
119
|
-
-
|
|
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
|
|
120
166
|
|
|
121
|
-
|
|
167
|
+
CLI will now resolve initial context _(if context module enabled)_
|
|
122
168
|
|
|
123
|
-
|
|
169
|
+
Fixes: https://github.com/equinor/fusion/issues/307
|
|
124
170
|
|
|
125
|
-
|
|
171
|
+
Will work even if not application has not enabled navigation
|
|
126
172
|
|
|
127
173
|
### Patch Changes
|
|
128
174
|
|
|
129
|
-
-
|
|
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
|
|
130
176
|
|
|
131
|
-
-
|
|
132
|
-
|
|
133
|
-
|
|
177
|
+
- Updated dependencies []:
|
|
178
|
+
- @equinor/fusion-framework-app@8.1.4
|
|
179
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.6
|
|
134
180
|
|
|
135
181
|
## 9.8.7
|
|
136
182
|
|
|
137
183
|
### Patch Changes
|
|
138
184
|
|
|
139
|
-
-
|
|
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
|
|
140
186
|
|
|
141
187
|
## 9.8.6
|
|
142
188
|
|
|
143
189
|
### Patch Changes
|
|
144
190
|
|
|
145
|
-
-
|
|
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
|
|
146
192
|
|
|
147
|
-
-
|
|
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
|
|
148
194
|
|
|
149
|
-
-
|
|
150
|
-
|
|
195
|
+
- Updated dependencies [[`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72)]:
|
|
196
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.5
|
|
151
197
|
|
|
152
198
|
## 9.8.5
|
|
153
199
|
|
|
154
200
|
### Patch Changes
|
|
155
201
|
|
|
156
|
-
-
|
|
157
|
-
|
|
158
|
-
|
|
202
|
+
- Updated dependencies []:
|
|
203
|
+
- @equinor/fusion-framework-app@8.1.3
|
|
204
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.4
|
|
159
205
|
|
|
160
206
|
## 9.8.4
|
|
161
207
|
|
|
162
208
|
### Patch Changes
|
|
163
209
|
|
|
164
|
-
-
|
|
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
|
|
165
211
|
|
|
166
|
-
-
|
|
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
|
|
167
213
|
|
|
168
|
-
-
|
|
169
|
-
|
|
214
|
+
- Updated dependencies [[`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8)]:
|
|
215
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.3
|
|
170
216
|
|
|
171
217
|
## 9.8.3
|
|
172
218
|
|
|
173
219
|
### Patch Changes
|
|
174
220
|
|
|
175
|
-
-
|
|
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
|
|
176
222
|
|
|
177
|
-
|
|
223
|
+
- Add info icon for no result
|
|
178
224
|
|
|
179
|
-
-
|
|
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
|
|
180
226
|
|
|
181
|
-
-
|
|
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
|
|
182
228
|
|
|
183
229
|
## 9.8.2
|
|
184
230
|
|
|
185
231
|
### Patch Changes
|
|
186
232
|
|
|
187
|
-
-
|
|
188
|
-
|
|
189
|
-
|
|
233
|
+
- Updated dependencies []:
|
|
234
|
+
- @equinor/fusion-framework-app@8.1.2
|
|
235
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.2
|
|
190
236
|
|
|
191
237
|
## 9.8.1
|
|
192
238
|
|
|
193
239
|
### Patch Changes
|
|
194
240
|
|
|
195
|
-
-
|
|
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
|
|
196
242
|
|
|
197
|
-
-
|
|
198
|
-
|
|
243
|
+
- Updated dependencies [[`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554)]:
|
|
244
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.1
|
|
199
245
|
|
|
200
246
|
## 9.8.0
|
|
201
247
|
|
|
202
248
|
### Minor Changes
|
|
203
249
|
|
|
204
|
-
-
|
|
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
|
|
205
251
|
|
|
206
252
|
### Patch Changes
|
|
207
253
|
|
|
208
|
-
-
|
|
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
|
|
209
255
|
|
|
210
|
-
-
|
|
211
|
-
|
|
256
|
+
- Updated dependencies [[`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737)]:
|
|
257
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.0
|
|
212
258
|
|
|
213
259
|
## 9.7.0
|
|
214
260
|
|
|
215
261
|
### Minor Changes
|
|
216
262
|
|
|
217
|
-
-
|
|
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
|
|
218
264
|
|
|
219
|
-
|
|
265
|
+
see [changelog](https://github.com/tj/commander.js/releases/tag/v12.0.0)
|
|
220
266
|
|
|
221
267
|
### Patch Changes
|
|
222
268
|
|
|
223
|
-
-
|
|
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
|
|
224
270
|
|
|
225
271
|
## 9.6.4
|
|
226
272
|
|
|
227
273
|
### Patch Changes
|
|
228
274
|
|
|
229
|
-
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
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
|
|
233
279
|
|
|
234
280
|
## 9.6.3
|
|
235
281
|
|
|
236
282
|
### Patch Changes
|
|
237
283
|
|
|
238
|
-
-
|
|
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`
|
|
239
285
|
|
|
240
|
-
|
|
286
|
+
ref [issue 286](https://github.com/equinor/fusion/issues/286#issuecomment-1923401234)
|
|
241
287
|
|
|
242
288
|
## 9.6.2
|
|
243
289
|
|
|
244
290
|
### Patch Changes
|
|
245
291
|
|
|
246
|
-
-
|
|
247
|
-
|
|
248
|
-
|
|
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
|
|
249
295
|
|
|
250
296
|
## 9.6.1
|
|
251
297
|
|
|
252
298
|
### Patch Changes
|
|
253
299
|
|
|
254
|
-
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
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
|
|
259
305
|
|
|
260
306
|
## 9.6.0
|
|
261
307
|
|
|
262
308
|
### Minor Changes
|
|
263
309
|
|
|
264
|
-
-
|
|
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
|
|
265
311
|
|
|
266
312
|
### Patch Changes
|
|
267
313
|
|
|
268
|
-
-
|
|
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.
|
|
269
315
|
|
|
270
|
-
-
|
|
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)
|
|
271
317
|
|
|
272
|
-
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
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
|
|
276
322
|
|
|
277
323
|
## 9.5.10
|
|
278
324
|
|
|
279
325
|
### Patch Changes
|
|
280
326
|
|
|
281
|
-
-
|
|
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
|
|
282
328
|
|
|
283
329
|
## 9.5.9
|
|
284
330
|
|
|
285
331
|
### Patch Changes
|
|
286
332
|
|
|
287
|
-
-
|
|
288
|
-
|
|
333
|
+
- Updated dependencies []:
|
|
334
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.11
|
|
289
335
|
|
|
290
336
|
## 9.5.8
|
|
291
337
|
|
|
292
338
|
### Patch Changes
|
|
293
339
|
|
|
294
|
-
-
|
|
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
|
|
295
341
|
|
|
296
|
-
-
|
|
297
|
-
|
|
298
|
-
|
|
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
|
|
299
345
|
|
|
300
346
|
## 9.5.7
|
|
301
347
|
|
|
302
348
|
### Patch Changes
|
|
303
349
|
|
|
304
|
-
-
|
|
350
|
+
- [`cb39579`](https://github.com/equinor/fusion-framework/commit/cb39579d8845df2f8b2a8e0b1afc04e1cc8dd8a6) Thanks [@odinr](https://github.com/odinr)! - prevent code splitting in the CLI
|
|
305
351
|
|
|
306
352
|
## 9.5.6
|
|
307
353
|
|
|
308
354
|
### Patch Changes
|
|
309
355
|
|
|
310
|
-
-
|
|
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
|
|
311
357
|
|
|
312
|
-
-
|
|
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
|
|
313
359
|
|
|
314
|
-
-
|
|
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
|
|
315
361
|
|
|
316
|
-
-
|
|
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
|
|
317
363
|
|
|
318
|
-
-
|
|
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
|
|
319
365
|
|
|
320
|
-
-
|
|
321
|
-
|
|
322
|
-
|
|
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
|
|
323
369
|
|
|
324
370
|
## 9.5.5
|
|
325
371
|
|
|
326
372
|
### Patch Changes
|
|
327
373
|
|
|
328
|
-
-
|
|
329
|
-
|
|
330
|
-
|
|
374
|
+
- Updated dependencies []:
|
|
375
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
376
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
331
377
|
|
|
332
378
|
## 9.5.4
|
|
333
379
|
|
|
334
380
|
### Patch Changes
|
|
335
381
|
|
|
336
|
-
-
|
|
337
|
-
|
|
338
|
-
|
|
382
|
+
- Updated dependencies []:
|
|
383
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
384
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
339
385
|
|
|
340
386
|
## 9.5.3
|
|
341
387
|
|
|
342
388
|
### Patch Changes
|
|
343
389
|
|
|
344
|
-
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
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
|
|
348
394
|
|
|
349
395
|
## 9.5.2
|
|
350
396
|
|
|
351
397
|
### Patch Changes
|
|
352
398
|
|
|
353
|
-
-
|
|
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
|
|
354
400
|
|
|
355
|
-
-
|
|
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
|
|
356
402
|
|
|
357
|
-
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
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
|
|
361
407
|
|
|
362
408
|
## 9.5.1
|
|
363
409
|
|
|
364
410
|
### Patch Changes
|
|
365
411
|
|
|
366
|
-
-
|
|
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
|
|
367
413
|
|
|
368
|
-
-
|
|
414
|
+
- [`72e12c8`](https://github.com/equinor/fusion-framework/commit/72e12c84efb6ac7f131a8d0f217076cbb9d5ab52) Thanks [@odinr](https://github.com/odinr)! - support for module resolution EsNext
|
|
369
415
|
|
|
370
416
|
## 9.5.0
|
|
371
417
|
|
|
372
418
|
### Minor Changes
|
|
373
419
|
|
|
374
|
-
-
|
|
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
|
|
375
421
|
|
|
376
422
|
### Patch Changes
|
|
377
423
|
|
|
378
|
-
-
|
|
379
|
-
|
|
424
|
+
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
425
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
380
426
|
|
|
381
427
|
## 9.4.3
|
|
382
428
|
|
|
383
429
|
### Patch Changes
|
|
384
430
|
|
|
385
|
-
-
|
|
386
|
-
|
|
387
|
-
|
|
431
|
+
- Updated dependencies []:
|
|
432
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
433
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
388
434
|
|
|
389
435
|
## 9.4.2
|
|
390
436
|
|
|
391
437
|
### Patch Changes
|
|
392
438
|
|
|
393
|
-
-
|
|
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
|
|
394
440
|
|
|
395
|
-
-
|
|
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
|
|
396
442
|
|
|
397
|
-
-
|
|
398
|
-
|
|
399
|
-
|
|
443
|
+
- Updated dependencies []:
|
|
444
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
445
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
400
446
|
|
|
401
447
|
## 9.4.1
|
|
402
448
|
|
|
403
449
|
### Patch Changes
|
|
404
450
|
|
|
405
|
-
-
|
|
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
|
|
406
452
|
|
|
407
|
-
-
|
|
408
|
-
|
|
453
|
+
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
454
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
409
455
|
|
|
410
456
|
## 9.4.0
|
|
411
457
|
|
|
412
458
|
### Minor Changes
|
|
413
459
|
|
|
414
|
-
-
|
|
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
|
|
415
461
|
|
|
416
462
|
### Patch Changes
|
|
417
463
|
|
|
418
|
-
-
|
|
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
|
|
419
465
|
|
|
420
|
-
-
|
|
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
|
|
421
467
|
|
|
422
|
-
-
|
|
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)
|
|
423
469
|
|
|
424
470
|
## 9.3.5
|
|
425
471
|
|
|
426
472
|
### Patch Changes
|
|
427
473
|
|
|
428
|
-
-
|
|
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
|
|
429
475
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
476
|
+
```bash
|
|
477
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
478
|
+
RangeError: Maximum call stack size exceeded
|
|
479
|
+
at String.match (<anonymous>)
|
|
480
|
+
```
|
|
435
481
|
|
|
436
482
|
## 9.3.4
|
|
437
483
|
|
|
438
484
|
### Patch Changes
|
|
439
485
|
|
|
440
|
-
-
|
|
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.
|
|
441
487
|
|
|
442
|
-
|
|
488
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
443
489
|
|
|
444
490
|
## 9.3.3
|
|
445
491
|
|
|
446
492
|
### Patch Changes
|
|
447
493
|
|
|
448
|
-
-
|
|
494
|
+
- [`a56172c9`](https://github.com/equinor/fusion-framework/commit/a56172c9ec241550ce57b1ea1e6ffcc8848618d5) Thanks [@odinr](https://github.com/odinr)! - rebuild cli (navigation module)
|
|
449
495
|
|
|
450
496
|
## 9.3.2
|
|
451
497
|
|
|
452
498
|
### Patch Changes
|
|
453
499
|
|
|
454
|
-
-
|
|
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
|
|
455
501
|
|
|
456
|
-
|
|
502
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
457
503
|
|
|
458
|
-
|
|
504
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
459
505
|
|
|
460
|
-
-
|
|
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
|
|
461
507
|
|
|
462
508
|
## 9.3.1
|
|
463
509
|
|
|
464
510
|
### Patch Changes
|
|
465
511
|
|
|
466
|
-
-
|
|
467
|
-
|
|
468
|
-
|
|
512
|
+
- Updated dependencies []:
|
|
513
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
514
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
469
515
|
|
|
470
516
|
## 9.3.0
|
|
471
517
|
|
|
472
518
|
### Minor Changes
|
|
473
519
|
|
|
474
|
-
-
|
|
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
|
|
475
521
|
|
|
476
522
|
### Patch Changes
|
|
477
523
|
|
|
478
|
-
-
|
|
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
|
|
479
525
|
|
|
480
|
-
-
|
|
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
|
|
481
527
|
|
|
482
|
-
-
|
|
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
|
|
483
529
|
|
|
484
|
-
-
|
|
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
|
|
485
531
|
|
|
486
|
-
-
|
|
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
|
|
487
533
|
|
|
488
|
-
-
|
|
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
|
|
489
535
|
|
|
490
|
-
-
|
|
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
|
|
491
537
|
|
|
492
538
|
## 9.2.1
|
|
493
539
|
|
|
494
540
|
### Patch Changes
|
|
495
541
|
|
|
496
|
-
-
|
|
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
|
|
497
543
|
|
|
498
|
-
-
|
|
499
|
-
|
|
544
|
+
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
545
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
500
546
|
|
|
501
547
|
## 9.2.0
|
|
502
548
|
|
|
503
549
|
### Minor Changes
|
|
504
550
|
|
|
505
|
-
-
|
|
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
|
|
506
552
|
|
|
507
553
|
## 9.1.4
|
|
508
554
|
|
|
509
555
|
### Patch Changes
|
|
510
556
|
|
|
511
|
-
-
|
|
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
|
|
512
558
|
|
|
513
|
-
|
|
559
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
514
560
|
|
|
515
561
|
## 9.1.3
|
|
516
562
|
|
|
517
563
|
### Patch Changes
|
|
518
564
|
|
|
519
|
-
-
|
|
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)
|
|
520
566
|
|
|
521
567
|
## 9.1.2
|
|
522
568
|
|
|
523
569
|
### Patch Changes
|
|
524
570
|
|
|
525
|
-
-
|
|
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
|
|
526
572
|
|
|
527
|
-
-
|
|
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
|
|
528
574
|
|
|
529
|
-
-
|
|
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
|
|
530
576
|
|
|
531
|
-
-
|
|
577
|
+
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
532
578
|
|
|
533
|
-
|
|
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.
|
|
534
580
|
|
|
535
|
-
|
|
581
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
536
582
|
|
|
537
|
-
-
|
|
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)
|
|
538
584
|
|
|
539
|
-
-
|
|
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
|
|
540
586
|
|
|
541
|
-
-
|
|
587
|
+
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
542
588
|
|
|
543
|
-
-
|
|
544
|
-
|
|
545
|
-
|
|
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
|
|
546
592
|
|
|
547
593
|
## 9.1.1
|
|
548
594
|
|
|
549
595
|
### Patch Changes
|
|
550
596
|
|
|
551
|
-
-
|
|
597
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
552
598
|
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
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
|
|
557
603
|
|
|
558
604
|
## 9.1.0
|
|
559
605
|
|
|
560
606
|
### Minor Changes
|
|
561
607
|
|
|
562
|
-
-
|
|
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
|
|
563
609
|
|
|
564
|
-
|
|
610
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
565
611
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
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
|
+
```
|
|
575
621
|
|
|
576
622
|
### Patch Changes
|
|
577
623
|
|
|
578
|
-
-
|
|
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
|
|
579
625
|
|
|
580
|
-
-
|
|
626
|
+
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
581
627
|
|
|
582
|
-
-
|
|
583
|
-
|
|
584
|
-
|
|
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
|
|
585
631
|
|
|
586
632
|
## 9.0.2
|
|
587
633
|
|
|
588
634
|
### Patch Changes
|
|
589
635
|
|
|
590
|
-
-
|
|
591
|
-
|
|
636
|
+
- Updated dependencies []:
|
|
637
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
592
638
|
|
|
593
639
|
## 9.0.1
|
|
594
640
|
|
|
595
641
|
### Patch Changes
|
|
596
642
|
|
|
597
|
-
-
|
|
643
|
+
- [`5d2df189`](https://github.com/equinor/fusion-framework/commit/5d2df189e022941f91ce7048f99f42f59d17c456) Thanks [@odinr](https://github.com/odinr)! - fixed naming convention of CLI config files
|
|
598
644
|
|
|
599
645
|
## 9.0.0
|
|
600
646
|
|
|
601
647
|
### Major Changes
|
|
602
648
|
|
|
603
|
-
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
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
|
-
fusion-framework-cli app
|
|
666
|
-
|
|
667
|
-
```sh
|
|
668
|
-
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
669
|
-
```
|
|
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
|
+
```
|
|
670
710
|
|
|
671
711
|
### Minor Changes
|
|
672
712
|
|
|
673
|
-
-
|
|
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
|
|
674
714
|
|
|
675
|
-
|
|
715
|
+
generate manifest for application
|
|
676
716
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
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
|
+
```
|
|
684
724
|
|
|
685
|
-
-
|
|
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
|
|
686
726
|
|
|
687
|
-
|
|
727
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
688
728
|
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
729
|
+
```sh
|
|
730
|
+
fusion-framework-cli app pack
|
|
731
|
+
```
|
|
692
732
|
|
|
693
733
|
### Patch Changes
|
|
694
734
|
|
|
695
|
-
-
|
|
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
|
|
696
736
|
|
|
697
|
-
|
|
737
|
+
**example**
|
|
698
738
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
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
|
+
```
|
|
703
743
|
|
|
704
744
|
## 8.1.1
|
|
705
745
|
|
|
706
746
|
### Patch Changes
|
|
707
747
|
|
|
708
|
-
-
|
|
709
|
-
|
|
710
|
-
|
|
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
|
|
711
751
|
|
|
712
752
|
## 8.1.0
|
|
713
753
|
|
|
714
754
|
### Minor Changes
|
|
715
755
|
|
|
716
|
-
-
|
|
756
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
717
757
|
|
|
718
|
-
|
|
719
|
-
|
|
758
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
759
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
720
760
|
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
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)
|
|
727
767
|
|
|
728
768
|
### Patch Changes
|
|
729
769
|
|
|
730
|
-
-
|
|
770
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
731
771
|
|
|
732
|
-
-
|
|
733
|
-
|
|
772
|
+
- Updated dependencies []:
|
|
773
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
734
774
|
|
|
735
775
|
## 8.0.1
|
|
736
776
|
|
|
737
777
|
### Patch Changes
|
|
738
778
|
|
|
739
|
-
-
|
|
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
|
|
740
780
|
|
|
741
|
-
|
|
781
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
742
782
|
|
|
743
|
-
|
|
783
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
744
784
|
|
|
745
|
-
-
|
|
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
|
|
746
786
|
|
|
747
|
-
-
|
|
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
|
|
748
788
|
|
|
749
|
-
-
|
|
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
|
|
750
790
|
|
|
751
|
-
|
|
791
|
+
only dev deps updated should not affect any consumers
|
|
752
792
|
|
|
753
|
-
|
|
793
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
754
794
|
|
|
755
|
-
-
|
|
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)
|
|
756
796
|
|
|
757
|
-
|
|
758
|
-
|
|
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`
|
|
759
799
|
|
|
760
|
-
|
|
800
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
761
801
|
|
|
762
|
-
-
|
|
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
|
|
763
803
|
|
|
764
|
-
|
|
804
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
765
805
|
|
|
766
|
-
-
|
|
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)
|
|
767
807
|
|
|
768
|
-
-
|
|
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)
|
|
769
809
|
|
|
770
|
-
-
|
|
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
|
|
771
811
|
|
|
772
|
-
-
|
|
773
|
-
|
|
774
|
-
|
|
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
|
|
775
815
|
|
|
776
816
|
## 8.0.0
|
|
777
817
|
|
|
778
818
|
### Major Changes
|
|
779
819
|
|
|
780
|
-
-
|
|
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)
|
|
781
821
|
|
|
782
|
-
|
|
822
|
+
**Breaking**
|
|
783
823
|
|
|
784
|
-
|
|
824
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
785
825
|
|
|
786
826
|
### Patch Changes
|
|
787
827
|
|
|
788
|
-
-
|
|
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
|
|
789
829
|
|
|
790
|
-
|
|
830
|
+
only style semantics updated
|
|
791
831
|
|
|
792
|
-
-
|
|
793
|
-
|
|
794
|
-
|
|
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
|
|
795
835
|
|
|
796
836
|
## 7.1.0
|
|
797
837
|
|
|
798
838
|
### Minor Changes
|
|
799
839
|
|
|
800
|
-
-
|
|
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**
|
|
801
841
|
|
|
802
|
-
|
|
803
|
-
|
|
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).
|
|
804
844
|
|
|
805
|
-
|
|
845
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
806
846
|
|
|
807
847
|
## 7.0.13
|
|
808
848
|
|
|
809
849
|
### Patch Changes
|
|
810
850
|
|
|
811
|
-
-
|
|
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
|
|
812
852
|
|
|
813
|
-
|
|
853
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
814
854
|
|
|
815
|
-
|
|
855
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
816
856
|
|
|
817
857
|
## 7.0.12
|
|
818
858
|
|
|
819
859
|
### Patch Changes
|
|
820
860
|
|
|
821
|
-
-
|
|
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
|
|
822
862
|
|
|
823
|
-
-
|
|
824
|
-
|
|
863
|
+
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
864
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
825
865
|
|
|
826
866
|
## 7.0.11
|
|
827
867
|
|
|
828
868
|
### Patch Changes
|
|
829
869
|
|
|
830
|
-
-
|
|
831
|
-
|
|
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.
|
|
832
872
|
|
|
833
|
-
-
|
|
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**
|
|
834
874
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
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
|
|
838
878
|
|
|
839
|
-
-
|
|
840
|
-
|
|
879
|
+
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
880
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
841
881
|
|
|
842
882
|
All notable changes to this project will be documented in this file.
|
|
843
883
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -886,22 +926,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
886
926
|
|
|
887
927
|
### ⚠ BREAKING CHANGES
|
|
888
928
|
|
|
889
|
-
-
|
|
929
|
+
- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
|
|
890
930
|
|
|
891
931
|
### Features
|
|
892
932
|
|
|
893
|
-
-
|
|
933
|
+
- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
|
|
894
934
|
|
|
895
935
|
## 6.1.0 (2023-04-24)
|
|
896
936
|
|
|
897
937
|
### Features
|
|
898
938
|
|
|
899
|
-
-
|
|
939
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
900
940
|
|
|
901
941
|
### Bug Fixes
|
|
902
942
|
|
|
903
|
-
-
|
|
904
|
-
-
|
|
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))
|
|
905
945
|
|
|
906
946
|
## 6.0.4 (2023-04-18)
|
|
907
947
|
|
|
@@ -947,7 +987,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
947
987
|
|
|
948
988
|
### Bug Fixes
|
|
949
989
|
|
|
950
|
-
-
|
|
990
|
+
- :bug: fix incorrect height cli portal ([38aee24](https://github.com/equinor/fusion-framework/commit/38aee24011fe1d3c049d7667d777c91b19a02d2c))
|
|
951
991
|
|
|
952
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)
|
|
953
993
|
|
|
@@ -961,23 +1001,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
961
1001
|
|
|
962
1002
|
### Bug Fixes
|
|
963
1003
|
|
|
964
|
-
-
|
|
1004
|
+
- force build of cli ([3fdff80](https://github.com/equinor/fusion-framework/commit/3fdff80c69c769d789d00f7cec5895a080be3ccf))
|
|
965
1005
|
|
|
966
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)
|
|
967
1007
|
|
|
968
1008
|
### Bug Fixes
|
|
969
1009
|
|
|
970
|
-
-
|
|
971
|
-
-
|
|
972
|
-
-
|
|
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))
|
|
973
1013
|
|
|
974
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)
|
|
975
1015
|
|
|
976
1016
|
### Bug Fixes
|
|
977
1017
|
|
|
978
|
-
-
|
|
979
|
-
-
|
|
980
|
-
-
|
|
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))
|
|
981
1021
|
|
|
982
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)
|
|
983
1023
|
|
|
@@ -1007,7 +1047,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1007
1047
|
|
|
1008
1048
|
### Bug Fixes
|
|
1009
1049
|
|
|
1010
|
-
-
|
|
1050
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
1011
1051
|
|
|
1012
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)
|
|
1013
1053
|
|
|
@@ -1017,13 +1057,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1017
1057
|
|
|
1018
1058
|
### Bug Fixes
|
|
1019
1059
|
|
|
1020
|
-
-
|
|
1060
|
+
- **cli:** add missing proxy target ([1f14f99](https://github.com/equinor/fusion-framework/commit/1f14f99290d6ee3c112115f29b9f28d1a6959b62))
|
|
1021
1061
|
|
|
1022
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)
|
|
1023
1063
|
|
|
1024
1064
|
### Features
|
|
1025
1065
|
|
|
1026
|
-
-
|
|
1066
|
+
- **cli:** allow configuring portal host in cli ([9641b21](https://github.com/equinor/fusion-framework/commit/9641b215a1bff957687e9eda661679f000588a47))
|
|
1027
1067
|
|
|
1028
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)
|
|
1029
1069
|
|
|
@@ -1037,13 +1077,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1037
1077
|
|
|
1038
1078
|
### Bug Fixes
|
|
1039
1079
|
|
|
1040
|
-
-
|
|
1080
|
+
- **cli:** use referer as proxy uri ([35edbdc](https://github.com/equinor/fusion-framework/commit/35edbdcae83d51595e013550303b8ea8b7e1c675))
|
|
1041
1081
|
|
|
1042
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)
|
|
1043
1083
|
|
|
1044
1084
|
### Bug Fixes
|
|
1045
1085
|
|
|
1046
|
-
-
|
|
1086
|
+
- **cli:** fix mounting element in app loader ([0410c7f](https://github.com/equinor/fusion-framework/commit/0410c7f0ce7a1b9f25c7716e0206534a1d047529))
|
|
1047
1087
|
|
|
1048
1088
|
## 5.0.5 (2023-03-09)
|
|
1049
1089
|
|
|
@@ -1053,7 +1093,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1053
1093
|
|
|
1054
1094
|
### Bug Fixes
|
|
1055
1095
|
|
|
1056
|
-
-
|
|
1096
|
+
- **cli:** include `NODE_ENV` environment in build ([28faf2a](https://github.com/equinor/fusion-framework/commit/28faf2abc1adb09cc52242e26abb61e2ddfeb6c1))
|
|
1057
1097
|
|
|
1058
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)
|
|
1059
1099
|
|
|
@@ -1067,36 +1107,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1067
1107
|
|
|
1068
1108
|
### Bug Fixes
|
|
1069
1109
|
|
|
1070
|
-
-
|
|
1110
|
+
- **cli:** allow cli to read paths from tsconfig ([c78673f](https://github.com/equinor/fusion-framework/commit/c78673f7d85a2c3697798aa6a59ef1792ca53af6))
|
|
1071
1111
|
|
|
1072
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)
|
|
1073
1113
|
|
|
1074
1114
|
### ⚠ BREAKING CHANGES
|
|
1075
1115
|
|
|
1076
|
-
-
|
|
1116
|
+
- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
|
|
1077
1117
|
|
|
1078
1118
|
### Bug Fixes
|
|
1079
1119
|
|
|
1080
|
-
-
|
|
1081
|
-
-
|
|
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))
|
|
1082
1122
|
|
|
1083
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)
|
|
1084
1124
|
|
|
1085
1125
|
### Features
|
|
1086
1126
|
|
|
1087
|
-
-
|
|
1088
|
-
-
|
|
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))
|
|
1089
1129
|
|
|
1090
1130
|
### Bug Fixes
|
|
1091
1131
|
|
|
1092
|
-
-
|
|
1093
|
-
-
|
|
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))
|
|
1094
1134
|
|
|
1095
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)
|
|
1096
1136
|
|
|
1097
1137
|
### Bug Fixes
|
|
1098
1138
|
|
|
1099
|
-
-
|
|
1139
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
1100
1140
|
|
|
1101
1141
|
## 4.0.4 (2023-02-02)
|
|
1102
1142
|
|
|
@@ -1118,21 +1158,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1118
1158
|
|
|
1119
1159
|
### ⚠ BREAKING CHANGES
|
|
1120
1160
|
|
|
1121
|
-
-
|
|
1161
|
+
- hook has new return type
|
|
1122
1162
|
|
|
1123
1163
|
### Bug Fixes
|
|
1124
1164
|
|
|
1125
|
-
-
|
|
1165
|
+
- references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
|
|
1126
1166
|
|
|
1127
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)
|
|
1128
1168
|
|
|
1129
1169
|
### Features
|
|
1130
1170
|
|
|
1131
|
-
-
|
|
1171
|
+
- **equinorloader:** centered starprogress loader ([081226d](https://github.com/equinor/fusion-framework/commit/081226d4afa1bdbb9daca0304ce34bc13471e8d7))
|
|
1132
1172
|
|
|
1133
1173
|
### Bug Fixes
|
|
1134
1174
|
|
|
1135
|
-
-
|
|
1175
|
+
- **cli:** fixing contextresolver ([41edf18](https://github.com/equinor/fusion-framework/commit/41edf18223aed93b393c0fab1e1f41797b7f06da)), closes [#591](https://github.com/equinor/fusion-framework/issues/591)
|
|
1136
1176
|
|
|
1137
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)
|
|
1138
1178
|
|
|
@@ -1142,7 +1182,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1142
1182
|
|
|
1143
1183
|
### Bug Fixes
|
|
1144
1184
|
|
|
1145
|
-
-
|
|
1185
|
+
- **cli:** disable 'x-powered-by' ([29cc4a8](https://github.com/equinor/fusion-framework/commit/29cc4a866f3f38a17a2df23eac047e7b82129696))
|
|
1146
1186
|
|
|
1147
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)
|
|
1148
1188
|
|
|
@@ -1152,7 +1192,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1152
1192
|
|
|
1153
1193
|
### Bug Fixes
|
|
1154
1194
|
|
|
1155
|
-
-
|
|
1195
|
+
- **cli:** named exports ([b03381b](https://github.com/equinor/fusion-framework/commit/b03381bde924db1979e9e5e870b356dc5db4b81d))
|
|
1156
1196
|
|
|
1157
1197
|
## 3.0.1 (2023-01-27)
|
|
1158
1198
|
|
|
@@ -1214,17 +1254,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1214
1254
|
|
|
1215
1255
|
### ⚠ BREAKING CHANGES
|
|
1216
1256
|
|
|
1217
|
-
-
|
|
1257
|
+
- **module-app:** manifest prop rename
|
|
1218
1258
|
|
|
1219
1259
|
### Bug Fixes
|
|
1220
1260
|
|
|
1221
|
-
-
|
|
1261
|
+
- **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
|
|
1222
1262
|
|
|
1223
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)
|
|
1224
1264
|
|
|
1225
1265
|
### Bug Fixes
|
|
1226
1266
|
|
|
1227
|
-
-
|
|
1267
|
+
- **utils/cli:** typo in import ([e4c3d0a](https://github.com/equinor/fusion-framework/commit/e4c3d0ac13f8a47ec4447cc07f7b9dc4210ba0c1))
|
|
1228
1268
|
|
|
1229
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)
|
|
1230
1270
|
|
|
@@ -1254,13 +1294,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1254
1294
|
|
|
1255
1295
|
### Bug Fixes
|
|
1256
1296
|
|
|
1257
|
-
-
|
|
1297
|
+
- **utils/cli:** update app-loader ([4b1d5e7](https://github.com/equinor/fusion-framework/commit/4b1d5e7a5ca1e7b9d7a34556799a7c9aa77b9440))
|
|
1258
1298
|
|
|
1259
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)
|
|
1260
1300
|
|
|
1261
1301
|
### Bug Fixes
|
|
1262
1302
|
|
|
1263
|
-
-
|
|
1303
|
+
- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6))
|
|
1264
1304
|
|
|
1265
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)
|
|
1266
1306
|
|
|
@@ -1282,19 +1322,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1282
1322
|
|
|
1283
1323
|
### Bug Fixes
|
|
1284
1324
|
|
|
1285
|
-
-
|
|
1325
|
+
- **context:** method for contextParameterFn on enableContext ([398658d](https://github.com/equinor/fusion-framework/commit/398658de26355a8ca99aea291963b8c302df3ddc))
|
|
1286
1326
|
|
|
1287
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)
|
|
1288
1328
|
|
|
1289
1329
|
### Features
|
|
1290
1330
|
|
|
1291
|
-
-
|
|
1331
|
+
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc))
|
|
1292
1332
|
|
|
1293
1333
|
### Bug Fixes
|
|
1294
1334
|
|
|
1295
|
-
-
|
|
1296
|
-
-
|
|
1297
|
-
-
|
|
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))
|
|
1298
1338
|
|
|
1299
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)
|
|
1300
1340
|
|
|
@@ -1336,17 +1376,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1336
1376
|
|
|
1337
1377
|
### Features
|
|
1338
1378
|
|
|
1339
|
-
-
|
|
1340
|
-
-
|
|
1341
|
-
-
|
|
1342
|
-
-
|
|
1343
|
-
-
|
|
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))
|
|
1344
1384
|
|
|
1345
1385
|
### Bug Fixes
|
|
1346
1386
|
|
|
1347
|
-
-
|
|
1348
|
-
-
|
|
1349
|
-
-
|
|
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))
|
|
1350
1390
|
|
|
1351
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)
|
|
1352
1392
|
|
|
@@ -1424,13 +1464,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1424
1464
|
|
|
1425
1465
|
### Bug Fixes
|
|
1426
1466
|
|
|
1427
|
-
-
|
|
1467
|
+
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
|
|
1428
1468
|
|
|
1429
1469
|
## 0.3.5 (2022-11-23)
|
|
1430
1470
|
|
|
1431
1471
|
### Bug Fixes
|
|
1432
1472
|
|
|
1433
|
-
-
|
|
1473
|
+
- **cli:** relative path resolve windows ([0316c30](https://github.com/equinor/fusion-framework/commit/0316c30fd0e75d230893015c40c96dd369e8e472))
|
|
1434
1474
|
|
|
1435
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)
|
|
1436
1476
|
|
|
@@ -1444,7 +1484,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1444
1484
|
|
|
1445
1485
|
### Bug Fixes
|
|
1446
1486
|
|
|
1447
|
-
-
|
|
1487
|
+
- basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
|
|
1448
1488
|
|
|
1449
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)
|
|
1450
1490
|
|
|
@@ -1454,7 +1494,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1454
1494
|
|
|
1455
1495
|
### Features
|
|
1456
1496
|
|
|
1457
|
-
-
|
|
1497
|
+
- **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
|
|
1458
1498
|
|
|
1459
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)
|
|
1460
1500
|
|
|
@@ -1464,7 +1504,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1464
1504
|
|
|
1465
1505
|
### Bug Fixes
|
|
1466
1506
|
|
|
1467
|
-
-
|
|
1507
|
+
- **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
|
|
1468
1508
|
|
|
1469
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)
|
|
1470
1510
|
|
|
@@ -1474,8 +1514,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1474
1514
|
|
|
1475
1515
|
### Features
|
|
1476
1516
|
|
|
1477
|
-
-
|
|
1478
|
-
-
|
|
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))
|
|
1479
1519
|
|
|
1480
1520
|
## 0.1.15 (2022-11-14)
|
|
1481
1521
|
|
|
@@ -1501,28 +1541,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1501
1541
|
|
|
1502
1542
|
### Bug Fixes
|
|
1503
1543
|
|
|
1504
|
-
-
|
|
1544
|
+
- **cli:** add dep @vitejs/plugin-react ([415dd9f](https://github.com/equinor/fusion-framework/commit/415dd9f466076f232e751bbbffa54a8b10c0bea4))
|
|
1505
1545
|
|
|
1506
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)
|
|
1507
1547
|
|
|
1508
1548
|
### Bug Fixes
|
|
1509
1549
|
|
|
1510
|
-
-
|
|
1550
|
+
- **cli:** requires vite ([c512d9e](https://github.com/equinor/fusion-framework/commit/c512d9e0e413e515fe0dcb412af49996b04d2484))
|
|
1511
1551
|
|
|
1512
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)
|
|
1513
1553
|
|
|
1514
1554
|
### Bug Fixes
|
|
1515
1555
|
|
|
1516
|
-
-
|
|
1517
|
-
-
|
|
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))
|
|
1518
1558
|
|
|
1519
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)
|
|
1520
1560
|
|
|
1521
1561
|
### Bug Fixes
|
|
1522
1562
|
|
|
1523
|
-
-
|
|
1524
|
-
-
|
|
1525
|
-
-
|
|
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))
|
|
1526
1566
|
|
|
1527
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)
|
|
1528
1568
|
|
|
@@ -1552,4 +1592,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1552
1592
|
|
|
1553
1593
|
### Features
|
|
1554
1594
|
|
|
1555
|
-
-
|
|
1595
|
+
- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1))
|