@cosmotech/core 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +254 -0
- package/dist/index.cjs.js +3126 -3381
- package/dist/index.esm.js +3126 -3382
- package/git-conventional-commits.json +1 -3
- package/package.json +2 -11
- package/dist/bundle.min.js +0 -6
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
## **1.8.0** <sub><sup>2022-05-09 (5d61a0e...5317d94)</sup></sub>
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
* support empty fields in table component ([5d61a0e](https://github.com/Cosmo-Tech/webapp-component-core/commit/5d61a0e))
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## **1.7.2** <sub><sup>2022-04-29</sup></sub>
|
|
8
|
+
|
|
9
|
+
- update dependencies
|
|
10
|
+
- remove unnecessary dependencies @babel/cli, @babel/preset-react and typescript
|
|
11
|
+
|
|
12
|
+
## **1.7.1** <sub><sup>2022-04-04</sup></sub>
|
|
13
|
+
|
|
14
|
+
- update dependencies
|
|
15
|
+
|
|
16
|
+
## **1.7.0** <sub><sup>2022-03-16</sup></sub>
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- add functions to get base name & extension from file name ([9bd90df](https://github.com/Cosmo-Tech/webapp-component-core/commit/9bd90df))
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
- update dependencies
|
|
25
|
+
|
|
26
|
+
## **1.6.11** <sub><sup>2022-03-07</sup></sub>
|
|
27
|
+
|
|
28
|
+
- update dependencies
|
|
29
|
+
|
|
30
|
+
## **1.6.10** <sub><sup>2021-02-28</sup></sub>
|
|
31
|
+
|
|
32
|
+
- update dependencies
|
|
33
|
+
|
|
34
|
+
## **1.6.9** <sub><sup>2022-02-21</sup></sub>
|
|
35
|
+
|
|
36
|
+
- update dependencies
|
|
37
|
+
|
|
38
|
+
## **1.6.8** <sub><sup>2022-02-14</sup></sub>
|
|
39
|
+
|
|
40
|
+
- update dependencies
|
|
41
|
+
|
|
42
|
+
## **1.6.7** <sub><sup>2022-02-07</sup></sub>
|
|
43
|
+
|
|
44
|
+
- update dependencies
|
|
45
|
+
|
|
46
|
+
## **1.6.6** <sub><sup>2022-01-31</sup></sub>
|
|
47
|
+
|
|
48
|
+
- update dependencies
|
|
49
|
+
|
|
50
|
+
## **1.6.5** <sub><sup>2022-01-24</sup></sub>
|
|
51
|
+
|
|
52
|
+
- update dependencies
|
|
53
|
+
|
|
54
|
+
## **1.6.4** <sub><sup>2022-01-17</sup></sub>
|
|
55
|
+
|
|
56
|
+
- update dependencies
|
|
57
|
+
|
|
58
|
+
## **1.6.3** <sub><sup>2022-01-05</sup></sub>
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
- fix "Can't resolve 'fs'" error when using @cosmotech/core ([539ef6b](https://github.com/Cosmo-Tech/webapp-component-core/commit/539ef6b))
|
|
63
|
+
|
|
64
|
+
## **1.6.2** <sub><sup>2022-01-05</sup></sub>
|
|
65
|
+
|
|
66
|
+
- update dependencies
|
|
67
|
+
|
|
68
|
+
## **1.6.1** <sub><sup>2021-12-20</sup></sub>
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
- replace read\-excel\-file by SheetJS in XLSXUtils ([cbe5473](https://github.com/Cosmo-Tech/webapp-component-core/commit/cbe5473))
|
|
73
|
+
|
|
74
|
+
## **1.6.0** <sub><sup>2021-12-20</sup></sub>
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
- add import of XLSX files in AgGrid functions ([4c8f173](https://github.com/Cosmo-Tech/webapp-component-core/commit/4c8f173))
|
|
79
|
+
|
|
80
|
+
## **1.5.3** <sub><sup>2021-12-20</sup></sub>
|
|
81
|
+
|
|
82
|
+
- update dependencies
|
|
83
|
+
- move some dependencies to dev dependencies ([c895487](https://github.com/Cosmo-Tech/webapp-component-azure/commit/c895487))
|
|
84
|
+
|
|
85
|
+
## **1.5.2** <sub><sup>2021-12-13</sup></sub>
|
|
86
|
+
|
|
87
|
+
- update dependencies
|
|
88
|
+
|
|
89
|
+
## **1.5.1** <sub><sup>2021-12-06</sup></sub>
|
|
90
|
+
|
|
91
|
+
- update dependencies
|
|
92
|
+
|
|
93
|
+
## **1.5.0** <sub><sup>2021-12-02</sup></sub>
|
|
94
|
+
|
|
95
|
+
### Features
|
|
96
|
+
|
|
97
|
+
- add date manipulation functions ([666c06b](https://github.com/Cosmo-Tech/webapp-component-core/commit/666c06b))
|
|
98
|
+
- add file manipulation functions ([dab80c2](https://github.com/Cosmo-Tech/webapp-component-core/commit/dab80c2))
|
|
99
|
+
- add validation functions ([32e2ace](https://github.com/Cosmo-Tech/webapp-component-core/commit/32e2ace))
|
|
100
|
+
- add toCSV function in AgGridUtils ([1460d16](https://github.com/Cosmo-Tech/webapp-component-core/commit/1460d16))
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
- improve CSV export & add tests ([450b2d7](https://github.com/Cosmo-Tech/webapp-component-core/commit/450b2d7))
|
|
105
|
+
|
|
106
|
+
## **1.4.4** <sub><sup>2021-11-29</sup></sub>
|
|
107
|
+
|
|
108
|
+
- update dependencies
|
|
109
|
+
|
|
110
|
+
## **1.4.3** <sub><sup>2021-11-22</sup></sub>
|
|
111
|
+
|
|
112
|
+
- update dependencies
|
|
113
|
+
|
|
114
|
+
## **1.4.2** <sub><sup>2021-11-19</sup></sub>
|
|
115
|
+
|
|
116
|
+
### Features
|
|
117
|
+
|
|
118
|
+
- add getUserRoles default function ([33c984d](https://github.com/Cosmo-Tech/webapp-component-core/commit/33c984d))
|
|
119
|
+
|
|
120
|
+
## **1.4.1** <sub><sup>2021-11-15</sup></sub>
|
|
121
|
+
|
|
122
|
+
- update dependencies
|
|
123
|
+
|
|
124
|
+
## **1.4.0** <sub><sup>2021-11-10</sup></sub>
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
- add acquireTokensByRequest default function ([d28a037](https://github.com/Cosmo-Tech/webapp-component-core/commit/d28a037))
|
|
129
|
+
|
|
130
|
+
## **1.3.14** <sub><sup>2021-11-08</sup></sub>
|
|
131
|
+
|
|
132
|
+
- update dependencies
|
|
133
|
+
|
|
134
|
+
## **1.3.13** <sub><sup>2021-11-02</sup></sub>
|
|
135
|
+
|
|
136
|
+
- update dependencies
|
|
137
|
+
|
|
138
|
+
## **1.3.12** <sub><sup>2021-10-25</sup></sub>
|
|
139
|
+
|
|
140
|
+
- update dependencies
|
|
141
|
+
|
|
142
|
+
## **1.3.11** <sub><sup>2021-10-15</sup></sub>
|
|
143
|
+
|
|
144
|
+
### Dependencies
|
|
145
|
+
|
|
146
|
+
- set minimal node version to 14.18.1
|
|
147
|
+
- update dependencies
|
|
148
|
+
|
|
149
|
+
## **1.3.10** <sub><sup>2021-10-14</sup></sub>
|
|
150
|
+
|
|
151
|
+
- update dependencies
|
|
152
|
+
|
|
153
|
+
## **1.3.9** <sub><sup>2021-09-27</sup></sub>
|
|
154
|
+
|
|
155
|
+
- update dependencies
|
|
156
|
+
|
|
157
|
+
## **1.3.8** <sub><sup>2021-09-21</sup></sub>
|
|
158
|
+
|
|
159
|
+
- update dependencies
|
|
160
|
+
|
|
161
|
+
## **1.3.7** <sub><sup>2021-08-30</sup></sub>
|
|
162
|
+
|
|
163
|
+
- update dependencies
|
|
164
|
+
|
|
165
|
+
## **1.3.6** <sub><sup>2021-08-23</sup></sub>
|
|
166
|
+
|
|
167
|
+
- update dependencies
|
|
168
|
+
|
|
169
|
+
## **1.3.5** <sub><sup>2021-08-16</sup></sub>
|
|
170
|
+
|
|
171
|
+
- update dependencies
|
|
172
|
+
|
|
173
|
+
## **1.3.4** <sub><sup>2021-08-11</sup></sub>
|
|
174
|
+
|
|
175
|
+
- update dependencies
|
|
176
|
+
|
|
177
|
+
## **1.3.3** <sub><sup>2021-08-09</sup></sub>
|
|
178
|
+
|
|
179
|
+
- update dependencies
|
|
180
|
+
|
|
181
|
+
## **1.3.2** <sub><sup>2021-08-06</sup></sub>
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
- add acquireTokens function to Auth and AuthDev ([a738aab](https://github.com/Cosmo-Tech/webapp-component-core/commit/a738aab))
|
|
186
|
+
|
|
187
|
+
## **1.3.1** <sub><sup>2021-08-04</sup></sub>
|
|
188
|
+
|
|
189
|
+
- update dependencies
|
|
190
|
+
|
|
191
|
+
## **1.3.0** <sub><sup>2021-07-28</sup></sub>
|
|
192
|
+
|
|
193
|
+
### Features
|
|
194
|
+
|
|
195
|
+
- add getDatasetNames function in new DatasetUtils module ([36a004f](https://github.com/Cosmo-Tech/webapp-component-core/commit/36a004f))
|
|
196
|
+
- add countScenariosInTree function in ScenarioUtils module ([3a5ce3a](https://github.com/Cosmo-Tech/webapp-component-core/commit/3a5ce3a))
|
|
197
|
+
|
|
198
|
+
### Dependencies
|
|
199
|
+
|
|
200
|
+
- update dependencies
|
|
201
|
+
|
|
202
|
+
## **1.2.0** <sub><sup>2021-07-26</sup></sub>
|
|
203
|
+
|
|
204
|
+
### Features
|
|
205
|
+
|
|
206
|
+
- add optional comparison function to getScenarioTree ([6a894d7](https://github.com/Cosmo-Tech/webapp-component-core/commit/6a894d7))
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
- fix getScenarioTree function behavior ([2c00117](https://github.com/Cosmo-Tech/webapp-component-core/commit/2c00117))
|
|
211
|
+
- add orphan scenarios as root scenarios when building the scenario tree ([2db14b2](https://github.com/Cosmo-Tech/webapp-component-core/commit/2db14b2))
|
|
212
|
+
|
|
213
|
+
### Dependencies
|
|
214
|
+
|
|
215
|
+
- update dependencies
|
|
216
|
+
|
|
217
|
+
## **1.1.9** <sub><sup>2021-07-19</sup></sub>
|
|
218
|
+
|
|
219
|
+
- update dependencies
|
|
220
|
+
|
|
221
|
+
## **1.1.8** <sub><sup>2021-07-12</sup></sub>
|
|
222
|
+
|
|
223
|
+
- update dependencies
|
|
224
|
+
|
|
225
|
+
## **1.1.7** <sub><sup>2021-07-05</sup></sub>
|
|
226
|
+
|
|
227
|
+
- update dependencies
|
|
228
|
+
|
|
229
|
+
## **1.1.6** <sub><sup>2021-06-30</sup></sub>
|
|
230
|
+
|
|
231
|
+
- update dependencies
|
|
232
|
+
|
|
233
|
+
## **1.1.5** <sub><sup>2021-06-21</sup></sub>
|
|
234
|
+
|
|
235
|
+
- update dependencies
|
|
236
|
+
|
|
237
|
+
## **1.1.4** <sub><sup>2021-06-16</sup></sub>
|
|
238
|
+
|
|
239
|
+
- update dependencies
|
|
240
|
+
|
|
241
|
+
## **1.1.3** <sub><sup>2021-06-10</sup></sub>
|
|
242
|
+
|
|
243
|
+
### Features
|
|
244
|
+
|
|
245
|
+
- add optional comparison function to getScenarioTree ([6a894d7](https://github.com/Cosmo-Tech/webapp-component-core/commit/6a894d7))
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
249
|
+
- fix return value of scenarioExistsInList function ([9ee4bc4](https://github.com/Cosmo-Tech/webapp-component-core/commit/9ee4bc4))
|
|
250
|
+
- create distinct functions to check if scenario exists in list or tree ([71ff333](https://github.com/Cosmo-Tech/webapp-component-core/commit/71ff333))
|
|
251
|
+
|
|
252
|
+
### Dependencies
|
|
253
|
+
|
|
254
|
+
- update dependencies
|