@rpldy/upload-preview
Advanced tools
Changelog
1.4.0-rc.0 (2023-02-12)
PRE-RELEASE
[tus-sender]
- added new event tus RESUME_START to: cancel or update relevant props for resume[tus-sender]
- accept resume headers in tus options[tus-uploady]
- added useTusResumeStartListener hook to handle RESUME_START event in React[upload-preview]
- added removePreview to preview methods to clear a single item preview[uploader]
- fix bug with item handling after async batch start (c5ed0dd)root
- Update gzip sizes table in readmeall
- upgrade dev deps (jest, babel, flow, lerna!, and more)Changelog
1.3.0 (2022-11-24)
[upload-drop-zone]
- add getFiles helper to dropHandler callback[upload-drop-zone]
- add new prop - shouldHandleDrag to control whether DnD is enabled or not[upload-drop-zone]
- add new prop - enableOnContains to opt-out of contained check
and only enable on direct drag to container element[uploader]
- fix missing params for fileFilter callback. Fix for #425[uploader]
- fix fileFilter called incorrectly for recycled (retry) items[uploady]
- fix webkitdirectory prop accepted as boolean (not string)[upload-drop-zone]
- fix how drag handling is enabled[mock-sender]
- add missing props to MockOptions TS interfaceroot
- Fix some spelling problems and typos (by @0x111)[shared]
- add isEmpty utilChangelog
1.3.0-rc.2 (2022-11-06)
[uploader]
- fix fileFilter called incorrectly for recycled (retry) items[mock-sender]
- add missing props to MockOptions TS interfaceChangelog
1.3.0-rc.1 (2022-11-06)
[upload-drop-zone]
- add new prop - enableOnContains to opt-out of contained check
and only enable on direct drag to container element[upload-drop-zone]
- fix how drag handling is enabledChangelog
1.3.0-rc.0 (2022-11-05)
[upload-drop-zone]
- add getFiles helper to dropHandler callback[upload-drop-zone]
- add new prop - shouldHandleDrag to control whether DnD is enabled or notroot
- Fix some spelling problems and typos (by @0x111)[shared]
- add isEmpty utilChangelog
1.1.0 (2022-08-28)
[uploader]
- support fast abort flow (for many items) using new threshold param: fastAbortThreshold[abort]
- new package: adds the capability to abort/cancel running & pending uploads[raw-uploader]
- new package: placeholder package, containing only types