@cosmotech/core 1.10.3 → 1.11.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 +7 -0
- package/dist/index.cjs.js +10293 -5129
- package/dist/index.esm.js +10295 -5125
- package/package.json +15 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## **1.11.0** <sub><sup>2023-02-21 (69a786b...36098e9)</sup></sub>
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- add function to write XLSX files (`XLSXUtils.write`)
|
|
6
|
+
- add function to export XLSX files from ag\-grid data (`AgGridUtils.toXLSX`)
|
|
7
|
+
|
|
1
8
|
## **1.10.3** <sub><sup>2022-12-20 (141a1b9...141a1b9)</sup></sub>
|
|
2
9
|
|
|
3
10
|
### Bug Fixes
|