@equinor/fusion-framework-cli 9.5.7 → 9.5.8
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 +331 -327
- package/dist/bin/dev-portal/FusionLogo.js +1 -1
- package/dist/bin/dev-portal/FusionLogo.js.map +1 -1
- package/dist/bin/dev-portal/Header.js +9 -4
- package/dist/bin/dev-portal/Header.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/index.js +27 -0
- package/dist/bin/dev-portal/PersonSideSheet/index.js.map +1 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureSheetContent.js +12 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureSheetContent.js.map +1 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerApp.js +13 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerApp.js.map +1 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerPortal.js +13 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerPortal.js.map +1 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/LandingSheetContent.js +16 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/LandingSheetContent.js.map +1 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/Styled.js +30 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/Styled.js.map +1 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/index.js +3 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/index.js.map +1 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/types.js +2 -0
- package/dist/bin/dev-portal/PersonSideSheet/sheets/types.js.map +1 -0
- package/dist/bin/dev-portal/config.js +15 -0
- package/dist/bin/dev-portal/config.js.map +1 -1
- package/dist/bin/public/assets/index-SPsaO-lN.js +4928 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/types/bin/dev-portal/FusionLogo.d.ts +1 -1
- package/dist/types/bin/dev-portal/PersonSideSheet/index.d.ts +7 -0
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/FeatureSheetContent.d.ts +2 -0
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerApp.d.ts +2 -0
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerPortal.d.ts +2 -0
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/LandingSheetContent.d.ts +2 -0
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/Styled.d.ts +1092 -0
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/index.d.ts +2 -0
- package/dist/types/bin/dev-portal/PersonSideSheet/sheets/types.d.ts +5 -0
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +12 -11
- package/dist/bin/public/assets/index-1Ydrm2Wb.js +0 -3160
package/CHANGELOG.md
CHANGED
|
@@ -1,546 +1,550 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.5.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
|
|
10
|
+
- @equinor/fusion-framework-module-feature-flag@0.0.1
|
|
11
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.10
|
|
12
|
+
|
|
3
13
|
## 9.5.7
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
6
16
|
|
|
7
|
-
-
|
|
17
|
+
- [`cb39579`](https://github.com/equinor/fusion-framework/commit/cb39579d8845df2f8b2a8e0b1afc04e1cc8dd8a6) Thanks [@odinr](https://github.com/odinr)! - prevent code splitting in the CLI
|
|
8
18
|
|
|
9
19
|
## 9.5.6
|
|
10
20
|
|
|
11
21
|
### Patch Changes
|
|
12
22
|
|
|
13
|
-
-
|
|
23
|
+
- [#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
|
|
14
24
|
|
|
15
|
-
-
|
|
25
|
+
- [#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
|
|
16
26
|
|
|
17
|
-
-
|
|
27
|
+
- [#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
|
|
18
28
|
|
|
19
|
-
-
|
|
29
|
+
- [#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
|
|
20
30
|
|
|
21
|
-
-
|
|
31
|
+
- [#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
|
|
22
32
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
33
|
+
- Updated dependencies [[`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296)]:
|
|
34
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.9
|
|
35
|
+
- @equinor/fusion-framework-app@7.1.15
|
|
26
36
|
|
|
27
37
|
## 9.5.5
|
|
28
38
|
|
|
29
39
|
### Patch Changes
|
|
30
40
|
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
41
|
+
- Updated dependencies []:
|
|
42
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
43
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
34
44
|
|
|
35
45
|
## 9.5.4
|
|
36
46
|
|
|
37
47
|
### Patch Changes
|
|
38
48
|
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
|
|
49
|
+
- Updated dependencies []:
|
|
50
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
51
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
42
52
|
|
|
43
53
|
## 9.5.3
|
|
44
54
|
|
|
45
55
|
### Patch Changes
|
|
46
56
|
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
57
|
+
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
58
|
+
- @equinor/fusion-observable@8.1.4
|
|
59
|
+
- @equinor/fusion-framework-app@7.1.12
|
|
60
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.6
|
|
51
61
|
|
|
52
62
|
## 9.5.2
|
|
53
63
|
|
|
54
64
|
### Patch Changes
|
|
55
65
|
|
|
56
|
-
-
|
|
66
|
+
- [#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
|
|
57
67
|
|
|
58
|
-
-
|
|
68
|
+
- [#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
|
|
59
69
|
|
|
60
|
-
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
70
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
71
|
+
- @equinor/fusion-observable@8.1.3
|
|
72
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.5
|
|
73
|
+
- @equinor/fusion-framework-app@7.1.11
|
|
64
74
|
|
|
65
75
|
## 9.5.1
|
|
66
76
|
|
|
67
77
|
### Patch Changes
|
|
68
78
|
|
|
69
|
-
-
|
|
79
|
+
- [#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
|
|
70
80
|
|
|
71
|
-
-
|
|
81
|
+
- [`72e12c8`](https://github.com/equinor/fusion-framework/commit/72e12c84efb6ac7f131a8d0f217076cbb9d5ab52) Thanks [@odinr](https://github.com/odinr)! - support for module resolution EsNext
|
|
72
82
|
|
|
73
83
|
## 9.5.0
|
|
74
84
|
|
|
75
85
|
### Minor Changes
|
|
76
86
|
|
|
77
|
-
-
|
|
87
|
+
- [#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
|
|
78
88
|
|
|
79
89
|
### Patch Changes
|
|
80
90
|
|
|
81
|
-
-
|
|
82
|
-
|
|
91
|
+
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
92
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
83
93
|
|
|
84
94
|
## 9.4.3
|
|
85
95
|
|
|
86
96
|
### Patch Changes
|
|
87
97
|
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
98
|
+
- Updated dependencies []:
|
|
99
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
100
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
91
101
|
|
|
92
102
|
## 9.4.2
|
|
93
103
|
|
|
94
104
|
### Patch Changes
|
|
95
105
|
|
|
96
|
-
-
|
|
106
|
+
- [#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
|
|
97
107
|
|
|
98
|
-
-
|
|
108
|
+
- [#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
|
|
99
109
|
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
110
|
+
- Updated dependencies []:
|
|
111
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
112
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
103
113
|
|
|
104
114
|
## 9.4.1
|
|
105
115
|
|
|
106
116
|
### Patch Changes
|
|
107
117
|
|
|
108
|
-
-
|
|
118
|
+
- [#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
|
|
109
119
|
|
|
110
|
-
-
|
|
111
|
-
|
|
120
|
+
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
121
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
112
122
|
|
|
113
123
|
## 9.4.0
|
|
114
124
|
|
|
115
125
|
### Minor Changes
|
|
116
126
|
|
|
117
|
-
-
|
|
127
|
+
- [#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
|
|
118
128
|
|
|
119
129
|
### Patch Changes
|
|
120
130
|
|
|
121
|
-
-
|
|
131
|
+
- [#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
|
|
122
132
|
|
|
123
|
-
-
|
|
133
|
+
- [#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
|
|
124
134
|
|
|
125
|
-
-
|
|
135
|
+
- [#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)
|
|
126
136
|
|
|
127
137
|
## 9.3.5
|
|
128
138
|
|
|
129
139
|
### Patch Changes
|
|
130
140
|
|
|
131
|
-
-
|
|
141
|
+
- [#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
|
|
132
142
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
143
|
+
```bash
|
|
144
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
145
|
+
RangeError: Maximum call stack size exceeded
|
|
146
|
+
at String.match (<anonymous>)
|
|
147
|
+
```
|
|
138
148
|
|
|
139
149
|
## 9.3.4
|
|
140
150
|
|
|
141
151
|
### Patch Changes
|
|
142
152
|
|
|
143
|
-
-
|
|
153
|
+
- [#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.
|
|
144
154
|
|
|
145
|
-
|
|
155
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
146
156
|
|
|
147
157
|
## 9.3.3
|
|
148
158
|
|
|
149
159
|
### Patch Changes
|
|
150
160
|
|
|
151
|
-
-
|
|
161
|
+
- [`a56172c9`](https://github.com/equinor/fusion-framework/commit/a56172c9ec241550ce57b1ea1e6ffcc8848618d5) Thanks [@odinr](https://github.com/odinr)! - rebuild cli (navigation module)
|
|
152
162
|
|
|
153
163
|
## 9.3.2
|
|
154
164
|
|
|
155
165
|
### Patch Changes
|
|
156
166
|
|
|
157
|
-
-
|
|
167
|
+
- [#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
|
|
158
168
|
|
|
159
|
-
|
|
169
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
160
170
|
|
|
161
|
-
|
|
171
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
162
172
|
|
|
163
|
-
-
|
|
173
|
+
- [#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
|
|
164
174
|
|
|
165
175
|
## 9.3.1
|
|
166
176
|
|
|
167
177
|
### Patch Changes
|
|
168
178
|
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
|
|
179
|
+
- Updated dependencies []:
|
|
180
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
181
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
172
182
|
|
|
173
183
|
## 9.3.0
|
|
174
184
|
|
|
175
185
|
### Minor Changes
|
|
176
186
|
|
|
177
|
-
-
|
|
187
|
+
- [#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
|
|
178
188
|
|
|
179
189
|
### Patch Changes
|
|
180
190
|
|
|
181
|
-
-
|
|
191
|
+
- [#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
|
|
182
192
|
|
|
183
|
-
-
|
|
193
|
+
- [#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
|
|
184
194
|
|
|
185
|
-
-
|
|
195
|
+
- [#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
|
|
186
196
|
|
|
187
|
-
-
|
|
197
|
+
- [#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
|
|
188
198
|
|
|
189
|
-
-
|
|
199
|
+
- [#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
|
|
190
200
|
|
|
191
|
-
-
|
|
201
|
+
- [#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
|
|
192
202
|
|
|
193
|
-
-
|
|
203
|
+
- [#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
|
|
194
204
|
|
|
195
205
|
## 9.2.1
|
|
196
206
|
|
|
197
207
|
### Patch Changes
|
|
198
208
|
|
|
199
|
-
-
|
|
209
|
+
- [#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
|
|
200
210
|
|
|
201
|
-
-
|
|
202
|
-
|
|
211
|
+
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
212
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
203
213
|
|
|
204
214
|
## 9.2.0
|
|
205
215
|
|
|
206
216
|
### Minor Changes
|
|
207
217
|
|
|
208
|
-
-
|
|
218
|
+
- [#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
|
|
209
219
|
|
|
210
220
|
## 9.1.4
|
|
211
221
|
|
|
212
222
|
### Patch Changes
|
|
213
223
|
|
|
214
|
-
-
|
|
224
|
+
- [#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
|
|
215
225
|
|
|
216
|
-
|
|
226
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
217
227
|
|
|
218
228
|
## 9.1.3
|
|
219
229
|
|
|
220
230
|
### Patch Changes
|
|
221
231
|
|
|
222
|
-
-
|
|
232
|
+
- [`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)
|
|
223
233
|
|
|
224
234
|
## 9.1.2
|
|
225
235
|
|
|
226
236
|
### Patch Changes
|
|
227
237
|
|
|
228
|
-
-
|
|
238
|
+
- [#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
|
|
229
239
|
|
|
230
|
-
-
|
|
240
|
+
- [#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
|
|
231
241
|
|
|
232
|
-
-
|
|
242
|
+
- [`cc7bcfb5`](https://github.com/equinor/fusion-framework/commit/cc7bcfb51187fb757b95793356da4a11b233d930) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person to 1.1.1
|
|
233
243
|
|
|
234
|
-
-
|
|
244
|
+
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
235
245
|
|
|
236
|
-
|
|
246
|
+
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.
|
|
237
247
|
|
|
238
|
-
|
|
248
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
239
249
|
|
|
240
|
-
-
|
|
250
|
+
- [#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)
|
|
241
251
|
|
|
242
|
-
-
|
|
252
|
+
- [#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
|
|
243
253
|
|
|
244
|
-
-
|
|
254
|
+
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
245
255
|
|
|
246
|
-
-
|
|
247
|
-
|
|
248
|
-
|
|
256
|
+
- 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)]:
|
|
257
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.0
|
|
258
|
+
- @equinor/fusion-framework-app@7.1.7
|
|
249
259
|
|
|
250
260
|
## 9.1.1
|
|
251
261
|
|
|
252
262
|
### Patch Changes
|
|
253
263
|
|
|
254
|
-
-
|
|
264
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
255
265
|
|
|
256
|
-
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
266
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
267
|
+
- @equinor/fusion-framework-app@7.1.6
|
|
268
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.1
|
|
269
|
+
- @equinor/fusion-observable@8.1.2
|
|
260
270
|
|
|
261
271
|
## 9.1.0
|
|
262
272
|
|
|
263
273
|
### Minor Changes
|
|
264
274
|
|
|
265
|
-
-
|
|
275
|
+
- [#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
|
|
266
276
|
|
|
267
|
-
|
|
277
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
268
278
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
279
|
+
```tsx
|
|
280
|
+
const MyPage = () => {
|
|
281
|
+
return (
|
|
282
|
+
<fwc-person-avatar azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-avatar>
|
|
283
|
+
<fwc-person-card azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-card>
|
|
284
|
+
<fwc-person-list-item azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-list-item>
|
|
285
|
+
)
|
|
286
|
+
}
|
|
287
|
+
```
|
|
278
288
|
|
|
279
289
|
### Patch Changes
|
|
280
290
|
|
|
281
|
-
-
|
|
291
|
+
- [#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
|
|
282
292
|
|
|
283
|
-
-
|
|
293
|
+
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
284
294
|
|
|
285
|
-
-
|
|
286
|
-
|
|
287
|
-
|
|
295
|
+
- Updated dependencies [[`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9)]:
|
|
296
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.0
|
|
297
|
+
- @equinor/fusion-framework-app@7.1.5
|
|
288
298
|
|
|
289
299
|
## 9.0.2
|
|
290
300
|
|
|
291
301
|
### Patch Changes
|
|
292
302
|
|
|
293
|
-
-
|
|
294
|
-
|
|
303
|
+
- Updated dependencies []:
|
|
304
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
295
305
|
|
|
296
306
|
## 9.0.1
|
|
297
307
|
|
|
298
308
|
### Patch Changes
|
|
299
309
|
|
|
300
|
-
-
|
|
310
|
+
- [`5d2df189`](https://github.com/equinor/fusion-framework/commit/5d2df189e022941f91ce7048f99f42f59d17c456) Thanks [@odinr](https://github.com/odinr)! - fixed naming convention of CLI config files
|
|
301
311
|
|
|
302
312
|
## 9.0.0
|
|
303
313
|
|
|
304
314
|
### Major Changes
|
|
305
315
|
|
|
306
|
-
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
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
|
-
fusion-framework-cli app
|
|
369
|
-
|
|
370
|
-
```sh
|
|
371
|
-
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
372
|
-
```
|
|
316
|
+
- [#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
|
|
317
|
+
|
|
318
|
+
Rework of the Fusion Framework CLI to support future features
|
|
319
|
+
|
|
320
|
+
> the CLI was thrown together as a proof of concept, but grown un-manageable, because of lack of structure
|
|
321
|
+
|
|
322
|
+
**Main Features**
|
|
323
|
+
|
|
324
|
+
- Separate logic and utilities from program (app/cli commands)
|
|
325
|
+
- allow user to provide config files `app.{config,manifest,vite}.{ts,js,json}`
|
|
326
|
+
- the cli will try to resolve from `.ts` then `.js` then `.json`
|
|
327
|
+
- `app.config` is used to configure application environment configs (app-service config)
|
|
328
|
+
- `app.manifest` application manifest, information about the application
|
|
329
|
+
- `app.vite` override the CLI vite configuration
|
|
330
|
+
- provide interface for `app.TYPE.ts` config
|
|
331
|
+
- `define` and `merge` functionality
|
|
332
|
+
- note that `app.config` and `app.manifest` needs to return full object _(will not be merged by CLI)_
|
|
333
|
+
- allow providing config file in command
|
|
334
|
+
- using config when resolving proxy request
|
|
335
|
+
- improved CLI logging
|
|
336
|
+
|
|
337
|
+
**examples**
|
|
338
|
+
|
|
339
|
+
app.config.ts
|
|
340
|
+
|
|
341
|
+
```ts
|
|
342
|
+
import { mergeAppConfigs, defineAppConfig } from '@equinor/fusion-framework-cli';
|
|
343
|
+
export default defineAppConfig((_nev, { base }) =>
|
|
344
|
+
mergeAppConfigs(base, {
|
|
345
|
+
environment: {
|
|
346
|
+
api: {
|
|
347
|
+
foo: {
|
|
348
|
+
baseUri: 'https://foo.bars',
|
|
349
|
+
scopes: ['foobar'],
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
}),
|
|
354
|
+
);
|
|
355
|
+
```
|
|
356
|
+
|
|
357
|
+
app.manifest
|
|
358
|
+
|
|
359
|
+
```ts
|
|
360
|
+
import { defineAppManifest, mergeManifests } from '@equinor/fusion-framework-cli';
|
|
361
|
+
|
|
362
|
+
export default defineAppManifest((env, { base }) => {
|
|
363
|
+
if (env.command === 'serve') {
|
|
364
|
+
return mergeManifests(base, {
|
|
365
|
+
key: 'simple',
|
|
366
|
+
});
|
|
367
|
+
}
|
|
368
|
+
return base;
|
|
369
|
+
});
|
|
370
|
+
```
|
|
371
|
+
|
|
372
|
+
fusion-framework-cli app
|
|
373
|
+
|
|
374
|
+
```sh
|
|
375
|
+
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
376
|
+
```
|
|
373
377
|
|
|
374
378
|
### Minor Changes
|
|
375
379
|
|
|
376
|
-
-
|
|
380
|
+
- [#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
|
|
377
381
|
|
|
378
|
-
|
|
382
|
+
generate manifest for application
|
|
379
383
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
384
|
+
```sh
|
|
385
|
+
fusion-framework-cli app manifest
|
|
386
|
+
#output to file
|
|
387
|
+
fusion-framework-cli app manifest -o manifest.json
|
|
388
|
+
#specify custom config
|
|
389
|
+
fusion-framework-cli app manifest -c app.manifest.custom.ts
|
|
390
|
+
```
|
|
387
391
|
|
|
388
|
-
-
|
|
392
|
+
- [#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
|
|
389
393
|
|
|
390
|
-
|
|
394
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
391
395
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
396
|
+
```sh
|
|
397
|
+
fusion-framework-cli app pack
|
|
398
|
+
```
|
|
395
399
|
|
|
396
400
|
### Patch Changes
|
|
397
401
|
|
|
398
|
-
-
|
|
402
|
+
- [#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
|
|
399
403
|
|
|
400
|
-
|
|
404
|
+
**example**
|
|
401
405
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
+
```sh
|
|
407
|
+
fusion-framework-cli app config -o my-app.config.json
|
|
408
|
+
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
409
|
+
```
|
|
406
410
|
|
|
407
411
|
## 8.1.1
|
|
408
412
|
|
|
409
413
|
### Patch Changes
|
|
410
414
|
|
|
411
|
-
-
|
|
412
|
-
|
|
413
|
-
|
|
415
|
+
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
|
|
416
|
+
- @equinor/fusion-observable@8.1.1
|
|
417
|
+
- @equinor/fusion-framework-app@7.1.3
|
|
414
418
|
|
|
415
419
|
## 8.1.0
|
|
416
420
|
|
|
417
421
|
### Minor Changes
|
|
418
422
|
|
|
419
|
-
-
|
|
423
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
420
424
|
|
|
421
|
-
|
|
422
|
-
|
|
425
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
426
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
423
427
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
428
|
+
- remove @emotion/\*
|
|
429
|
+
- convert emotion to styled-components
|
|
430
|
+
- fix styling of cli
|
|
431
|
+
- convert main placeholder to grid
|
|
432
|
+
- remove unnecessary styling from header
|
|
433
|
+
- set dynamic width of context selector (min 25rem)
|
|
430
434
|
|
|
431
435
|
### Patch Changes
|
|
432
436
|
|
|
433
|
-
-
|
|
437
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
434
438
|
|
|
435
|
-
-
|
|
436
|
-
|
|
439
|
+
- Updated dependencies []:
|
|
440
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
437
441
|
|
|
438
442
|
## 8.0.1
|
|
439
443
|
|
|
440
444
|
### Patch Changes
|
|
441
445
|
|
|
442
|
-
-
|
|
446
|
+
- [#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
|
|
443
447
|
|
|
444
|
-
|
|
448
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
445
449
|
|
|
446
|
-
|
|
450
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
447
451
|
|
|
448
|
-
-
|
|
452
|
+
- [#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
|
|
449
453
|
|
|
450
|
-
-
|
|
454
|
+
- [#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
|
|
451
455
|
|
|
452
|
-
-
|
|
456
|
+
- [#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
|
|
453
457
|
|
|
454
|
-
|
|
458
|
+
only dev deps updated should not affect any consumers
|
|
455
459
|
|
|
456
|
-
|
|
460
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
457
461
|
|
|
458
|
-
-
|
|
462
|
+
- [#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)
|
|
459
463
|
|
|
460
|
-
|
|
461
|
-
|
|
464
|
+
- 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)
|
|
465
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
462
466
|
|
|
463
|
-
|
|
467
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
464
468
|
|
|
465
|
-
-
|
|
469
|
+
- [#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
|
|
466
470
|
|
|
467
|
-
|
|
471
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
468
472
|
|
|
469
|
-
-
|
|
473
|
+
- [#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)
|
|
470
474
|
|
|
471
|
-
-
|
|
475
|
+
- [#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)
|
|
472
476
|
|
|
473
|
-
-
|
|
477
|
+
- [#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
|
|
474
478
|
|
|
475
|
-
-
|
|
476
|
-
|
|
477
|
-
|
|
479
|
+
- 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)]:
|
|
480
|
+
- @equinor/fusion-observable@8.1.0
|
|
481
|
+
- @equinor/fusion-framework-app@7.1.1
|
|
478
482
|
|
|
479
483
|
## 8.0.0
|
|
480
484
|
|
|
481
485
|
### Major Changes
|
|
482
486
|
|
|
483
|
-
-
|
|
487
|
+
- [#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)
|
|
484
488
|
|
|
485
|
-
|
|
489
|
+
**Breaking**
|
|
486
490
|
|
|
487
|
-
|
|
491
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
488
492
|
|
|
489
493
|
### Patch Changes
|
|
490
494
|
|
|
491
|
-
-
|
|
495
|
+
- [#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
|
|
492
496
|
|
|
493
|
-
|
|
497
|
+
only style semantics updated
|
|
494
498
|
|
|
495
|
-
-
|
|
496
|
-
|
|
497
|
-
|
|
499
|
+
- 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)]:
|
|
500
|
+
- @equinor/fusion-observable@8.0.3
|
|
501
|
+
- @equinor/fusion-framework-app@7.1.0
|
|
498
502
|
|
|
499
503
|
## 7.1.0
|
|
500
504
|
|
|
501
505
|
### Minor Changes
|
|
502
506
|
|
|
503
|
-
-
|
|
507
|
+
- [#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**
|
|
504
508
|
|
|
505
|
-
|
|
506
|
-
|
|
509
|
+
When running the CLI, allow the user to provide custom [Vite config](https://vitejs.dev/config/).
|
|
510
|
+
The provided config is merged with the built-in config (default generated by the CLI).
|
|
507
511
|
|
|
508
|
-
|
|
512
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
509
513
|
|
|
510
514
|
## 7.0.13
|
|
511
515
|
|
|
512
516
|
### Patch Changes
|
|
513
517
|
|
|
514
|
-
-
|
|
518
|
+
- [#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
|
|
515
519
|
|
|
516
|
-
|
|
520
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
517
521
|
|
|
518
|
-
|
|
522
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
519
523
|
|
|
520
524
|
## 7.0.12
|
|
521
525
|
|
|
522
526
|
### Patch Changes
|
|
523
527
|
|
|
524
|
-
-
|
|
528
|
+
- [#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
|
|
525
529
|
|
|
526
|
-
-
|
|
527
|
-
|
|
530
|
+
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
531
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
528
532
|
|
|
529
533
|
## 7.0.11
|
|
530
534
|
|
|
531
535
|
### Patch Changes
|
|
532
536
|
|
|
533
|
-
-
|
|
534
|
-
|
|
537
|
+
- [#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
|
|
538
|
+
both `"main": "src/index.ts"` and `"main": "/src/index.ts"` will resolve.
|
|
535
539
|
|
|
536
|
-
-
|
|
540
|
+
- [#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**
|
|
537
541
|
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
542
|
+
- align all versions of typescript
|
|
543
|
+
- update types to build
|
|
544
|
+
- 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
|
|
541
545
|
|
|
542
|
-
-
|
|
543
|
-
|
|
546
|
+
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
547
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
544
548
|
|
|
545
549
|
All notable changes to this project will be documented in this file.
|
|
546
550
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -589,22 +593,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
589
593
|
|
|
590
594
|
### ⚠ BREAKING CHANGES
|
|
591
595
|
|
|
592
|
-
-
|
|
596
|
+
- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
|
|
593
597
|
|
|
594
598
|
### Features
|
|
595
599
|
|
|
596
|
-
-
|
|
600
|
+
- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
|
|
597
601
|
|
|
598
602
|
## 6.1.0 (2023-04-24)
|
|
599
603
|
|
|
600
604
|
### Features
|
|
601
605
|
|
|
602
|
-
-
|
|
606
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
603
607
|
|
|
604
608
|
### Bug Fixes
|
|
605
609
|
|
|
606
|
-
-
|
|
607
|
-
-
|
|
610
|
+
- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
|
|
611
|
+
- cli package json ([966695a](https://github.com/equinor/fusion-framework/commit/966695a7701cbea9115053226f48d378a77d6af3))
|
|
608
612
|
|
|
609
613
|
## 6.0.4 (2023-04-18)
|
|
610
614
|
|
|
@@ -650,7 +654,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
650
654
|
|
|
651
655
|
### Bug Fixes
|
|
652
656
|
|
|
653
|
-
-
|
|
657
|
+
- :bug: fix incorrect height cli portal ([38aee24](https://github.com/equinor/fusion-framework/commit/38aee24011fe1d3c049d7667d777c91b19a02d2c))
|
|
654
658
|
|
|
655
659
|
## [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)
|
|
656
660
|
|
|
@@ -664,23 +668,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
664
668
|
|
|
665
669
|
### Bug Fixes
|
|
666
670
|
|
|
667
|
-
-
|
|
671
|
+
- force build of cli ([3fdff80](https://github.com/equinor/fusion-framework/commit/3fdff80c69c769d789d00f7cec5895a080be3ccf))
|
|
668
672
|
|
|
669
673
|
## [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)
|
|
670
674
|
|
|
671
675
|
### Bug Fixes
|
|
672
676
|
|
|
673
|
-
-
|
|
674
|
-
-
|
|
675
|
-
-
|
|
677
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
678
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
679
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
676
680
|
|
|
677
681
|
## [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)
|
|
678
682
|
|
|
679
683
|
### Bug Fixes
|
|
680
684
|
|
|
681
|
-
-
|
|
682
|
-
-
|
|
683
|
-
-
|
|
685
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
686
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
687
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
684
688
|
|
|
685
689
|
## [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)
|
|
686
690
|
|
|
@@ -710,7 +714,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
710
714
|
|
|
711
715
|
### Bug Fixes
|
|
712
716
|
|
|
713
|
-
-
|
|
717
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
714
718
|
|
|
715
719
|
## [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)
|
|
716
720
|
|
|
@@ -720,13 +724,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
720
724
|
|
|
721
725
|
### Bug Fixes
|
|
722
726
|
|
|
723
|
-
-
|
|
727
|
+
- **cli:** add missing proxy target ([1f14f99](https://github.com/equinor/fusion-framework/commit/1f14f99290d6ee3c112115f29b9f28d1a6959b62))
|
|
724
728
|
|
|
725
729
|
## [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)
|
|
726
730
|
|
|
727
731
|
### Features
|
|
728
732
|
|
|
729
|
-
-
|
|
733
|
+
- **cli:** allow configuring portal host in cli ([9641b21](https://github.com/equinor/fusion-framework/commit/9641b215a1bff957687e9eda661679f000588a47))
|
|
730
734
|
|
|
731
735
|
## [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)
|
|
732
736
|
|
|
@@ -740,13 +744,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
740
744
|
|
|
741
745
|
### Bug Fixes
|
|
742
746
|
|
|
743
|
-
-
|
|
747
|
+
- **cli:** use referer as proxy uri ([35edbdc](https://github.com/equinor/fusion-framework/commit/35edbdcae83d51595e013550303b8ea8b7e1c675))
|
|
744
748
|
|
|
745
749
|
## [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)
|
|
746
750
|
|
|
747
751
|
### Bug Fixes
|
|
748
752
|
|
|
749
|
-
-
|
|
753
|
+
- **cli:** fix mounting element in app loader ([0410c7f](https://github.com/equinor/fusion-framework/commit/0410c7f0ce7a1b9f25c7716e0206534a1d047529))
|
|
750
754
|
|
|
751
755
|
## 5.0.5 (2023-03-09)
|
|
752
756
|
|
|
@@ -756,7 +760,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
756
760
|
|
|
757
761
|
### Bug Fixes
|
|
758
762
|
|
|
759
|
-
-
|
|
763
|
+
- **cli:** include `NODE_ENV` environment in build ([28faf2a](https://github.com/equinor/fusion-framework/commit/28faf2abc1adb09cc52242e26abb61e2ddfeb6c1))
|
|
760
764
|
|
|
761
765
|
## [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)
|
|
762
766
|
|
|
@@ -770,36 +774,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
770
774
|
|
|
771
775
|
### Bug Fixes
|
|
772
776
|
|
|
773
|
-
-
|
|
777
|
+
- **cli:** allow cli to read paths from tsconfig ([c78673f](https://github.com/equinor/fusion-framework/commit/c78673f7d85a2c3697798aa6a59ef1792ca53af6))
|
|
774
778
|
|
|
775
779
|
## [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)
|
|
776
780
|
|
|
777
781
|
### ⚠ BREAKING CHANGES
|
|
778
782
|
|
|
779
|
-
-
|
|
783
|
+
- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
|
|
780
784
|
|
|
781
785
|
### Bug Fixes
|
|
782
786
|
|
|
783
|
-
-
|
|
784
|
-
-
|
|
787
|
+
- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
|
|
788
|
+
- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
|
|
785
789
|
|
|
786
790
|
## [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)
|
|
787
791
|
|
|
788
792
|
### Features
|
|
789
793
|
|
|
790
|
-
-
|
|
791
|
-
-
|
|
794
|
+
- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
|
|
795
|
+
- **cli:** add react es lint for cli ([55137d7](https://github.com/equinor/fusion-framework/commit/55137d7baee9611fcb3e4bde4a4c0a954a8a68c6))
|
|
792
796
|
|
|
793
797
|
### Bug Fixes
|
|
794
798
|
|
|
795
|
-
-
|
|
796
|
-
-
|
|
799
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
800
|
+
- **cli:** update person resolver ([4ef99ae](https://github.com/equinor/fusion-framework/commit/4ef99ae5da870ec5d076041996ee98548fc18e5a))
|
|
797
801
|
|
|
798
802
|
## [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)
|
|
799
803
|
|
|
800
804
|
### Bug Fixes
|
|
801
805
|
|
|
802
|
-
-
|
|
806
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
803
807
|
|
|
804
808
|
## 4.0.4 (2023-02-02)
|
|
805
809
|
|
|
@@ -821,21 +825,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
821
825
|
|
|
822
826
|
### ⚠ BREAKING CHANGES
|
|
823
827
|
|
|
824
|
-
-
|
|
828
|
+
- hook has new return type
|
|
825
829
|
|
|
826
830
|
### Bug Fixes
|
|
827
831
|
|
|
828
|
-
-
|
|
832
|
+
- references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
|
|
829
833
|
|
|
830
834
|
## [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)
|
|
831
835
|
|
|
832
836
|
### Features
|
|
833
837
|
|
|
834
|
-
-
|
|
838
|
+
- **equinorloader:** centered starprogress loader ([081226d](https://github.com/equinor/fusion-framework/commit/081226d4afa1bdbb9daca0304ce34bc13471e8d7))
|
|
835
839
|
|
|
836
840
|
### Bug Fixes
|
|
837
841
|
|
|
838
|
-
-
|
|
842
|
+
- **cli:** fixing contextresolver ([41edf18](https://github.com/equinor/fusion-framework/commit/41edf18223aed93b393c0fab1e1f41797b7f06da)), closes [#591](https://github.com/equinor/fusion-framework/issues/591)
|
|
839
843
|
|
|
840
844
|
## [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)
|
|
841
845
|
|
|
@@ -845,7 +849,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
845
849
|
|
|
846
850
|
### Bug Fixes
|
|
847
851
|
|
|
848
|
-
-
|
|
852
|
+
- **cli:** disable 'x-powered-by' ([29cc4a8](https://github.com/equinor/fusion-framework/commit/29cc4a866f3f38a17a2df23eac047e7b82129696))
|
|
849
853
|
|
|
850
854
|
## [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)
|
|
851
855
|
|
|
@@ -855,7 +859,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
855
859
|
|
|
856
860
|
### Bug Fixes
|
|
857
861
|
|
|
858
|
-
-
|
|
862
|
+
- **cli:** named exports ([b03381b](https://github.com/equinor/fusion-framework/commit/b03381bde924db1979e9e5e870b356dc5db4b81d))
|
|
859
863
|
|
|
860
864
|
## 3.0.1 (2023-01-27)
|
|
861
865
|
|
|
@@ -917,17 +921,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
917
921
|
|
|
918
922
|
### ⚠ BREAKING CHANGES
|
|
919
923
|
|
|
920
|
-
-
|
|
924
|
+
- **module-app:** manifest prop rename
|
|
921
925
|
|
|
922
926
|
### Bug Fixes
|
|
923
927
|
|
|
924
|
-
-
|
|
928
|
+
- **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
|
|
925
929
|
|
|
926
930
|
## [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)
|
|
927
931
|
|
|
928
932
|
### Bug Fixes
|
|
929
933
|
|
|
930
|
-
-
|
|
934
|
+
- **utils/cli:** typo in import ([e4c3d0a](https://github.com/equinor/fusion-framework/commit/e4c3d0ac13f8a47ec4447cc07f7b9dc4210ba0c1))
|
|
931
935
|
|
|
932
936
|
## [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)
|
|
933
937
|
|
|
@@ -957,13 +961,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
957
961
|
|
|
958
962
|
### Bug Fixes
|
|
959
963
|
|
|
960
|
-
-
|
|
964
|
+
- **utils/cli:** update app-loader ([4b1d5e7](https://github.com/equinor/fusion-framework/commit/4b1d5e7a5ca1e7b9d7a34556799a7c9aa77b9440))
|
|
961
965
|
|
|
962
966
|
## [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)
|
|
963
967
|
|
|
964
968
|
### Bug Fixes
|
|
965
969
|
|
|
966
|
-
-
|
|
970
|
+
- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6))
|
|
967
971
|
|
|
968
972
|
## [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)
|
|
969
973
|
|
|
@@ -985,19 +989,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
985
989
|
|
|
986
990
|
### Bug Fixes
|
|
987
991
|
|
|
988
|
-
-
|
|
992
|
+
- **context:** method for contextParameterFn on enableContext ([398658d](https://github.com/equinor/fusion-framework/commit/398658de26355a8ca99aea291963b8c302df3ddc))
|
|
989
993
|
|
|
990
994
|
## [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)
|
|
991
995
|
|
|
992
996
|
### Features
|
|
993
997
|
|
|
994
|
-
-
|
|
998
|
+
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc))
|
|
995
999
|
|
|
996
1000
|
### Bug Fixes
|
|
997
1001
|
|
|
998
|
-
-
|
|
999
|
-
-
|
|
1000
|
-
-
|
|
1002
|
+
- **utils/cli:** fix layout of router outlet ([ac99033](https://github.com/equinor/fusion-framework/commit/ac99033061ae9867adf6c47f1293266fd20ab8ef))
|
|
1003
|
+
- **utils/cli:** update header of error view ([971b5e5](https://github.com/equinor/fusion-framework/commit/971b5e5ee8f3ec98e2ec41eb485bf01b35ee501e))
|
|
1004
|
+
- **utils/cli:** update loading of application ([4de3289](https://github.com/equinor/fusion-framework/commit/4de3289942f8e3d81f4ee5749311479f4f49b680))
|
|
1001
1005
|
|
|
1002
1006
|
## [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)
|
|
1003
1007
|
|
|
@@ -1039,17 +1043,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1039
1043
|
|
|
1040
1044
|
### Features
|
|
1041
1045
|
|
|
1042
|
-
-
|
|
1043
|
-
-
|
|
1044
|
-
-
|
|
1045
|
-
-
|
|
1046
|
-
-
|
|
1046
|
+
- **context-selector:** adds icon to orgchart result items ([90343d9](https://github.com/equinor/fusion-framework/commit/90343d9915cb85eaa9945012c8709a2d40f6f023))
|
|
1047
|
+
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2))
|
|
1048
|
+
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476))
|
|
1049
|
+
- fusionlogo component ([b02fe16](https://github.com/equinor/fusion-framework/commit/b02fe16d3bb723b13413115826df0bbbc2b46815))
|
|
1050
|
+
- header with contextselector and logo ([174ed3d](https://github.com/equinor/fusion-framework/commit/174ed3d14383b6a813d2264ad5dfd9397fe17185))
|
|
1047
1051
|
|
|
1048
1052
|
### Bug Fixes
|
|
1049
1053
|
|
|
1050
|
-
-
|
|
1051
|
-
-
|
|
1052
|
-
-
|
|
1054
|
+
- **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
|
|
1055
|
+
- **cli:** contextselector improvements and comments ([bf8363e](https://github.com/equinor/fusion-framework/commit/bf8363e86909407632caa5ec46182643cbdd2205))
|
|
1056
|
+
- **cli:** updated dependencie versions ([12cb3c8](https://github.com/equinor/fusion-framework/commit/12cb3c8d56cad82986d910f45ec1933fe43bfd67))
|
|
1053
1057
|
|
|
1054
1058
|
## [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)
|
|
1055
1059
|
|
|
@@ -1127,13 +1131,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1127
1131
|
|
|
1128
1132
|
### Bug Fixes
|
|
1129
1133
|
|
|
1130
|
-
-
|
|
1134
|
+
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
|
|
1131
1135
|
|
|
1132
1136
|
## 0.3.5 (2022-11-23)
|
|
1133
1137
|
|
|
1134
1138
|
### Bug Fixes
|
|
1135
1139
|
|
|
1136
|
-
-
|
|
1140
|
+
- **cli:** relative path resolve windows ([0316c30](https://github.com/equinor/fusion-framework/commit/0316c30fd0e75d230893015c40c96dd369e8e472))
|
|
1137
1141
|
|
|
1138
1142
|
## [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)
|
|
1139
1143
|
|
|
@@ -1147,7 +1151,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1147
1151
|
|
|
1148
1152
|
### Bug Fixes
|
|
1149
1153
|
|
|
1150
|
-
-
|
|
1154
|
+
- basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
|
|
1151
1155
|
|
|
1152
1156
|
## [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)
|
|
1153
1157
|
|
|
@@ -1157,7 +1161,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1157
1161
|
|
|
1158
1162
|
### Features
|
|
1159
1163
|
|
|
1160
|
-
-
|
|
1164
|
+
- **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
|
|
1161
1165
|
|
|
1162
1166
|
## [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)
|
|
1163
1167
|
|
|
@@ -1167,7 +1171,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1167
1171
|
|
|
1168
1172
|
### Bug Fixes
|
|
1169
1173
|
|
|
1170
|
-
-
|
|
1174
|
+
- **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
|
|
1171
1175
|
|
|
1172
1176
|
## [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)
|
|
1173
1177
|
|
|
@@ -1177,8 +1181,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1177
1181
|
|
|
1178
1182
|
### Features
|
|
1179
1183
|
|
|
1180
|
-
-
|
|
1181
|
-
-
|
|
1184
|
+
- add router and app loader ([f21661d](https://github.com/equinor/fusion-framework/commit/f21661d1255633848d1662dabb74e8e33ab629d5))
|
|
1185
|
+
- **cli:** add proxy routing for app and config ([b923830](https://github.com/equinor/fusion-framework/commit/b9238309a2f15a470d63411d2da0b58a1eb63e90))
|
|
1182
1186
|
|
|
1183
1187
|
## 0.1.15 (2022-11-14)
|
|
1184
1188
|
|
|
@@ -1204,28 +1208,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1204
1208
|
|
|
1205
1209
|
### Bug Fixes
|
|
1206
1210
|
|
|
1207
|
-
-
|
|
1211
|
+
- **cli:** add dep @vitejs/plugin-react ([415dd9f](https://github.com/equinor/fusion-framework/commit/415dd9f466076f232e751bbbffa54a8b10c0bea4))
|
|
1208
1212
|
|
|
1209
1213
|
## [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)
|
|
1210
1214
|
|
|
1211
1215
|
### Bug Fixes
|
|
1212
1216
|
|
|
1213
|
-
-
|
|
1217
|
+
- **cli:** requires vite ([c512d9e](https://github.com/equinor/fusion-framework/commit/c512d9e0e413e515fe0dcb412af49996b04d2484))
|
|
1214
1218
|
|
|
1215
1219
|
## [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)
|
|
1216
1220
|
|
|
1217
1221
|
### Bug Fixes
|
|
1218
1222
|
|
|
1219
|
-
-
|
|
1220
|
-
-
|
|
1223
|
+
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9))
|
|
1224
|
+
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2))
|
|
1221
1225
|
|
|
1222
1226
|
## [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)
|
|
1223
1227
|
|
|
1224
1228
|
### Bug Fixes
|
|
1225
1229
|
|
|
1226
|
-
-
|
|
1227
|
-
-
|
|
1228
|
-
-
|
|
1230
|
+
- **cli:** allow default export of render app ([d27a336](https://github.com/equinor/fusion-framework/commit/d27a336874d918448389a79b1291b13a1b2f41d9))
|
|
1231
|
+
- **cli:** transform request to index.html ([e531958](https://github.com/equinor/fusion-framework/commit/e5319586598cf8567987040468f933438a4a7521))
|
|
1232
|
+
- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
|
|
1229
1233
|
|
|
1230
1234
|
## [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)
|
|
1231
1235
|
|
|
@@ -1255,4 +1259,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1255
1259
|
|
|
1256
1260
|
### Features
|
|
1257
1261
|
|
|
1258
|
-
-
|
|
1262
|
+
- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1))
|