@rpldy/upload-drop-zone
Advanced tools
Changelog
0.17.0 (2022-01-16)
[uploader]
- support async fileFilter[tus-sender]
- remove content range header from parallel tus create requeststorybook
- upgrade to SB 6.4.10storybook
- show released package versions in menu and storiesall
- upgraded to latest flow (0.169.0)all
- upgraded to Lerna 4.0.0Changelog
0.16.2 (2022-01-08)
[uploader]
- dev-time batch-progress event didn't update completed & loaded valuesChangelog
0.16.1 (2022-01-01)
[uploady]
- allow stateful event hooks to use scope without callbackChangelog
0.16.0 (2021-12-29)
[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[uploader]
- fix concurrent uploads waiting for async event callbacks[uploader]
- fix: correctly catch pre-req errors and process in queueguides
- 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.12Changelog
0.15.0 (2021-11-22)
[uploady]
- introduce new prop: formDataAllowUndefined
(default: false) to change new default to send undefined params in formData[sender]
- stop sending (by default) undefined params as part of formData. Fix for #263all
- upgraded to latest flow (0.164.0), babel, and most other depsChangelog
0.14.1 (2021-10-16)
[uploader]
- fix batch data potentially not having completed values when finished