@cosmotech/core 1.7.2 → 1.9.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 +20 -0
- package/dist/index.cjs.js +3620 -3242
- package/dist/index.esm.js +3620 -3242
- package/package.json +1 -1
- package/dist/bundle.min.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## **1.9.1** <sub><sup>2022-08-12 (3adacea...3adacea)</sup></sub>
|
|
2
|
+
|
|
3
|
+
- update dependencies
|
|
4
|
+
|
|
5
|
+
## **1.9.0** <sub><sup>2022-07-22 (aedf63f...3ee8718)</sup></sub>
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- implement scenarioIsValid function ([06d23d8](https://github.com/Cosmo-Tech/webapp-component-core/commit/06d23d8))
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- fix error during parsing of CSV strings when columns list is undefined ([a72b5b5](https://github.com/Cosmo-Tech/webapp-component-core/commit/a72b5b5))
|
|
14
|
+
|
|
15
|
+
## **1.8.0** <sub><sup>2022-05-09 (5d61a0e...5317d94)</sup></sub>
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- support empty fields in table component ([5d61a0e](https://github.com/Cosmo-Tech/webapp-component-core/commit/5d61a0e))
|
|
20
|
+
|
|
1
21
|
## **1.7.2** <sub><sup>2022-04-29</sup></sub>
|
|
2
22
|
|
|
3
23
|
- update dependencies
|