@rpldy/uploader
Advanced tools
Changelog
1.4.0 (2023-02-18)
[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 cancel from BATCH_ADD doesnt clean batch from state. Fix for #472[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)all
- misc upgrade dev depsChangelog
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 util