Releases: rpldy/react-uploady
Releases · rpldy/react-uploady
v0.16.1
v0.16.0
0.16.0 (2021-12-29)
Features
[uploader]
- new events: BATCH_ERROR, BATCH_FINALIZE[uploader]
- BATCH_START now accepts changes to items/options (similar to REQUEST_PRE_SEND event)[uploady]
- new event hooks: useBatchErrorListener, useBatchFinalizeListener[uploady]
- new HOC: withBatchStartUpdate[upload-preview]
- ability to customize UploadPreview batch items method[uploader]
- added new prop to Batch: additionalInfo
Bug fixes
[uploader]
- fix concurrent uploads waiting for async event callbacks[uploader]
- fix: correctly catch pre-req errors and process in queue
Docs
guides
- new guide: Multi Crop[upload-preview]
- add getUploadPreviewForBatchItemsMethod documentationstorybook
- exclude test purposes stories in external buildstorybook
- use --modern for sb to use es modulesstorybook
- upgrade to SB 6.3.12
v0.15.0
0.15.0 (2021-11-22)
Features
[uploady]
- introduce new prop:formDataAllowUndefined
(default: false) to change new default to send undefined params in formData
Bug fixes
[sender]
- stop sending (by default) undefined params as part of formData. Fix for #263
Internal
all
- upgraded to latest flow (0.164.0), babel, and most other deps
v0.14.2
v0.14.1
v0.13.6
v0.13.5
0.13.4
0.13.3
0.13.3 (2021-07-29)
Bug fixes
[chunked-sender]
- fix progress data calculation & add progress event on chunk finish. Fix for #203
Storybook
[chunked-sender]
- added first story with item, chunk-start,chunk-finish events logging
Docs
root
- fix link to destination type & typo in README.md
Internal
all
- upgraded to latest flow (0.156.0)
0.13.2
0.13.2 (2021-06-26)
Bug fixes
[shared]
- fix "ReferenceError: process is not defined" error. Fix for #199