Releases: rpldy/react-uploady
Releases · rpldy/react-uploady
v0.17.5
v0.17.4
v0.17.3
0.17.3 (2022-02-06)
Docs
[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 npm
Internal
all
- upgrade to webpack 5 (bundle + storybook)all
- add docs site as homepage in all package.jsons
v0.17.2
0.17.2 (2022-02-01)
Bug fixes
[upload-url-input]
- fix ValidateMethod types[uploader]
- expose FILE_STATES & BATCH_STATES constants[uploady]
- expose FILE_STATES & BATCH_STATES constants
Docs
all
- added link to new docs site: https://react-uploady.netlify.appguides
- removed - point to docs site section: https://react-uploady.netlify.app/docs/category/guides
v0.17.1
0.17.1 (2022-01-23)
Bug fixes
[uploady]
- fix useBatchStartListener TS type signature
Docs
storybook
- added two fields story to @rpldy/upload-preview
Internal
all
- added funding info to package.json(s)scripts
- reworked release script and added more tasks (GH release, PR branch)
v0.17.0
0.17.0 (2022-01-16)
Features
[uploader]
- support async fileFilter
Bug fixes
[tus-sender]
- remove content range header from parallel tus create request
Docs
storybook
- upgrade to SB 6.4.10storybook
- show released package versions in menu and stories
Internal
all
- upgraded to latest flow (0.169.0)all
- upgraded to Lerna 4.0.0
v0.16.2
v0.16.1
v0.16.0
0.16.0 (2021-12-29)
Features
[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
Bug fixes
[uploader]
- fix concurrent uploads waiting for async event callbacks[uploader]
- fix: correctly catch pre-req errors and process in queue
Docs
guides
- 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.12
v0.15.0
0.15.0 (2021-11-22)
Features
[uploady]
- introduce new prop:formDataAllowUndefined
(default: false) to change new default to send undefined params in formData
Bug fixes
[sender]
- stop sending (by default) undefined params as part of formData. Fix for #263
Internal
all
- upgraded to latest flow (0.164.0), babel, and most other deps