Skip to content

Commit

Permalink
Update CHANGELOG (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Jan 25, 2022
1 parent d9de023 commit 8dc552a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.0.2 (2022-01-26)

### ✨ Bugs

* Fix onUploadAccepted signature when a preview is set

Credits

* [@MichielDeMey](https://github.com/MichielDeMey)

## 4.0.1 (2022-01-21)

### ✨ Bugs
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,11 @@ readRemoteFile(url, {

## 📜 Changelog

Latest version 4.0.1 (2022-01-21):
Latest version 4.0.2 (2022-01-26):

* Fix onUploadAccepted signature when a preview is set

Version 4.0.1 (2022-01-21):

* Fix config props does not work in CSVReader

Expand Down Expand Up @@ -1166,6 +1170,15 @@ How to contribute:
</sub>
</a>
</td>
<td align="center">
<a href="https://github.com/MichielDeMey">
<img src="https://avatars.githubusercontent.com/u/793406?v=4" width="100" alt="Michiel De Mey" />
<br />
<sub>
<b>Michiel De Mey</b>
</sub>
</a>
</td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-papaparse",
"version": "4.0.1",
"version": "4.0.2",
"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.",
"author": "Bunlong <bunlong.van@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion supports/create-next-app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export default function ReadRemoteFile() {
};

return <button onClick={() => handleReadRemoteFile()}>readRemoteFile</button>;
}
}

0 comments on commit 8dc552a

Please sign in to comment.