Skip to content

Releases: rpldy/react-uploady

v0.17.5

18 Feb 11:27
Compare
Choose a tag to compare

0.17.5 (2022-02-18)

Bug fixes

  • [chunked-sender] - fix broken chunking in dev time. Fix for #339

Internal

  • e2e - upgrade to cypress.io latest (9.5.0) + remove cypress-file-upload

v0.17.4

11 Feb 14:23
Compare
Choose a tag to compare

0.17.4 (2022-02-11)

Docs

  • storybook - set canvas HTML title

Internal

  • [chunked-sender] - use @rpldy/simple-state for internal state
  • scripts - upgrade typescript to latest

v0.17.3

06 Feb 14:14
Compare
Choose a tag to compare

0.17.3 (2022-02-06)

Docs

  • [uploader] - add info about clearPendingOnAdd
  • storybook - upgrade to latest SB 6.4.18
  • storybook - turn welcome story into a doc page
  • storybook - add brand link to docs site
  • storybook - 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

01 Feb 16:35
Compare
Choose a tag to compare

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

v0.17.1

23 Jan 08:49
Compare
Choose a tag to compare

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

18 Jan 21:15
Compare
Choose a tag to compare

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.10
  • storybook - 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

26 Jan 08:37
Compare
Choose a tag to compare

0.16.2 (2022-01-08)

Bug fixes

  • [uploader] - dev-time batch-progress event didn't update completed & loaded values

v0.16.1

26 Jan 08:39
Compare
Choose a tag to compare

0.16.1 (2022-01-01)

Features

  • [uploady] - allow stateful event hooks to use scope without callback

v0.16.0

26 Jan 08:40
Compare
Choose a tag to compare

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 documentation
  • storybook - exclude test purposes stories in external build
  • storybook - use --modern for sb to use es modules
  • storybook - upgrade to SB 6.3.12

v0.15.0

26 Jan 08:41
Compare
Choose a tag to compare

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