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