@equinor/fusion-framework-cli 9.5.9 → 9.6.0
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 +356 -327
- 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/ContextSelector.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/index.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerApp.js +3 -3
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerApp.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerPortal.js +3 -3
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerPortal.js.map +1 -1
- package/dist/bin/dev-portal/config.js +4 -2
- package/dist/bin/dev-portal/config.js.map +1 -1
- package/dist/bin/dev-proxy.js.map +1 -1
- package/dist/bin/main.js.map +1 -1
- package/dist/bin/public/assets/index-YVsDC70w.js +4402 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/bin/utils/format.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-vite-config.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/utils/assert.js.map +1 -1
- package/dist/lib/utils/config.js.map +1 -1
- package/dist/lib/utils/file-exists.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.map +1 -1
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/Styled.d.ts +4 -1089
- package/dist/types/bin/utils/format.d.ts +1 -0
- package/dist/types/lib/utils/assert.d.ts +1 -0
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +15 -18
- package/dist/bin/public/assets/index-Fc8FwESN.js +0 -4928
package/CHANGELOG.md
CHANGED
|
@@ -1,557 +1,586 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - refactor side-sheet for displaying framework and application feature flags
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1754](https://github.com/equinor/fusion-framework/pull/1754) [`81e7db7`](https://github.com/equinor/fusion-framework/commit/81e7db74690aa7284584d3820494cb71e6ad6c91) Thanks [@eikeland](https://github.com/eikeland)! - Updating eds packages to mitigate type errors after latest version, @equinor/ids-icons >= 0.20.0.
|
|
12
|
+
|
|
13
|
+
- [`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)
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
|
|
16
|
+
- @equinor/fusion-framework-app@8.0.0
|
|
17
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.0
|
|
18
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.12
|
|
19
|
+
|
|
20
|
+
## 9.5.10
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- [#1738](https://github.com/equinor/fusion-framework/pull/1738) [`1241772`](https://github.com/equinor/fusion-framework/commit/124177256696f2d83f739a1bbc9022c9840db106) Thanks [@eikeland](https://github.com/eikeland)! - Updating fwc-person
|
|
25
|
+
|
|
3
26
|
## 9.5.9
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
6
29
|
|
|
7
|
-
-
|
|
8
|
-
|
|
30
|
+
- Updated dependencies []:
|
|
31
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.11
|
|
9
32
|
|
|
10
33
|
## 9.5.8
|
|
11
34
|
|
|
12
35
|
### Patch Changes
|
|
13
36
|
|
|
14
|
-
-
|
|
37
|
+
- [#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
|
|
15
38
|
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
39
|
+
- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
|
|
40
|
+
- @equinor/fusion-framework-module-feature-flag@0.0.1
|
|
41
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.10
|
|
19
42
|
|
|
20
43
|
## 9.5.7
|
|
21
44
|
|
|
22
45
|
### Patch Changes
|
|
23
46
|
|
|
24
|
-
-
|
|
47
|
+
- [`cb39579`](https://github.com/equinor/fusion-framework/commit/cb39579d8845df2f8b2a8e0b1afc04e1cc8dd8a6) Thanks [@odinr](https://github.com/odinr)! - prevent code splitting in the CLI
|
|
25
48
|
|
|
26
49
|
## 9.5.6
|
|
27
50
|
|
|
28
51
|
### Patch Changes
|
|
29
52
|
|
|
30
|
-
-
|
|
53
|
+
- [#1556](https://github.com/equinor/fusion-framework/pull/1556) [`1e0eda4`](https://github.com/equinor/fusion-framework/commit/1e0eda439f9096d91506b4bfae17ad4d03efab73) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-react-person from 0.6.0 to 0.6.1
|
|
31
54
|
|
|
32
|
-
-
|
|
55
|
+
- [#1614](https://github.com/equinor/fusion-framework/pull/1614) [`a3235ee`](https://github.com/equinor/fusion-framework/commit/a3235ee05a4fb237ad36fc641119195207687a4a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.5.0 to 0.5.3
|
|
33
56
|
|
|
34
|
-
-
|
|
57
|
+
- [#1642](https://github.com/equinor/fusion-framework/pull/1642) [`a67d77b`](https://github.com/equinor/fusion-framework/commit/a67d77b5fa1fbff626c08e85ad00fe9bb63da80d) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump ora from 7.0.1 to 8.0.1
|
|
35
58
|
|
|
36
|
-
-
|
|
59
|
+
- [#1662](https://github.com/equinor/fusion-framework/pull/1662) [`e7dbce5`](https://github.com/equinor/fusion-framework/commit/e7dbce5413dff7186b1004e11b6051d1fb4373d1) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-wc-person from 2.1.8 to 2.3.0
|
|
37
60
|
|
|
38
|
-
-
|
|
61
|
+
- [#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
|
|
39
62
|
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
63
|
+
- Updated dependencies [[`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296)]:
|
|
64
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.9
|
|
65
|
+
- @equinor/fusion-framework-app@7.1.15
|
|
43
66
|
|
|
44
67
|
## 9.5.5
|
|
45
68
|
|
|
46
69
|
### Patch Changes
|
|
47
70
|
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
71
|
+
- Updated dependencies []:
|
|
72
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
73
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
51
74
|
|
|
52
75
|
## 9.5.4
|
|
53
76
|
|
|
54
77
|
### Patch Changes
|
|
55
78
|
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
|
|
79
|
+
- Updated dependencies []:
|
|
80
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
81
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
59
82
|
|
|
60
83
|
## 9.5.3
|
|
61
84
|
|
|
62
85
|
### Patch Changes
|
|
63
86
|
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
87
|
+
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
88
|
+
- @equinor/fusion-observable@8.1.4
|
|
89
|
+
- @equinor/fusion-framework-app@7.1.12
|
|
90
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.6
|
|
68
91
|
|
|
69
92
|
## 9.5.2
|
|
70
93
|
|
|
71
94
|
### Patch Changes
|
|
72
95
|
|
|
73
|
-
-
|
|
96
|
+
- [#1579](https://github.com/equinor/fusion-framework/pull/1579) [`8aecfdd`](https://github.com/equinor/fusion-framework/commit/8aecfdd892c5e4cc6afbf6c736d7d46d0199611b) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.2.2 to 1.2.3
|
|
74
97
|
|
|
75
|
-
-
|
|
98
|
+
- [#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
|
|
76
99
|
|
|
77
|
-
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
100
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
101
|
+
- @equinor/fusion-observable@8.1.3
|
|
102
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.5
|
|
103
|
+
- @equinor/fusion-framework-app@7.1.11
|
|
81
104
|
|
|
82
105
|
## 9.5.1
|
|
83
106
|
|
|
84
107
|
### Patch Changes
|
|
85
108
|
|
|
86
|
-
-
|
|
109
|
+
- [#1553](https://github.com/equinor/fusion-framework/pull/1553) [`f4e02e9`](https://github.com/equinor/fusion-framework/commit/f4e02e93960ca3d1e8c1ee422c6fd8c6742bf755) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.2.1 to 1.2.2
|
|
87
110
|
|
|
88
|
-
-
|
|
111
|
+
- [`72e12c8`](https://github.com/equinor/fusion-framework/commit/72e12c84efb6ac7f131a8d0f217076cbb9d5ab52) Thanks [@odinr](https://github.com/odinr)! - support for module resolution EsNext
|
|
89
112
|
|
|
90
113
|
## 9.5.0
|
|
91
114
|
|
|
92
115
|
### Minor Changes
|
|
93
116
|
|
|
94
|
-
-
|
|
117
|
+
- [#1532](https://github.com/equinor/fusion-framework/pull/1532) [`f77c1169`](https://github.com/equinor/fusion-framework/commit/f77c11694adf3c96e86732818cbf05aaae06a695) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump vite from 4.4.9 to 5.0.0
|
|
95
118
|
|
|
96
119
|
### Patch Changes
|
|
97
120
|
|
|
98
|
-
-
|
|
99
|
-
|
|
121
|
+
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
122
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
100
123
|
|
|
101
124
|
## 9.4.3
|
|
102
125
|
|
|
103
126
|
### Patch Changes
|
|
104
127
|
|
|
105
|
-
-
|
|
106
|
-
|
|
107
|
-
|
|
128
|
+
- Updated dependencies []:
|
|
129
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
130
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
108
131
|
|
|
109
132
|
## 9.4.2
|
|
110
133
|
|
|
111
134
|
### Patch Changes
|
|
112
135
|
|
|
113
|
-
-
|
|
136
|
+
- [#1533](https://github.com/equinor/fusion-framework/pull/1533) [`a571b640`](https://github.com/equinor/fusion-framework/commit/a571b640c9fe94519ce2ede22f1eb1c336ecdac9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump find-up from 6.3.0 to 7.0.0
|
|
114
137
|
|
|
115
|
-
-
|
|
138
|
+
- [#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
|
|
116
139
|
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
|
|
140
|
+
- Updated dependencies []:
|
|
141
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
142
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
120
143
|
|
|
121
144
|
## 9.4.1
|
|
122
145
|
|
|
123
146
|
### Patch Changes
|
|
124
147
|
|
|
125
|
-
-
|
|
148
|
+
- [#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
|
|
126
149
|
|
|
127
|
-
-
|
|
128
|
-
|
|
150
|
+
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
151
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
129
152
|
|
|
130
153
|
## 9.4.0
|
|
131
154
|
|
|
132
155
|
### Minor Changes
|
|
133
156
|
|
|
134
|
-
-
|
|
157
|
+
- [#1491](https://github.com/equinor/fusion-framework/pull/1491) [`0f2b4e3a`](https://github.com/equinor/fusion-framework/commit/0f2b4e3a97aa08cac2644642b612cd3432d07be4) Thanks [@odinr](https://github.com/odinr)! - Allow setting archive name when packing bundle
|
|
135
158
|
|
|
136
159
|
### Patch Changes
|
|
137
160
|
|
|
138
|
-
-
|
|
161
|
+
- [#1487](https://github.com/equinor/fusion-framework/pull/1487) [`0dfe5a94`](https://github.com/equinor/fusion-framework/commit/0dfe5a94c89b05da3ea94d5ec0180448ba0df392) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump [rollup](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) from 3.29.2 to 4.3.0
|
|
139
162
|
|
|
140
|
-
-
|
|
163
|
+
- [#1478](https://github.com/equinor/fusion-framework/pull/1478) [`28bd0b8c`](https://github.com/equinor/fusion-framework/commit/28bd0b8c17fd6e7c5f5146ff490441d5b3caf602) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump [@equinor/fusion-react-side-sheet](https://github.com/equinor/fusion-react-components/releases/tag/%40equinor%2Ffusion-react-side-sheet%401.2.1) from 1.2.0 to 1.2.1
|
|
141
164
|
|
|
142
|
-
-
|
|
165
|
+
- [#1485](https://github.com/equinor/fusion-framework/pull/1485) [`24d02ddd`](https://github.com/equinor/fusion-framework/commit/24d02ddd532424462059a7465ac82df688e1bc6e) Thanks [@dependabot](https://github.com/apps/dependabot)! - [bump read-pkg-up from 10.1.0 to 11.0.0](https://github.com/sindresorhus/read-package-up/compare/v10.1.0...v11.0.0)
|
|
143
166
|
|
|
144
167
|
## 9.3.5
|
|
145
168
|
|
|
146
169
|
### Patch Changes
|
|
147
170
|
|
|
148
|
-
-
|
|
171
|
+
- [#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
|
|
149
172
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
173
|
+
```bash
|
|
174
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
175
|
+
RangeError: Maximum call stack size exceeded
|
|
176
|
+
at String.match (<anonymous>)
|
|
177
|
+
```
|
|
155
178
|
|
|
156
179
|
## 9.3.4
|
|
157
180
|
|
|
158
181
|
### Patch Changes
|
|
159
182
|
|
|
160
|
-
-
|
|
183
|
+
- [#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.
|
|
161
184
|
|
|
162
|
-
|
|
185
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
163
186
|
|
|
164
187
|
## 9.3.3
|
|
165
188
|
|
|
166
189
|
### Patch Changes
|
|
167
190
|
|
|
168
|
-
-
|
|
191
|
+
- [`a56172c9`](https://github.com/equinor/fusion-framework/commit/a56172c9ec241550ce57b1ea1e6ffcc8848618d5) Thanks [@odinr](https://github.com/odinr)! - rebuild cli (navigation module)
|
|
169
192
|
|
|
170
193
|
## 9.3.2
|
|
171
194
|
|
|
172
195
|
### Patch Changes
|
|
173
196
|
|
|
174
|
-
-
|
|
197
|
+
- [#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
|
|
175
198
|
|
|
176
|
-
|
|
199
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
177
200
|
|
|
178
|
-
|
|
201
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
179
202
|
|
|
180
|
-
-
|
|
203
|
+
- [#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
|
|
181
204
|
|
|
182
205
|
## 9.3.1
|
|
183
206
|
|
|
184
207
|
### Patch Changes
|
|
185
208
|
|
|
186
|
-
-
|
|
187
|
-
|
|
188
|
-
|
|
209
|
+
- Updated dependencies []:
|
|
210
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
211
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
189
212
|
|
|
190
213
|
## 9.3.0
|
|
191
214
|
|
|
192
215
|
### Minor Changes
|
|
193
216
|
|
|
194
|
-
-
|
|
217
|
+
- [#1374](https://github.com/equinor/fusion-framework/pull/1374) [`a1eacf9f`](https://github.com/equinor/fusion-framework/commit/a1eacf9f30728bf96a17e60a5b7d7d08e85798f3) Thanks [@odinr](https://github.com/odinr)! - update `@equinor/fusion-wc-person` to ^2.1.0
|
|
195
218
|
|
|
196
219
|
### Patch Changes
|
|
197
220
|
|
|
198
|
-
-
|
|
221
|
+
- [#1399](https://github.com/equinor/fusion-framework/pull/1399) [`52910a53`](https://github.com/equinor/fusion-framework/commit/52910a5322109ab729508432d9fab695e8dc7697) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-styles from 0.5.11 to 0.6.0
|
|
199
222
|
|
|
200
|
-
-
|
|
223
|
+
- [#1395](https://github.com/equinor/fusion-framework/pull/1395) [`dcd09dea`](https://github.com/equinor/fusion-framework/commit/dcd09dea7160cf85ababf827bc6ee32d9f9a0aca) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-icon from 0.2.16 to 0.3.0
|
|
201
224
|
|
|
202
|
-
-
|
|
225
|
+
- [#1409](https://github.com/equinor/fusion-framework/pull/1409) [`8b8ce0df`](https://github.com/equinor/fusion-framework/commit/8b8ce0dfc77bc592d3f525a2b09782fc2f570011) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.4.9 to 0.5.0
|
|
203
226
|
|
|
204
|
-
-
|
|
227
|
+
- [#1397](https://github.com/equinor/fusion-framework/pull/1397) [`15cb5a59`](https://github.com/equinor/fusion-framework/commit/15cb5a597fa0856bf56b7e618d3e974f3974a968) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-progress-indicator from 0.1.7 to 0.2.0
|
|
205
228
|
|
|
206
|
-
-
|
|
229
|
+
- [#1394](https://github.com/equinor/fusion-framework/pull/1394) [`710ea8a9`](https://github.com/equinor/fusion-framework/commit/710ea8a9574acfa55e8affb33a52594d6136d460) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-button from 0.8.3 to 0.9.0
|
|
207
230
|
|
|
208
|
-
-
|
|
231
|
+
- [#1393](https://github.com/equinor/fusion-framework/pull/1393) [`f049479b`](https://github.com/equinor/fusion-framework/commit/f049479bfb51369a227eb432089d0da20be86529) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-react-person from 0.5.1 to 0.6.0
|
|
209
232
|
|
|
210
|
-
-
|
|
233
|
+
- [#1392](https://github.com/equinor/fusion-framework/pull/1392) [`99f70720`](https://github.com/equinor/fusion-framework/commit/99f707205ad9f773f0672fabccfe52dec0c9b10f) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.0.2 to 1.1.0
|
|
211
234
|
|
|
212
235
|
## 9.2.1
|
|
213
236
|
|
|
214
237
|
### Patch Changes
|
|
215
238
|
|
|
216
|
-
-
|
|
239
|
+
- [#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
|
|
217
240
|
|
|
218
|
-
-
|
|
219
|
-
|
|
241
|
+
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
242
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
220
243
|
|
|
221
244
|
## 9.2.0
|
|
222
245
|
|
|
223
246
|
### Minor Changes
|
|
224
247
|
|
|
225
|
-
-
|
|
248
|
+
- [#1323](https://github.com/equinor/fusion-framework/pull/1323) [`6a4c697f`](https://github.com/equinor/fusion-framework/commit/6a4c697fc255bd189a6e45e48f76c1c4e4e59c24) Thanks [@yusijs](https://github.com/yusijs)! - Allow using a custom dev-portal
|
|
226
249
|
|
|
227
250
|
## 9.1.4
|
|
228
251
|
|
|
229
252
|
### Patch Changes
|
|
230
253
|
|
|
231
|
-
-
|
|
254
|
+
- [#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
|
|
232
255
|
|
|
233
|
-
|
|
256
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
234
257
|
|
|
235
258
|
## 9.1.3
|
|
236
259
|
|
|
237
260
|
### Patch Changes
|
|
238
261
|
|
|
239
|
-
-
|
|
262
|
+
- [`c4e38415`](https://github.com/equinor/fusion-framework/commit/c4e384152765d86df5093b35355d0c4b0bcfee43) Thanks [@odinr](https://github.com/odinr)! - [remove console](https://github.com/equinor/fusion-framework/commit/cb2f694697e7a130ff82bbb5fc570892211bbb70)
|
|
240
263
|
|
|
241
264
|
## 9.1.2
|
|
242
265
|
|
|
243
266
|
### Patch Changes
|
|
244
267
|
|
|
245
|
-
-
|
|
268
|
+
- [#1306](https://github.com/equinor/fusion-framework/pull/1306) [`f65c4531`](https://github.com/equinor/fusion-framework/commit/f65c453178e2c581acb154d5839971c75f60fa86) Thanks [@odinr](https://github.com/odinr)! - add fallback image to person provider
|
|
246
269
|
|
|
247
|
-
-
|
|
270
|
+
- [#1335](https://github.com/equinor/fusion-framework/pull/1335) [`5bad9c87`](https://github.com/equinor/fusion-framework/commit/5bad9c87d6ab6d0a9a518ba7525f3eb5b659a9c0) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - add cookbooks and documentation for people react components
|
|
248
271
|
|
|
249
|
-
-
|
|
272
|
+
- [`cc7bcfb5`](https://github.com/equinor/fusion-framework/commit/cc7bcfb51187fb757b95793356da4a11b233d930) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person to 1.1.1
|
|
250
273
|
|
|
251
|
-
-
|
|
274
|
+
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
252
275
|
|
|
253
|
-
|
|
276
|
+
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.
|
|
254
277
|
|
|
255
|
-
|
|
278
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
256
279
|
|
|
257
|
-
-
|
|
280
|
+
- [#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)
|
|
258
281
|
|
|
259
|
-
-
|
|
282
|
+
- [#1345](https://github.com/equinor/fusion-framework/pull/1345) [`9d9f629e`](https://github.com/equinor/fusion-framework/commit/9d9f629e007df38db75067781b251b7e5e9673da) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - update @equinor/fusion-wc-person to 2.0.1
|
|
260
283
|
|
|
261
|
-
-
|
|
284
|
+
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
262
285
|
|
|
263
|
-
-
|
|
264
|
-
|
|
265
|
-
|
|
286
|
+
- 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)]:
|
|
287
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.0
|
|
288
|
+
- @equinor/fusion-framework-app@7.1.7
|
|
266
289
|
|
|
267
290
|
## 9.1.1
|
|
268
291
|
|
|
269
292
|
### Patch Changes
|
|
270
293
|
|
|
271
|
-
-
|
|
294
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
272
295
|
|
|
273
|
-
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
296
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
297
|
+
- @equinor/fusion-framework-app@7.1.6
|
|
298
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.1
|
|
299
|
+
- @equinor/fusion-observable@8.1.2
|
|
277
300
|
|
|
278
301
|
## 9.1.0
|
|
279
302
|
|
|
280
303
|
### Minor Changes
|
|
281
304
|
|
|
282
|
-
-
|
|
305
|
+
- [#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
|
|
283
306
|
|
|
284
|
-
|
|
307
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
285
308
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
309
|
+
```tsx
|
|
310
|
+
const MyPage = () => {
|
|
311
|
+
return (
|
|
312
|
+
<fwc-person-avatar azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-avatar>
|
|
313
|
+
<fwc-person-card azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-card>
|
|
314
|
+
<fwc-person-list-item azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-list-item>
|
|
315
|
+
)
|
|
316
|
+
}
|
|
317
|
+
```
|
|
295
318
|
|
|
296
319
|
### Patch Changes
|
|
297
320
|
|
|
298
|
-
-
|
|
321
|
+
- [#1273](https://github.com/equinor/fusion-framework/pull/1273) [`9f570356`](https://github.com/equinor/fusion-framework/commit/9f570356939f077e0a6ca101fa0b7e51d369f7b4) Thanks [@Noggling](https://github.com/Noggling)! - Added display content to the div element that is provided to applications
|
|
299
322
|
|
|
300
|
-
-
|
|
323
|
+
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
301
324
|
|
|
302
|
-
-
|
|
303
|
-
|
|
304
|
-
|
|
325
|
+
- Updated dependencies [[`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9)]:
|
|
326
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.0
|
|
327
|
+
- @equinor/fusion-framework-app@7.1.5
|
|
305
328
|
|
|
306
329
|
## 9.0.2
|
|
307
330
|
|
|
308
331
|
### Patch Changes
|
|
309
332
|
|
|
310
|
-
-
|
|
311
|
-
|
|
333
|
+
- Updated dependencies []:
|
|
334
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
312
335
|
|
|
313
336
|
## 9.0.1
|
|
314
337
|
|
|
315
338
|
### Patch Changes
|
|
316
339
|
|
|
317
|
-
-
|
|
340
|
+
- [`5d2df189`](https://github.com/equinor/fusion-framework/commit/5d2df189e022941f91ce7048f99f42f59d17c456) Thanks [@odinr](https://github.com/odinr)! - fixed naming convention of CLI config files
|
|
318
341
|
|
|
319
342
|
## 9.0.0
|
|
320
343
|
|
|
321
344
|
### Major Changes
|
|
322
345
|
|
|
323
|
-
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
346
|
+
- [#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
|
|
347
|
+
|
|
348
|
+
Rework of the Fusion Framework CLI to support future features
|
|
349
|
+
|
|
350
|
+
> the CLI was thrown together as a proof of concept, but grown un-manageable, because of lack of structure
|
|
351
|
+
|
|
352
|
+
**Main Features**
|
|
353
|
+
|
|
354
|
+
- Separate logic and utilities from program (app/cli commands)
|
|
355
|
+
- allow user to provide config files `app.{config,manifest,vite}.{ts,js,json}`
|
|
356
|
+
- the cli will try to resolve from `.ts` then `.js` then `.json`
|
|
357
|
+
- `app.config` is used to configure application environment configs (app-service config)
|
|
358
|
+
- `app.manifest` application manifest, information about the application
|
|
359
|
+
- `app.vite` override the CLI vite configuration
|
|
360
|
+
- provide interface for `app.TYPE.ts` config
|
|
361
|
+
- `define` and `merge` functionality
|
|
362
|
+
- note that `app.config` and `app.manifest` needs to return full object _(will not be merged by CLI)_
|
|
363
|
+
- allow providing config file in command
|
|
364
|
+
- using config when resolving proxy request
|
|
365
|
+
- improved CLI logging
|
|
366
|
+
|
|
367
|
+
**examples**
|
|
368
|
+
|
|
369
|
+
app.config.ts
|
|
370
|
+
|
|
371
|
+
```ts
|
|
372
|
+
import {
|
|
373
|
+
mergeAppConfigs,
|
|
374
|
+
defineAppConfig,
|
|
375
|
+
} from "@equinor/fusion-framework-cli";
|
|
376
|
+
export default defineAppConfig((_nev, { base }) =>
|
|
377
|
+
mergeAppConfigs(base, {
|
|
378
|
+
environment: {
|
|
379
|
+
api: {
|
|
380
|
+
foo: {
|
|
381
|
+
baseUri: "https://foo.bars",
|
|
382
|
+
scopes: ["foobar"],
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
|
+
}),
|
|
387
|
+
);
|
|
388
|
+
```
|
|
389
|
+
|
|
390
|
+
app.manifest
|
|
391
|
+
|
|
392
|
+
```ts
|
|
393
|
+
import {
|
|
394
|
+
defineAppManifest,
|
|
395
|
+
mergeManifests,
|
|
396
|
+
} from "@equinor/fusion-framework-cli";
|
|
397
|
+
|
|
398
|
+
export default defineAppManifest((env, { base }) => {
|
|
399
|
+
if (env.command === "serve") {
|
|
400
|
+
return mergeManifests(base, {
|
|
401
|
+
key: "simple",
|
|
402
|
+
});
|
|
403
|
+
}
|
|
404
|
+
return base;
|
|
405
|
+
});
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
fusion-framework-cli app
|
|
409
|
+
|
|
410
|
+
```sh
|
|
411
|
+
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
412
|
+
```
|
|
384
413
|
|
|
385
414
|
### Minor Changes
|
|
386
415
|
|
|
387
|
-
-
|
|
416
|
+
- [#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
|
|
388
417
|
|
|
389
|
-
|
|
418
|
+
generate manifest for application
|
|
390
419
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
420
|
+
```sh
|
|
421
|
+
fusion-framework-cli app manifest
|
|
422
|
+
#output to file
|
|
423
|
+
fusion-framework-cli app manifest -o manifest.json
|
|
424
|
+
#specify custom config
|
|
425
|
+
fusion-framework-cli app manifest -c app.manifest.custom.ts
|
|
426
|
+
```
|
|
398
427
|
|
|
399
|
-
-
|
|
428
|
+
- [#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
|
|
400
429
|
|
|
401
|
-
|
|
430
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
402
431
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
432
|
+
```sh
|
|
433
|
+
fusion-framework-cli app pack
|
|
434
|
+
```
|
|
406
435
|
|
|
407
436
|
### Patch Changes
|
|
408
437
|
|
|
409
|
-
-
|
|
438
|
+
- [#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
|
|
410
439
|
|
|
411
|
-
|
|
440
|
+
**example**
|
|
412
441
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
442
|
+
```sh
|
|
443
|
+
fusion-framework-cli app config -o my-app.config.json
|
|
444
|
+
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
445
|
+
```
|
|
417
446
|
|
|
418
447
|
## 8.1.1
|
|
419
448
|
|
|
420
449
|
### Patch Changes
|
|
421
450
|
|
|
422
|
-
-
|
|
423
|
-
|
|
424
|
-
|
|
451
|
+
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
|
|
452
|
+
- @equinor/fusion-observable@8.1.1
|
|
453
|
+
- @equinor/fusion-framework-app@7.1.3
|
|
425
454
|
|
|
426
455
|
## 8.1.0
|
|
427
456
|
|
|
428
457
|
### Minor Changes
|
|
429
458
|
|
|
430
|
-
-
|
|
459
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
431
460
|
|
|
432
|
-
|
|
433
|
-
|
|
461
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
462
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
434
463
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
464
|
+
- remove @emotion/\*
|
|
465
|
+
- convert emotion to styled-components
|
|
466
|
+
- fix styling of cli
|
|
467
|
+
- convert main placeholder to grid
|
|
468
|
+
- remove unnecessary styling from header
|
|
469
|
+
- set dynamic width of context selector (min 25rem)
|
|
441
470
|
|
|
442
471
|
### Patch Changes
|
|
443
472
|
|
|
444
|
-
-
|
|
473
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
445
474
|
|
|
446
|
-
-
|
|
447
|
-
|
|
475
|
+
- Updated dependencies []:
|
|
476
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
448
477
|
|
|
449
478
|
## 8.0.1
|
|
450
479
|
|
|
451
480
|
### Patch Changes
|
|
452
481
|
|
|
453
|
-
-
|
|
482
|
+
- [#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
|
|
454
483
|
|
|
455
|
-
|
|
484
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
456
485
|
|
|
457
|
-
|
|
486
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
458
487
|
|
|
459
|
-
-
|
|
488
|
+
- [#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
|
|
460
489
|
|
|
461
|
-
-
|
|
490
|
+
- [#1129](https://github.com/equinor/fusion-framework/pull/1129) [`f672d0bb`](https://github.com/equinor/fusion-framework/commit/f672d0bba71a7ea6cd08135778fda67ff38f3ac3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.30.0 to 0.32.4
|
|
462
491
|
|
|
463
|
-
-
|
|
492
|
+
- [#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
|
|
464
493
|
|
|
465
|
-
|
|
494
|
+
only dev deps updated should not affect any consumers
|
|
466
495
|
|
|
467
|
-
|
|
496
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
468
497
|
|
|
469
|
-
-
|
|
498
|
+
- [#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)
|
|
470
499
|
|
|
471
|
-
|
|
472
|
-
|
|
500
|
+
- 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)
|
|
501
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
473
502
|
|
|
474
|
-
|
|
503
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
475
504
|
|
|
476
|
-
-
|
|
505
|
+
- [#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
|
|
477
506
|
|
|
478
|
-
|
|
507
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
479
508
|
|
|
480
|
-
-
|
|
509
|
+
- [#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)
|
|
481
510
|
|
|
482
|
-
-
|
|
511
|
+
- [#1156](https://github.com/equinor/fusion-framework/pull/1156) [`dfee1f79`](https://github.com/equinor/fusion-framework/commit/dfee1f79c9b70c2c2f27c12096000e6fc1e8ff7a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump vite-tsconfig-paths from [4.0.7](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v4.0.7) to [4.2.0](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v4.2.0)
|
|
483
512
|
|
|
484
|
-
-
|
|
513
|
+
- [#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
|
|
485
514
|
|
|
486
|
-
-
|
|
487
|
-
|
|
488
|
-
|
|
515
|
+
- 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)]:
|
|
516
|
+
- @equinor/fusion-observable@8.1.0
|
|
517
|
+
- @equinor/fusion-framework-app@7.1.1
|
|
489
518
|
|
|
490
519
|
## 8.0.0
|
|
491
520
|
|
|
492
521
|
### Major Changes
|
|
493
522
|
|
|
494
|
-
-
|
|
523
|
+
- [#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)
|
|
495
524
|
|
|
496
|
-
|
|
525
|
+
**Breaking**
|
|
497
526
|
|
|
498
|
-
|
|
527
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
499
528
|
|
|
500
529
|
### Patch Changes
|
|
501
530
|
|
|
502
|
-
-
|
|
531
|
+
- [#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
|
|
503
532
|
|
|
504
|
-
|
|
533
|
+
only style semantics updated
|
|
505
534
|
|
|
506
|
-
-
|
|
507
|
-
|
|
508
|
-
|
|
535
|
+
- 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)]:
|
|
536
|
+
- @equinor/fusion-observable@8.0.3
|
|
537
|
+
- @equinor/fusion-framework-app@7.1.0
|
|
509
538
|
|
|
510
539
|
## 7.1.0
|
|
511
540
|
|
|
512
541
|
### Minor Changes
|
|
513
542
|
|
|
514
|
-
-
|
|
543
|
+
- [#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**
|
|
515
544
|
|
|
516
|
-
|
|
517
|
-
|
|
545
|
+
When running the CLI, allow the user to provide custom [Vite config](https://vitejs.dev/config/).
|
|
546
|
+
The provided config is merged with the built-in config (default generated by the CLI).
|
|
518
547
|
|
|
519
|
-
|
|
548
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
520
549
|
|
|
521
550
|
## 7.0.13
|
|
522
551
|
|
|
523
552
|
### Patch Changes
|
|
524
553
|
|
|
525
|
-
-
|
|
554
|
+
- [#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
|
|
526
555
|
|
|
527
|
-
|
|
556
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
528
557
|
|
|
529
|
-
|
|
558
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
530
559
|
|
|
531
560
|
## 7.0.12
|
|
532
561
|
|
|
533
562
|
### Patch Changes
|
|
534
563
|
|
|
535
|
-
-
|
|
564
|
+
- [#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
|
|
536
565
|
|
|
537
|
-
-
|
|
538
|
-
|
|
566
|
+
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
567
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
539
568
|
|
|
540
569
|
## 7.0.11
|
|
541
570
|
|
|
542
571
|
### Patch Changes
|
|
543
572
|
|
|
544
|
-
-
|
|
545
|
-
|
|
573
|
+
- [#910](https://github.com/equinor/fusion-framework/pull/910) [`d40951a3`](https://github.com/equinor/fusion-framework/commit/d40951a3f5044083e7aec416c065342d0207e5d5) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Removes requirement of leading slash in `main` attr in `package.json`, meaning
|
|
574
|
+
both `"main": "src/index.ts"` and `"main": "/src/index.ts"` will resolve.
|
|
546
575
|
|
|
547
|
-
-
|
|
576
|
+
- [#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**
|
|
548
577
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
578
|
+
- align all versions of typescript
|
|
579
|
+
- update types to build
|
|
580
|
+
- 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
|
|
552
581
|
|
|
553
|
-
-
|
|
554
|
-
|
|
582
|
+
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
583
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
555
584
|
|
|
556
585
|
All notable changes to this project will be documented in this file.
|
|
557
586
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -600,22 +629,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
600
629
|
|
|
601
630
|
### ⚠ BREAKING CHANGES
|
|
602
631
|
|
|
603
|
-
-
|
|
632
|
+
- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
|
|
604
633
|
|
|
605
634
|
### Features
|
|
606
635
|
|
|
607
|
-
-
|
|
636
|
+
- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
|
|
608
637
|
|
|
609
638
|
## 6.1.0 (2023-04-24)
|
|
610
639
|
|
|
611
640
|
### Features
|
|
612
641
|
|
|
613
|
-
-
|
|
642
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
614
643
|
|
|
615
644
|
### Bug Fixes
|
|
616
645
|
|
|
617
|
-
-
|
|
618
|
-
-
|
|
646
|
+
- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
|
|
647
|
+
- cli package json ([966695a](https://github.com/equinor/fusion-framework/commit/966695a7701cbea9115053226f48d378a77d6af3))
|
|
619
648
|
|
|
620
649
|
## 6.0.4 (2023-04-18)
|
|
621
650
|
|
|
@@ -661,7 +690,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
661
690
|
|
|
662
691
|
### Bug Fixes
|
|
663
692
|
|
|
664
|
-
-
|
|
693
|
+
- :bug: fix incorrect height cli portal ([38aee24](https://github.com/equinor/fusion-framework/commit/38aee24011fe1d3c049d7667d777c91b19a02d2c))
|
|
665
694
|
|
|
666
695
|
## [5.1.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.13...@equinor/fusion-framework-cli@5.1.14) (2023-04-13)
|
|
667
696
|
|
|
@@ -675,23 +704,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
675
704
|
|
|
676
705
|
### Bug Fixes
|
|
677
706
|
|
|
678
|
-
-
|
|
707
|
+
- force build of cli ([3fdff80](https://github.com/equinor/fusion-framework/commit/3fdff80c69c769d789d00f7cec5895a080be3ccf))
|
|
679
708
|
|
|
680
709
|
## [5.1.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.9...@equinor/fusion-framework-cli@5.1.11) (2023-03-31)
|
|
681
710
|
|
|
682
711
|
### Bug Fixes
|
|
683
712
|
|
|
684
|
-
-
|
|
685
|
-
-
|
|
686
|
-
-
|
|
713
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
714
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
715
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
687
716
|
|
|
688
717
|
## [5.1.10](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.9...@equinor/fusion-framework-cli@5.1.10) (2023-03-31)
|
|
689
718
|
|
|
690
719
|
### Bug Fixes
|
|
691
720
|
|
|
692
|
-
-
|
|
693
|
-
-
|
|
694
|
-
-
|
|
721
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
722
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
723
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
695
724
|
|
|
696
725
|
## [5.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.8...@equinor/fusion-framework-cli@5.1.9) (2023-03-28)
|
|
697
726
|
|
|
@@ -721,7 +750,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
721
750
|
|
|
722
751
|
### Bug Fixes
|
|
723
752
|
|
|
724
|
-
-
|
|
753
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
725
754
|
|
|
726
755
|
## [5.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.1.1...@equinor/fusion-framework-cli@5.1.2) (2023-03-21)
|
|
727
756
|
|
|
@@ -731,13 +760,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
731
760
|
|
|
732
761
|
### Bug Fixes
|
|
733
762
|
|
|
734
|
-
-
|
|
763
|
+
- **cli:** add missing proxy target ([1f14f99](https://github.com/equinor/fusion-framework/commit/1f14f99290d6ee3c112115f29b9f28d1a6959b62))
|
|
735
764
|
|
|
736
765
|
## [5.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.8...@equinor/fusion-framework-cli@5.1.0) (2023-03-20)
|
|
737
766
|
|
|
738
767
|
### Features
|
|
739
768
|
|
|
740
|
-
-
|
|
769
|
+
- **cli:** allow configuring portal host in cli ([9641b21](https://github.com/equinor/fusion-framework/commit/9641b215a1bff957687e9eda661679f000588a47))
|
|
741
770
|
|
|
742
771
|
## [5.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.7...@equinor/fusion-framework-cli@5.0.8) (2023-03-20)
|
|
743
772
|
|
|
@@ -751,13 +780,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
751
780
|
|
|
752
781
|
### Bug Fixes
|
|
753
782
|
|
|
754
|
-
-
|
|
783
|
+
- **cli:** use referer as proxy uri ([35edbdc](https://github.com/equinor/fusion-framework/commit/35edbdcae83d51595e013550303b8ea8b7e1c675))
|
|
755
784
|
|
|
756
785
|
## [5.0.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.5...@equinor/fusion-framework-cli@5.0.6) (2023-03-10)
|
|
757
786
|
|
|
758
787
|
### Bug Fixes
|
|
759
788
|
|
|
760
|
-
-
|
|
789
|
+
- **cli:** fix mounting element in app loader ([0410c7f](https://github.com/equinor/fusion-framework/commit/0410c7f0ce7a1b9f25c7716e0206534a1d047529))
|
|
761
790
|
|
|
762
791
|
## 5.0.5 (2023-03-09)
|
|
763
792
|
|
|
@@ -767,7 +796,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
767
796
|
|
|
768
797
|
### Bug Fixes
|
|
769
798
|
|
|
770
|
-
-
|
|
799
|
+
- **cli:** include `NODE_ENV` environment in build ([28faf2a](https://github.com/equinor/fusion-framework/commit/28faf2abc1adb09cc52242e26abb61e2ddfeb6c1))
|
|
771
800
|
|
|
772
801
|
## [5.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@5.0.2...@equinor/fusion-framework-cli@5.0.3) (2023-03-06)
|
|
773
802
|
|
|
@@ -781,36 +810,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
781
810
|
|
|
782
811
|
### Bug Fixes
|
|
783
812
|
|
|
784
|
-
-
|
|
813
|
+
- **cli:** allow cli to read paths from tsconfig ([c78673f](https://github.com/equinor/fusion-framework/commit/c78673f7d85a2c3697798aa6a59ef1792ca53af6))
|
|
785
814
|
|
|
786
815
|
## [5.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@4.1.0...@equinor/fusion-framework-cli@5.0.0) (2023-02-13)
|
|
787
816
|
|
|
788
817
|
### ⚠ BREAKING CHANGES
|
|
789
818
|
|
|
790
|
-
-
|
|
819
|
+
- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
|
|
791
820
|
|
|
792
821
|
### Bug Fixes
|
|
793
822
|
|
|
794
|
-
-
|
|
795
|
-
-
|
|
823
|
+
- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
|
|
824
|
+
- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
|
|
796
825
|
|
|
797
826
|
## [4.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@4.0.4...@equinor/fusion-framework-cli@4.1.0) (2023-02-09)
|
|
798
827
|
|
|
799
828
|
### Features
|
|
800
829
|
|
|
801
|
-
-
|
|
802
|
-
-
|
|
830
|
+
- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
|
|
831
|
+
- **cli:** add react es lint for cli ([55137d7](https://github.com/equinor/fusion-framework/commit/55137d7baee9611fcb3e4bde4a4c0a954a8a68c6))
|
|
803
832
|
|
|
804
833
|
### Bug Fixes
|
|
805
834
|
|
|
806
|
-
-
|
|
807
|
-
-
|
|
835
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
836
|
+
- **cli:** update person resolver ([4ef99ae](https://github.com/equinor/fusion-framework/commit/4ef99ae5da870ec5d076041996ee98548fc18e5a))
|
|
808
837
|
|
|
809
838
|
## [4.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@4.0.4...@equinor/fusion-framework-cli@4.0.5) (2023-02-02)
|
|
810
839
|
|
|
811
840
|
### Bug Fixes
|
|
812
841
|
|
|
813
|
-
-
|
|
842
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
814
843
|
|
|
815
844
|
## 4.0.4 (2023-02-02)
|
|
816
845
|
|
|
@@ -832,21 +861,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
832
861
|
|
|
833
862
|
### ⚠ BREAKING CHANGES
|
|
834
863
|
|
|
835
|
-
-
|
|
864
|
+
- hook has new return type
|
|
836
865
|
|
|
837
866
|
### Bug Fixes
|
|
838
867
|
|
|
839
|
-
-
|
|
868
|
+
- references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
|
|
840
869
|
|
|
841
870
|
## [3.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@3.0.5...@equinor/fusion-framework-cli@3.1.0) (2023-02-01)
|
|
842
871
|
|
|
843
872
|
### Features
|
|
844
873
|
|
|
845
|
-
-
|
|
874
|
+
- **equinorloader:** centered starprogress loader ([081226d](https://github.com/equinor/fusion-framework/commit/081226d4afa1bdbb9daca0304ce34bc13471e8d7))
|
|
846
875
|
|
|
847
876
|
### Bug Fixes
|
|
848
877
|
|
|
849
|
-
-
|
|
878
|
+
- **cli:** fixing contextresolver ([41edf18](https://github.com/equinor/fusion-framework/commit/41edf18223aed93b393c0fab1e1f41797b7f06da)), closes [#591](https://github.com/equinor/fusion-framework/issues/591)
|
|
850
879
|
|
|
851
880
|
## [3.0.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@3.0.4...@equinor/fusion-framework-cli@3.0.5) (2023-01-30)
|
|
852
881
|
|
|
@@ -856,7 +885,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
856
885
|
|
|
857
886
|
### Bug Fixes
|
|
858
887
|
|
|
859
|
-
-
|
|
888
|
+
- **cli:** disable 'x-powered-by' ([29cc4a8](https://github.com/equinor/fusion-framework/commit/29cc4a866f3f38a17a2df23eac047e7b82129696))
|
|
860
889
|
|
|
861
890
|
## [3.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@3.0.2...@equinor/fusion-framework-cli@3.0.3) (2023-01-30)
|
|
862
891
|
|
|
@@ -866,7 +895,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
866
895
|
|
|
867
896
|
### Bug Fixes
|
|
868
897
|
|
|
869
|
-
-
|
|
898
|
+
- **cli:** named exports ([b03381b](https://github.com/equinor/fusion-framework/commit/b03381bde924db1979e9e5e870b356dc5db4b81d))
|
|
870
899
|
|
|
871
900
|
## 3.0.1 (2023-01-27)
|
|
872
901
|
|
|
@@ -928,17 +957,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
928
957
|
|
|
929
958
|
### ⚠ BREAKING CHANGES
|
|
930
959
|
|
|
931
|
-
-
|
|
960
|
+
- **module-app:** manifest prop rename
|
|
932
961
|
|
|
933
962
|
### Bug Fixes
|
|
934
963
|
|
|
935
|
-
-
|
|
964
|
+
- **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
|
|
936
965
|
|
|
937
966
|
## [1.2.14](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.13...@equinor/fusion-framework-cli@1.2.14) (2022-12-22)
|
|
938
967
|
|
|
939
968
|
### Bug Fixes
|
|
940
969
|
|
|
941
|
-
-
|
|
970
|
+
- **utils/cli:** typo in import ([e4c3d0a](https://github.com/equinor/fusion-framework/commit/e4c3d0ac13f8a47ec4447cc07f7b9dc4210ba0c1))
|
|
942
971
|
|
|
943
972
|
## [1.2.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.12...@equinor/fusion-framework-cli@1.2.13) (2022-12-21)
|
|
944
973
|
|
|
@@ -968,13 +997,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
968
997
|
|
|
969
998
|
### Bug Fixes
|
|
970
999
|
|
|
971
|
-
-
|
|
1000
|
+
- **utils/cli:** update app-loader ([4b1d5e7](https://github.com/equinor/fusion-framework/commit/4b1d5e7a5ca1e7b9d7a34556799a7c9aa77b9440))
|
|
972
1001
|
|
|
973
1002
|
## [1.2.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.5...@equinor/fusion-framework-cli@1.2.6) (2022-12-14)
|
|
974
1003
|
|
|
975
1004
|
### Bug Fixes
|
|
976
1005
|
|
|
977
|
-
-
|
|
1006
|
+
- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6))
|
|
978
1007
|
|
|
979
1008
|
## [1.2.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.2.4...@equinor/fusion-framework-cli@1.2.5) (2022-12-13)
|
|
980
1009
|
|
|
@@ -996,19 +1025,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
996
1025
|
|
|
997
1026
|
### Bug Fixes
|
|
998
1027
|
|
|
999
|
-
-
|
|
1028
|
+
- **context:** method for contextParameterFn on enableContext ([398658d](https://github.com/equinor/fusion-framework/commit/398658de26355a8ca99aea291963b8c302df3ddc))
|
|
1000
1029
|
|
|
1001
1030
|
## [1.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.1.9...@equinor/fusion-framework-cli@1.2.0) (2022-12-12)
|
|
1002
1031
|
|
|
1003
1032
|
### Features
|
|
1004
1033
|
|
|
1005
|
-
-
|
|
1034
|
+
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc))
|
|
1006
1035
|
|
|
1007
1036
|
### Bug Fixes
|
|
1008
1037
|
|
|
1009
|
-
-
|
|
1010
|
-
-
|
|
1011
|
-
-
|
|
1038
|
+
- **utils/cli:** fix layout of router outlet ([ac99033](https://github.com/equinor/fusion-framework/commit/ac99033061ae9867adf6c47f1293266fd20ab8ef))
|
|
1039
|
+
- **utils/cli:** update header of error view ([971b5e5](https://github.com/equinor/fusion-framework/commit/971b5e5ee8f3ec98e2ec41eb485bf01b35ee501e))
|
|
1040
|
+
- **utils/cli:** update loading of application ([4de3289](https://github.com/equinor/fusion-framework/commit/4de3289942f8e3d81f4ee5749311479f4f49b680))
|
|
1012
1041
|
|
|
1013
1042
|
## [1.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.1.8...@equinor/fusion-framework-cli@1.1.9) (2022-12-08)
|
|
1014
1043
|
|
|
@@ -1050,17 +1079,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1050
1079
|
|
|
1051
1080
|
### Features
|
|
1052
1081
|
|
|
1053
|
-
-
|
|
1054
|
-
-
|
|
1055
|
-
-
|
|
1056
|
-
-
|
|
1057
|
-
-
|
|
1082
|
+
- **context-selector:** adds icon to orgchart result items ([90343d9](https://github.com/equinor/fusion-framework/commit/90343d9915cb85eaa9945012c8709a2d40f6f023))
|
|
1083
|
+
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2))
|
|
1084
|
+
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476))
|
|
1085
|
+
- fusionlogo component ([b02fe16](https://github.com/equinor/fusion-framework/commit/b02fe16d3bb723b13413115826df0bbbc2b46815))
|
|
1086
|
+
- header with contextselector and logo ([174ed3d](https://github.com/equinor/fusion-framework/commit/174ed3d14383b6a813d2264ad5dfd9397fe17185))
|
|
1058
1087
|
|
|
1059
1088
|
### Bug Fixes
|
|
1060
1089
|
|
|
1061
|
-
-
|
|
1062
|
-
-
|
|
1063
|
-
-
|
|
1090
|
+
- **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
|
|
1091
|
+
- **cli:** contextselector improvements and comments ([bf8363e](https://github.com/equinor/fusion-framework/commit/bf8363e86909407632caa5ec46182643cbdd2205))
|
|
1092
|
+
- **cli:** updated dependencie versions ([12cb3c8](https://github.com/equinor/fusion-framework/commit/12cb3c8d56cad82986d910f45ec1933fe43bfd67))
|
|
1064
1093
|
|
|
1065
1094
|
## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.0.1...@equinor/fusion-framework-cli@1.0.2) (2022-12-05)
|
|
1066
1095
|
|
|
@@ -1138,13 +1167,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1138
1167
|
|
|
1139
1168
|
### Bug Fixes
|
|
1140
1169
|
|
|
1141
|
-
-
|
|
1170
|
+
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
|
|
1142
1171
|
|
|
1143
1172
|
## 0.3.5 (2022-11-23)
|
|
1144
1173
|
|
|
1145
1174
|
### Bug Fixes
|
|
1146
1175
|
|
|
1147
|
-
-
|
|
1176
|
+
- **cli:** relative path resolve windows ([0316c30](https://github.com/equinor/fusion-framework/commit/0316c30fd0e75d230893015c40c96dd369e8e472))
|
|
1148
1177
|
|
|
1149
1178
|
## [0.3.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.3.3...@equinor/fusion-framework-cli@0.3.4) (2022-11-20)
|
|
1150
1179
|
|
|
@@ -1158,7 +1187,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1158
1187
|
|
|
1159
1188
|
### Bug Fixes
|
|
1160
1189
|
|
|
1161
|
-
-
|
|
1190
|
+
- basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
|
|
1162
1191
|
|
|
1163
1192
|
## [0.3.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.3.0...@equinor/fusion-framework-cli@0.3.1) (2022-11-18)
|
|
1164
1193
|
|
|
@@ -1168,7 +1197,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1168
1197
|
|
|
1169
1198
|
### Features
|
|
1170
1199
|
|
|
1171
|
-
-
|
|
1200
|
+
- **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
|
|
1172
1201
|
|
|
1173
1202
|
## [0.2.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.2.2...@equinor/fusion-framework-cli@0.2.3) (2022-11-17)
|
|
1174
1203
|
|
|
@@ -1178,7 +1207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1178
1207
|
|
|
1179
1208
|
### Bug Fixes
|
|
1180
1209
|
|
|
1181
|
-
-
|
|
1210
|
+
- **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
|
|
1182
1211
|
|
|
1183
1212
|
## [0.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.2.0...@equinor/fusion-framework-cli@0.2.1) (2022-11-16)
|
|
1184
1213
|
|
|
@@ -1188,8 +1217,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1188
1217
|
|
|
1189
1218
|
### Features
|
|
1190
1219
|
|
|
1191
|
-
-
|
|
1192
|
-
-
|
|
1220
|
+
- add router and app loader ([f21661d](https://github.com/equinor/fusion-framework/commit/f21661d1255633848d1662dabb74e8e33ab629d5))
|
|
1221
|
+
- **cli:** add proxy routing for app and config ([b923830](https://github.com/equinor/fusion-framework/commit/b9238309a2f15a470d63411d2da0b58a1eb63e90))
|
|
1193
1222
|
|
|
1194
1223
|
## 0.1.15 (2022-11-14)
|
|
1195
1224
|
|
|
@@ -1215,28 +1244,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1215
1244
|
|
|
1216
1245
|
### Bug Fixes
|
|
1217
1246
|
|
|
1218
|
-
-
|
|
1247
|
+
- **cli:** add dep @vitejs/plugin-react ([415dd9f](https://github.com/equinor/fusion-framework/commit/415dd9f466076f232e751bbbffa54a8b10c0bea4))
|
|
1219
1248
|
|
|
1220
1249
|
## [0.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.8...@equinor/fusion-framework-cli@0.1.9) (2022-11-07)
|
|
1221
1250
|
|
|
1222
1251
|
### Bug Fixes
|
|
1223
1252
|
|
|
1224
|
-
-
|
|
1253
|
+
- **cli:** requires vite ([c512d9e](https://github.com/equinor/fusion-framework/commit/c512d9e0e413e515fe0dcb412af49996b04d2484))
|
|
1225
1254
|
|
|
1226
1255
|
## [0.1.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.7...@equinor/fusion-framework-cli@0.1.8) (2022-11-07)
|
|
1227
1256
|
|
|
1228
1257
|
### Bug Fixes
|
|
1229
1258
|
|
|
1230
|
-
-
|
|
1231
|
-
-
|
|
1259
|
+
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9))
|
|
1260
|
+
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2))
|
|
1232
1261
|
|
|
1233
1262
|
## [0.1.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.6...@equinor/fusion-framework-cli@0.1.7) (2022-11-03)
|
|
1234
1263
|
|
|
1235
1264
|
### Bug Fixes
|
|
1236
1265
|
|
|
1237
|
-
-
|
|
1238
|
-
-
|
|
1239
|
-
-
|
|
1266
|
+
- **cli:** allow default export of render app ([d27a336](https://github.com/equinor/fusion-framework/commit/d27a336874d918448389a79b1291b13a1b2f41d9))
|
|
1267
|
+
- **cli:** transform request to index.html ([e531958](https://github.com/equinor/fusion-framework/commit/e5319586598cf8567987040468f933438a4a7521))
|
|
1268
|
+
- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
|
|
1240
1269
|
|
|
1241
1270
|
## [0.1.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.5...@equinor/fusion-framework-cli@0.1.6) (2022-11-03)
|
|
1242
1271
|
|
|
@@ -1266,4 +1295,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1266
1295
|
|
|
1267
1296
|
### Features
|
|
1268
1297
|
|
|
1269
|
-
-
|
|
1298
|
+
- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1))
|