@equinor/fusion-framework-cli 9.5.10 → 9.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +361 -328
- 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-MyrTDpk_.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/dist/version.js.map +1 -1
- package/package.json +18 -21
- package/dist/bin/public/assets/index-9n8xOPvb.js +0 -4990
package/CHANGELOG.md
CHANGED
|
@@ -1,563 +1,596 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
|
|
8
|
+
- @equinor/fusion-observable@8.1.5
|
|
9
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.1
|
|
10
|
+
- @equinor/fusion-framework-app@8.0.1
|
|
11
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.13
|
|
12
|
+
|
|
13
|
+
## 9.6.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- [#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
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#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.
|
|
22
|
+
|
|
23
|
+
- [`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)
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
|
|
26
|
+
- @equinor/fusion-framework-app@8.0.0
|
|
27
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.0
|
|
28
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.12
|
|
29
|
+
|
|
3
30
|
## 9.5.10
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
6
33
|
|
|
7
|
-
-
|
|
34
|
+
- [#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
|
|
8
35
|
|
|
9
36
|
## 9.5.9
|
|
10
37
|
|
|
11
38
|
### Patch Changes
|
|
12
39
|
|
|
13
|
-
-
|
|
14
|
-
|
|
40
|
+
- Updated dependencies []:
|
|
41
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.11
|
|
15
42
|
|
|
16
43
|
## 9.5.8
|
|
17
44
|
|
|
18
45
|
### Patch Changes
|
|
19
46
|
|
|
20
|
-
-
|
|
47
|
+
- [#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
|
|
21
48
|
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
49
|
+
- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
|
|
50
|
+
- @equinor/fusion-framework-module-feature-flag@0.0.1
|
|
51
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.10
|
|
25
52
|
|
|
26
53
|
## 9.5.7
|
|
27
54
|
|
|
28
55
|
### Patch Changes
|
|
29
56
|
|
|
30
|
-
-
|
|
57
|
+
- [`cb39579`](https://github.com/equinor/fusion-framework/commit/cb39579d8845df2f8b2a8e0b1afc04e1cc8dd8a6) Thanks [@odinr](https://github.com/odinr)! - prevent code splitting in the CLI
|
|
31
58
|
|
|
32
59
|
## 9.5.6
|
|
33
60
|
|
|
34
61
|
### Patch Changes
|
|
35
62
|
|
|
36
|
-
-
|
|
63
|
+
- [#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
|
|
37
64
|
|
|
38
|
-
-
|
|
65
|
+
- [#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
|
|
39
66
|
|
|
40
|
-
-
|
|
67
|
+
- [#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
|
|
41
68
|
|
|
42
|
-
-
|
|
69
|
+
- [#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
|
|
43
70
|
|
|
44
|
-
-
|
|
71
|
+
- [#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
|
|
45
72
|
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
|
|
73
|
+
- Updated dependencies [[`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296)]:
|
|
74
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.9
|
|
75
|
+
- @equinor/fusion-framework-app@7.1.15
|
|
49
76
|
|
|
50
77
|
## 9.5.5
|
|
51
78
|
|
|
52
79
|
### Patch Changes
|
|
53
80
|
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
|
|
81
|
+
- Updated dependencies []:
|
|
82
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
83
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
57
84
|
|
|
58
85
|
## 9.5.4
|
|
59
86
|
|
|
60
87
|
### Patch Changes
|
|
61
88
|
|
|
62
|
-
-
|
|
63
|
-
|
|
64
|
-
|
|
89
|
+
- Updated dependencies []:
|
|
90
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
91
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
65
92
|
|
|
66
93
|
## 9.5.3
|
|
67
94
|
|
|
68
95
|
### Patch Changes
|
|
69
96
|
|
|
70
|
-
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
97
|
+
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
98
|
+
- @equinor/fusion-observable@8.1.4
|
|
99
|
+
- @equinor/fusion-framework-app@7.1.12
|
|
100
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.6
|
|
74
101
|
|
|
75
102
|
## 9.5.2
|
|
76
103
|
|
|
77
104
|
### Patch Changes
|
|
78
105
|
|
|
79
|
-
-
|
|
106
|
+
- [#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
|
|
80
107
|
|
|
81
|
-
-
|
|
108
|
+
- [#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
|
|
82
109
|
|
|
83
|
-
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
110
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
111
|
+
- @equinor/fusion-observable@8.1.3
|
|
112
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.5
|
|
113
|
+
- @equinor/fusion-framework-app@7.1.11
|
|
87
114
|
|
|
88
115
|
## 9.5.1
|
|
89
116
|
|
|
90
117
|
### Patch Changes
|
|
91
118
|
|
|
92
|
-
-
|
|
119
|
+
- [#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
|
|
93
120
|
|
|
94
|
-
-
|
|
121
|
+
- [`72e12c8`](https://github.com/equinor/fusion-framework/commit/72e12c84efb6ac7f131a8d0f217076cbb9d5ab52) Thanks [@odinr](https://github.com/odinr)! - support for module resolution EsNext
|
|
95
122
|
|
|
96
123
|
## 9.5.0
|
|
97
124
|
|
|
98
125
|
### Minor Changes
|
|
99
126
|
|
|
100
|
-
-
|
|
127
|
+
- [#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
|
|
101
128
|
|
|
102
129
|
### Patch Changes
|
|
103
130
|
|
|
104
|
-
-
|
|
105
|
-
|
|
131
|
+
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
132
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
106
133
|
|
|
107
134
|
## 9.4.3
|
|
108
135
|
|
|
109
136
|
### Patch Changes
|
|
110
137
|
|
|
111
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
138
|
+
- Updated dependencies []:
|
|
139
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
140
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
114
141
|
|
|
115
142
|
## 9.4.2
|
|
116
143
|
|
|
117
144
|
### Patch Changes
|
|
118
145
|
|
|
119
|
-
-
|
|
146
|
+
- [#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
|
|
120
147
|
|
|
121
|
-
-
|
|
148
|
+
- [#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
|
|
122
149
|
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
|
|
150
|
+
- Updated dependencies []:
|
|
151
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
152
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
126
153
|
|
|
127
154
|
## 9.4.1
|
|
128
155
|
|
|
129
156
|
### Patch Changes
|
|
130
157
|
|
|
131
|
-
-
|
|
158
|
+
- [#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
|
|
132
159
|
|
|
133
|
-
-
|
|
134
|
-
|
|
160
|
+
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
161
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
135
162
|
|
|
136
163
|
## 9.4.0
|
|
137
164
|
|
|
138
165
|
### Minor Changes
|
|
139
166
|
|
|
140
|
-
-
|
|
167
|
+
- [#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
|
|
141
168
|
|
|
142
169
|
### Patch Changes
|
|
143
170
|
|
|
144
|
-
-
|
|
171
|
+
- [#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
|
|
145
172
|
|
|
146
|
-
-
|
|
173
|
+
- [#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
|
|
147
174
|
|
|
148
|
-
-
|
|
175
|
+
- [#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)
|
|
149
176
|
|
|
150
177
|
## 9.3.5
|
|
151
178
|
|
|
152
179
|
### Patch Changes
|
|
153
180
|
|
|
154
|
-
-
|
|
181
|
+
- [#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
|
|
155
182
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
183
|
+
```bash
|
|
184
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
185
|
+
RangeError: Maximum call stack size exceeded
|
|
186
|
+
at String.match (<anonymous>)
|
|
187
|
+
```
|
|
161
188
|
|
|
162
189
|
## 9.3.4
|
|
163
190
|
|
|
164
191
|
### Patch Changes
|
|
165
192
|
|
|
166
|
-
-
|
|
193
|
+
- [#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.
|
|
167
194
|
|
|
168
|
-
|
|
195
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
169
196
|
|
|
170
197
|
## 9.3.3
|
|
171
198
|
|
|
172
199
|
### Patch Changes
|
|
173
200
|
|
|
174
|
-
-
|
|
201
|
+
- [`a56172c9`](https://github.com/equinor/fusion-framework/commit/a56172c9ec241550ce57b1ea1e6ffcc8848618d5) Thanks [@odinr](https://github.com/odinr)! - rebuild cli (navigation module)
|
|
175
202
|
|
|
176
203
|
## 9.3.2
|
|
177
204
|
|
|
178
205
|
### Patch Changes
|
|
179
206
|
|
|
180
|
-
-
|
|
207
|
+
- [#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
|
|
181
208
|
|
|
182
|
-
|
|
209
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
183
210
|
|
|
184
|
-
|
|
211
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
185
212
|
|
|
186
|
-
-
|
|
213
|
+
- [#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
|
|
187
214
|
|
|
188
215
|
## 9.3.1
|
|
189
216
|
|
|
190
217
|
### Patch Changes
|
|
191
218
|
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
|
|
219
|
+
- Updated dependencies []:
|
|
220
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
221
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
195
222
|
|
|
196
223
|
## 9.3.0
|
|
197
224
|
|
|
198
225
|
### Minor Changes
|
|
199
226
|
|
|
200
|
-
-
|
|
227
|
+
- [#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
|
|
201
228
|
|
|
202
229
|
### Patch Changes
|
|
203
230
|
|
|
204
|
-
-
|
|
231
|
+
- [#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
|
|
205
232
|
|
|
206
|
-
-
|
|
233
|
+
- [#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
|
|
207
234
|
|
|
208
|
-
-
|
|
235
|
+
- [#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
|
|
209
236
|
|
|
210
|
-
-
|
|
237
|
+
- [#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
|
|
211
238
|
|
|
212
|
-
-
|
|
239
|
+
- [#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
|
|
213
240
|
|
|
214
|
-
-
|
|
241
|
+
- [#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
|
|
215
242
|
|
|
216
|
-
-
|
|
243
|
+
- [#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
|
|
217
244
|
|
|
218
245
|
## 9.2.1
|
|
219
246
|
|
|
220
247
|
### Patch Changes
|
|
221
248
|
|
|
222
|
-
-
|
|
249
|
+
- [#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
|
|
223
250
|
|
|
224
|
-
-
|
|
225
|
-
|
|
251
|
+
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
252
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
226
253
|
|
|
227
254
|
## 9.2.0
|
|
228
255
|
|
|
229
256
|
### Minor Changes
|
|
230
257
|
|
|
231
|
-
-
|
|
258
|
+
- [#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
|
|
232
259
|
|
|
233
260
|
## 9.1.4
|
|
234
261
|
|
|
235
262
|
### Patch Changes
|
|
236
263
|
|
|
237
|
-
-
|
|
264
|
+
- [#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
|
|
238
265
|
|
|
239
|
-
|
|
266
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
240
267
|
|
|
241
268
|
## 9.1.3
|
|
242
269
|
|
|
243
270
|
### Patch Changes
|
|
244
271
|
|
|
245
|
-
-
|
|
272
|
+
- [`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)
|
|
246
273
|
|
|
247
274
|
## 9.1.2
|
|
248
275
|
|
|
249
276
|
### Patch Changes
|
|
250
277
|
|
|
251
|
-
-
|
|
278
|
+
- [#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
|
|
252
279
|
|
|
253
|
-
-
|
|
280
|
+
- [#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
|
|
254
281
|
|
|
255
|
-
-
|
|
282
|
+
- [`cc7bcfb5`](https://github.com/equinor/fusion-framework/commit/cc7bcfb51187fb757b95793356da4a11b233d930) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person to 1.1.1
|
|
256
283
|
|
|
257
|
-
-
|
|
284
|
+
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
258
285
|
|
|
259
|
-
|
|
286
|
+
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.
|
|
260
287
|
|
|
261
|
-
|
|
288
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
262
289
|
|
|
263
|
-
-
|
|
290
|
+
- [#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)
|
|
264
291
|
|
|
265
|
-
-
|
|
292
|
+
- [#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
|
|
266
293
|
|
|
267
|
-
-
|
|
294
|
+
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
268
295
|
|
|
269
|
-
-
|
|
270
|
-
|
|
271
|
-
|
|
296
|
+
- 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)]:
|
|
297
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.0
|
|
298
|
+
- @equinor/fusion-framework-app@7.1.7
|
|
272
299
|
|
|
273
300
|
## 9.1.1
|
|
274
301
|
|
|
275
302
|
### Patch Changes
|
|
276
303
|
|
|
277
|
-
-
|
|
304
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
278
305
|
|
|
279
|
-
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
306
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
307
|
+
- @equinor/fusion-framework-app@7.1.6
|
|
308
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.1
|
|
309
|
+
- @equinor/fusion-observable@8.1.2
|
|
283
310
|
|
|
284
311
|
## 9.1.0
|
|
285
312
|
|
|
286
313
|
### Minor Changes
|
|
287
314
|
|
|
288
|
-
-
|
|
315
|
+
- [#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
|
|
289
316
|
|
|
290
|
-
|
|
317
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
291
318
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
319
|
+
```tsx
|
|
320
|
+
const MyPage = () => {
|
|
321
|
+
return (
|
|
322
|
+
<fwc-person-avatar azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-avatar>
|
|
323
|
+
<fwc-person-card azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-card>
|
|
324
|
+
<fwc-person-list-item azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-list-item>
|
|
325
|
+
)
|
|
326
|
+
}
|
|
327
|
+
```
|
|
301
328
|
|
|
302
329
|
### Patch Changes
|
|
303
330
|
|
|
304
|
-
-
|
|
331
|
+
- [#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
|
|
305
332
|
|
|
306
|
-
-
|
|
333
|
+
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
307
334
|
|
|
308
|
-
-
|
|
309
|
-
|
|
310
|
-
|
|
335
|
+
- Updated dependencies [[`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9)]:
|
|
336
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.0
|
|
337
|
+
- @equinor/fusion-framework-app@7.1.5
|
|
311
338
|
|
|
312
339
|
## 9.0.2
|
|
313
340
|
|
|
314
341
|
### Patch Changes
|
|
315
342
|
|
|
316
|
-
-
|
|
317
|
-
|
|
343
|
+
- Updated dependencies []:
|
|
344
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
318
345
|
|
|
319
346
|
## 9.0.1
|
|
320
347
|
|
|
321
348
|
### Patch Changes
|
|
322
349
|
|
|
323
|
-
-
|
|
350
|
+
- [`5d2df189`](https://github.com/equinor/fusion-framework/commit/5d2df189e022941f91ce7048f99f42f59d17c456) Thanks [@odinr](https://github.com/odinr)! - fixed naming convention of CLI config files
|
|
324
351
|
|
|
325
352
|
## 9.0.0
|
|
326
353
|
|
|
327
354
|
### Major Changes
|
|
328
355
|
|
|
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
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
356
|
+
- [#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
|
|
357
|
+
|
|
358
|
+
Rework of the Fusion Framework CLI to support future features
|
|
359
|
+
|
|
360
|
+
> the CLI was thrown together as a proof of concept, but grown un-manageable, because of lack of structure
|
|
361
|
+
|
|
362
|
+
**Main Features**
|
|
363
|
+
|
|
364
|
+
- Separate logic and utilities from program (app/cli commands)
|
|
365
|
+
- allow user to provide config files `app.{config,manifest,vite}.{ts,js,json}`
|
|
366
|
+
- the cli will try to resolve from `.ts` then `.js` then `.json`
|
|
367
|
+
- `app.config` is used to configure application environment configs (app-service config)
|
|
368
|
+
- `app.manifest` application manifest, information about the application
|
|
369
|
+
- `app.vite` override the CLI vite configuration
|
|
370
|
+
- provide interface for `app.TYPE.ts` config
|
|
371
|
+
- `define` and `merge` functionality
|
|
372
|
+
- note that `app.config` and `app.manifest` needs to return full object _(will not be merged by CLI)_
|
|
373
|
+
- allow providing config file in command
|
|
374
|
+
- using config when resolving proxy request
|
|
375
|
+
- improved CLI logging
|
|
376
|
+
|
|
377
|
+
**examples**
|
|
378
|
+
|
|
379
|
+
app.config.ts
|
|
380
|
+
|
|
381
|
+
```ts
|
|
382
|
+
import {
|
|
383
|
+
mergeAppConfigs,
|
|
384
|
+
defineAppConfig,
|
|
385
|
+
} from "@equinor/fusion-framework-cli";
|
|
386
|
+
export default defineAppConfig((_nev, { base }) =>
|
|
387
|
+
mergeAppConfigs(base, {
|
|
388
|
+
environment: {
|
|
389
|
+
api: {
|
|
390
|
+
foo: {
|
|
391
|
+
baseUri: "https://foo.bars",
|
|
392
|
+
scopes: ["foobar"],
|
|
393
|
+
},
|
|
394
|
+
},
|
|
395
|
+
},
|
|
396
|
+
}),
|
|
397
|
+
);
|
|
398
|
+
```
|
|
399
|
+
|
|
400
|
+
app.manifest
|
|
401
|
+
|
|
402
|
+
```ts
|
|
403
|
+
import {
|
|
404
|
+
defineAppManifest,
|
|
405
|
+
mergeManifests,
|
|
406
|
+
} from "@equinor/fusion-framework-cli";
|
|
407
|
+
|
|
408
|
+
export default defineAppManifest((env, { base }) => {
|
|
409
|
+
if (env.command === "serve") {
|
|
410
|
+
return mergeManifests(base, {
|
|
411
|
+
key: "simple",
|
|
412
|
+
});
|
|
413
|
+
}
|
|
414
|
+
return base;
|
|
415
|
+
});
|
|
416
|
+
```
|
|
417
|
+
|
|
418
|
+
fusion-framework-cli app
|
|
419
|
+
|
|
420
|
+
```sh
|
|
421
|
+
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
422
|
+
```
|
|
390
423
|
|
|
391
424
|
### Minor Changes
|
|
392
425
|
|
|
393
|
-
-
|
|
426
|
+
- [#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
|
|
394
427
|
|
|
395
|
-
|
|
428
|
+
generate manifest for application
|
|
396
429
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
430
|
+
```sh
|
|
431
|
+
fusion-framework-cli app manifest
|
|
432
|
+
#output to file
|
|
433
|
+
fusion-framework-cli app manifest -o manifest.json
|
|
434
|
+
#specify custom config
|
|
435
|
+
fusion-framework-cli app manifest -c app.manifest.custom.ts
|
|
436
|
+
```
|
|
404
437
|
|
|
405
|
-
-
|
|
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 pack command to cli
|
|
406
439
|
|
|
407
|
-
|
|
440
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
408
441
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
442
|
+
```sh
|
|
443
|
+
fusion-framework-cli app pack
|
|
444
|
+
```
|
|
412
445
|
|
|
413
446
|
### Patch Changes
|
|
414
447
|
|
|
415
|
-
-
|
|
448
|
+
- [#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
|
|
416
449
|
|
|
417
|
-
|
|
450
|
+
**example**
|
|
418
451
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
452
|
+
```sh
|
|
453
|
+
fusion-framework-cli app config -o my-app.config.json
|
|
454
|
+
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
455
|
+
```
|
|
423
456
|
|
|
424
457
|
## 8.1.1
|
|
425
458
|
|
|
426
459
|
### Patch Changes
|
|
427
460
|
|
|
428
|
-
-
|
|
429
|
-
|
|
430
|
-
|
|
461
|
+
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
|
|
462
|
+
- @equinor/fusion-observable@8.1.1
|
|
463
|
+
- @equinor/fusion-framework-app@7.1.3
|
|
431
464
|
|
|
432
465
|
## 8.1.0
|
|
433
466
|
|
|
434
467
|
### Minor Changes
|
|
435
468
|
|
|
436
|
-
-
|
|
469
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
437
470
|
|
|
438
|
-
|
|
439
|
-
|
|
471
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
472
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
440
473
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
474
|
+
- remove @emotion/\*
|
|
475
|
+
- convert emotion to styled-components
|
|
476
|
+
- fix styling of cli
|
|
477
|
+
- convert main placeholder to grid
|
|
478
|
+
- remove unnecessary styling from header
|
|
479
|
+
- set dynamic width of context selector (min 25rem)
|
|
447
480
|
|
|
448
481
|
### Patch Changes
|
|
449
482
|
|
|
450
|
-
-
|
|
483
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
451
484
|
|
|
452
|
-
-
|
|
453
|
-
|
|
485
|
+
- Updated dependencies []:
|
|
486
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
454
487
|
|
|
455
488
|
## 8.0.1
|
|
456
489
|
|
|
457
490
|
### Patch Changes
|
|
458
491
|
|
|
459
|
-
-
|
|
492
|
+
- [#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
|
|
460
493
|
|
|
461
|
-
|
|
494
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
462
495
|
|
|
463
|
-
|
|
496
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
464
497
|
|
|
465
|
-
-
|
|
498
|
+
- [#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
|
|
466
499
|
|
|
467
|
-
-
|
|
500
|
+
- [#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
|
|
468
501
|
|
|
469
|
-
-
|
|
502
|
+
- [#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
|
|
470
503
|
|
|
471
|
-
|
|
504
|
+
only dev deps updated should not affect any consumers
|
|
472
505
|
|
|
473
|
-
|
|
506
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
474
507
|
|
|
475
|
-
-
|
|
508
|
+
- [#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)
|
|
476
509
|
|
|
477
|
-
|
|
478
|
-
|
|
510
|
+
- 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)
|
|
511
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
479
512
|
|
|
480
|
-
|
|
513
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
481
514
|
|
|
482
|
-
-
|
|
515
|
+
- [#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
|
|
483
516
|
|
|
484
|
-
|
|
517
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
485
518
|
|
|
486
|
-
-
|
|
519
|
+
- [#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)
|
|
487
520
|
|
|
488
|
-
-
|
|
521
|
+
- [#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)
|
|
489
522
|
|
|
490
|
-
-
|
|
523
|
+
- [#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
|
|
491
524
|
|
|
492
|
-
-
|
|
493
|
-
|
|
494
|
-
|
|
525
|
+
- 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)]:
|
|
526
|
+
- @equinor/fusion-observable@8.1.0
|
|
527
|
+
- @equinor/fusion-framework-app@7.1.1
|
|
495
528
|
|
|
496
529
|
## 8.0.0
|
|
497
530
|
|
|
498
531
|
### Major Changes
|
|
499
532
|
|
|
500
|
-
-
|
|
533
|
+
- [#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)
|
|
501
534
|
|
|
502
|
-
|
|
535
|
+
**Breaking**
|
|
503
536
|
|
|
504
|
-
|
|
537
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
505
538
|
|
|
506
539
|
### Patch Changes
|
|
507
540
|
|
|
508
|
-
-
|
|
541
|
+
- [#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
|
|
509
542
|
|
|
510
|
-
|
|
543
|
+
only style semantics updated
|
|
511
544
|
|
|
512
|
-
-
|
|
513
|
-
|
|
514
|
-
|
|
545
|
+
- 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)]:
|
|
546
|
+
- @equinor/fusion-observable@8.0.3
|
|
547
|
+
- @equinor/fusion-framework-app@7.1.0
|
|
515
548
|
|
|
516
549
|
## 7.1.0
|
|
517
550
|
|
|
518
551
|
### Minor Changes
|
|
519
552
|
|
|
520
|
-
-
|
|
553
|
+
- [#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**
|
|
521
554
|
|
|
522
|
-
|
|
523
|
-
|
|
555
|
+
When running the CLI, allow the user to provide custom [Vite config](https://vitejs.dev/config/).
|
|
556
|
+
The provided config is merged with the built-in config (default generated by the CLI).
|
|
524
557
|
|
|
525
|
-
|
|
558
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
526
559
|
|
|
527
560
|
## 7.0.13
|
|
528
561
|
|
|
529
562
|
### Patch Changes
|
|
530
563
|
|
|
531
|
-
-
|
|
564
|
+
- [#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
|
|
532
565
|
|
|
533
|
-
|
|
566
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
534
567
|
|
|
535
|
-
|
|
568
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
536
569
|
|
|
537
570
|
## 7.0.12
|
|
538
571
|
|
|
539
572
|
### Patch Changes
|
|
540
573
|
|
|
541
|
-
-
|
|
574
|
+
- [#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
|
|
542
575
|
|
|
543
|
-
-
|
|
544
|
-
|
|
576
|
+
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
577
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
545
578
|
|
|
546
579
|
## 7.0.11
|
|
547
580
|
|
|
548
581
|
### Patch Changes
|
|
549
582
|
|
|
550
|
-
-
|
|
551
|
-
|
|
583
|
+
- [#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
|
|
584
|
+
both `"main": "src/index.ts"` and `"main": "/src/index.ts"` will resolve.
|
|
552
585
|
|
|
553
|
-
-
|
|
586
|
+
- [#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**
|
|
554
587
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
588
|
+
- align all versions of typescript
|
|
589
|
+
- update types to build
|
|
590
|
+
- 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
|
|
558
591
|
|
|
559
|
-
-
|
|
560
|
-
|
|
592
|
+
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
593
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
561
594
|
|
|
562
595
|
All notable changes to this project will be documented in this file.
|
|
563
596
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -606,22 +639,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
606
639
|
|
|
607
640
|
### ⚠ BREAKING CHANGES
|
|
608
641
|
|
|
609
|
-
-
|
|
642
|
+
- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
|
|
610
643
|
|
|
611
644
|
### Features
|
|
612
645
|
|
|
613
|
-
-
|
|
646
|
+
- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
|
|
614
647
|
|
|
615
648
|
## 6.1.0 (2023-04-24)
|
|
616
649
|
|
|
617
650
|
### Features
|
|
618
651
|
|
|
619
|
-
-
|
|
652
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
620
653
|
|
|
621
654
|
### Bug Fixes
|
|
622
655
|
|
|
623
|
-
-
|
|
624
|
-
-
|
|
656
|
+
- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
|
|
657
|
+
- cli package json ([966695a](https://github.com/equinor/fusion-framework/commit/966695a7701cbea9115053226f48d378a77d6af3))
|
|
625
658
|
|
|
626
659
|
## 6.0.4 (2023-04-18)
|
|
627
660
|
|
|
@@ -667,7 +700,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
667
700
|
|
|
668
701
|
### Bug Fixes
|
|
669
702
|
|
|
670
|
-
-
|
|
703
|
+
- :bug: fix incorrect height cli portal ([38aee24](https://github.com/equinor/fusion-framework/commit/38aee24011fe1d3c049d7667d777c91b19a02d2c))
|
|
671
704
|
|
|
672
705
|
## [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)
|
|
673
706
|
|
|
@@ -681,23 +714,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
681
714
|
|
|
682
715
|
### Bug Fixes
|
|
683
716
|
|
|
684
|
-
-
|
|
717
|
+
- force build of cli ([3fdff80](https://github.com/equinor/fusion-framework/commit/3fdff80c69c769d789d00f7cec5895a080be3ccf))
|
|
685
718
|
|
|
686
719
|
## [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)
|
|
687
720
|
|
|
688
721
|
### Bug Fixes
|
|
689
722
|
|
|
690
|
-
-
|
|
691
|
-
-
|
|
692
|
-
-
|
|
723
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
724
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
725
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
693
726
|
|
|
694
727
|
## [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)
|
|
695
728
|
|
|
696
729
|
### Bug Fixes
|
|
697
730
|
|
|
698
|
-
-
|
|
699
|
-
-
|
|
700
|
-
-
|
|
731
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
732
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
733
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
701
734
|
|
|
702
735
|
## [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)
|
|
703
736
|
|
|
@@ -727,7 +760,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
727
760
|
|
|
728
761
|
### Bug Fixes
|
|
729
762
|
|
|
730
|
-
-
|
|
763
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
731
764
|
|
|
732
765
|
## [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)
|
|
733
766
|
|
|
@@ -737,13 +770,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
737
770
|
|
|
738
771
|
### Bug Fixes
|
|
739
772
|
|
|
740
|
-
-
|
|
773
|
+
- **cli:** add missing proxy target ([1f14f99](https://github.com/equinor/fusion-framework/commit/1f14f99290d6ee3c112115f29b9f28d1a6959b62))
|
|
741
774
|
|
|
742
775
|
## [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)
|
|
743
776
|
|
|
744
777
|
### Features
|
|
745
778
|
|
|
746
|
-
-
|
|
779
|
+
- **cli:** allow configuring portal host in cli ([9641b21](https://github.com/equinor/fusion-framework/commit/9641b215a1bff957687e9eda661679f000588a47))
|
|
747
780
|
|
|
748
781
|
## [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)
|
|
749
782
|
|
|
@@ -757,13 +790,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
757
790
|
|
|
758
791
|
### Bug Fixes
|
|
759
792
|
|
|
760
|
-
-
|
|
793
|
+
- **cli:** use referer as proxy uri ([35edbdc](https://github.com/equinor/fusion-framework/commit/35edbdcae83d51595e013550303b8ea8b7e1c675))
|
|
761
794
|
|
|
762
795
|
## [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)
|
|
763
796
|
|
|
764
797
|
### Bug Fixes
|
|
765
798
|
|
|
766
|
-
-
|
|
799
|
+
- **cli:** fix mounting element in app loader ([0410c7f](https://github.com/equinor/fusion-framework/commit/0410c7f0ce7a1b9f25c7716e0206534a1d047529))
|
|
767
800
|
|
|
768
801
|
## 5.0.5 (2023-03-09)
|
|
769
802
|
|
|
@@ -773,7 +806,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
773
806
|
|
|
774
807
|
### Bug Fixes
|
|
775
808
|
|
|
776
|
-
-
|
|
809
|
+
- **cli:** include `NODE_ENV` environment in build ([28faf2a](https://github.com/equinor/fusion-framework/commit/28faf2abc1adb09cc52242e26abb61e2ddfeb6c1))
|
|
777
810
|
|
|
778
811
|
## [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)
|
|
779
812
|
|
|
@@ -787,36 +820,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
787
820
|
|
|
788
821
|
### Bug Fixes
|
|
789
822
|
|
|
790
|
-
-
|
|
823
|
+
- **cli:** allow cli to read paths from tsconfig ([c78673f](https://github.com/equinor/fusion-framework/commit/c78673f7d85a2c3697798aa6a59ef1792ca53af6))
|
|
791
824
|
|
|
792
825
|
## [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)
|
|
793
826
|
|
|
794
827
|
### ⚠ BREAKING CHANGES
|
|
795
828
|
|
|
796
|
-
-
|
|
829
|
+
- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
|
|
797
830
|
|
|
798
831
|
### Bug Fixes
|
|
799
832
|
|
|
800
|
-
-
|
|
801
|
-
-
|
|
833
|
+
- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
|
|
834
|
+
- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
|
|
802
835
|
|
|
803
836
|
## [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)
|
|
804
837
|
|
|
805
838
|
### Features
|
|
806
839
|
|
|
807
|
-
-
|
|
808
|
-
-
|
|
840
|
+
- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
|
|
841
|
+
- **cli:** add react es lint for cli ([55137d7](https://github.com/equinor/fusion-framework/commit/55137d7baee9611fcb3e4bde4a4c0a954a8a68c6))
|
|
809
842
|
|
|
810
843
|
### Bug Fixes
|
|
811
844
|
|
|
812
|
-
-
|
|
813
|
-
-
|
|
845
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
846
|
+
- **cli:** update person resolver ([4ef99ae](https://github.com/equinor/fusion-framework/commit/4ef99ae5da870ec5d076041996ee98548fc18e5a))
|
|
814
847
|
|
|
815
848
|
## [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)
|
|
816
849
|
|
|
817
850
|
### Bug Fixes
|
|
818
851
|
|
|
819
|
-
-
|
|
852
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
820
853
|
|
|
821
854
|
## 4.0.4 (2023-02-02)
|
|
822
855
|
|
|
@@ -838,21 +871,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
838
871
|
|
|
839
872
|
### ⚠ BREAKING CHANGES
|
|
840
873
|
|
|
841
|
-
-
|
|
874
|
+
- hook has new return type
|
|
842
875
|
|
|
843
876
|
### Bug Fixes
|
|
844
877
|
|
|
845
|
-
-
|
|
878
|
+
- references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
|
|
846
879
|
|
|
847
880
|
## [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)
|
|
848
881
|
|
|
849
882
|
### Features
|
|
850
883
|
|
|
851
|
-
-
|
|
884
|
+
- **equinorloader:** centered starprogress loader ([081226d](https://github.com/equinor/fusion-framework/commit/081226d4afa1bdbb9daca0304ce34bc13471e8d7))
|
|
852
885
|
|
|
853
886
|
### Bug Fixes
|
|
854
887
|
|
|
855
|
-
-
|
|
888
|
+
- **cli:** fixing contextresolver ([41edf18](https://github.com/equinor/fusion-framework/commit/41edf18223aed93b393c0fab1e1f41797b7f06da)), closes [#591](https://github.com/equinor/fusion-framework/issues/591)
|
|
856
889
|
|
|
857
890
|
## [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)
|
|
858
891
|
|
|
@@ -862,7 +895,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
862
895
|
|
|
863
896
|
### Bug Fixes
|
|
864
897
|
|
|
865
|
-
-
|
|
898
|
+
- **cli:** disable 'x-powered-by' ([29cc4a8](https://github.com/equinor/fusion-framework/commit/29cc4a866f3f38a17a2df23eac047e7b82129696))
|
|
866
899
|
|
|
867
900
|
## [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)
|
|
868
901
|
|
|
@@ -872,7 +905,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
872
905
|
|
|
873
906
|
### Bug Fixes
|
|
874
907
|
|
|
875
|
-
-
|
|
908
|
+
- **cli:** named exports ([b03381b](https://github.com/equinor/fusion-framework/commit/b03381bde924db1979e9e5e870b356dc5db4b81d))
|
|
876
909
|
|
|
877
910
|
## 3.0.1 (2023-01-27)
|
|
878
911
|
|
|
@@ -934,17 +967,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
934
967
|
|
|
935
968
|
### ⚠ BREAKING CHANGES
|
|
936
969
|
|
|
937
|
-
-
|
|
970
|
+
- **module-app:** manifest prop rename
|
|
938
971
|
|
|
939
972
|
### Bug Fixes
|
|
940
973
|
|
|
941
|
-
-
|
|
974
|
+
- **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
|
|
942
975
|
|
|
943
976
|
## [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)
|
|
944
977
|
|
|
945
978
|
### Bug Fixes
|
|
946
979
|
|
|
947
|
-
-
|
|
980
|
+
- **utils/cli:** typo in import ([e4c3d0a](https://github.com/equinor/fusion-framework/commit/e4c3d0ac13f8a47ec4447cc07f7b9dc4210ba0c1))
|
|
948
981
|
|
|
949
982
|
## [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)
|
|
950
983
|
|
|
@@ -974,13 +1007,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
974
1007
|
|
|
975
1008
|
### Bug Fixes
|
|
976
1009
|
|
|
977
|
-
-
|
|
1010
|
+
- **utils/cli:** update app-loader ([4b1d5e7](https://github.com/equinor/fusion-framework/commit/4b1d5e7a5ca1e7b9d7a34556799a7c9aa77b9440))
|
|
978
1011
|
|
|
979
1012
|
## [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)
|
|
980
1013
|
|
|
981
1014
|
### Bug Fixes
|
|
982
1015
|
|
|
983
|
-
-
|
|
1016
|
+
- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6))
|
|
984
1017
|
|
|
985
1018
|
## [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)
|
|
986
1019
|
|
|
@@ -1002,19 +1035,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1002
1035
|
|
|
1003
1036
|
### Bug Fixes
|
|
1004
1037
|
|
|
1005
|
-
-
|
|
1038
|
+
- **context:** method for contextParameterFn on enableContext ([398658d](https://github.com/equinor/fusion-framework/commit/398658de26355a8ca99aea291963b8c302df3ddc))
|
|
1006
1039
|
|
|
1007
1040
|
## [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)
|
|
1008
1041
|
|
|
1009
1042
|
### Features
|
|
1010
1043
|
|
|
1011
|
-
-
|
|
1044
|
+
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc))
|
|
1012
1045
|
|
|
1013
1046
|
### Bug Fixes
|
|
1014
1047
|
|
|
1015
|
-
-
|
|
1016
|
-
-
|
|
1017
|
-
-
|
|
1048
|
+
- **utils/cli:** fix layout of router outlet ([ac99033](https://github.com/equinor/fusion-framework/commit/ac99033061ae9867adf6c47f1293266fd20ab8ef))
|
|
1049
|
+
- **utils/cli:** update header of error view ([971b5e5](https://github.com/equinor/fusion-framework/commit/971b5e5ee8f3ec98e2ec41eb485bf01b35ee501e))
|
|
1050
|
+
- **utils/cli:** update loading of application ([4de3289](https://github.com/equinor/fusion-framework/commit/4de3289942f8e3d81f4ee5749311479f4f49b680))
|
|
1018
1051
|
|
|
1019
1052
|
## [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)
|
|
1020
1053
|
|
|
@@ -1056,17 +1089,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1056
1089
|
|
|
1057
1090
|
### Features
|
|
1058
1091
|
|
|
1059
|
-
-
|
|
1060
|
-
-
|
|
1061
|
-
-
|
|
1062
|
-
-
|
|
1063
|
-
-
|
|
1092
|
+
- **context-selector:** adds icon to orgchart result items ([90343d9](https://github.com/equinor/fusion-framework/commit/90343d9915cb85eaa9945012c8709a2d40f6f023))
|
|
1093
|
+
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2))
|
|
1094
|
+
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476))
|
|
1095
|
+
- fusionlogo component ([b02fe16](https://github.com/equinor/fusion-framework/commit/b02fe16d3bb723b13413115826df0bbbc2b46815))
|
|
1096
|
+
- header with contextselector and logo ([174ed3d](https://github.com/equinor/fusion-framework/commit/174ed3d14383b6a813d2264ad5dfd9397fe17185))
|
|
1064
1097
|
|
|
1065
1098
|
### Bug Fixes
|
|
1066
1099
|
|
|
1067
|
-
-
|
|
1068
|
-
-
|
|
1069
|
-
-
|
|
1100
|
+
- **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
|
|
1101
|
+
- **cli:** contextselector improvements and comments ([bf8363e](https://github.com/equinor/fusion-framework/commit/bf8363e86909407632caa5ec46182643cbdd2205))
|
|
1102
|
+
- **cli:** updated dependencie versions ([12cb3c8](https://github.com/equinor/fusion-framework/commit/12cb3c8d56cad82986d910f45ec1933fe43bfd67))
|
|
1070
1103
|
|
|
1071
1104
|
## [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)
|
|
1072
1105
|
|
|
@@ -1144,13 +1177,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1144
1177
|
|
|
1145
1178
|
### Bug Fixes
|
|
1146
1179
|
|
|
1147
|
-
-
|
|
1180
|
+
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
|
|
1148
1181
|
|
|
1149
1182
|
## 0.3.5 (2022-11-23)
|
|
1150
1183
|
|
|
1151
1184
|
### Bug Fixes
|
|
1152
1185
|
|
|
1153
|
-
-
|
|
1186
|
+
- **cli:** relative path resolve windows ([0316c30](https://github.com/equinor/fusion-framework/commit/0316c30fd0e75d230893015c40c96dd369e8e472))
|
|
1154
1187
|
|
|
1155
1188
|
## [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)
|
|
1156
1189
|
|
|
@@ -1164,7 +1197,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1164
1197
|
|
|
1165
1198
|
### Bug Fixes
|
|
1166
1199
|
|
|
1167
|
-
-
|
|
1200
|
+
- basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
|
|
1168
1201
|
|
|
1169
1202
|
## [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)
|
|
1170
1203
|
|
|
@@ -1174,7 +1207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1174
1207
|
|
|
1175
1208
|
### Features
|
|
1176
1209
|
|
|
1177
|
-
-
|
|
1210
|
+
- **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
|
|
1178
1211
|
|
|
1179
1212
|
## [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)
|
|
1180
1213
|
|
|
@@ -1184,7 +1217,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1184
1217
|
|
|
1185
1218
|
### Bug Fixes
|
|
1186
1219
|
|
|
1187
|
-
-
|
|
1220
|
+
- **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
|
|
1188
1221
|
|
|
1189
1222
|
## [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)
|
|
1190
1223
|
|
|
@@ -1194,8 +1227,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1194
1227
|
|
|
1195
1228
|
### Features
|
|
1196
1229
|
|
|
1197
|
-
-
|
|
1198
|
-
-
|
|
1230
|
+
- add router and app loader ([f21661d](https://github.com/equinor/fusion-framework/commit/f21661d1255633848d1662dabb74e8e33ab629d5))
|
|
1231
|
+
- **cli:** add proxy routing for app and config ([b923830](https://github.com/equinor/fusion-framework/commit/b9238309a2f15a470d63411d2da0b58a1eb63e90))
|
|
1199
1232
|
|
|
1200
1233
|
## 0.1.15 (2022-11-14)
|
|
1201
1234
|
|
|
@@ -1221,28 +1254,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1221
1254
|
|
|
1222
1255
|
### Bug Fixes
|
|
1223
1256
|
|
|
1224
|
-
-
|
|
1257
|
+
- **cli:** add dep @vitejs/plugin-react ([415dd9f](https://github.com/equinor/fusion-framework/commit/415dd9f466076f232e751bbbffa54a8b10c0bea4))
|
|
1225
1258
|
|
|
1226
1259
|
## [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)
|
|
1227
1260
|
|
|
1228
1261
|
### Bug Fixes
|
|
1229
1262
|
|
|
1230
|
-
-
|
|
1263
|
+
- **cli:** requires vite ([c512d9e](https://github.com/equinor/fusion-framework/commit/c512d9e0e413e515fe0dcb412af49996b04d2484))
|
|
1231
1264
|
|
|
1232
1265
|
## [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)
|
|
1233
1266
|
|
|
1234
1267
|
### Bug Fixes
|
|
1235
1268
|
|
|
1236
|
-
-
|
|
1237
|
-
-
|
|
1269
|
+
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9))
|
|
1270
|
+
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2))
|
|
1238
1271
|
|
|
1239
1272
|
## [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)
|
|
1240
1273
|
|
|
1241
1274
|
### Bug Fixes
|
|
1242
1275
|
|
|
1243
|
-
-
|
|
1244
|
-
-
|
|
1245
|
-
-
|
|
1276
|
+
- **cli:** allow default export of render app ([d27a336](https://github.com/equinor/fusion-framework/commit/d27a336874d918448389a79b1291b13a1b2f41d9))
|
|
1277
|
+
- **cli:** transform request to index.html ([e531958](https://github.com/equinor/fusion-framework/commit/e5319586598cf8567987040468f933438a4a7521))
|
|
1278
|
+
- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
|
|
1246
1279
|
|
|
1247
1280
|
## [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)
|
|
1248
1281
|
|
|
@@ -1272,4 +1305,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1272
1305
|
|
|
1273
1306
|
### Features
|
|
1274
1307
|
|
|
1275
|
-
-
|
|
1308
|
+
- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1))
|