@rpldy/sender
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()Changelog
0.7.4 (2020-11-16)
all
- revert use of exports field (doesn't seem to play nice yet. Not until npm@7 at least probably)Changelog
0.7.2 (2020-11-14)
[sender]
- add extensibility capabilities to xhrSender[sender]
- moved throw error on no URL to xhrSender (from uploader)[shared]
- improve fileFilter doc[native-uploady]
- fix mistake in readmeall
- add exports field to all packagesChangelog
0.7.0 (2020-10-01)
[uploady]
- new hook: useUploadyContext[uploady]
- processPending context method now accepts options[uploader]
- new upload option - clearPending - clears pending batches when new is added[chunked-sender]
- change chunked upload data to include results array inside response object (instead of response being the results array)[tus-sender]
- location header inaccessible[simple-state]
- unwrap issues[uploader]
- safer cleanUpFinishedBatch in batch helpers[tus-sender]
- remove async/await[uploader]
- ensure all data exposed from events is unwrapped (in dev)[life-events]
- introduce life-pack conceptbuild
- use minify-dead-code-elimination babel pluginall
- moved umd bundle into lib/all
- upgrade dev dependenciesguides
- new guide: Submit Form