@rpldy/uploader
Advanced tools
Changelog
0.17.4 (2022-02-11)
storybook
- set canvas HTML title[chunked-sender]
- use @rpldy/simple-state for internal statescripts
- upgrade typescript to latestChangelog
0.17.3 (2022-02-06)
[uploader]
- add info about clearPendingOnAddstorybook
- upgrade to latest SB 6.4.18storybook
- turn welcome story into a doc pagestorybook
- add brand link to docs sitestorybook
- make version badge inside story link to npmall
- upgrade to webpack 5 (bundle + storybook)all
- add docs site as homepage in all package.jsonsChangelog
0.17.2 (2022-02-01)
[upload-url-input]
- fix ValidateMethod types[uploader]
- expose FILE_STATES & BATCH_STATES constants[uploady]
- expose FILE_STATES & BATCH_STATES constantsall
- added link to new docs site: https://react-uploady.netlify.appguides
- removed - point to docs site section: https://react-uploady.netlify.app/docs/category/guidesChangelog
0.17.1 (2022-01-23)
[uploady]
- fix useBatchStartListener TS type signaturestorybook
- added two fields story to @rpldy/upload-previewall
- added funding info to package.json(s)scripts
- reworked release script and added more tasks (GH release, PR branch)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 deps