Skip to content

Commit 8dc552a

Browse files
committedJan 25, 2022
Update CHANGELOG (#119)
1 parent d9de023 commit 8dc552a

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.0.2 (2022-01-26)
2+
3+
### ✨ Bugs
4+
5+
* Fix onUploadAccepted signature when a preview is set
6+
7+
Credits
8+
9+
* [@MichielDeMey](https://github.com/MichielDeMey)
10+
111
## 4.0.1 (2022-01-21)
212

313
### ✨ Bugs

‎README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,11 @@ readRemoteFile(url, {
886886

887887
## 📜 Changelog
888888

889-
Latest version 4.0.1 (2022-01-21):
889+
Latest version 4.0.2 (2022-01-26):
890+
891+
* Fix onUploadAccepted signature when a preview is set
892+
893+
Version 4.0.1 (2022-01-21):
890894

891895
* Fix config props does not work in CSVReader
892896

@@ -1166,6 +1170,15 @@ How to contribute:
11661170
</sub>
11671171
</a>
11681172
</td>
1173+
<td align="center">
1174+
<a href="https://github.com/MichielDeMey">
1175+
<img src="https://avatars.githubusercontent.com/u/793406?v=4" width="100" alt="Michiel De Mey" />
1176+
<br />
1177+
<sub>
1178+
<b>Michiel De Mey</b>
1179+
</sub>
1180+
</a>
1181+
</td>
11691182
</tr>
11701183
</table>
11711184

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-papaparse",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "The fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.",
55
"author": "Bunlong <bunlong.van@gmail.com>",
66
"license": "MIT",

‎supports/create-next-app/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export default function ReadRemoteFile() {
1616
};
1717

1818
return <button onClick={() => handleReadRemoteFile()}>readRemoteFile</button>;
19-
}
19+
}

0 commit comments

Comments
 (0)