Skip to content

Commit e6814df

Browse files
committed
chore(release): 0.7.0
1 parent 21f03da commit e6814df

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.7.0"></a>
6+
# 0.7.0 (2023-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Fixed[#41](https://github.com/securedeveloper/react-data-export/issues/41), Fixed[#55](https://github.com/securedeveloper/react-data-export/issues/55), Fixed[#66](https://github.com/securedeveloper/react-data-export/issues/66), Fixed[#67](https://github.com/securedeveloper/react-data-export/issues/67), Fixed[#68](https://github.com/securedeveloper/react-data-export/issues/68), Fixed[#69](https://github.com/securedeveloper/react-data-export/issues/69), Fixed[#72](https://github.com/securedeveloper/react-data-export/issues/72) ([0144afc](https://github.com/securedeveloper/react-data-export/commit/0144afc))
12+
* improve types to represent children, fix types to represent ExcelCellData with arrays (as in ex2 - multiDataSet) ([5f0d69d](https://github.com/securedeveloper/react-data-export/commit/5f0d69d))
13+
* int cells were not supported in dataSet format ([513ae48](https://github.com/securedeveloper/react-data-export/commit/513ae48))
14+
* package vulnerabilities. ([082947a](https://github.com/securedeveloper/react-data-export/commit/082947a))
15+
* package vulnerabilities. ([d66eb9e](https://github.com/securedeveloper/react-data-export/commit/d66eb9e))
16+
* package.json to reduce vulnerabilities ([cfc5ecb](https://github.com/securedeveloper/react-data-export/commit/cfc5ecb))
17+
* remove package.lock to stabalize ([6e66121](https://github.com/securedeveloper/react-data-export/commit/6e66121))
18+
* updated package to tempa-xlsx, updated jest test environment and imports. ([b4f03ac](https://github.com/securedeveloper/react-data-export/commit/b4f03ac))
19+
* **graphite:** move to npm package ([560b2f9](https://github.com/securedeveloper/react-data-export/commit/560b2f9)), closes [issue#41](https://github.com/issue/issues/41)
20+
21+
22+
### Features
23+
24+
* add excel data export ([94530e3](https://github.com/securedeveloper/react-data-export/commit/94530e3))
25+
* add jest support ([ff3a2ba](https://github.com/securedeveloper/react-data-export/commit/ff3a2ba))
26+
* add react component typings ([25528dd](https://github.com/securedeveloper/react-data-export/commit/25528dd))
27+
* if the header has style then the style should be used ([855d37a](https://github.com/securedeveloper/react-data-export/commit/855d37a))
28+
* support col width ([dc6dc60](https://github.com/securedeveloper/react-data-export/commit/dc6dc60))
29+
* update example with col widths ([4863aaf](https://github.com/securedeveloper/react-data-export/commit/4863aaf))
30+
31+
32+
533
<a name="0.6.0"></a>
634
# [0.6.0](https://github.com/securedeveloper/react-data-export/compare/v0.5.0...v0.6.0) (2020-01-20)
735

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-data-export",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"main": "dist/index.js",
55
"types": "types/index.d.ts",
66
"description": "A set of tools to export dataset from react to different formats.",

0 commit comments

Comments
 (0)