@rpldy/uploader
Advanced tools
Changelog
0.11.2 (2021-03-07)
[chunked-sender]
- ensure offset is added to the loaded calculation so resume is also reflected in progressChangelog
0.11.0 (2021-03-04)
[upload-paste]
- NEW PACKAGE! easily add paste-to-upload to React componentsguides
- new guide: DragAndPasteall
- upgraded to lastest flow 0.145.0storybook
- upgraded to SB 6.1.20Changelog
0.10.0 (2021-02-27)
[uploady]
- expose more TS types (shared, uploader, useFileInput, file&batch states)[uploader]
- add server status code to batch item[sender]
- new formatServerResponse option to customize uploadResponse added to batch item[uploady]
- SendMethod link fix[uploader]
- batch and items state corrupted. Fix for #144e2e
- upgrade to cypress.io latest (6.5.0)e2e
- use cypress-intercept-formdata packageChangelog
0.9.0 (2021-01-14)
[uploady]
- added clearPending() to Uploady Context[uploader]
- abort works for pending files and batches. Fix for #119[uploader]
- move pending batches into queue statee2e
- added specs for pending uploads[uploader]
- removed uploader.getPending()