@equinor/fusion-framework-cli 10.5.0 → 10.5.2
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 +546 -518
- package/dist/bin/build-application.js.map +1 -1
- package/dist/bin/bundle-application.js +2 -2
- package/dist/bin/bundle-application.js.map +1 -1
- package/dist/bin/create-dev-serve.js.map +1 -1
- package/dist/bin/create-export-config.js.map +1 -1
- package/dist/bin/create-export-manifest.js.map +1 -1
- package/dist/bin/dev-portal/AppLoader.js +1 -1
- package/dist/bin/dev-portal/AppLoader.js.map +1 -1
- package/dist/bin/dev-portal/BookMarkSideSheet.js.map +1 -1
- package/dist/bin/dev-portal/ContextSelector/ContextSelector.js.map +1 -1
- package/dist/bin/dev-portal/ContextSelector/useContextResolver.js +2 -2
- package/dist/bin/dev-portal/ContextSelector/useContextResolver.js.map +1 -1
- package/dist/bin/dev-portal/EquinorLoader.js.map +1 -1
- package/dist/bin/dev-portal/ErrorViewer.js.map +1 -1
- package/dist/bin/dev-portal/FusionLogo.js +1 -1
- package/dist/bin/dev-portal/FusionLogo.js.map +1 -1
- package/dist/bin/dev-portal/Header.Actions.js +1 -3
- package/dist/bin/dev-portal/Header.Actions.js.map +1 -1
- package/dist/bin/dev-portal/Header.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/index.js +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/index.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureSheetContent.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerApp.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerPortal.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/LandingSheetContent.js +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/LandingSheetContent.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/Styled.js.map +1 -1
- package/dist/bin/dev-portal/Router.js.map +1 -1
- package/dist/bin/dev-portal/config.js.map +1 -1
- package/dist/bin/dev-portal/main.js.map +1 -1
- package/dist/bin/dev-portal/useAppContextNavigation.js +11 -0
- package/dist/bin/dev-portal/useAppContextNavigation.js.map +1 -1
- package/dist/bin/main.app.js +20 -10
- package/dist/bin/main.app.js.map +1 -1
- package/dist/bin/main.js.map +1 -1
- package/dist/bin/public/assets/index-DGNw04_i.js +3637 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/bin/publish-application.js.map +1 -1
- package/dist/bin/tag-application.js.map +1 -1
- package/dist/bin/upload-application.js.map +1 -1
- package/dist/bin/upload-export-config.js.map +1 -1
- package/dist/bin/utils/execute-command.js.map +1 -1
- package/dist/bin/utils/format.js.map +1 -1
- package/dist/bin/utils/getEndpointUrl.js.map +1 -1
- package/dist/bin/utils/isAppRegistered.js.map +1 -1
- package/dist/bin/utils/load-app-config.js.map +1 -1
- package/dist/bin/utils/load-manifest.js.map +1 -1
- package/dist/bin/utils/load-package.js.map +1 -1
- package/dist/bin/utils/load-vite-config.js.map +1 -1
- package/dist/bin/utils/proxy-request-logger.js.map +1 -1
- package/dist/bin/utils/publishAppConfig.js +3 -1
- package/dist/bin/utils/publishAppConfig.js.map +1 -1
- package/dist/bin/utils/requireToken.js.map +1 -1
- package/dist/bin/utils/spinner.js +1 -0
- package/dist/bin/utils/spinner.js.map +1 -1
- package/dist/bin/utils/tagAppBundle.js.map +1 -1
- package/dist/bin/utils/uploadAppBundle.js.map +1 -1
- package/dist/lib/app-config.js.map +1 -1
- package/dist/lib/app-manifest.js.map +1 -1
- package/dist/lib/app-package.js +1 -0
- package/dist/lib/app-package.js.map +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/plugins/app-assets/app-asset-plugin.js.map +1 -1
- package/dist/lib/plugins/app-assets/emit-asset.js.map +1 -1
- package/dist/lib/plugins/app-assets/extension-filter-pattern.js.map +1 -1
- package/dist/lib/plugins/app-assets/read-asset-content.js.map +1 -1
- package/dist/lib/plugins/app-assets/resolve-asset-id.js +1 -1
- package/dist/lib/plugins/app-assets/resolve-asset-id.js.map +1 -1
- package/dist/lib/plugins/app-assets/static.js.map +1 -1
- package/dist/lib/plugins/app-proxy/app-proxy-plugin.js.map +1 -1
- package/dist/lib/plugins/app-settings/index.js.map +1 -1
- package/dist/lib/plugins/external-public/external-public-plugin.js.map +1 -1
- package/dist/lib/utils/assert.js +2 -1
- package/dist/lib/utils/assert.js.map +1 -1
- package/dist/lib/utils/config.js +7 -5
- package/dist/lib/utils/config.js.map +1 -1
- package/dist/lib/utils/expect.js.map +1 -1
- package/dist/lib/utils/file-exists.js.map +1 -1
- package/dist/lib/utils/parse-json-request.js.map +1 -1
- package/dist/lib/utils/ts-transpile.js.map +1 -1
- package/dist/lib/vite-config.js.map +1 -1
- package/dist/lib/vite-logger.js +1 -2
- package/dist/lib/vite-logger.js.map +1 -1
- package/dist/schemas.js.map +1 -1
- package/dist/types/bin/create-export-config.d.ts +1 -1
- package/dist/types/bin/create-export-manifest.d.ts +1 -1
- package/dist/types/bin/dev-portal/ContextSelector/ContextSelector.d.ts +1 -1
- package/dist/types/bin/dev-portal/ContextSelector/useContextResolver.d.ts +2 -2
- package/dist/types/bin/dev-portal/EquinorLoader.d.ts +1 -1
- package/dist/types/bin/dev-portal/FusionLogo.d.ts +2 -1
- package/dist/types/bin/dev-portal/config.d.ts +1 -1
- package/dist/types/bin/main.app.d.ts +1 -1
- package/dist/types/bin/upload-export-config.d.ts +1 -1
- package/dist/types/bin/utils/load-app-config.d.ts +3 -3
- package/dist/types/bin/utils/load-manifest.d.ts +2 -2
- package/dist/types/bin/utils/load-vite-config.d.ts +1 -1
- package/dist/types/bin/utils/proxy-request-logger.d.ts +1 -1
- package/dist/types/bin/utils/publishAppConfig.d.ts +1 -1
- package/dist/types/bin/utils/spinner.d.ts +1 -1
- package/dist/types/lib/app-config.d.ts +3 -3
- package/dist/types/lib/app-manifest.d.ts +4 -4
- package/dist/types/lib/app-package.d.ts +15 -10
- package/dist/types/lib/plugins/app-assets/emit-asset.d.ts +1 -1
- package/dist/types/lib/plugins/app-assets/resolve-asset-id.d.ts +1 -1
- package/dist/types/lib/plugins/app-proxy/app-proxy-plugin.d.ts +4 -4
- package/dist/types/lib/plugins/app-settings/index.d.ts +1 -1
- package/dist/types/lib/utils/assert.d.ts +1 -2
- package/dist/types/lib/utils/config.d.ts +1 -1
- package/dist/types/lib/utils/parse-json-request.d.ts +1 -1
- package/dist/types/lib/vite-config.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +17 -17
- package/dist/bin/public/assets/index-DetTgukR.js +0 -3636
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2852](https://github.com/equinor/fusion-framework/pull/2852) [`ba5d12e`](https://github.com/equinor/fusion-framework/commit/ba5d12eba0a38db412353765e997d02c1fbb478d) Thanks [@odinr](https://github.com/odinr)! - replaced forEach with for-of loops for better readability
|
|
8
|
+
|
|
9
|
+
- [#2851](https://github.com/equinor/fusion-framework/pull/2851) [`c1c9dfa`](https://github.com/equinor/fusion-framework/commit/c1c9dfa5bf0323ab4e146c45c475fa4f6af61088) Thanks [@odinr](https://github.com/odinr)! - fixed links with blank targets and svg without title
|
|
10
|
+
|
|
11
|
+
- [#2855](https://github.com/equinor/fusion-framework/pull/2855) [`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1) Thanks [@odinr](https://github.com/odinr)! - Conformed to Biome `linter.correctness.useExhaustiveDependencies`
|
|
12
|
+
|
|
13
|
+
- [#2848](https://github.com/equinor/fusion-framework/pull/2848) [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d) Thanks [@odinr](https://github.com/odinr)! - Refactored imports to use `type` when importing types from a module, to conform with the `useImportType` rule in Biome.
|
|
14
|
+
|
|
15
|
+
- [#2836](https://github.com/equinor/fusion-framework/pull/2836) [`6961024`](https://github.com/equinor/fusion-framework/commit/6961024f4ea330ac5d742037623834ee95b05b2b) Thanks [@dependabot](https://github.com/apps/dependabot)! - updated @equinor/fusion-wc-person to 3.1.5
|
|
16
|
+
|
|
17
|
+
## 10.5.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#2831](https://github.com/equinor/fusion-framework/pull/2831) [`4e2b961`](https://github.com/equinor/fusion-framework/commit/4e2b961ac6ace80b95f2795b3f3b839c763cbb28) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Add support for clearing context in CLI - aligning with same behaviour as portal
|
|
22
|
+
|
|
23
|
+
- [#2847](https://github.com/equinor/fusion-framework/pull/2847) [`59348f0`](https://github.com/equinor/fusion-framework/commit/59348f02f7ced10782691f69bae32274b88a4b53) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update dep `@equinor/fusion-react-context-selector` to `1.0.1`
|
|
24
|
+
|
|
3
25
|
## 10.5.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -62,16 +84,16 @@
|
|
|
62
84
|
|
|
63
85
|
- [#2661](https://github.com/equinor/fusion-framework/pull/2661) [`f60748b`](https://github.com/equinor/fusion-framework/commit/f60748b4f3980f00fa3aed131fef97513f1424c6) Thanks [@eikeland](https://github.com/eikeland)! - Added `noOpen` option to the development server configuration.
|
|
64
86
|
|
|
65
|
-
|
|
87
|
+
**Modified files:**
|
|
66
88
|
|
|
67
|
-
|
|
68
|
-
|
|
89
|
+
- `packages/cli/src/bin/create-dev-serve.ts`
|
|
90
|
+
- `packages/cli/src/bin/main.app.ts`
|
|
69
91
|
|
|
70
|
-
|
|
92
|
+
**Changes:**
|
|
71
93
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
94
|
+
- Added `noOpen` boolean option to `createDevServer` function.
|
|
95
|
+
- Updated the server configuration to conditionally open the app in the default browser based on the `noOpen` option.
|
|
96
|
+
- Added `-n, --noOpen` option to the CLI command for starting the development server.
|
|
75
97
|
|
|
76
98
|
## 10.3.4
|
|
77
99
|
|
|
@@ -97,7 +119,7 @@
|
|
|
97
119
|
|
|
98
120
|
- [#2632](https://github.com/equinor/fusion-framework/pull/2632) [`b136b45`](https://github.com/equinor/fusion-framework/commit/b136b4565da1af09c8447956716f3d9f0ea91698) Thanks [@eikeland](https://github.com/eikeland)! - ### Changes
|
|
99
121
|
|
|
100
|
-
|
|
122
|
+
Updated `@equinor/fusion-wc-person` dependency from version `^3.0.5` to `^3.0.6`
|
|
101
123
|
|
|
102
124
|
## 10.3.0
|
|
103
125
|
|
|
@@ -105,9 +127,9 @@
|
|
|
105
127
|
|
|
106
128
|
- [#2577](https://github.com/equinor/fusion-framework/pull/2577) [`c3ba9f1`](https://github.com/equinor/fusion-framework/commit/c3ba9f109d9f96d6dc6ee2f0ddac00c8b3090982) Thanks [@eikeland](https://github.com/eikeland)! - Created a plugin for handling application settings. This plugin allows retrieving and setting application settings when developing locally by intercepting the request to the settings API and returning the local settings instead. Settings are stored in memory and are not persisted, which means the CLI will always provide settings as if the user has never set them before. By restarting the CLI, the settings will be lost. This plugin is useful for testing and development purposes.
|
|
107
129
|
|
|
108
|
-
|
|
130
|
+
Also added a utility function `parseJsonFromRequest` to parse JSON from a request body. This function is used in the plugin to parse the `PUT` request body and update the settings accordingly.
|
|
109
131
|
|
|
110
|
-
|
|
132
|
+
The default development server has enabled this plugin by default and confiuigred it to intercept the settings API on `/apps-proxy/persons/me/apps/${CURRENT_APP_KEY}/settings`
|
|
111
133
|
|
|
112
134
|
## 10.2.5
|
|
113
135
|
|
|
@@ -115,7 +137,7 @@
|
|
|
115
137
|
|
|
116
138
|
- [#2612](https://github.com/equinor/fusion-framework/pull/2612) [`1f9da67`](https://github.com/equinor/fusion-framework/commit/1f9da67df85f466763788039c9f0df67164eb391) Thanks [@eikeland](https://github.com/eikeland)! - ### Changes
|
|
117
139
|
|
|
118
|
-
|
|
140
|
+
- Stopped using node:path join in app-proxy-plugin since it caused issues on windows
|
|
119
141
|
|
|
120
142
|
## 10.2.4
|
|
121
143
|
|
|
@@ -123,12 +145,12 @@
|
|
|
123
145
|
|
|
124
146
|
- [#2606](https://github.com/equinor/fusion-framework/pull/2606) [`00fb17d`](https://github.com/equinor/fusion-framework/commit/00fb17d9e753462a7acf6a34281a50194b94db20) Thanks [@eikeland](https://github.com/eikeland)! - ### Modified Files
|
|
125
147
|
|
|
126
|
-
|
|
148
|
+
`AppLoader.tsx`
|
|
127
149
|
|
|
128
|
-
|
|
150
|
+
### Changes
|
|
129
151
|
|
|
130
|
-
|
|
131
|
-
|
|
152
|
+
- Added import for last operator from rxjs/operators.
|
|
153
|
+
- Updated the initialize subscription to use the last operator.
|
|
132
154
|
|
|
133
155
|
## 10.2.3
|
|
134
156
|
|
|
@@ -136,7 +158,7 @@
|
|
|
136
158
|
|
|
137
159
|
- [#2591](https://github.com/equinor/fusion-framework/pull/2591) [`445760c`](https://github.com/equinor/fusion-framework/commit/445760ce73e1d76303c83c367a394adfb5b7a479) Thanks [@eikeland](https://github.com/eikeland)! - ### Updated Dependencies:
|
|
138
160
|
|
|
139
|
-
|
|
161
|
+
- Updated @equinor/fusion-wc-person to ^3.0.5 in package.json.
|
|
140
162
|
|
|
141
163
|
## 10.2.2
|
|
142
164
|
|
|
@@ -156,20 +178,20 @@
|
|
|
156
178
|
|
|
157
179
|
- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - Updated Bookmark Integration in Dev Portal
|
|
158
180
|
|
|
159
|
-
|
|
181
|
+
- **Refactored `BookMarkSideSheet.tsx`:**
|
|
160
182
|
|
|
161
|
-
|
|
162
|
-
|
|
183
|
+
- Replaced `useHasBookmark` with `useCurrentAppModule<BookmarkModule>('bookmark')` for better module integration.
|
|
184
|
+
- Updated button `disabled` state to use `bookmarkProvider?.hasBookmarkCreators`.
|
|
163
185
|
|
|
164
|
-
|
|
186
|
+
- **Updated `Header.tsx`:**
|
|
165
187
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
188
|
+
- Added `useCurrentAppModule<BookmarkModule>('bookmark')` to manage bookmark module state.
|
|
189
|
+
- Disabled bookmark button if `bookmarkProvider` is not available.
|
|
190
|
+
- Passed `bookmarkProvider` to `BookmarkProvider` component.
|
|
169
191
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
192
|
+
- **Configuration Changes in `config.ts`:**
|
|
193
|
+
- Switched import from `@equinor/fusion-framework-module-bookmark` to `@equinor/fusion-framework-react-module-bookmark`.
|
|
194
|
+
- Added `builder.setFilter('application', true)` to bookmark configuration.
|
|
173
195
|
|
|
174
196
|
## 10.1.0
|
|
175
197
|
|
|
@@ -177,7 +199,7 @@
|
|
|
177
199
|
|
|
178
200
|
- [#2567](https://github.com/equinor/fusion-framework/pull/2567) [`71d57c2`](https://github.com/equinor/fusion-framework/commit/71d57c2955861e86f8026068fb7cd4fe39b195f6) Thanks [@odinr](https://github.com/odinr)! - Added functionality for allow providing paths for `config`, `manifest` and bundle in `app-proxy-plugin`. This is useful for plugins that need to load resources from a specific path.
|
|
179
201
|
|
|
180
|
-
|
|
202
|
+
This was required since the AppClient was changed in [#2520](https://github.com/equinor/fusion-framework/pull/2520) which broke the ability to load resources from the plugin.
|
|
181
203
|
|
|
182
204
|
## 10.0.4
|
|
183
205
|
|
|
@@ -195,7 +217,7 @@
|
|
|
195
217
|
|
|
196
218
|
- [#2523](https://github.com/equinor/fusion-framework/pull/2523) [`e188193`](https://github.com/equinor/fusion-framework/commit/e188193a09802cfb74bd8aeaa8713b75b10a0638) Thanks [@eikeland](https://github.com/eikeland)! - ## changes:
|
|
197
219
|
|
|
198
|
-
|
|
220
|
+
- changing ci urls to new domain
|
|
199
221
|
|
|
200
222
|
## 10.0.2
|
|
201
223
|
|
|
@@ -203,9 +225,9 @@
|
|
|
203
225
|
|
|
204
226
|
- [#2521](https://github.com/equinor/fusion-framework/pull/2521) [`65f03fa`](https://github.com/equinor/fusion-framework/commit/65f03fa01b71d387874dbe8ae21163c7c1c3d4b8) Thanks [@eikeland](https://github.com/eikeland)! - ### Adds CHANGELOG.md to app zip package
|
|
205
227
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
228
|
+
- Removed individual file additions for package.json, LICENSE.md, and README.md.
|
|
229
|
+
- Added a loop to handle multiple files (package.json, LICENSE.md, README.md, CHANGELOG.md) in a more concise manner.
|
|
230
|
+
- Updated the spinner messages accordingly.
|
|
209
231
|
|
|
210
232
|
## 10.0.1
|
|
211
233
|
|
|
@@ -219,217 +241,217 @@
|
|
|
219
241
|
|
|
220
242
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Adding new commands for app management, `build-publish`, `build-pack`, `build-upload`, `build-config`, `build-manifest` and `build-tag`.
|
|
221
243
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
244
|
+
Introduces new parameters to the `build-config` command for publishing the app config to a build version.
|
|
245
|
+
|
|
246
|
+
Commands:
|
|
247
|
+
|
|
248
|
+
- `build-pack` - Bundle the app for distribution
|
|
249
|
+
- `-o, --output <output>` - Output directory for the packed app
|
|
250
|
+
- `-a, --archive` - Archive name for the packed app
|
|
251
|
+
- `build-upload` - Upload the packed app to the Fusion App Store
|
|
252
|
+
- `-b, --bundle <bundle>` - Path to the packed app bundle
|
|
253
|
+
- `-e, --env <ci | fqa | tr | fprd>` - Environment to upload the app to
|
|
254
|
+
- `-s, --service <service>` - Custom app service
|
|
255
|
+
- `build-tag` - Tag the uploaded app with a version
|
|
256
|
+
- `-t, --tag <tag>` - Tag to apply to the uploaded app
|
|
257
|
+
- `-v, --version <version>` - Version to attach to the tag
|
|
258
|
+
- `-e, --env <ci | fqa | tr | fprd>` - Environment to tag the app in
|
|
259
|
+
- `-s, --service <service>` - Custom app service
|
|
260
|
+
- `build-publish` - Publish the app config to a build version
|
|
261
|
+
- `-t, --tag <tag>` - Tag to apply to the uploaded app
|
|
262
|
+
- `-e, --env <ci | fqa | tr | fprd>` - Environment to tag the app in
|
|
263
|
+
- `-s, --service <service>` - Custom app service
|
|
264
|
+
- `build-config` - Generate app config for an environment
|
|
265
|
+
- `-o, --output <output>` - Output file for the app config
|
|
266
|
+
- `-c, --config <config>` - Path to the app config file (for config generation)
|
|
267
|
+
- `-p, --publish` - Flag for upload the generated config
|
|
268
|
+
- `-v, --version<semver | current | latest | preview>` - Publish the app config to version
|
|
269
|
+
- `-e, --env <ci | fqa | tr | fprd>` - Environment to publish the app config to
|
|
270
|
+
- `-s, --service <service>` - Custom app service
|
|
271
|
+
- `upload-config` - Upload the app config to a build version
|
|
272
|
+
- `-c, --config <config>` - Path to the app config json file to upload
|
|
273
|
+
- `-p, --publish<semver | current | latest | preview>` - Publish the app config to the build version
|
|
274
|
+
- `-e, --env <ci | fqa | tr | fprd>` - Environment to publish the app config to
|
|
275
|
+
- `-s, --service <service>` - Custom app service
|
|
276
|
+
- `build-manifest` - Creates the build manifest to publish with app
|
|
277
|
+
- `-o, --output <output>` - Output file for manifest
|
|
278
|
+
- `-c, --config <config>` - Manifest config file
|
|
279
|
+
|
|
280
|
+
simple usage:
|
|
281
|
+
|
|
282
|
+
```sh
|
|
283
|
+
fusion-framework-cli app build-publish -e ci
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
complex usage:
|
|
287
|
+
|
|
288
|
+
```sh
|
|
289
|
+
fusion-framework-cli app build-pack -o ./dist -a my-app.zip
|
|
290
|
+
fusion-framework-cli app build-upload -b ./dist/my-app.zip -e ci
|
|
291
|
+
fusion-framework-cli app build-tag -t my-tag -v 1.0.0 -e ci
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
After publishing a build of an app, the app config should be uploaded to the build version. This is done by running the `build-config` command.
|
|
295
|
+
|
|
296
|
+
```sh
|
|
297
|
+
# Publish the app config to the build version
|
|
298
|
+
fusion-framework-cli app build-config -p -e ci
|
|
299
|
+
|
|
300
|
+
# Publish the app config to a specific build tag
|
|
301
|
+
fusion-framework-cli app build-config -p preview -e ci
|
|
302
|
+
|
|
303
|
+
# Publish the app config to a specific build version
|
|
304
|
+
fusion-framework-cli app build-config -p 1.0.0 -e ci
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
**breaking changes:**
|
|
308
|
+
|
|
309
|
+
- renaming all commands accociated with build.
|
|
310
|
+
- The app-config endpoints is now an object containing url and scopes, where name is the object key:
|
|
271
311
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
# Publish the app config to a specific build version
|
|
282
|
-
fusion-framework-cli app build-config -p 1.0.0 -e ci
|
|
283
|
-
```
|
|
284
|
-
|
|
285
|
-
**breaking changes:**
|
|
286
|
-
|
|
287
|
-
- renaming all commands accociated with build.
|
|
288
|
-
- The app-config endpoints is now an object containing url and scopes, where name is the object key:
|
|
289
|
-
|
|
290
|
-
```ts
|
|
291
|
-
environment: {
|
|
292
|
-
myProp: 'foobar',
|
|
293
|
-
},
|
|
294
|
-
endpoints: {
|
|
295
|
-
api: {
|
|
296
|
-
url: 'https://foo.bars'
|
|
297
|
-
scopes: ['foobar./default']
|
|
298
|
-
},
|
|
312
|
+
```ts
|
|
313
|
+
environment: {
|
|
314
|
+
myProp: 'foobar',
|
|
315
|
+
},
|
|
316
|
+
endpoints: {
|
|
317
|
+
api: {
|
|
318
|
+
url: 'https://foo.bars'
|
|
319
|
+
scopes: ['foobar./default']
|
|
299
320
|
},
|
|
300
|
-
|
|
321
|
+
},
|
|
322
|
+
```
|
|
301
323
|
|
|
302
|
-
|
|
324
|
+
- The `config` command has been removed, use `build-config` instead
|
|
303
325
|
|
|
304
326
|
### Minor Changes
|
|
305
327
|
|
|
306
328
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Introduced `proxyRequestLogger` to log proxy requests in the CLI.
|
|
307
329
|
|
|
308
|
-
|
|
309
|
-
|
|
330
|
+
- Show the request URL and method in the console when a proxy request is made.
|
|
331
|
+
- Show proxy response status code
|
|
310
332
|
|
|
311
333
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Create a plugin `externalPublicPlugin` to fix the issue with serving the `index.html` file from the specified external public directory. Vite mode `spa` will not serve the `index.html` file from the specified external public directory.
|
|
312
334
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
335
|
+
- Enhanced the middleware to intercept requests and serve the `index.html` file from the specified external public directory.
|
|
336
|
+
- Transformed the HTML using Vite's `transformIndexHtml` method.
|
|
337
|
+
- Applied appropriate content headers and additional configured headers before sending the response.
|
|
338
|
+
|
|
339
|
+
```typescript
|
|
340
|
+
const viteConfig = defineConfig({
|
|
341
|
+
// vite configuration
|
|
342
|
+
root: "./src", // this where vite will look for the index.html file
|
|
343
|
+
plugins: [
|
|
344
|
+
// path which contains the index.html file
|
|
345
|
+
externalPublicPlugin("./my-portal"),
|
|
346
|
+
],
|
|
347
|
+
});
|
|
348
|
+
```
|
|
327
349
|
|
|
328
350
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Updated commands in CLI to reflect purpose of the command:
|
|
329
351
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
352
|
+
- renamed `config` to `build-config` to generate build config of an application.
|
|
353
|
+
- renamed `pack`to `build-pack` to bundle an application.
|
|
354
|
+
- added `build-manifest` command to generate build manifest of an application.
|
|
333
355
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
356
|
+
> [!WARNING]
|
|
357
|
+
> Config callback for `manifest` and `config` now allows `void` return type.
|
|
358
|
+
> Return value from callback is now merged with default config instead of replacing it, this might be a breaking change for some applications.
|
|
337
359
|
|
|
338
|
-
|
|
339
|
-
|
|
360
|
+
> [!NOTE]
|
|
361
|
+
> This mean that `mergeAppConfig` and `mergeManifestConfig` functions are no longer needed and can be removed from the application.
|
|
340
362
|
|
|
341
363
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - The `appProxyPlugin` is a Vite plugin designed to proxy requests to a Fusion app backend.
|
|
342
364
|
It sets up proxy rules for API and bundle requests and serves the app configuration and manifest based on the app key and version.
|
|
343
365
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
1. Proxy Configuration:
|
|
347
|
-
|
|
348
|
-
- Proxies API calls to the Fusion apps backend.
|
|
349
|
-
- Proxies bundle requests to the Fusion apps backend.
|
|
350
|
-
- Uses a base path `proxyPath` for proxying.
|
|
351
|
-
- Captures and reuses authorization tokens for asset requests.
|
|
352
|
-
|
|
353
|
-
2. **App Configuration and Manifest**:
|
|
354
|
-
|
|
355
|
-
- Serves the app configuration if the request matches the current app and version.
|
|
356
|
-
- Serves the app manifest if the request matches the current app.
|
|
357
|
-
|
|
358
|
-
3. **Middleware Setup**:
|
|
359
|
-
- Sets up middleware to handle requests for app configuration, manifest, and local bundles.
|
|
360
|
-
|
|
361
|
-
This plugin is used by the CLI for local development, but design as exportable for custom CLI to consume applications from other API`s
|
|
362
|
-
|
|
363
|
-
example configuration:
|
|
364
|
-
|
|
365
|
-
```typescript
|
|
366
|
-
const viteConfig = defineConfig({
|
|
367
|
-
// vite configuration
|
|
368
|
-
plugins: [
|
|
369
|
-
appProxyPlugin({
|
|
370
|
-
proxy: {
|
|
371
|
-
path: '/app-proxy',
|
|
372
|
-
target: 'https://fusion-s-apps-ci.azurewebsites.net/',
|
|
373
|
-
// optional callback when matched request is proxied
|
|
374
|
-
onProxyReq: (proxyReq, req, res) => {
|
|
375
|
-
proxyReq.on('response', (res) => {
|
|
376
|
-
console.log(res.statusCode);
|
|
377
|
-
});
|
|
378
|
-
},
|
|
379
|
-
},
|
|
380
|
-
// optional, but required for serving local app configuration, manifest and resources
|
|
381
|
-
app: {
|
|
382
|
-
key: 'my-app',
|
|
383
|
-
version: '1.0.0',
|
|
384
|
-
generateConfig: async () => ({}),
|
|
385
|
-
generateManifest: async () => ({}),
|
|
386
|
-
},
|
|
387
|
-
}),
|
|
388
|
-
],
|
|
389
|
-
});
|
|
390
|
-
```
|
|
366
|
+
Key Features:
|
|
391
367
|
|
|
392
|
-
|
|
368
|
+
1. Proxy Configuration:
|
|
393
369
|
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
fetch('/app-proxy/apps/other-app/builds/1.0.0/config'); // proxy
|
|
370
|
+
- Proxies API calls to the Fusion apps backend.
|
|
371
|
+
- Proxies bundle requests to the Fusion apps backend.
|
|
372
|
+
- Uses a base path `proxyPath` for proxying.
|
|
373
|
+
- Captures and reuses authorization tokens for asset requests.
|
|
399
374
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
375
|
+
2. **App Configuration and Manifest**:
|
|
376
|
+
|
|
377
|
+
- Serves the app configuration if the request matches the current app and version.
|
|
378
|
+
- Serves the app manifest if the request matches the current app.
|
|
379
|
+
|
|
380
|
+
3. **Middleware Setup**:
|
|
381
|
+
- Sets up middleware to handle requests for app configuration, manifest, and local bundles.
|
|
382
|
+
|
|
383
|
+
This plugin is used by the CLI for local development, but design as exportable for custom CLI to consume applications from other API`s
|
|
384
|
+
|
|
385
|
+
example configuration:
|
|
386
|
+
|
|
387
|
+
```typescript
|
|
388
|
+
const viteConfig = defineConfig({
|
|
389
|
+
// vite configuration
|
|
390
|
+
plugins: [
|
|
391
|
+
appProxyPlugin({
|
|
392
|
+
proxy: {
|
|
393
|
+
path: "/app-proxy",
|
|
394
|
+
target: "https://fusion-s-apps-ci.azurewebsites.net/",
|
|
395
|
+
// optional callback when matched request is proxied
|
|
396
|
+
onProxyReq: (proxyReq, req, res) => {
|
|
397
|
+
proxyReq.on("response", (res) => {
|
|
398
|
+
console.log(res.statusCode);
|
|
399
|
+
});
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
// optional, but required for serving local app configuration, manifest and resources
|
|
403
|
+
app: {
|
|
404
|
+
key: "my-app",
|
|
405
|
+
version: "1.0.0",
|
|
406
|
+
generateConfig: async () => ({}),
|
|
407
|
+
generateManifest: async () => ({}),
|
|
408
|
+
},
|
|
409
|
+
}),
|
|
410
|
+
],
|
|
411
|
+
});
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
example usage:
|
|
415
|
+
|
|
416
|
+
```typescript
|
|
417
|
+
// Example API calls
|
|
418
|
+
fetch("/app-proxy/apps/my-app/builds/1.0.0/config"); // local
|
|
419
|
+
fetch("/app-proxy/apps/my-app/builds/0.0.9/config"); // proxy
|
|
420
|
+
fetch("/app-proxy/apps/other-app/builds/1.0.0/config"); // proxy
|
|
421
|
+
|
|
422
|
+
// Example asset calls
|
|
423
|
+
fetch("/app-proxy/bundles/my-app/builds/1.0.0/index.js"); // local
|
|
424
|
+
fetch("/app-proxy/bundles/my-app/builds/0.0.9/index.js"); // proxy
|
|
425
|
+
```
|
|
404
426
|
|
|
405
427
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - when building an application the `AppAssetExportPlugin` is now added to the `ViteConfig` and configure to include `manifest.build.allowedExtensions`
|
|
406
428
|
|
|
407
429
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - **App Assets Export Plugin**
|
|
408
430
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
431
|
+
Create a plugin that exports assets from the app's source code.
|
|
432
|
+
This plugin resolves the issue where assets are not extracted from the app's source code since the app is in `lib` mode.
|
|
433
|
+
|
|
434
|
+
```typescript
|
|
435
|
+
export default {
|
|
436
|
+
plugins: [
|
|
437
|
+
AppAssetExportPlugin(
|
|
438
|
+
include: createExtensionFilterPattern(
|
|
439
|
+
manifest.build.allowedExtensions
|
|
440
|
+
),
|
|
441
|
+
),
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
```
|
|
423
445
|
|
|
424
|
-
|
|
446
|
+
see readme for more information.
|
|
425
447
|
|
|
426
448
|
### Patch Changes
|
|
427
449
|
|
|
428
450
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Updating fusion-wc-person to fix issues when using selectedPerson = null in PersonSelect component.
|
|
429
451
|
|
|
430
|
-
|
|
452
|
+
Updated the following dependencies
|
|
431
453
|
|
|
432
|
-
|
|
454
|
+
- `@equinor/fusion-wc-person` from `^3.0.1` to `^3.0.3` in `packages/cli/package.json` and `packages/react/components/people-resolver/package.json`.
|
|
433
455
|
|
|
434
456
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Generated base manifest from package will now include `StandardIncludeAssetExtensions` as `allowedExtensions`
|
|
435
457
|
|
|
@@ -439,14 +461,14 @@
|
|
|
439
461
|
|
|
440
462
|
- [#2493](https://github.com/equinor/fusion-framework/pull/2493) [`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion-wc-person to fix issues when using selectedPerson = null in PersonSelect component.
|
|
441
463
|
|
|
442
|
-
|
|
464
|
+
Updated the following dependencies
|
|
443
465
|
|
|
444
|
-
|
|
466
|
+
- `@equinor/fusion-wc-person` from `^3.0.1` to `^3.0.3` in `packages/cli/package.json` and `packages/react/components/people-resolver/package.json`.
|
|
445
467
|
|
|
446
468
|
- Updated dependencies [[`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81)]:
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
469
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.8
|
|
470
|
+
- @equinor/fusion-framework-app@9.1.9
|
|
471
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.9
|
|
450
472
|
|
|
451
473
|
## 9.13.0
|
|
452
474
|
|
|
@@ -456,23 +478,23 @@
|
|
|
456
478
|
|
|
457
479
|
- [#2459](https://github.com/equinor/fusion-framework/pull/2459) [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa) Thanks [@odinr](https://github.com/odinr)! - **@equinor/fusion-framework-cli**
|
|
458
480
|
|
|
459
|
-
|
|
481
|
+
Updated the CLI to use the new service discovery API.
|
|
460
482
|
|
|
461
|
-
|
|
462
|
-
|
|
483
|
+
> [!NOTE]
|
|
484
|
+
> This is a quick fix until the new major version of the CLI is released.
|
|
463
485
|
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
486
|
+
- Updated the `baseUri` to use a more specific URL path for service discovery.
|
|
487
|
+
- Changed from `new URL(import.meta.url).origin` to `String(new URL('/_discovery/environments/current', import.meta.url))`.
|
|
488
|
+
- Changed parsing of service discovery response to match new API format.
|
|
467
489
|
|
|
468
490
|
### Patch Changes
|
|
469
491
|
|
|
470
492
|
- [#2458](https://github.com/equinor/fusion-framework/pull/2458) [`202cf10`](https://github.com/equinor/fusion-framework/commit/202cf10ae434d6432c8b57c2867b182223c19212) Thanks [@odinr](https://github.com/odinr)! - changed service discover url to match #c776845e753acf4a0bceda1c59d31e5939c44c31
|
|
471
493
|
|
|
472
494
|
- Updated dependencies []:
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
495
|
+
- @equinor/fusion-framework-app@9.1.8
|
|
496
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.9
|
|
497
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.7
|
|
476
498
|
|
|
477
499
|
## 9.12.14
|
|
478
500
|
|
|
@@ -481,10 +503,10 @@
|
|
|
481
503
|
- [#2431](https://github.com/equinor/fusion-framework/pull/2431) [`53ff9cc`](https://github.com/equinor/fusion-framework/commit/53ff9ccdbac95ae8d279aed49f173708bbe9adbe) Thanks [@dependabot](https://github.com/apps/dependabot)! - Upgrade vite from 5.3.5 to [5.4.3](<(https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md)>)
|
|
482
504
|
|
|
483
505
|
- Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]:
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
506
|
+
- @equinor/fusion-observable@8.4.1
|
|
507
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.8
|
|
508
|
+
- @equinor/fusion-framework-app@9.1.7
|
|
509
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.6
|
|
488
510
|
|
|
489
511
|
## 9.12.13
|
|
490
512
|
|
|
@@ -492,12 +514,12 @@
|
|
|
492
514
|
|
|
493
515
|
- [#2403](https://github.com/equinor/fusion-framework/pull/2403) [`67ea61d`](https://github.com/equinor/fusion-framework/commit/67ea61dad8f50e8b8b977008b26374c2f982eb4d) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump @equinor/eds-core-react from 0.40.1 to 0.41.2
|
|
494
516
|
|
|
495
|
-
|
|
517
|
+
[see EDS changelog](https://github.com/equinor/design-system/blob/develop/packages/eds-core-react/CHANGELOG.md)
|
|
496
518
|
|
|
497
519
|
- Updated dependencies []:
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
520
|
+
- @equinor/fusion-framework-app@9.1.6
|
|
521
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.7
|
|
522
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.5
|
|
501
523
|
|
|
502
524
|
## 9.12.12
|
|
503
525
|
|
|
@@ -523,17 +545,17 @@
|
|
|
523
545
|
|
|
524
546
|
- [#2360](https://github.com/equinor/fusion-framework/pull/2360) [`1c7ac1b`](https://github.com/equinor/fusion-framework/commit/1c7ac1b42213f33a668e79d750e0b12b227a7052) Thanks [@eikeland](https://github.com/eikeland)! - Enhanced ContextSelector component in the CLI package:
|
|
525
547
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
548
|
+
- Implemented responsive context clearing mechanism
|
|
549
|
+
- Improved handling of context selection and clearing events
|
|
550
|
+
- Optimized component rendering with useMemo and useCallback hooks
|
|
529
551
|
|
|
530
552
|
- [#2261](https://github.com/equinor/fusion-framework/pull/2261) [`aae93b9`](https://github.com/equinor/fusion-framework/commit/aae93b95120f1285545ea1b8344817c31e134ff5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump adm-zip from 0.5.10 to 0.5.14
|
|
531
553
|
|
|
532
554
|
- Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`a3543e3`](https://github.com/equinor/fusion-framework/commit/a3543e31353c9eac25140842643cb8e27e9b187e), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594)]:
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
555
|
+
- @equinor/fusion-observable@8.4.0
|
|
556
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.4
|
|
557
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.6
|
|
558
|
+
- @equinor/fusion-framework-app@9.1.5
|
|
537
559
|
|
|
538
560
|
## 9.12.11
|
|
539
561
|
|
|
@@ -544,9 +566,9 @@
|
|
|
544
566
|
- [#2340](https://github.com/equinor/fusion-framework/pull/2340) [`9435ee4`](https://github.com/equinor/fusion-framework/commit/9435ee4ddebade18436c5c6bd57ee86b6baf0b24) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump vite from 5.2.10 to 5.3.3
|
|
545
567
|
|
|
546
568
|
- Updated dependencies []:
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
569
|
+
- @equinor/fusion-framework-app@9.1.4
|
|
570
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.5
|
|
571
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.3
|
|
550
572
|
|
|
551
573
|
## 9.12.10
|
|
552
574
|
|
|
@@ -559,60 +581,60 @@
|
|
|
559
581
|
Additionally, Vite now supports the `system` library format and adds options for not starting a WebSocket server and ignoring certain code sections.
|
|
560
582
|
The changelog also notes performance enhancements, dependency updates, and bug fixes, including resolving circular dependencies, improving error recovery, and updating non-major dependencies.
|
|
561
583
|
|
|
562
|
-
|
|
584
|
+
build(deps): bump vite from 5.2.10 to 5.3.3
|
|
563
585
|
|
|
564
586
|
- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3
|
|
565
587
|
|
|
566
588
|
- [#2320](https://github.com/equinor/fusion-framework/pull/2320) [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee) Thanks [@odinr](https://github.com/odinr)! - Removed the `removeComments` option from the `tsconfig.base.json` file.
|
|
567
589
|
|
|
568
|
-
|
|
590
|
+
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
569
591
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
592
|
+
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
593
|
+
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
594
|
+
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
573
595
|
|
|
574
|
-
|
|
596
|
+
No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
|
|
575
597
|
|
|
576
|
-
|
|
598
|
+
Before:
|
|
577
599
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
600
|
+
```json
|
|
601
|
+
{
|
|
602
|
+
"compilerOptions": {
|
|
603
|
+
"module": "ES2022",
|
|
604
|
+
"target": "ES6",
|
|
605
|
+
"incremental": true,
|
|
606
|
+
"removeComments": true,
|
|
607
|
+
"preserveConstEnums": true,
|
|
608
|
+
"sourceMap": true,
|
|
609
|
+
"moduleResolution": "node"
|
|
589
610
|
}
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
611
|
+
}
|
|
612
|
+
```
|
|
613
|
+
|
|
614
|
+
After:
|
|
615
|
+
|
|
616
|
+
```json
|
|
617
|
+
{
|
|
618
|
+
"compilerOptions": {
|
|
619
|
+
"module": "ES2022",
|
|
620
|
+
"target": "ES6",
|
|
621
|
+
"incremental": true,
|
|
622
|
+
"preserveConstEnums": true,
|
|
623
|
+
"sourceMap": true,
|
|
624
|
+
"moduleResolution": "node"
|
|
604
625
|
}
|
|
605
|
-
|
|
626
|
+
}
|
|
627
|
+
```
|
|
606
628
|
|
|
607
|
-
|
|
629
|
+
This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
|
|
608
630
|
|
|
609
631
|
- [#2330](https://github.com/equinor/fusion-framework/pull/2330) [`4c4471a`](https://github.com/equinor/fusion-framework/commit/4c4471a61d083c6b00d25ebf82952632ff50e200) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump rollup from 4.12.0 to 4.18.1
|
|
610
632
|
|
|
611
633
|
- Updated dependencies [[`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`a723e86`](https://github.com/equinor/fusion-framework/commit/a723e8605059ad126602d053c65114c3ce908964), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
634
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.2
|
|
635
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.5
|
|
636
|
+
- @equinor/fusion-observable@8.3.3
|
|
637
|
+
- @equinor/fusion-framework-app@9.1.3
|
|
616
638
|
|
|
617
639
|
## 9.12.9
|
|
618
640
|
|
|
@@ -621,17 +643,17 @@
|
|
|
621
643
|
- [#2270](https://github.com/equinor/fusion-framework/pull/2270) [`b739416`](https://github.com/equinor/fusion-framework/commit/b7394165a573e545152cfcedc2ddae186ec94112) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Update fusion-wc-person to resolve issue with positioning
|
|
622
644
|
|
|
623
645
|
- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb), [`b739416`](https://github.com/equinor/fusion-framework/commit/b7394165a573e545152cfcedc2ddae186ec94112)]:
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
646
|
+
- @equinor/fusion-observable@8.3.2
|
|
647
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.1
|
|
648
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.4
|
|
649
|
+
- @equinor/fusion-framework-app@9.1.2
|
|
628
650
|
|
|
629
651
|
## 9.12.8
|
|
630
652
|
|
|
631
653
|
### Patch Changes
|
|
632
654
|
|
|
633
655
|
- Updated dependencies [[`b8d52ad`](https://github.com/equinor/fusion-framework/commit/b8d52adb2ca1f9857c672a3deb774409ff2bdb37)]:
|
|
634
|
-
|
|
656
|
+
- @equinor/fusion-framework-app@9.1.1
|
|
635
657
|
|
|
636
658
|
## 9.12.7
|
|
637
659
|
|
|
@@ -640,19 +662,19 @@
|
|
|
640
662
|
- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0`
|
|
641
663
|
Updated `@equinor/eds-utils` dependency to version `^0.8.5`
|
|
642
664
|
- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
665
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.0
|
|
666
|
+
- @equinor/fusion-framework-app@9.1.0
|
|
667
|
+
- @equinor/fusion-observable@8.3.1
|
|
668
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.3
|
|
647
669
|
|
|
648
670
|
## 9.12.6
|
|
649
671
|
|
|
650
672
|
### Patch Changes
|
|
651
673
|
|
|
652
674
|
- Updated dependencies []:
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
675
|
+
- @equinor/fusion-framework-app@9.0.9
|
|
676
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.2
|
|
677
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.8
|
|
656
678
|
|
|
657
679
|
## 9.12.5
|
|
658
680
|
|
|
@@ -660,25 +682,25 @@
|
|
|
660
682
|
|
|
661
683
|
- [#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
|
|
662
684
|
|
|
663
|
-
|
|
685
|
+
fixes: https://github.com/equinor/fusion/issues/301
|
|
664
686
|
|
|
665
|
-
|
|
687
|
+
## @equinor/fusion-framework-cli
|
|
666
688
|
|
|
667
|
-
|
|
689
|
+
### What the change is
|
|
668
690
|
|
|
669
|
-
|
|
691
|
+
This change fixes an issue where the root element rendered by the CLI was not being styled correctly, causing layout issues in some applications.
|
|
670
692
|
|
|
671
|
-
|
|
693
|
+
### Why the change was made
|
|
672
694
|
|
|
673
|
-
|
|
695
|
+
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.
|
|
674
696
|
|
|
675
|
-
|
|
697
|
+
### How a consumer should update their code
|
|
676
698
|
|
|
677
|
-
|
|
699
|
+
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.
|
|
678
700
|
|
|
679
701
|
- Updated dependencies []:
|
|
680
|
-
|
|
681
|
-
|
|
702
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.7
|
|
703
|
+
- @equinor/fusion-framework-app@9.0.8
|
|
682
704
|
|
|
683
705
|
## 9.12.4
|
|
684
706
|
|
|
@@ -686,14 +708,14 @@
|
|
|
686
708
|
|
|
687
709
|
- [#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`
|
|
688
710
|
|
|
689
|
-
|
|
690
|
-
|
|
711
|
+
- added default resolve value when generating base vite configuration
|
|
712
|
+
- moved default query log level resolve outside class
|
|
691
713
|
|
|
692
|
-
|
|
714
|
+
fixes: https://github.com/equinor/fusion/issues/343
|
|
693
715
|
|
|
694
716
|
- Updated dependencies []:
|
|
695
|
-
|
|
696
|
-
|
|
717
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.6
|
|
718
|
+
- @equinor/fusion-framework-app@9.0.7
|
|
697
719
|
|
|
698
720
|
## 9.12.3
|
|
699
721
|
|
|
@@ -706,18 +728,18 @@
|
|
|
706
728
|
- [`cf4a17a`](https://github.com/equinor/fusion-framework/commit/cf4a17a07540b05b0d44de7e188aaaa8f9fef8f8) Thanks [@odinr](https://github.com/odinr)! - updated Query, ref #2095
|
|
707
729
|
|
|
708
730
|
- Updated dependencies []:
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
731
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.5
|
|
732
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
733
|
+
- @equinor/fusion-framework-app@9.0.6
|
|
712
734
|
|
|
713
735
|
## 9.12.2
|
|
714
736
|
|
|
715
737
|
### Patch Changes
|
|
716
738
|
|
|
717
739
|
- Updated dependencies []:
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
740
|
+
- @equinor/fusion-framework-app@9.0.5
|
|
741
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
742
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.4
|
|
721
743
|
|
|
722
744
|
## 9.12.1
|
|
723
745
|
|
|
@@ -726,10 +748,10 @@
|
|
|
726
748
|
- [#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
|
|
727
749
|
|
|
728
750
|
- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a)]:
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
751
|
+
- @equinor/fusion-observable@8.3.0
|
|
752
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
753
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.3
|
|
754
|
+
- @equinor/fusion-framework-app@9.0.4
|
|
733
755
|
|
|
734
756
|
## 9.12.0
|
|
735
757
|
|
|
@@ -737,9 +759,9 @@
|
|
|
737
759
|
|
|
738
760
|
- [#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
|
|
739
761
|
|
|
740
|
-
|
|
762
|
+
> 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)_
|
|
741
763
|
|
|
742
|
-
|
|
764
|
+
**No functionality changed, only the markup of dev-portal**
|
|
743
765
|
|
|
744
766
|
### Patch Changes
|
|
745
767
|
|
|
@@ -748,16 +770,16 @@
|
|
|
748
770
|
- [#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
|
|
749
771
|
|
|
750
772
|
- Updated dependencies [[`1cf4003`](https://github.com/equinor/fusion-framework/commit/1cf400389d8d15afbacdc33789130e268c492a0c)]:
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
773
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.2
|
|
774
|
+
- @equinor/fusion-framework-app@9.0.3
|
|
775
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
754
776
|
|
|
755
777
|
## 9.11.1
|
|
756
778
|
|
|
757
779
|
### Patch Changes
|
|
758
780
|
|
|
759
781
|
- Updated dependencies [[`036ec15`](https://github.com/equinor/fusion-framework/commit/036ec151ace9c051ded41798ab94b8ee5e3d4461)]:
|
|
760
|
-
|
|
782
|
+
- @equinor/fusion-framework-app@9.0.2
|
|
761
783
|
|
|
762
784
|
## 9.11.0
|
|
763
785
|
|
|
@@ -772,9 +794,9 @@
|
|
|
772
794
|
- [#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.
|
|
773
795
|
|
|
774
796
|
- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
797
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.1
|
|
798
|
+
- @equinor/fusion-framework-app@9.0.1
|
|
799
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
778
800
|
|
|
779
801
|
## 9.10.0
|
|
780
802
|
|
|
@@ -787,10 +809,10 @@
|
|
|
787
809
|
- [#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
|
|
788
810
|
|
|
789
811
|
- 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)]:
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
812
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.0
|
|
813
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.0
|
|
814
|
+
- @equinor/fusion-observable@8.2.0
|
|
815
|
+
- @equinor/fusion-framework-app@9.0.0
|
|
794
816
|
|
|
795
817
|
## 9.9.0
|
|
796
818
|
|
|
@@ -798,19 +820,19 @@
|
|
|
798
820
|
|
|
799
821
|
- [#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
|
|
800
822
|
|
|
801
|
-
|
|
823
|
+
CLI will now resolve initial context _(if context module enabled)_
|
|
802
824
|
|
|
803
|
-
|
|
825
|
+
Fixes: https://github.com/equinor/fusion/issues/307
|
|
804
826
|
|
|
805
|
-
|
|
827
|
+
Will work even if not application has not enabled navigation
|
|
806
828
|
|
|
807
829
|
### Patch Changes
|
|
808
830
|
|
|
809
831
|
- [#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
|
|
810
832
|
|
|
811
833
|
- Updated dependencies []:
|
|
812
|
-
|
|
813
|
-
|
|
834
|
+
- @equinor/fusion-framework-app@8.1.4
|
|
835
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.6
|
|
814
836
|
|
|
815
837
|
## 9.8.7
|
|
816
838
|
|
|
@@ -827,15 +849,15 @@
|
|
|
827
849
|
- [#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
|
|
828
850
|
|
|
829
851
|
- Updated dependencies [[`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72)]:
|
|
830
|
-
|
|
852
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.5
|
|
831
853
|
|
|
832
854
|
## 9.8.5
|
|
833
855
|
|
|
834
856
|
### Patch Changes
|
|
835
857
|
|
|
836
858
|
- Updated dependencies []:
|
|
837
|
-
|
|
838
|
-
|
|
859
|
+
- @equinor/fusion-framework-app@8.1.3
|
|
860
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.4
|
|
839
861
|
|
|
840
862
|
## 9.8.4
|
|
841
863
|
|
|
@@ -846,7 +868,7 @@
|
|
|
846
868
|
- [#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
|
|
847
869
|
|
|
848
870
|
- Updated dependencies [[`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8)]:
|
|
849
|
-
|
|
871
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.3
|
|
850
872
|
|
|
851
873
|
## 9.8.3
|
|
852
874
|
|
|
@@ -854,7 +876,7 @@
|
|
|
854
876
|
|
|
855
877
|
- [#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
|
|
856
878
|
|
|
857
|
-
|
|
879
|
+
- Add info icon for no result
|
|
858
880
|
|
|
859
881
|
- [#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
|
|
860
882
|
|
|
@@ -865,8 +887,8 @@
|
|
|
865
887
|
### Patch Changes
|
|
866
888
|
|
|
867
889
|
- Updated dependencies []:
|
|
868
|
-
|
|
869
|
-
|
|
890
|
+
- @equinor/fusion-framework-app@8.1.2
|
|
891
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.2
|
|
870
892
|
|
|
871
893
|
## 9.8.1
|
|
872
894
|
|
|
@@ -875,7 +897,7 @@
|
|
|
875
897
|
- [#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
|
|
876
898
|
|
|
877
899
|
- Updated dependencies [[`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554)]:
|
|
878
|
-
|
|
900
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.1
|
|
879
901
|
|
|
880
902
|
## 9.8.0
|
|
881
903
|
|
|
@@ -888,7 +910,7 @@
|
|
|
888
910
|
- [#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
|
|
889
911
|
|
|
890
912
|
- Updated dependencies [[`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737)]:
|
|
891
|
-
|
|
913
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.0
|
|
892
914
|
|
|
893
915
|
## 9.7.0
|
|
894
916
|
|
|
@@ -896,7 +918,7 @@
|
|
|
896
918
|
|
|
897
919
|
- [#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
|
|
898
920
|
|
|
899
|
-
|
|
921
|
+
see [changelog](https://github.com/tj/commander.js/releases/tag/v12.0.0)
|
|
900
922
|
|
|
901
923
|
### Patch Changes
|
|
902
924
|
|
|
@@ -907,9 +929,9 @@
|
|
|
907
929
|
### Patch Changes
|
|
908
930
|
|
|
909
931
|
- Updated dependencies []:
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
932
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.15
|
|
933
|
+
- @equinor/fusion-framework-app@8.1.1
|
|
934
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.2
|
|
913
935
|
|
|
914
936
|
## 9.6.3
|
|
915
937
|
|
|
@@ -917,25 +939,25 @@
|
|
|
917
939
|
|
|
918
940
|
- [#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`
|
|
919
941
|
|
|
920
|
-
|
|
942
|
+
ref [issue 286](https://github.com/equinor/fusion/issues/286#issuecomment-1923401234)
|
|
921
943
|
|
|
922
944
|
## 9.6.2
|
|
923
945
|
|
|
924
946
|
### Patch Changes
|
|
925
947
|
|
|
926
948
|
- Updated dependencies [[`09f8dd2`](https://github.com/equinor/fusion-framework/commit/09f8dd2dad31e8de47409e6bd751f74e3dd02607), [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
|
|
927
|
-
|
|
928
|
-
|
|
949
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.14
|
|
950
|
+
- @equinor/fusion-framework-app@8.1.0
|
|
929
951
|
|
|
930
952
|
## 9.6.1
|
|
931
953
|
|
|
932
954
|
### Patch Changes
|
|
933
955
|
|
|
934
956
|
- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
957
|
+
- @equinor/fusion-observable@8.1.5
|
|
958
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.1
|
|
959
|
+
- @equinor/fusion-framework-app@8.0.1
|
|
960
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.13
|
|
939
961
|
|
|
940
962
|
## 9.6.0
|
|
941
963
|
|
|
@@ -950,9 +972,9 @@
|
|
|
950
972
|
- [`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)
|
|
951
973
|
|
|
952
974
|
- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
975
|
+
- @equinor/fusion-framework-app@8.0.0
|
|
976
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.0
|
|
977
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.12
|
|
956
978
|
|
|
957
979
|
## 9.5.10
|
|
958
980
|
|
|
@@ -965,7 +987,7 @@
|
|
|
965
987
|
### Patch Changes
|
|
966
988
|
|
|
967
989
|
- Updated dependencies []:
|
|
968
|
-
|
|
990
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.11
|
|
969
991
|
|
|
970
992
|
## 9.5.8
|
|
971
993
|
|
|
@@ -974,8 +996,8 @@
|
|
|
974
996
|
- [#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
|
|
975
997
|
|
|
976
998
|
- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
|
|
977
|
-
|
|
978
|
-
|
|
999
|
+
- @equinor/fusion-framework-module-feature-flag@0.0.1
|
|
1000
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.10
|
|
979
1001
|
|
|
980
1002
|
## 9.5.7
|
|
981
1003
|
|
|
@@ -998,33 +1020,33 @@
|
|
|
998
1020
|
- [#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
|
|
999
1021
|
|
|
1000
1022
|
- Updated dependencies [[`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296)]:
|
|
1001
|
-
|
|
1002
|
-
|
|
1023
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.9
|
|
1024
|
+
- @equinor/fusion-framework-app@7.1.15
|
|
1003
1025
|
|
|
1004
1026
|
## 9.5.5
|
|
1005
1027
|
|
|
1006
1028
|
### Patch Changes
|
|
1007
1029
|
|
|
1008
1030
|
- Updated dependencies []:
|
|
1009
|
-
|
|
1010
|
-
|
|
1031
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
1032
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
1011
1033
|
|
|
1012
1034
|
## 9.5.4
|
|
1013
1035
|
|
|
1014
1036
|
### Patch Changes
|
|
1015
1037
|
|
|
1016
1038
|
- Updated dependencies []:
|
|
1017
|
-
|
|
1018
|
-
|
|
1039
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
1040
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
1019
1041
|
|
|
1020
1042
|
## 9.5.3
|
|
1021
1043
|
|
|
1022
1044
|
### Patch Changes
|
|
1023
1045
|
|
|
1024
1046
|
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1047
|
+
- @equinor/fusion-observable@8.1.4
|
|
1048
|
+
- @equinor/fusion-framework-app@7.1.12
|
|
1049
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.6
|
|
1028
1050
|
|
|
1029
1051
|
## 9.5.2
|
|
1030
1052
|
|
|
@@ -1035,9 +1057,9 @@
|
|
|
1035
1057
|
- [#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
|
|
1036
1058
|
|
|
1037
1059
|
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1060
|
+
- @equinor/fusion-observable@8.1.3
|
|
1061
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.5
|
|
1062
|
+
- @equinor/fusion-framework-app@7.1.11
|
|
1041
1063
|
|
|
1042
1064
|
## 9.5.1
|
|
1043
1065
|
|
|
@@ -1056,15 +1078,15 @@
|
|
|
1056
1078
|
### Patch Changes
|
|
1057
1079
|
|
|
1058
1080
|
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
1059
|
-
|
|
1081
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
1060
1082
|
|
|
1061
1083
|
## 9.4.3
|
|
1062
1084
|
|
|
1063
1085
|
### Patch Changes
|
|
1064
1086
|
|
|
1065
1087
|
- Updated dependencies []:
|
|
1066
|
-
|
|
1067
|
-
|
|
1088
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
1089
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
1068
1090
|
|
|
1069
1091
|
## 9.4.2
|
|
1070
1092
|
|
|
@@ -1075,8 +1097,8 @@
|
|
|
1075
1097
|
- [#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
|
|
1076
1098
|
|
|
1077
1099
|
- Updated dependencies []:
|
|
1078
|
-
|
|
1079
|
-
|
|
1100
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
1101
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
1080
1102
|
|
|
1081
1103
|
## 9.4.1
|
|
1082
1104
|
|
|
@@ -1085,7 +1107,7 @@
|
|
|
1085
1107
|
- [#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
|
|
1086
1108
|
|
|
1087
1109
|
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
1088
|
-
|
|
1110
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
1089
1111
|
|
|
1090
1112
|
## 9.4.0
|
|
1091
1113
|
|
|
@@ -1107,11 +1129,11 @@
|
|
|
1107
1129
|
|
|
1108
1130
|
- [#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
|
|
1109
1131
|
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1132
|
+
```bash
|
|
1133
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
1134
|
+
RangeError: Maximum call stack size exceeded
|
|
1135
|
+
at String.match (<anonymous>)
|
|
1136
|
+
```
|
|
1115
1137
|
|
|
1116
1138
|
## 9.3.4
|
|
1117
1139
|
|
|
@@ -1119,7 +1141,7 @@
|
|
|
1119
1141
|
|
|
1120
1142
|
- [#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.
|
|
1121
1143
|
|
|
1122
|
-
|
|
1144
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
1123
1145
|
|
|
1124
1146
|
## 9.3.3
|
|
1125
1147
|
|
|
@@ -1133,9 +1155,9 @@
|
|
|
1133
1155
|
|
|
1134
1156
|
- [#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
|
|
1135
1157
|
|
|
1136
|
-
|
|
1158
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
1137
1159
|
|
|
1138
|
-
|
|
1160
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
1139
1161
|
|
|
1140
1162
|
- [#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
|
|
1141
1163
|
|
|
@@ -1144,8 +1166,8 @@
|
|
|
1144
1166
|
### Patch Changes
|
|
1145
1167
|
|
|
1146
1168
|
- Updated dependencies []:
|
|
1147
|
-
|
|
1148
|
-
|
|
1169
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
1170
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
1149
1171
|
|
|
1150
1172
|
## 9.3.0
|
|
1151
1173
|
|
|
@@ -1176,7 +1198,7 @@
|
|
|
1176
1198
|
- [#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
|
|
1177
1199
|
|
|
1178
1200
|
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
1179
|
-
|
|
1201
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
1180
1202
|
|
|
1181
1203
|
## 9.2.0
|
|
1182
1204
|
|
|
@@ -1190,7 +1212,7 @@
|
|
|
1190
1212
|
|
|
1191
1213
|
- [#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
|
|
1192
1214
|
|
|
1193
|
-
|
|
1215
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
1194
1216
|
|
|
1195
1217
|
## 9.1.3
|
|
1196
1218
|
|
|
@@ -1210,9 +1232,9 @@
|
|
|
1210
1232
|
|
|
1211
1233
|
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
1212
1234
|
|
|
1213
|
-
|
|
1235
|
+
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.
|
|
1214
1236
|
|
|
1215
|
-
|
|
1237
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
1216
1238
|
|
|
1217
1239
|
- [#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)
|
|
1218
1240
|
|
|
@@ -1221,8 +1243,8 @@
|
|
|
1221
1243
|
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
1222
1244
|
|
|
1223
1245
|
- 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)]:
|
|
1224
|
-
|
|
1225
|
-
|
|
1246
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.0
|
|
1247
|
+
- @equinor/fusion-framework-app@7.1.7
|
|
1226
1248
|
|
|
1227
1249
|
## 9.1.1
|
|
1228
1250
|
|
|
@@ -1231,9 +1253,9 @@
|
|
|
1231
1253
|
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
1232
1254
|
|
|
1233
1255
|
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1256
|
+
- @equinor/fusion-framework-app@7.1.6
|
|
1257
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.1
|
|
1258
|
+
- @equinor/fusion-observable@8.1.2
|
|
1237
1259
|
|
|
1238
1260
|
## 9.1.0
|
|
1239
1261
|
|
|
@@ -1241,17 +1263,17 @@
|
|
|
1241
1263
|
|
|
1242
1264
|
- [#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
|
|
1243
1265
|
|
|
1244
|
-
|
|
1266
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
1245
1267
|
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1268
|
+
```tsx
|
|
1269
|
+
const MyPage = () => {
|
|
1270
|
+
return (
|
|
1271
|
+
<fwc-person-avatar azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-avatar>
|
|
1272
|
+
<fwc-person-card azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-card>
|
|
1273
|
+
<fwc-person-list-item azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-list-item>
|
|
1274
|
+
)
|
|
1275
|
+
}
|
|
1276
|
+
```
|
|
1255
1277
|
|
|
1256
1278
|
### Patch Changes
|
|
1257
1279
|
|
|
@@ -1260,15 +1282,15 @@
|
|
|
1260
1282
|
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
1261
1283
|
|
|
1262
1284
|
- Updated dependencies [[`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9)]:
|
|
1263
|
-
|
|
1264
|
-
|
|
1285
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.0
|
|
1286
|
+
- @equinor/fusion-framework-app@7.1.5
|
|
1265
1287
|
|
|
1266
1288
|
## 9.0.2
|
|
1267
1289
|
|
|
1268
1290
|
### Patch Changes
|
|
1269
1291
|
|
|
1270
1292
|
- Updated dependencies []:
|
|
1271
|
-
|
|
1293
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
1272
1294
|
|
|
1273
1295
|
## 9.0.1
|
|
1274
1296
|
|
|
@@ -1282,106 +1304,112 @@
|
|
|
1282
1304
|
|
|
1283
1305
|
- [#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
|
|
1284
1306
|
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1307
|
+
Rework of the Fusion Framework CLI to support future features
|
|
1308
|
+
|
|
1309
|
+
> the CLI was thrown together as a proof of concept, but grown un-manageable, because of lack of structure
|
|
1310
|
+
|
|
1311
|
+
**Main Features**
|
|
1312
|
+
|
|
1313
|
+
- Separate logic and utilities from program (app/cli commands)
|
|
1314
|
+
- allow user to provide config files `app.{config,manifest,vite}.{ts,js,json}`
|
|
1315
|
+
- the cli will try to resolve from `.ts` then `.js` then `.json`
|
|
1316
|
+
- `app.config` is used to configure application environment configs (app-service config)
|
|
1317
|
+
- `app.manifest` application manifest, information about the application
|
|
1318
|
+
- `app.vite` override the CLI vite configuration
|
|
1319
|
+
- provide interface for `app.TYPE.ts` config
|
|
1320
|
+
- `define` and `merge` functionality
|
|
1321
|
+
- note that `app.config` and `app.manifest` needs to return full object _(will not be merged by CLI)_
|
|
1322
|
+
- allow providing config file in command
|
|
1323
|
+
- using config when resolving proxy request
|
|
1324
|
+
- improved CLI logging
|
|
1325
|
+
|
|
1326
|
+
**examples**
|
|
1327
|
+
|
|
1328
|
+
app.config.ts
|
|
1329
|
+
|
|
1330
|
+
```ts
|
|
1331
|
+
import {
|
|
1332
|
+
mergeAppConfigs,
|
|
1333
|
+
defineAppConfig,
|
|
1334
|
+
} from "@equinor/fusion-framework-cli";
|
|
1335
|
+
export default defineAppConfig((_nev, { base }) =>
|
|
1336
|
+
mergeAppConfigs(base, {
|
|
1337
|
+
environment: {
|
|
1338
|
+
api: {
|
|
1339
|
+
foo: {
|
|
1340
|
+
baseUri: "https://foo.bars",
|
|
1341
|
+
scopes: ["foobar"],
|
|
1342
|
+
},
|
|
1343
|
+
},
|
|
1344
|
+
},
|
|
1345
|
+
})
|
|
1346
|
+
);
|
|
1347
|
+
```
|
|
1348
|
+
|
|
1349
|
+
app.manifest
|
|
1350
|
+
|
|
1351
|
+
```ts
|
|
1352
|
+
import {
|
|
1353
|
+
defineAppManifest,
|
|
1354
|
+
mergeManifests,
|
|
1355
|
+
} from "@equinor/fusion-framework-cli";
|
|
1356
|
+
|
|
1357
|
+
export default defineAppManifest((env, { base }) => {
|
|
1358
|
+
if (env.command === "serve") {
|
|
1359
|
+
return mergeManifests(base, {
|
|
1360
|
+
key: "simple",
|
|
1361
|
+
});
|
|
1362
|
+
}
|
|
1363
|
+
return base;
|
|
1364
|
+
});
|
|
1365
|
+
```
|
|
1338
1366
|
|
|
1339
|
-
|
|
1367
|
+
fusion-framework-cli app
|
|
1340
1368
|
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1369
|
+
```sh
|
|
1370
|
+
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
1371
|
+
```
|
|
1344
1372
|
|
|
1345
1373
|
### Minor Changes
|
|
1346
1374
|
|
|
1347
1375
|
- [#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
|
|
1348
1376
|
|
|
1349
|
-
|
|
1377
|
+
generate manifest for application
|
|
1350
1378
|
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1379
|
+
```sh
|
|
1380
|
+
fusion-framework-cli app manifest
|
|
1381
|
+
#output to file
|
|
1382
|
+
fusion-framework-cli app manifest -o manifest.json
|
|
1383
|
+
#specify custom config
|
|
1384
|
+
fusion-framework-cli app manifest -c app.manifest.custom.ts
|
|
1385
|
+
```
|
|
1358
1386
|
|
|
1359
1387
|
- [#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
|
|
1360
1388
|
|
|
1361
|
-
|
|
1389
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
1362
1390
|
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1391
|
+
```sh
|
|
1392
|
+
fusion-framework-cli app pack
|
|
1393
|
+
```
|
|
1366
1394
|
|
|
1367
1395
|
### Patch Changes
|
|
1368
1396
|
|
|
1369
1397
|
- [#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
|
|
1370
1398
|
|
|
1371
|
-
|
|
1399
|
+
**example**
|
|
1372
1400
|
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1401
|
+
```sh
|
|
1402
|
+
fusion-framework-cli app config -o my-app.config.json
|
|
1403
|
+
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
1404
|
+
```
|
|
1377
1405
|
|
|
1378
1406
|
## 8.1.1
|
|
1379
1407
|
|
|
1380
1408
|
### Patch Changes
|
|
1381
1409
|
|
|
1382
1410
|
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
|
|
1383
|
-
|
|
1384
|
-
|
|
1411
|
+
- @equinor/fusion-observable@8.1.1
|
|
1412
|
+
- @equinor/fusion-framework-app@7.1.3
|
|
1385
1413
|
|
|
1386
1414
|
## 8.1.0
|
|
1387
1415
|
|
|
@@ -1389,22 +1417,22 @@
|
|
|
1389
1417
|
|
|
1390
1418
|
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
1391
1419
|
|
|
1392
|
-
|
|
1393
|
-
|
|
1420
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
1421
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
1394
1422
|
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1423
|
+
- remove @emotion/\*
|
|
1424
|
+
- convert emotion to styled-components
|
|
1425
|
+
- fix styling of cli
|
|
1426
|
+
- convert main placeholder to grid
|
|
1427
|
+
- remove unnecessary styling from header
|
|
1428
|
+
- set dynamic width of context selector (min 25rem)
|
|
1401
1429
|
|
|
1402
1430
|
### Patch Changes
|
|
1403
1431
|
|
|
1404
1432
|
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
1405
1433
|
|
|
1406
1434
|
- Updated dependencies []:
|
|
1407
|
-
|
|
1435
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
1408
1436
|
|
|
1409
1437
|
## 8.0.1
|
|
1410
1438
|
|
|
@@ -1412,9 +1440,9 @@
|
|
|
1412
1440
|
|
|
1413
1441
|
- [#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
|
|
1414
1442
|
|
|
1415
|
-
|
|
1443
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
1416
1444
|
|
|
1417
|
-
|
|
1445
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
1418
1446
|
|
|
1419
1447
|
- [#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
|
|
1420
1448
|
|
|
@@ -1422,20 +1450,20 @@
|
|
|
1422
1450
|
|
|
1423
1451
|
- [#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
|
|
1424
1452
|
|
|
1425
|
-
|
|
1453
|
+
only dev deps updated should not affect any consumers
|
|
1426
1454
|
|
|
1427
|
-
|
|
1455
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
1428
1456
|
|
|
1429
1457
|
- [#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)
|
|
1430
1458
|
|
|
1431
|
-
|
|
1432
|
-
|
|
1459
|
+
- 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)
|
|
1460
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
1433
1461
|
|
|
1434
|
-
|
|
1462
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
1435
1463
|
|
|
1436
1464
|
- [#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
|
|
1437
1465
|
|
|
1438
|
-
|
|
1466
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
1439
1467
|
|
|
1440
1468
|
- [#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)
|
|
1441
1469
|
|
|
@@ -1444,8 +1472,8 @@
|
|
|
1444
1472
|
- [#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
|
|
1445
1473
|
|
|
1446
1474
|
- 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)]:
|
|
1447
|
-
|
|
1448
|
-
|
|
1475
|
+
- @equinor/fusion-observable@8.1.0
|
|
1476
|
+
- @equinor/fusion-framework-app@7.1.1
|
|
1449
1477
|
|
|
1450
1478
|
## 8.0.0
|
|
1451
1479
|
|
|
@@ -1453,19 +1481,19 @@
|
|
|
1453
1481
|
|
|
1454
1482
|
- [#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)
|
|
1455
1483
|
|
|
1456
|
-
|
|
1484
|
+
**Breaking**
|
|
1457
1485
|
|
|
1458
|
-
|
|
1486
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
1459
1487
|
|
|
1460
1488
|
### Patch Changes
|
|
1461
1489
|
|
|
1462
1490
|
- [#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
|
|
1463
1491
|
|
|
1464
|
-
|
|
1492
|
+
only style semantics updated
|
|
1465
1493
|
|
|
1466
1494
|
- 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)]:
|
|
1467
|
-
|
|
1468
|
-
|
|
1495
|
+
- @equinor/fusion-observable@8.0.3
|
|
1496
|
+
- @equinor/fusion-framework-app@7.1.0
|
|
1469
1497
|
|
|
1470
1498
|
## 7.1.0
|
|
1471
1499
|
|
|
@@ -1473,10 +1501,10 @@
|
|
|
1473
1501
|
|
|
1474
1502
|
- [#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**
|
|
1475
1503
|
|
|
1476
|
-
|
|
1477
|
-
|
|
1504
|
+
When running the CLI, allow the user to provide custom [Vite config](https://vitejs.dev/config/).
|
|
1505
|
+
The provided config is merged with the built-in config (default generated by the CLI).
|
|
1478
1506
|
|
|
1479
|
-
|
|
1507
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
1480
1508
|
|
|
1481
1509
|
## 7.0.13
|
|
1482
1510
|
|
|
@@ -1484,9 +1512,9 @@
|
|
|
1484
1512
|
|
|
1485
1513
|
- [#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
|
|
1486
1514
|
|
|
1487
|
-
|
|
1515
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
1488
1516
|
|
|
1489
|
-
|
|
1517
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
1490
1518
|
|
|
1491
1519
|
## 7.0.12
|
|
1492
1520
|
|
|
@@ -1495,7 +1523,7 @@
|
|
|
1495
1523
|
- [#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
|
|
1496
1524
|
|
|
1497
1525
|
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
1498
|
-
|
|
1526
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
1499
1527
|
|
|
1500
1528
|
## 7.0.11
|
|
1501
1529
|
|
|
@@ -1506,12 +1534,12 @@
|
|
|
1506
1534
|
|
|
1507
1535
|
- [#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**
|
|
1508
1536
|
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1537
|
+
- align all versions of typescript
|
|
1538
|
+
- update types to build
|
|
1539
|
+
- 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
|
|
1512
1540
|
|
|
1513
1541
|
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
1514
|
-
|
|
1542
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
1515
1543
|
|
|
1516
1544
|
All notable changes to this project will be documented in this file.
|
|
1517
1545
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|