Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.0.0 #98

Merged
merged 106 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
03fa8da
Configure for using hook in development
Bunlong Aug 28, 2021
72146b6
Merge branch 'master' of https://github.com/Bunlong/react-papaparse i…
Bunlong Sep 4, 2021
b501fa9
Define readString in usePapaParse
Bunlong Sep 8, 2021
f6caa50
Define readRemoteFile in usePapaParse
Bunlong Sep 8, 2021
0730fe6
Define jsonToCSV in usePapaParse
Bunlong Sep 8, 2021
a42e799
Merge branch 'master' of github.com:Bunlong/react-papaparse into v4.0.0
Bunlong Nov 8, 2021
7278baf
Merge branch 'master' of https://github.com/Bunlong/react-papaparse i…
Bunlong Nov 18, 2021
a302eee
Create useCSVDownloader
Bunlong Nov 18, 2021
05cfb3b
Create button and link download in useCSVDownloader
Bunlong Nov 18, 2021
cde6e6a
Create button and link download in useCSVDownloader
Bunlong Nov 18, 2021
678e7be
Merge branch 'v4.0.0' of github.com:Bunlong/react-papaparse into v4.0.0
Bunlong Nov 19, 2021
feacdd8
Import useCSVDownloader
Bunlong Nov 19, 2021
91c09ec
Add useCSVReader.tsx
Bunlong Nov 19, 2021
f700e41
Define initialize classes
Bunlong Nov 19, 2021
164761e
Define Props and Interface
Bunlong Nov 19, 2021
52f4b26
Add onClick event
Bunlong Nov 20, 2021
6708ed5
Setup input
Bunlong Nov 21, 2021
b44ddbc
Validate files
Bunlong Nov 22, 2021
c1114be
Read accepted files
Bunlong Nov 22, 2021
faa17f0
Set multiple files
Bunlong Nov 23, 2021
9ab5059
Parse CSV
Bunlong Nov 24, 2021
7652b5b
Parse CSV
Bunlong Nov 24, 2021
711b2ff
Change results format
Bunlong Nov 24, 2021
1e1967a
Refactor name
Bunlong Nov 25, 2021
d3f87e4
Use onUploadAccepted to get data
Bunlong Nov 25, 2021
1f62c29
Display file name
Bunlong Nov 26, 2021
ff1b949
Refactor ProgressBar
Bunlong Nov 27, 2021
de51b6a
Set progressbar active
Bunlong Nov 28, 2021
6ac4d00
Export ProgressBar component
Bunlong Nov 28, 2021
fda76b9
Export ProgressBar component
Bunlong Nov 28, 2021
ebb5538
Set ProgressBar style
Bunlong Nov 29, 2021
4aca4b0
Add className props to ProgressBar
Bunlong Nov 29, 2021
bd6f351
Fix ProgressBar className
Bunlong Nov 30, 2021
9d91586
Refactor functions name
Bunlong Nov 30, 2021
e308873
Fix format
Bunlong Dec 1, 2021
b215368
Check children is button or dropzone
Bunlong Dec 4, 2021
28c6563
Add onDragOver event
Bunlong Dec 7, 2021
58c889e
Add Drop onFocus and onBlur
Bunlong Dec 19, 2021
4e56862
Add Drop onKeyDown
Bunlong Dec 19, 2021
7335f16
Add Drop onDragLeave
Bunlong Dec 19, 2021
db72aae
Add Drop onDragOver
Bunlong Dec 19, 2021
b411650
Add Drop onDragEnter
Bunlong Dec 19, 2021
0cc23d7
Fix getting files
Bunlong Dec 19, 2021
2c5df4b
Fix Drop onClick
Bunlong Dec 20, 2021
46a396a
Uncomment drop example
Bunlong Dec 20, 2021
2779d36
Fix displaying progressbar
Bunlong Dec 22, 2021
6f0d62c
Add onClick to button
Bunlong Dec 23, 2021
46173e4
Fix performance
Bunlong Dec 26, 2021
4e69371
Fix drop
Bunlong Dec 27, 2021
22e2f3b
Set Event type
Bunlong Dec 28, 2021
ec4cd63
Fix type
Bunlong Dec 28, 2021
18f3851
Add comment
Bunlong Dec 28, 2021
ceb4022
Update Basic Upload
Bunlong Dec 29, 2021
4f7d693
Update Click and Drag Upload
Bunlong Dec 29, 2021
ecdde1c
Update Drag ( No Click ) Upload
Bunlong Dec 29, 2021
9c22551
Update No Drag
Bunlong Dec 29, 2021
c8db4b8
Update CSVDownloader button
Bunlong Dec 29, 2021
3589107
Update CSVDownloader link
Bunlong Dec 29, 2021
0804e49
Update Data as a Function/Callback
Bunlong Dec 29, 2021
3531d50
Update import useCSVDownloader
Bunlong Dec 29, 2021
75f6605
Update readString
Bunlong Dec 30, 2021
92fb556
Update readRemoteFile
Bunlong Dec 30, 2021
62f4bac
Update jsonToCSV
Bunlong Dec 30, 2021
9683313
Update Stream
Bunlong Dec 30, 2021
c6e3502
Update Changelog
Bunlong Dec 31, 2021
7b41a2b
Refactor useCSVDownloader
Bunlong Dec 31, 2021
9042a73
Refactor useCSVDownloader
Bunlong Dec 31, 2021
bdd3cad
Refactor
Bunlong Dec 31, 2021
b6d8a06
Refactor
Bunlong Dec 31, 2021
11dffaa
Add remove file programmatically
Bunlong Jan 2, 2022
fb3ef9c
Resolve conflict
Bunlong Jan 3, 2022
3c67452
Add Remove button
Bunlong Jan 4, 2022
5f1bb19
Update CSVDownloader button
Bunlong Jan 5, 2022
1f01a15
Update CSVDownloader link
Bunlong Jan 5, 2022
df7a629
Update Data as a Function/Callback
Bunlong Jan 5, 2022
3fa74ea
Update readString
Bunlong Jan 5, 2022
c04d3fa
Update readRemoteFile
Bunlong Jan 5, 2022
ab5c1c6
Update jsonToCSV
Bunlong Jan 5, 2022
53e9424
Update Header Row Support
Bunlong Jan 5, 2022
dcc1984
Update Stream
Bunlong Jan 5, 2022
b51b1c2
Update CHANGELOG
Bunlong Jan 5, 2022
b4cf2ac
Update Click and Drag Upload
Bunlong Jan 6, 2022
8251638
Update Drag ( No Click ) Upload
Bunlong Jan 6, 2022
756824c
Update Drag ( No Click ) Upload
Bunlong Jan 6, 2022
513d328
Update Click ( No Drag ) Upload
Bunlong Jan 6, 2022
4421837
Add remove button
Bunlong Jan 6, 2022
252536b
Update Basic Upload
Bunlong Jan 6, 2022
97a54a3
Fix rendering object in DOM
Bunlong Jan 7, 2022
0b54f16
Update examples
Bunlong Jan 8, 2022
453f046
Format files
Bunlong Jan 8, 2022
23ce361
Update docs
Bunlong Jan 9, 2022
f757a99
Update Demo
Bunlong Jan 10, 2022
7fecf00
Update docs
Bunlong Jan 11, 2022
b78318f
Update CSVDownloader docs
Bunlong Jan 12, 2022
b4ca401
Update Demo docs
Bunlong Jan 12, 2022
cb60679
Add examples
Bunlong Jan 15, 2022
ae9ae16
Add CSVReaderBasicUpload
Bunlong Jan 15, 2022
cbd3b73
Add CSVReaderClickAndDragUpload
Bunlong Jan 15, 2022
3e9232e
Add CSVReaderClickNoDragUpload
Bunlong Jan 15, 2022
880c32f
Add CSVReaderDragNoClickUpload
Bunlong Jan 15, 2022
29f8114
Add CSVDownloader
Bunlong Jan 15, 2022
bfbe828
Add readString
Bunlong Jan 15, 2022
4665409
Add readRemoteFile
Bunlong Jan 16, 2022
9e67874
Update docs
Bunlong Jan 16, 2022
fa380bd
Update README
Bunlong Jan 16, 2022
f0ee297
Fix testing
Bunlong Jan 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.0.0 (2022-01-017)

### ✨ Features

* Improve code performance
* Rewrite any existing based components to hooks

Credits

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

## 3.18.2 (2022-01-04)

### ✨ Bugs
Expand Down
Loading