@equinor/fusion-framework-cli 9.8.4 → 9.8.6
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 +395 -370
- 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-proxy.js.map +1 -1
- package/dist/bin/main.js.map +1 -1
- package/dist/bin/public/assets/{index-Q0-VuYr4.js → index-DVoKNKBW.js} +764 -577
- 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 -1087
- package/dist/types/bin/utils/format.d.ts +1 -0
- package/dist/types/lib/utils/assert.d.ts +1 -0
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +13 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,680 +1,705 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1926](https://github.com/equinor/fusion-framework/pull/1926) [`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion-wc-person to fix issues with multiple tasks
|
|
8
|
+
|
|
9
|
+
- [#1919](https://github.com/equinor/fusion-framework/pull/1919) [`666780c`](https://github.com/equinor/fusion-framework/commit/666780cb2f6e5b3d5b861a179220362c1bf4b0ad) Thanks [@odinr](https://github.com/odinr)! - removed unused packages
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72)]:
|
|
12
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.5
|
|
13
|
+
|
|
14
|
+
## 9.8.5
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies []:
|
|
19
|
+
- @equinor/fusion-framework-app@8.1.3
|
|
20
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.4
|
|
21
|
+
|
|
3
22
|
## 9.8.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
6
25
|
|
|
7
|
-
-
|
|
26
|
+
- [#1890](https://github.com/equinor/fusion-framework/pull/1890) [`722f43f`](https://github.com/equinor/fusion-framework/commit/722f43f01c7a46175ad72e84c22fb3562d21bc26) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Fix typo
|
|
8
27
|
|
|
9
|
-
-
|
|
28
|
+
- [#1902](https://github.com/equinor/fusion-framework/pull/1902) [`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8) Thanks [@eikeland](https://github.com/eikeland)! - Updates cli dep fwc-person and improve people cookbook
|
|
10
29
|
|
|
11
|
-
-
|
|
12
|
-
|
|
30
|
+
- Updated dependencies [[`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8)]:
|
|
31
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.3
|
|
13
32
|
|
|
14
33
|
## 9.8.3
|
|
15
34
|
|
|
16
35
|
### Patch Changes
|
|
17
36
|
|
|
18
|
-
-
|
|
37
|
+
- [#1878](https://github.com/equinor/fusion-framework/pull/1878) [`fe1a239`](https://github.com/equinor/fusion-framework/commit/fe1a239e9ce9fc0e39b4faf67ffda40d287d5bd2) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Add error icon for errors
|
|
19
38
|
|
|
20
|
-
|
|
39
|
+
- Add info icon for no result
|
|
21
40
|
|
|
22
|
-
-
|
|
41
|
+
- [#1875](https://github.com/equinor/fusion-framework/pull/1875) [`e018c6e`](https://github.com/equinor/fusion-framework/commit/e018c6e5b5f8676b642ded1bb8b5b41bc65f674f) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Show message when unhandled error occurs in context selector
|
|
23
42
|
|
|
24
|
-
-
|
|
43
|
+
- [#1867](https://github.com/equinor/fusion-framework/pull/1867) [`b7504d1`](https://github.com/equinor/fusion-framework/commit/b7504d1352a0107383f8f76f9ed7f77744d1f99b) Thanks [@eikeland](https://github.com/eikeland)! - Removes person react components from cli
|
|
25
44
|
|
|
26
45
|
## 9.8.2
|
|
27
46
|
|
|
28
47
|
### Patch Changes
|
|
29
48
|
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
|
|
49
|
+
- Updated dependencies []:
|
|
50
|
+
- @equinor/fusion-framework-app@8.1.2
|
|
51
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.2
|
|
33
52
|
|
|
34
53
|
## 9.8.1
|
|
35
54
|
|
|
36
55
|
### Patch Changes
|
|
37
56
|
|
|
38
|
-
-
|
|
57
|
+
- [#1839](https://github.com/equinor/fusion-framework/pull/1839) [`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bumps @equinor/fusion-wc-person to 2.5.1
|
|
39
58
|
|
|
40
|
-
-
|
|
41
|
-
|
|
59
|
+
- Updated dependencies [[`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554)]:
|
|
60
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.1
|
|
42
61
|
|
|
43
62
|
## 9.8.0
|
|
44
63
|
|
|
45
64
|
### Minor Changes
|
|
46
65
|
|
|
47
|
-
-
|
|
66
|
+
- [#1827](https://github.com/equinor/fusion-framework/pull/1827) [`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update @equinor/fusion-react-person to 0.7.0 and @equinor/fusion-wc-person to 2.4.0
|
|
48
67
|
|
|
49
68
|
### Patch Changes
|
|
50
69
|
|
|
51
|
-
-
|
|
70
|
+
- [#1823](https://github.com/equinor/fusion-framework/pull/1823) [`9733563`](https://github.com/equinor/fusion-framework/commit/9733563ad072a6c21d61952d6d71978b88612ac5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.35.1 to 0.36.0
|
|
52
71
|
|
|
53
|
-
-
|
|
54
|
-
|
|
72
|
+
- Updated dependencies [[`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737)]:
|
|
73
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.0
|
|
55
74
|
|
|
56
75
|
## 9.7.0
|
|
57
76
|
|
|
58
77
|
### Minor Changes
|
|
59
78
|
|
|
60
|
-
-
|
|
79
|
+
- [#1801](https://github.com/equinor/fusion-framework/pull/1801) [`6e8fb78`](https://github.com/equinor/fusion-framework/commit/6e8fb78698fe11402ceef8d8ab48530bb8866699) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump commander from 11.1.0 to 12.0.0
|
|
61
80
|
|
|
62
|
-
|
|
81
|
+
see [changelog](https://github.com/tj/commander.js/releases/tag/v12.0.0)
|
|
63
82
|
|
|
64
83
|
### Patch Changes
|
|
65
84
|
|
|
66
|
-
-
|
|
85
|
+
- [#1719](https://github.com/equinor/fusion-framework/pull/1719) [`5658d04`](https://github.com/equinor/fusion-framework/commit/5658d04bac8957fd3741083385bc2d7871da7df9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.5.0 to 0.6.0
|
|
67
86
|
|
|
68
87
|
## 9.6.4
|
|
69
88
|
|
|
70
89
|
### Patch Changes
|
|
71
90
|
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
91
|
+
- Updated dependencies []:
|
|
92
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.15
|
|
93
|
+
- @equinor/fusion-framework-app@8.1.1
|
|
94
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.2
|
|
76
95
|
|
|
77
96
|
## 9.6.3
|
|
78
97
|
|
|
79
98
|
### Patch Changes
|
|
80
99
|
|
|
81
|
-
-
|
|
100
|
+
- [#1786](https://github.com/equinor/fusion-framework/pull/1786) [`a5f74f2`](https://github.com/equinor/fusion-framework/commit/a5f74f2096a55c4dab4b1d263bd39cd0dc39ac7a) Thanks [@odinr](https://github.com/odinr)! - support resources in `defineAppManifest`
|
|
82
101
|
|
|
83
|
-
|
|
102
|
+
ref [issue 286](https://github.com/equinor/fusion/issues/286#issuecomment-1923401234)
|
|
84
103
|
|
|
85
104
|
## 9.6.2
|
|
86
105
|
|
|
87
106
|
### Patch Changes
|
|
88
107
|
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
108
|
+
- Updated dependencies [[`09f8dd2`](https://github.com/equinor/fusion-framework/commit/09f8dd2dad31e8de47409e6bd751f74e3dd02607), [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9)]:
|
|
109
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.14
|
|
110
|
+
- @equinor/fusion-framework-app@8.1.0
|
|
92
111
|
|
|
93
112
|
## 9.6.1
|
|
94
113
|
|
|
95
114
|
### Patch Changes
|
|
96
115
|
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
116
|
+
- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
|
|
117
|
+
- @equinor/fusion-observable@8.1.5
|
|
118
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.1
|
|
119
|
+
- @equinor/fusion-framework-app@8.0.1
|
|
120
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.13
|
|
102
121
|
|
|
103
122
|
## 9.6.0
|
|
104
123
|
|
|
105
124
|
### Minor Changes
|
|
106
125
|
|
|
107
|
-
-
|
|
126
|
+
- [#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
|
|
108
127
|
|
|
109
128
|
### Patch Changes
|
|
110
129
|
|
|
111
|
-
-
|
|
130
|
+
- [#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.
|
|
112
131
|
|
|
113
|
-
-
|
|
132
|
+
- [`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)
|
|
114
133
|
|
|
115
|
-
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
134
|
+
- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e), [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
|
|
135
|
+
- @equinor/fusion-framework-app@8.0.0
|
|
136
|
+
- @equinor/fusion-framework-module-feature-flag@1.0.0
|
|
137
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.12
|
|
119
138
|
|
|
120
139
|
## 9.5.10
|
|
121
140
|
|
|
122
141
|
### Patch Changes
|
|
123
142
|
|
|
124
|
-
-
|
|
143
|
+
- [#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
|
|
125
144
|
|
|
126
145
|
## 9.5.9
|
|
127
146
|
|
|
128
147
|
### Patch Changes
|
|
129
148
|
|
|
130
|
-
-
|
|
131
|
-
|
|
149
|
+
- Updated dependencies []:
|
|
150
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.11
|
|
132
151
|
|
|
133
152
|
## 9.5.8
|
|
134
153
|
|
|
135
154
|
### Patch Changes
|
|
136
155
|
|
|
137
|
-
-
|
|
156
|
+
- [#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
|
|
138
157
|
|
|
139
|
-
-
|
|
140
|
-
|
|
141
|
-
|
|
158
|
+
- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]:
|
|
159
|
+
- @equinor/fusion-framework-module-feature-flag@0.0.1
|
|
160
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.10
|
|
142
161
|
|
|
143
162
|
## 9.5.7
|
|
144
163
|
|
|
145
164
|
### Patch Changes
|
|
146
165
|
|
|
147
|
-
-
|
|
166
|
+
- [`cb39579`](https://github.com/equinor/fusion-framework/commit/cb39579d8845df2f8b2a8e0b1afc04e1cc8dd8a6) Thanks [@odinr](https://github.com/odinr)! - prevent code splitting in the CLI
|
|
148
167
|
|
|
149
168
|
## 9.5.6
|
|
150
169
|
|
|
151
170
|
### Patch Changes
|
|
152
171
|
|
|
153
|
-
-
|
|
172
|
+
- [#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
|
|
154
173
|
|
|
155
|
-
-
|
|
174
|
+
- [#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
|
|
156
175
|
|
|
157
|
-
-
|
|
176
|
+
- [#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
|
|
158
177
|
|
|
159
|
-
-
|
|
178
|
+
- [#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
|
|
160
179
|
|
|
161
|
-
-
|
|
180
|
+
- [#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
|
|
162
181
|
|
|
163
|
-
-
|
|
164
|
-
|
|
165
|
-
|
|
182
|
+
- Updated dependencies [[`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296)]:
|
|
183
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.9
|
|
184
|
+
- @equinor/fusion-framework-app@7.1.15
|
|
166
185
|
|
|
167
186
|
## 9.5.5
|
|
168
187
|
|
|
169
188
|
### Patch Changes
|
|
170
189
|
|
|
171
|
-
-
|
|
172
|
-
|
|
173
|
-
|
|
190
|
+
- Updated dependencies []:
|
|
191
|
+
- @equinor/fusion-framework-app@7.1.14
|
|
192
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.8
|
|
174
193
|
|
|
175
194
|
## 9.5.4
|
|
176
195
|
|
|
177
196
|
### Patch Changes
|
|
178
197
|
|
|
179
|
-
-
|
|
180
|
-
|
|
181
|
-
|
|
198
|
+
- Updated dependencies []:
|
|
199
|
+
- @equinor/fusion-framework-app@7.1.13
|
|
200
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.7
|
|
182
201
|
|
|
183
202
|
## 9.5.3
|
|
184
203
|
|
|
185
204
|
### Patch Changes
|
|
186
205
|
|
|
187
|
-
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
206
|
+
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
207
|
+
- @equinor/fusion-observable@8.1.4
|
|
208
|
+
- @equinor/fusion-framework-app@7.1.12
|
|
209
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.6
|
|
191
210
|
|
|
192
211
|
## 9.5.2
|
|
193
212
|
|
|
194
213
|
### Patch Changes
|
|
195
214
|
|
|
196
|
-
-
|
|
215
|
+
- [#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
|
|
197
216
|
|
|
198
|
-
-
|
|
217
|
+
- [#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
|
|
199
218
|
|
|
200
|
-
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
219
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
220
|
+
- @equinor/fusion-observable@8.1.3
|
|
221
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.5
|
|
222
|
+
- @equinor/fusion-framework-app@7.1.11
|
|
204
223
|
|
|
205
224
|
## 9.5.1
|
|
206
225
|
|
|
207
226
|
### Patch Changes
|
|
208
227
|
|
|
209
|
-
-
|
|
228
|
+
- [#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
|
|
210
229
|
|
|
211
|
-
-
|
|
230
|
+
- [`72e12c8`](https://github.com/equinor/fusion-framework/commit/72e12c84efb6ac7f131a8d0f217076cbb9d5ab52) Thanks [@odinr](https://github.com/odinr)! - support for module resolution EsNext
|
|
212
231
|
|
|
213
232
|
## 9.5.0
|
|
214
233
|
|
|
215
234
|
### Minor Changes
|
|
216
235
|
|
|
217
|
-
-
|
|
236
|
+
- [#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
|
|
218
237
|
|
|
219
238
|
### Patch Changes
|
|
220
239
|
|
|
221
|
-
-
|
|
222
|
-
|
|
240
|
+
- Updated dependencies [[`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd)]:
|
|
241
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.4
|
|
223
242
|
|
|
224
243
|
## 9.4.3
|
|
225
244
|
|
|
226
245
|
### Patch Changes
|
|
227
246
|
|
|
228
|
-
-
|
|
229
|
-
|
|
230
|
-
|
|
247
|
+
- Updated dependencies []:
|
|
248
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
249
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
231
250
|
|
|
232
251
|
## 9.4.2
|
|
233
252
|
|
|
234
253
|
### Patch Changes
|
|
235
254
|
|
|
236
|
-
-
|
|
255
|
+
- [#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
|
|
237
256
|
|
|
238
|
-
-
|
|
257
|
+
- [#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
|
|
239
258
|
|
|
240
|
-
-
|
|
241
|
-
|
|
242
|
-
|
|
259
|
+
- Updated dependencies []:
|
|
260
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
261
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
243
262
|
|
|
244
263
|
## 9.4.1
|
|
245
264
|
|
|
246
265
|
### Patch Changes
|
|
247
266
|
|
|
248
|
-
-
|
|
267
|
+
- [#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
|
|
249
268
|
|
|
250
|
-
-
|
|
251
|
-
|
|
269
|
+
- Updated dependencies [[`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a)]:
|
|
270
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
252
271
|
|
|
253
272
|
## 9.4.0
|
|
254
273
|
|
|
255
274
|
### Minor Changes
|
|
256
275
|
|
|
257
|
-
-
|
|
276
|
+
- [#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
|
|
258
277
|
|
|
259
278
|
### Patch Changes
|
|
260
279
|
|
|
261
|
-
-
|
|
280
|
+
- [#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
|
|
262
281
|
|
|
263
|
-
-
|
|
282
|
+
- [#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
|
|
264
283
|
|
|
265
|
-
-
|
|
284
|
+
- [#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)
|
|
266
285
|
|
|
267
286
|
## 9.3.5
|
|
268
287
|
|
|
269
288
|
### Patch Changes
|
|
270
289
|
|
|
271
|
-
-
|
|
290
|
+
- [#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
|
|
272
291
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
292
|
+
```bash
|
|
293
|
+
if (msg.match(/^Failed to load url \/assets/)) {
|
|
294
|
+
RangeError: Maximum call stack size exceeded
|
|
295
|
+
at String.match (<anonymous>)
|
|
296
|
+
```
|
|
278
297
|
|
|
279
298
|
## 9.3.4
|
|
280
299
|
|
|
281
300
|
### Patch Changes
|
|
282
301
|
|
|
283
|
-
-
|
|
302
|
+
- [#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.
|
|
284
303
|
|
|
285
|
-
|
|
304
|
+
> when dev proxy server did not get 404 when requesting application config, it provided the manifest instead of config file path
|
|
286
305
|
|
|
287
306
|
## 9.3.3
|
|
288
307
|
|
|
289
308
|
### Patch Changes
|
|
290
309
|
|
|
291
|
-
-
|
|
310
|
+
- [`a56172c9`](https://github.com/equinor/fusion-framework/commit/a56172c9ec241550ce57b1ea1e6ffcc8848618d5) Thanks [@odinr](https://github.com/odinr)! - rebuild cli (navigation module)
|
|
292
311
|
|
|
293
312
|
## 9.3.2
|
|
294
313
|
|
|
295
314
|
### Patch Changes
|
|
296
315
|
|
|
297
|
-
-
|
|
316
|
+
- [#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
|
|
298
317
|
|
|
299
|
-
|
|
318
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
300
319
|
|
|
301
|
-
|
|
320
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
302
321
|
|
|
303
|
-
-
|
|
322
|
+
- [#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
|
|
304
323
|
|
|
305
324
|
## 9.3.1
|
|
306
325
|
|
|
307
326
|
### Patch Changes
|
|
308
327
|
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
|
|
328
|
+
- Updated dependencies []:
|
|
329
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
330
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
312
331
|
|
|
313
332
|
## 9.3.0
|
|
314
333
|
|
|
315
334
|
### Minor Changes
|
|
316
335
|
|
|
317
|
-
-
|
|
336
|
+
- [#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
|
|
318
337
|
|
|
319
338
|
### Patch Changes
|
|
320
339
|
|
|
321
|
-
-
|
|
340
|
+
- [#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
|
|
322
341
|
|
|
323
|
-
-
|
|
342
|
+
- [#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
|
|
324
343
|
|
|
325
|
-
-
|
|
344
|
+
- [#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
|
|
326
345
|
|
|
327
|
-
-
|
|
346
|
+
- [#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
|
|
328
347
|
|
|
329
|
-
-
|
|
348
|
+
- [#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
|
|
330
349
|
|
|
331
|
-
-
|
|
350
|
+
- [#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
|
|
332
351
|
|
|
333
|
-
-
|
|
352
|
+
- [#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
|
|
334
353
|
|
|
335
354
|
## 9.2.1
|
|
336
355
|
|
|
337
356
|
### Patch Changes
|
|
338
357
|
|
|
339
|
-
-
|
|
358
|
+
- [#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
|
|
340
359
|
|
|
341
|
-
-
|
|
342
|
-
|
|
360
|
+
- Updated dependencies [[`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec)]:
|
|
361
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.1
|
|
343
362
|
|
|
344
363
|
## 9.2.0
|
|
345
364
|
|
|
346
365
|
### Minor Changes
|
|
347
366
|
|
|
348
|
-
-
|
|
367
|
+
- [#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
|
|
349
368
|
|
|
350
369
|
## 9.1.4
|
|
351
370
|
|
|
352
371
|
### Patch Changes
|
|
353
372
|
|
|
354
|
-
-
|
|
373
|
+
- [#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
|
|
355
374
|
|
|
356
|
-
|
|
375
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
357
376
|
|
|
358
377
|
## 9.1.3
|
|
359
378
|
|
|
360
379
|
### Patch Changes
|
|
361
380
|
|
|
362
|
-
-
|
|
381
|
+
- [`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)
|
|
363
382
|
|
|
364
383
|
## 9.1.2
|
|
365
384
|
|
|
366
385
|
### Patch Changes
|
|
367
386
|
|
|
368
|
-
-
|
|
387
|
+
- [#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
|
|
369
388
|
|
|
370
|
-
-
|
|
389
|
+
- [#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
|
|
371
390
|
|
|
372
|
-
-
|
|
391
|
+
- [`cc7bcfb5`](https://github.com/equinor/fusion-framework/commit/cc7bcfb51187fb757b95793356da4a11b233d930) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person to 1.1.1
|
|
373
392
|
|
|
374
|
-
-
|
|
393
|
+
- [`6ec59f64`](https://github.com/equinor/fusion-framework/commit/6ec59f64f35e553cd68d6d6e03c1e5867aba87ce) Thanks [@odinr](https://github.com/odinr)! - fixed loading of config files for Windows
|
|
375
394
|
|
|
376
|
-
|
|
395
|
+
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.
|
|
377
396
|
|
|
378
|
-
|
|
397
|
+
quick and dirty transpile code and eject of `ts-import`
|
|
379
398
|
|
|
380
|
-
-
|
|
399
|
+
- [#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)
|
|
381
400
|
|
|
382
|
-
-
|
|
401
|
+
- [#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
|
|
383
402
|
|
|
384
|
-
-
|
|
403
|
+
- [`5b8c4ebc`](https://github.com/equinor/fusion-framework/commit/5b8c4ebc85f636e18e7666fd5dbbaf9ee10d8608) Thanks [@odinr](https://github.com/odinr)! - fixed packing of application
|
|
385
404
|
|
|
386
|
-
-
|
|
387
|
-
|
|
388
|
-
|
|
405
|
+
- 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)]:
|
|
406
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.0
|
|
407
|
+
- @equinor/fusion-framework-app@7.1.7
|
|
389
408
|
|
|
390
409
|
## 9.1.1
|
|
391
410
|
|
|
392
411
|
### Patch Changes
|
|
393
412
|
|
|
394
|
-
-
|
|
413
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
395
414
|
|
|
396
|
-
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
415
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
416
|
+
- @equinor/fusion-framework-app@7.1.6
|
|
417
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.1
|
|
418
|
+
- @equinor/fusion-observable@8.1.2
|
|
400
419
|
|
|
401
420
|
## 9.1.0
|
|
402
421
|
|
|
403
422
|
### Minor Changes
|
|
404
423
|
|
|
405
|
-
-
|
|
424
|
+
- [#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
|
|
406
425
|
|
|
407
|
-
|
|
426
|
+
the CLI now resolves persons from `azureId` or `upn`
|
|
408
427
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
428
|
+
```tsx
|
|
429
|
+
const MyPage = () => {
|
|
430
|
+
return (
|
|
431
|
+
<fwc-person-avatar azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-avatar>
|
|
432
|
+
<fwc-person-card azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-card>
|
|
433
|
+
<fwc-person-list-item azureId='cbc6480d-12c1-467e-b0b8-cfbb22612daa'></fwc-person-list-item>
|
|
434
|
+
)
|
|
435
|
+
}
|
|
436
|
+
```
|
|
418
437
|
|
|
419
438
|
### Patch Changes
|
|
420
439
|
|
|
421
|
-
-
|
|
440
|
+
- [#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
|
|
422
441
|
|
|
423
|
-
-
|
|
442
|
+
- [`0d84d39e`](https://github.com/equinor/fusion-framework/commit/0d84d39ed9d452aa7bb8bc4dfc6ff2e46d3af82b) Thanks [@odinr](https://github.com/odinr)! - enable services for CLI portal
|
|
424
443
|
|
|
425
|
-
-
|
|
426
|
-
|
|
427
|
-
|
|
444
|
+
- Updated dependencies [[`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9)]:
|
|
445
|
+
- @equinor/fusion-framework-react-components-people-provider@1.0.0
|
|
446
|
+
- @equinor/fusion-framework-app@7.1.5
|
|
428
447
|
|
|
429
448
|
## 9.0.2
|
|
430
449
|
|
|
431
450
|
### Patch Changes
|
|
432
451
|
|
|
433
|
-
-
|
|
434
|
-
|
|
452
|
+
- Updated dependencies []:
|
|
453
|
+
- @equinor/fusion-framework-app@7.1.4
|
|
435
454
|
|
|
436
455
|
## 9.0.1
|
|
437
456
|
|
|
438
457
|
### Patch Changes
|
|
439
458
|
|
|
440
|
-
-
|
|
459
|
+
- [`5d2df189`](https://github.com/equinor/fusion-framework/commit/5d2df189e022941f91ce7048f99f42f59d17c456) Thanks [@odinr](https://github.com/odinr)! - fixed naming convention of CLI config files
|
|
441
460
|
|
|
442
461
|
## 9.0.0
|
|
443
462
|
|
|
444
463
|
### Major Changes
|
|
445
464
|
|
|
446
|
-
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
465
|
+
- [#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
|
|
466
|
+
|
|
467
|
+
Rework of the Fusion Framework CLI to support future features
|
|
468
|
+
|
|
469
|
+
> the CLI was thrown together as a proof of concept, but grown un-manageable, because of lack of structure
|
|
470
|
+
|
|
471
|
+
**Main Features**
|
|
472
|
+
|
|
473
|
+
- Separate logic and utilities from program (app/cli commands)
|
|
474
|
+
- allow user to provide config files `app.{config,manifest,vite}.{ts,js,json}`
|
|
475
|
+
- the cli will try to resolve from `.ts` then `.js` then `.json`
|
|
476
|
+
- `app.config` is used to configure application environment configs (app-service config)
|
|
477
|
+
- `app.manifest` application manifest, information about the application
|
|
478
|
+
- `app.vite` override the CLI vite configuration
|
|
479
|
+
- provide interface for `app.TYPE.ts` config
|
|
480
|
+
- `define` and `merge` functionality
|
|
481
|
+
- note that `app.config` and `app.manifest` needs to return full object _(will not be merged by CLI)_
|
|
482
|
+
- allow providing config file in command
|
|
483
|
+
- using config when resolving proxy request
|
|
484
|
+
- improved CLI logging
|
|
485
|
+
|
|
486
|
+
**examples**
|
|
487
|
+
|
|
488
|
+
app.config.ts
|
|
489
|
+
|
|
490
|
+
```ts
|
|
491
|
+
import {
|
|
492
|
+
mergeAppConfigs,
|
|
493
|
+
defineAppConfig,
|
|
494
|
+
} from "@equinor/fusion-framework-cli";
|
|
495
|
+
export default defineAppConfig((_nev, { base }) =>
|
|
496
|
+
mergeAppConfigs(base, {
|
|
497
|
+
environment: {
|
|
498
|
+
api: {
|
|
499
|
+
foo: {
|
|
500
|
+
baseUri: "https://foo.bars",
|
|
501
|
+
scopes: ["foobar"],
|
|
502
|
+
},
|
|
503
|
+
},
|
|
504
|
+
},
|
|
505
|
+
}),
|
|
506
|
+
);
|
|
507
|
+
```
|
|
508
|
+
|
|
509
|
+
app.manifest
|
|
510
|
+
|
|
511
|
+
```ts
|
|
512
|
+
import {
|
|
513
|
+
defineAppManifest,
|
|
514
|
+
mergeManifests,
|
|
515
|
+
} from "@equinor/fusion-framework-cli";
|
|
516
|
+
|
|
517
|
+
export default defineAppManifest((env, { base }) => {
|
|
518
|
+
if (env.command === "serve") {
|
|
519
|
+
return mergeManifests(base, {
|
|
520
|
+
key: "simple",
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
return base;
|
|
524
|
+
});
|
|
525
|
+
```
|
|
526
|
+
|
|
527
|
+
fusion-framework-cli app
|
|
528
|
+
|
|
529
|
+
```sh
|
|
530
|
+
fusion-framework-cli app dev --manifest app.manifest.local.ts
|
|
531
|
+
```
|
|
507
532
|
|
|
508
533
|
### Minor Changes
|
|
509
534
|
|
|
510
|
-
-
|
|
535
|
+
- [#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
|
|
511
536
|
|
|
512
|
-
|
|
537
|
+
generate manifest for application
|
|
513
538
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
539
|
+
```sh
|
|
540
|
+
fusion-framework-cli app manifest
|
|
541
|
+
#output to file
|
|
542
|
+
fusion-framework-cli app manifest -o manifest.json
|
|
543
|
+
#specify custom config
|
|
544
|
+
fusion-framework-cli app manifest -c app.manifest.custom.ts
|
|
545
|
+
```
|
|
521
546
|
|
|
522
|
-
-
|
|
547
|
+
- [#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
|
|
523
548
|
|
|
524
|
-
|
|
549
|
+
add method which will build, generate manifest and pack assets into a zip file (**just like the legacy @equinor/fusion-cli**)
|
|
525
550
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
551
|
+
```sh
|
|
552
|
+
fusion-framework-cli app pack
|
|
553
|
+
```
|
|
529
554
|
|
|
530
555
|
### Patch Changes
|
|
531
556
|
|
|
532
|
-
-
|
|
557
|
+
- [#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
|
|
533
558
|
|
|
534
|
-
|
|
559
|
+
**example**
|
|
535
560
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
561
|
+
```sh
|
|
562
|
+
fusion-framework-cli app config -o my-app.config.json
|
|
563
|
+
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
564
|
+
```
|
|
540
565
|
|
|
541
566
|
## 8.1.1
|
|
542
567
|
|
|
543
568
|
### Patch Changes
|
|
544
569
|
|
|
545
|
-
-
|
|
546
|
-
|
|
547
|
-
|
|
570
|
+
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]:
|
|
571
|
+
- @equinor/fusion-observable@8.1.1
|
|
572
|
+
- @equinor/fusion-framework-app@7.1.3
|
|
548
573
|
|
|
549
574
|
## 8.1.0
|
|
550
575
|
|
|
551
576
|
### Minor Changes
|
|
552
577
|
|
|
553
|
-
-
|
|
578
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - Remove emotion decencies from CLI
|
|
554
579
|
|
|
555
|
-
|
|
556
|
-
|
|
580
|
+
align CLI with EDS and use style components instead of emotion 🥲
|
|
581
|
+
prevent conflict of react types dependent on both emotion and eds
|
|
557
582
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
583
|
+
- remove @emotion/\*
|
|
584
|
+
- convert emotion to styled-components
|
|
585
|
+
- fix styling of cli
|
|
586
|
+
- convert main placeholder to grid
|
|
587
|
+
- remove unnecessary styling from header
|
|
588
|
+
- set dynamic width of context selector (min 25rem)
|
|
564
589
|
|
|
565
590
|
### Patch Changes
|
|
566
591
|
|
|
567
|
-
-
|
|
592
|
+
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fixed bin resolve for pnpm
|
|
568
593
|
|
|
569
|
-
-
|
|
570
|
-
|
|
594
|
+
- Updated dependencies []:
|
|
595
|
+
- @equinor/fusion-framework-app@7.1.2
|
|
571
596
|
|
|
572
597
|
## 8.0.1
|
|
573
598
|
|
|
574
599
|
### Patch Changes
|
|
575
600
|
|
|
576
|
-
-
|
|
601
|
+
- [#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
|
|
577
602
|
|
|
578
|
-
|
|
603
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
579
604
|
|
|
580
|
-
|
|
605
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
581
606
|
|
|
582
|
-
-
|
|
607
|
+
- [#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
|
|
583
608
|
|
|
584
|
-
-
|
|
609
|
+
- [#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
|
|
585
610
|
|
|
586
|
-
-
|
|
611
|
+
- [#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
|
|
587
612
|
|
|
588
|
-
|
|
613
|
+
only dev deps updated should not affect any consumers
|
|
589
614
|
|
|
590
|
-
|
|
615
|
+
see [react changelog](https://github.com/facebook/react/releases) for details
|
|
591
616
|
|
|
592
|
-
-
|
|
617
|
+
- [#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)
|
|
593
618
|
|
|
594
|
-
|
|
595
|
-
|
|
619
|
+
- 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)
|
|
620
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
596
621
|
|
|
597
|
-
|
|
622
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
598
623
|
|
|
599
|
-
-
|
|
624
|
+
- [#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
|
|
600
625
|
|
|
601
|
-
|
|
626
|
+
see [changelog](https://github.com/vitejs/vite/blob/create-vite@4.4.0/packages/create-vite/CHANGELOG.md)
|
|
602
627
|
|
|
603
|
-
-
|
|
628
|
+
- [#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)
|
|
604
629
|
|
|
605
|
-
-
|
|
630
|
+
- [#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)
|
|
606
631
|
|
|
607
|
-
-
|
|
632
|
+
- [#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
|
|
608
633
|
|
|
609
|
-
-
|
|
610
|
-
|
|
611
|
-
|
|
634
|
+
- 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)]:
|
|
635
|
+
- @equinor/fusion-observable@8.1.0
|
|
636
|
+
- @equinor/fusion-framework-app@7.1.1
|
|
612
637
|
|
|
613
638
|
## 8.0.0
|
|
614
639
|
|
|
615
640
|
### Major Changes
|
|
616
641
|
|
|
617
|
-
-
|
|
642
|
+
- [#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)
|
|
618
643
|
|
|
619
|
-
|
|
644
|
+
**Breaking**
|
|
620
645
|
|
|
621
|
-
|
|
646
|
+
@equinor/fusion-framework-cli now requires Node.js v16 or higher
|
|
622
647
|
|
|
623
648
|
### Patch Changes
|
|
624
649
|
|
|
625
|
-
-
|
|
650
|
+
- [#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
|
|
626
651
|
|
|
627
|
-
|
|
652
|
+
only style semantics updated
|
|
628
653
|
|
|
629
|
-
-
|
|
630
|
-
|
|
631
|
-
|
|
654
|
+
- 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)]:
|
|
655
|
+
- @equinor/fusion-observable@8.0.3
|
|
656
|
+
- @equinor/fusion-framework-app@7.1.0
|
|
632
657
|
|
|
633
658
|
## 7.1.0
|
|
634
659
|
|
|
635
660
|
### Minor Changes
|
|
636
661
|
|
|
637
|
-
-
|
|
662
|
+
- [#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**
|
|
638
663
|
|
|
639
|
-
|
|
640
|
-
|
|
664
|
+
When running the CLI, allow the user to provide custom [Vite config](https://vitejs.dev/config/).
|
|
665
|
+
The provided config is merged with the built-in config (default generated by the CLI).
|
|
641
666
|
|
|
642
|
-
|
|
667
|
+
updated [documentation](https://equinor.github.io/fusion-framework/guide/app/cli.html#config)
|
|
643
668
|
|
|
644
669
|
## 7.0.13
|
|
645
670
|
|
|
646
671
|
### Patch Changes
|
|
647
672
|
|
|
648
|
-
-
|
|
673
|
+
- [#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
|
|
649
674
|
|
|
650
|
-
|
|
675
|
+
Updating dependency @equinor/fusion-react-styles to version 0.5.6.
|
|
651
676
|
|
|
652
|
-
|
|
677
|
+
This ads the correct equinor-font cdn link to the themeprovider.
|
|
653
678
|
|
|
654
679
|
## 7.0.12
|
|
655
680
|
|
|
656
681
|
### Patch Changes
|
|
657
682
|
|
|
658
|
-
-
|
|
683
|
+
- [#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
|
|
659
684
|
|
|
660
|
-
-
|
|
661
|
-
|
|
685
|
+
- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
|
|
686
|
+
- @equinor/fusion-framework-app@7.0.16
|
|
662
687
|
|
|
663
688
|
## 7.0.11
|
|
664
689
|
|
|
665
690
|
### Patch Changes
|
|
666
691
|
|
|
667
|
-
-
|
|
668
|
-
|
|
692
|
+
- [#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
|
|
693
|
+
both `"main": "src/index.ts"` and `"main": "/src/index.ts"` will resolve.
|
|
669
694
|
|
|
670
|
-
-
|
|
695
|
+
- [#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**
|
|
671
696
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
697
|
+
- align all versions of typescript
|
|
698
|
+
- update types to build
|
|
699
|
+
- 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
|
|
675
700
|
|
|
676
|
-
-
|
|
677
|
-
|
|
701
|
+
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
702
|
+
- @equinor/fusion-framework-app@7.0.15
|
|
678
703
|
|
|
679
704
|
All notable changes to this project will be documented in this file.
|
|
680
705
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -723,22 +748,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
723
748
|
|
|
724
749
|
### ⚠ BREAKING CHANGES
|
|
725
750
|
|
|
726
|
-
-
|
|
751
|
+
- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable`
|
|
727
752
|
|
|
728
753
|
### Features
|
|
729
754
|
|
|
730
|
-
-
|
|
755
|
+
- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a))
|
|
731
756
|
|
|
732
757
|
## 6.1.0 (2023-04-24)
|
|
733
758
|
|
|
734
759
|
### Features
|
|
735
760
|
|
|
736
|
-
-
|
|
761
|
+
- **cli:** added bookmark side sheet to cli and updated header ([d5da5eb](https://github.com/equinor/fusion-framework/commit/d5da5eb2c61983c8f038956a18e7a8c16a987450))
|
|
737
762
|
|
|
738
763
|
### Bug Fixes
|
|
739
764
|
|
|
740
|
-
-
|
|
741
|
-
-
|
|
765
|
+
- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
|
|
766
|
+
- cli package json ([966695a](https://github.com/equinor/fusion-framework/commit/966695a7701cbea9115053226f48d378a77d6af3))
|
|
742
767
|
|
|
743
768
|
## 6.0.4 (2023-04-18)
|
|
744
769
|
|
|
@@ -784,7 +809,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
784
809
|
|
|
785
810
|
### Bug Fixes
|
|
786
811
|
|
|
787
|
-
-
|
|
812
|
+
- :bug: fix incorrect height cli portal ([38aee24](https://github.com/equinor/fusion-framework/commit/38aee24011fe1d3c049d7667d777c91b19a02d2c))
|
|
788
813
|
|
|
789
814
|
## [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)
|
|
790
815
|
|
|
@@ -798,23 +823,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
798
823
|
|
|
799
824
|
### Bug Fixes
|
|
800
825
|
|
|
801
|
-
-
|
|
826
|
+
- force build of cli ([3fdff80](https://github.com/equinor/fusion-framework/commit/3fdff80c69c769d789d00f7cec5895a080be3ccf))
|
|
802
827
|
|
|
803
828
|
## [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)
|
|
804
829
|
|
|
805
830
|
### Bug Fixes
|
|
806
831
|
|
|
807
|
-
-
|
|
808
|
-
-
|
|
809
|
-
-
|
|
832
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
833
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
834
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
810
835
|
|
|
811
836
|
## [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)
|
|
812
837
|
|
|
813
838
|
### Bug Fixes
|
|
814
839
|
|
|
815
|
-
-
|
|
816
|
-
-
|
|
817
|
-
-
|
|
840
|
+
- **cli:** contextSearch shows current context in selector ([52b4cc4](https://github.com/equinor/fusion-framework/commit/52b4cc4f2ade64e4f2722e16a2d27358d0121c05))
|
|
841
|
+
- **cli:** moved vite-plugin-enviornment from dev-dependencie to dependecies ([1c42889](https://github.com/equinor/fusion-framework/commit/1c428894503cdd95c5bfc2b60c0148860491f305))
|
|
842
|
+
- **cli:** update deps ([86cc317](https://github.com/equinor/fusion-framework/commit/86cc31728ce6d78ebd198eadc0ccddcaf16df55e))
|
|
818
843
|
|
|
819
844
|
## [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)
|
|
820
845
|
|
|
@@ -844,7 +869,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
844
869
|
|
|
845
870
|
### Bug Fixes
|
|
846
871
|
|
|
847
|
-
-
|
|
872
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
848
873
|
|
|
849
874
|
## [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)
|
|
850
875
|
|
|
@@ -854,13 +879,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
854
879
|
|
|
855
880
|
### Bug Fixes
|
|
856
881
|
|
|
857
|
-
-
|
|
882
|
+
- **cli:** add missing proxy target ([1f14f99](https://github.com/equinor/fusion-framework/commit/1f14f99290d6ee3c112115f29b9f28d1a6959b62))
|
|
858
883
|
|
|
859
884
|
## [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)
|
|
860
885
|
|
|
861
886
|
### Features
|
|
862
887
|
|
|
863
|
-
-
|
|
888
|
+
- **cli:** allow configuring portal host in cli ([9641b21](https://github.com/equinor/fusion-framework/commit/9641b215a1bff957687e9eda661679f000588a47))
|
|
864
889
|
|
|
865
890
|
## [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)
|
|
866
891
|
|
|
@@ -874,13 +899,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
874
899
|
|
|
875
900
|
### Bug Fixes
|
|
876
901
|
|
|
877
|
-
-
|
|
902
|
+
- **cli:** use referer as proxy uri ([35edbdc](https://github.com/equinor/fusion-framework/commit/35edbdcae83d51595e013550303b8ea8b7e1c675))
|
|
878
903
|
|
|
879
904
|
## [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)
|
|
880
905
|
|
|
881
906
|
### Bug Fixes
|
|
882
907
|
|
|
883
|
-
-
|
|
908
|
+
- **cli:** fix mounting element in app loader ([0410c7f](https://github.com/equinor/fusion-framework/commit/0410c7f0ce7a1b9f25c7716e0206534a1d047529))
|
|
884
909
|
|
|
885
910
|
## 5.0.5 (2023-03-09)
|
|
886
911
|
|
|
@@ -890,7 +915,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
890
915
|
|
|
891
916
|
### Bug Fixes
|
|
892
917
|
|
|
893
|
-
-
|
|
918
|
+
- **cli:** include `NODE_ENV` environment in build ([28faf2a](https://github.com/equinor/fusion-framework/commit/28faf2abc1adb09cc52242e26abb61e2ddfeb6c1))
|
|
894
919
|
|
|
895
920
|
## [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)
|
|
896
921
|
|
|
@@ -904,36 +929,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
904
929
|
|
|
905
930
|
### Bug Fixes
|
|
906
931
|
|
|
907
|
-
-
|
|
932
|
+
- **cli:** allow cli to read paths from tsconfig ([c78673f](https://github.com/equinor/fusion-framework/commit/c78673f7d85a2c3697798aa6a59ef1792ca53af6))
|
|
908
933
|
|
|
909
934
|
## [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)
|
|
910
935
|
|
|
911
936
|
### ⚠ BREAKING CHANGES
|
|
912
937
|
|
|
913
|
-
-
|
|
938
|
+
- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value
|
|
914
939
|
|
|
915
940
|
### Bug Fixes
|
|
916
941
|
|
|
917
|
-
-
|
|
918
|
-
-
|
|
942
|
+
- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0))
|
|
943
|
+
- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653))
|
|
919
944
|
|
|
920
945
|
## [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)
|
|
921
946
|
|
|
922
947
|
### Features
|
|
923
948
|
|
|
924
|
-
-
|
|
925
|
-
-
|
|
949
|
+
- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554))
|
|
950
|
+
- **cli:** add react es lint for cli ([55137d7](https://github.com/equinor/fusion-framework/commit/55137d7baee9611fcb3e4bde4a4c0a954a8a68c6))
|
|
926
951
|
|
|
927
952
|
### Bug Fixes
|
|
928
953
|
|
|
929
|
-
-
|
|
930
|
-
-
|
|
954
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
955
|
+
- **cli:** update person resolver ([4ef99ae](https://github.com/equinor/fusion-framework/commit/4ef99ae5da870ec5d076041996ee98548fc18e5a))
|
|
931
956
|
|
|
932
957
|
## [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)
|
|
933
958
|
|
|
934
959
|
### Bug Fixes
|
|
935
960
|
|
|
936
|
-
-
|
|
961
|
+
- **cli:** add custom element register ([3f30c34](https://github.com/equinor/fusion-framework/commit/3f30c34324ca43fcc947f9163919a31611471afd))
|
|
937
962
|
|
|
938
963
|
## 4.0.4 (2023-02-02)
|
|
939
964
|
|
|
@@ -955,21 +980,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
955
980
|
|
|
956
981
|
### ⚠ BREAKING CHANGES
|
|
957
982
|
|
|
958
|
-
-
|
|
983
|
+
- hook has new return type
|
|
959
984
|
|
|
960
985
|
### Bug Fixes
|
|
961
986
|
|
|
962
|
-
-
|
|
987
|
+
- references to useObservableState ([614a569](https://github.com/equinor/fusion-framework/commit/614a5691f856765f07f5d71e39708f80dea49a6e))
|
|
963
988
|
|
|
964
989
|
## [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)
|
|
965
990
|
|
|
966
991
|
### Features
|
|
967
992
|
|
|
968
|
-
-
|
|
993
|
+
- **equinorloader:** centered starprogress loader ([081226d](https://github.com/equinor/fusion-framework/commit/081226d4afa1bdbb9daca0304ce34bc13471e8d7))
|
|
969
994
|
|
|
970
995
|
### Bug Fixes
|
|
971
996
|
|
|
972
|
-
-
|
|
997
|
+
- **cli:** fixing contextresolver ([41edf18](https://github.com/equinor/fusion-framework/commit/41edf18223aed93b393c0fab1e1f41797b7f06da)), closes [#591](https://github.com/equinor/fusion-framework/issues/591)
|
|
973
998
|
|
|
974
999
|
## [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)
|
|
975
1000
|
|
|
@@ -979,7 +1004,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
979
1004
|
|
|
980
1005
|
### Bug Fixes
|
|
981
1006
|
|
|
982
|
-
-
|
|
1007
|
+
- **cli:** disable 'x-powered-by' ([29cc4a8](https://github.com/equinor/fusion-framework/commit/29cc4a866f3f38a17a2df23eac047e7b82129696))
|
|
983
1008
|
|
|
984
1009
|
## [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)
|
|
985
1010
|
|
|
@@ -989,7 +1014,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
989
1014
|
|
|
990
1015
|
### Bug Fixes
|
|
991
1016
|
|
|
992
|
-
-
|
|
1017
|
+
- **cli:** named exports ([b03381b](https://github.com/equinor/fusion-framework/commit/b03381bde924db1979e9e5e870b356dc5db4b81d))
|
|
993
1018
|
|
|
994
1019
|
## 3.0.1 (2023-01-27)
|
|
995
1020
|
|
|
@@ -1051,17 +1076,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1051
1076
|
|
|
1052
1077
|
### ⚠ BREAKING CHANGES
|
|
1053
1078
|
|
|
1054
|
-
-
|
|
1079
|
+
- **module-app:** manifest prop rename
|
|
1055
1080
|
|
|
1056
1081
|
### Bug Fixes
|
|
1057
1082
|
|
|
1058
|
-
-
|
|
1083
|
+
- **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
|
|
1059
1084
|
|
|
1060
1085
|
## [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)
|
|
1061
1086
|
|
|
1062
1087
|
### Bug Fixes
|
|
1063
1088
|
|
|
1064
|
-
-
|
|
1089
|
+
- **utils/cli:** typo in import ([e4c3d0a](https://github.com/equinor/fusion-framework/commit/e4c3d0ac13f8a47ec4447cc07f7b9dc4210ba0c1))
|
|
1065
1090
|
|
|
1066
1091
|
## [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)
|
|
1067
1092
|
|
|
@@ -1091,13 +1116,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1091
1116
|
|
|
1092
1117
|
### Bug Fixes
|
|
1093
1118
|
|
|
1094
|
-
-
|
|
1119
|
+
- **utils/cli:** update app-loader ([4b1d5e7](https://github.com/equinor/fusion-framework/commit/4b1d5e7a5ca1e7b9d7a34556799a7c9aa77b9440))
|
|
1095
1120
|
|
|
1096
1121
|
## [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)
|
|
1097
1122
|
|
|
1098
1123
|
### Bug Fixes
|
|
1099
1124
|
|
|
1100
|
-
-
|
|
1125
|
+
- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6))
|
|
1101
1126
|
|
|
1102
1127
|
## [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)
|
|
1103
1128
|
|
|
@@ -1119,19 +1144,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1119
1144
|
|
|
1120
1145
|
### Bug Fixes
|
|
1121
1146
|
|
|
1122
|
-
-
|
|
1147
|
+
- **context:** method for contextParameterFn on enableContext ([398658d](https://github.com/equinor/fusion-framework/commit/398658de26355a8ca99aea291963b8c302df3ddc))
|
|
1123
1148
|
|
|
1124
1149
|
## [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)
|
|
1125
1150
|
|
|
1126
1151
|
### Features
|
|
1127
1152
|
|
|
1128
|
-
-
|
|
1153
|
+
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc))
|
|
1129
1154
|
|
|
1130
1155
|
### Bug Fixes
|
|
1131
1156
|
|
|
1132
|
-
-
|
|
1133
|
-
-
|
|
1134
|
-
-
|
|
1157
|
+
- **utils/cli:** fix layout of router outlet ([ac99033](https://github.com/equinor/fusion-framework/commit/ac99033061ae9867adf6c47f1293266fd20ab8ef))
|
|
1158
|
+
- **utils/cli:** update header of error view ([971b5e5](https://github.com/equinor/fusion-framework/commit/971b5e5ee8f3ec98e2ec41eb485bf01b35ee501e))
|
|
1159
|
+
- **utils/cli:** update loading of application ([4de3289](https://github.com/equinor/fusion-framework/commit/4de3289942f8e3d81f4ee5749311479f4f49b680))
|
|
1135
1160
|
|
|
1136
1161
|
## [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)
|
|
1137
1162
|
|
|
@@ -1173,17 +1198,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1173
1198
|
|
|
1174
1199
|
### Features
|
|
1175
1200
|
|
|
1176
|
-
-
|
|
1177
|
-
-
|
|
1178
|
-
-
|
|
1179
|
-
-
|
|
1180
|
-
-
|
|
1201
|
+
- **context-selector:** adds icon to orgchart result items ([90343d9](https://github.com/equinor/fusion-framework/commit/90343d9915cb85eaa9945012c8709a2d40f6f023))
|
|
1202
|
+
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2))
|
|
1203
|
+
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476))
|
|
1204
|
+
- fusionlogo component ([b02fe16](https://github.com/equinor/fusion-framework/commit/b02fe16d3bb723b13413115826df0bbbc2b46815))
|
|
1205
|
+
- header with contextselector and logo ([174ed3d](https://github.com/equinor/fusion-framework/commit/174ed3d14383b6a813d2264ad5dfd9397fe17185))
|
|
1181
1206
|
|
|
1182
1207
|
### Bug Fixes
|
|
1183
1208
|
|
|
1184
|
-
-
|
|
1185
|
-
-
|
|
1186
|
-
-
|
|
1209
|
+
- **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
|
|
1210
|
+
- **cli:** contextselector improvements and comments ([bf8363e](https://github.com/equinor/fusion-framework/commit/bf8363e86909407632caa5ec46182643cbdd2205))
|
|
1211
|
+
- **cli:** updated dependencie versions ([12cb3c8](https://github.com/equinor/fusion-framework/commit/12cb3c8d56cad82986d910f45ec1933fe43bfd67))
|
|
1187
1212
|
|
|
1188
1213
|
## [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)
|
|
1189
1214
|
|
|
@@ -1261,13 +1286,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1261
1286
|
|
|
1262
1287
|
### Bug Fixes
|
|
1263
1288
|
|
|
1264
|
-
-
|
|
1289
|
+
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13))
|
|
1265
1290
|
|
|
1266
1291
|
## 0.3.5 (2022-11-23)
|
|
1267
1292
|
|
|
1268
1293
|
### Bug Fixes
|
|
1269
1294
|
|
|
1270
|
-
-
|
|
1295
|
+
- **cli:** relative path resolve windows ([0316c30](https://github.com/equinor/fusion-framework/commit/0316c30fd0e75d230893015c40c96dd369e8e472))
|
|
1271
1296
|
|
|
1272
1297
|
## [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)
|
|
1273
1298
|
|
|
@@ -1281,7 +1306,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1281
1306
|
|
|
1282
1307
|
### Bug Fixes
|
|
1283
1308
|
|
|
1284
|
-
-
|
|
1309
|
+
- basename in app render ([ae75815](https://github.com/equinor/fusion-framework/commit/ae75815877701c364f853413b29ad4f053d9c2c2))
|
|
1285
1310
|
|
|
1286
1311
|
## [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)
|
|
1287
1312
|
|
|
@@ -1291,7 +1316,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1291
1316
|
|
|
1292
1317
|
### Features
|
|
1293
1318
|
|
|
1294
|
-
-
|
|
1319
|
+
- **module-navigation:** initial ([891e69d](https://github.com/equinor/fusion-framework/commit/891e69d9a98ba02ee1f9dd1c5b0cb31ff1b5fd0f))
|
|
1295
1320
|
|
|
1296
1321
|
## [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)
|
|
1297
1322
|
|
|
@@ -1301,7 +1326,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1301
1326
|
|
|
1302
1327
|
### Bug Fixes
|
|
1303
1328
|
|
|
1304
|
-
-
|
|
1329
|
+
- **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
|
|
1305
1330
|
|
|
1306
1331
|
## [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)
|
|
1307
1332
|
|
|
@@ -1311,8 +1336,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1311
1336
|
|
|
1312
1337
|
### Features
|
|
1313
1338
|
|
|
1314
|
-
-
|
|
1315
|
-
-
|
|
1339
|
+
- add router and app loader ([f21661d](https://github.com/equinor/fusion-framework/commit/f21661d1255633848d1662dabb74e8e33ab629d5))
|
|
1340
|
+
- **cli:** add proxy routing for app and config ([b923830](https://github.com/equinor/fusion-framework/commit/b9238309a2f15a470d63411d2da0b58a1eb63e90))
|
|
1316
1341
|
|
|
1317
1342
|
## 0.1.15 (2022-11-14)
|
|
1318
1343
|
|
|
@@ -1338,28 +1363,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1338
1363
|
|
|
1339
1364
|
### Bug Fixes
|
|
1340
1365
|
|
|
1341
|
-
-
|
|
1366
|
+
- **cli:** add dep @vitejs/plugin-react ([415dd9f](https://github.com/equinor/fusion-framework/commit/415dd9f466076f232e751bbbffa54a8b10c0bea4))
|
|
1342
1367
|
|
|
1343
1368
|
## [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)
|
|
1344
1369
|
|
|
1345
1370
|
### Bug Fixes
|
|
1346
1371
|
|
|
1347
|
-
-
|
|
1372
|
+
- **cli:** requires vite ([c512d9e](https://github.com/equinor/fusion-framework/commit/c512d9e0e413e515fe0dcb412af49996b04d2484))
|
|
1348
1373
|
|
|
1349
1374
|
## [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)
|
|
1350
1375
|
|
|
1351
1376
|
### Bug Fixes
|
|
1352
1377
|
|
|
1353
|
-
-
|
|
1354
|
-
-
|
|
1378
|
+
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9))
|
|
1379
|
+
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2))
|
|
1355
1380
|
|
|
1356
1381
|
## [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)
|
|
1357
1382
|
|
|
1358
1383
|
### Bug Fixes
|
|
1359
1384
|
|
|
1360
|
-
-
|
|
1361
|
-
-
|
|
1362
|
-
-
|
|
1385
|
+
- **cli:** allow default export of render app ([d27a336](https://github.com/equinor/fusion-framework/commit/d27a336874d918448389a79b1291b13a1b2f41d9))
|
|
1386
|
+
- **cli:** transform request to index.html ([e531958](https://github.com/equinor/fusion-framework/commit/e5319586598cf8567987040468f933438a4a7521))
|
|
1387
|
+
- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5))
|
|
1363
1388
|
|
|
1364
1389
|
## [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)
|
|
1365
1390
|
|
|
@@ -1389,4 +1414,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1389
1414
|
|
|
1390
1415
|
### Features
|
|
1391
1416
|
|
|
1392
|
-
-
|
|
1417
|
+
- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1))
|