Skip to content

Commit 8b9bb3f

Browse files
committedJan 3, 2022
Update v3.18.2
1 parent 3d68e19 commit 8b9bb3f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.18.2 (2022-01-04)
2+
3+
### ✨ Bugs
4+
5+
* Fix breaking change with webpack 5
6+
7+
Credits
8+
9+
* ax0n-pr1me [@ax0n-pr1me](https://github.com/ax0n-pr1me)
10+
111
## 3.18.1 (2021-11-07)
212

313
### ✨ Bugs

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@ readRemoteFile('http://example.com/big.csv', {
499499

500500
## 📜 Changelog
501501

502-
Latest version 3.18.1 (2021-11-07):
502+
Latest version 3.18.2 (2022-01-04):
503503

504-
* Fix a bug when component is unmounted immediately after file load in CSVReader
504+
* Fix breaking change with webpack 5
505505

506506
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/Bunlong/react-papaparse/blob/master/CHANGELOG.md).
507507

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-papaparse",
3-
"version": "3.18.1",
3+
"version": "3.18.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",

0 commit comments

Comments
 (0)