Releases: nextml-code/react-file-upload
Releases · nextml-code/react-file-upload
v0.7.2-beta
0.7.2
bundling updates
v0.7.1-beta 0.7.1
Remove dependencies
v0.7.0-beta 0.7.0
support adding entries to form-data
<FileUpload
...
requestionOptions={{
...
form: {
key: value,
}
}}
/>
which appends the entries to the form-data for the upload POST request.
support adding entries to form-data
<FileUpload
...
requestionOptions={{
...
form: {
key: value,
}
}}
/>
which appends the entries to the form-data for the upload POST request.
Better file metadata for base64 bodies
Add filename, size and format from uploaded file when uploading file as base64 encoded string
Base64 file format
v0.5.0-beta 0.5.0
Styling as peer dependency
v0.4.0-beta docs: update documentation
Add request options headers
v0.3.2-beta 0.3.2
Fix dependency bugs
Fix problems with react 17 compability