Skip to content

Commit 0063472

Browse files
committed
4.0.6
1 parent 76cb40c commit 0063472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A React package that simplifies data exporting and clipboard management. It prov
2020
- Copy any text to clipboard
2121
- Excel or Sheet to JSON converter
2222

23-
### What's new on version 4.0.5
23+
### What's new on version 4.0.6
2424
- Added `onSuccess` and `onError` props to `ExportAsExcel`, `ExportAsPdf`, and `ExportAsCsv` component
2525
- Code optimizations
2626
- Remove file upload component from this package, Instead I create another package [@siamf/upload](https://www.npmjs.com/package/@siamf/upload) with more functionality and options. See the docs [here](https://www.npmjs.com/package/@siamf/upload)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@siamf/react-export",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "A React package that simplifies data exporting and clipboard management. It provides react component for printing documents, exporting data as PDF, Excel, and CSV, as well as copying text and structured data to the clipboard.",
55
"homepage": "https://github.com/siamahnaf/react-export",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)