Skip to content

Releases: rpldy/react-uploady

v1.2.0

24 Oct 12:02
Compare
Choose a tag to compare

1.2.0 (2022-10-24)

Bug fixes

  • [retry-hooks] - fix TS types for retry hooks and event Fix for #407

v1.1.0

28 Aug 15:11
Compare
Choose a tag to compare

1.1.0 (2022-08-28)

Features

  • [uploader] - support fast abort flow (for many items) using new threshold param: fastAbortThreshold

Internal

  • [abort] - new package: adds the capability to abort/cancel running & pending uploads
  • [raw-uploader] - new package: placeholder package, containing only types

v1.1.0-rc.1

23 Aug 08:39
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

1.1.0-rc.1 (2022-08-23)

Internal

  • [abort] - calculate fast mode based on item queue count

v1.1.0-rc.0

21 Aug 11:16
Compare
Choose a tag to compare
v1.1.0-rc.0 Pre-release
Pre-release

1.1.0-rc.0 (2022-08-21)

Features

  • [uploader] - support fast abort flow (for many items) using new threshold param: fastAbortThreshold

Internal

  • [abort] - new package: adds the capability to abort/cancel running & pending uploads
  • [raw-uploader] - new package: placeholder package, containing only types

v1.0.1

19 Jul 14:32
Compare
Choose a tag to compare

1.0.1 (2022-07-19)

Bug fixes

  • [uploader] - fix abort with async prepare. fix for #379

Docs

  • [uploady] - fix Uploady package README typo

Internal

  • all - upgrade dev deps (eslint, jest, babel, webpack, flow, and more)

v1.0.0

23 May 10:50
Compare
Choose a tag to compare

1.0.0 (2022-05-23)

YAY!
React-Uploady is finally 1.0.0

No changes from previous version

v0.18.3

11 May 16:36
Compare
Choose a tag to compare

0.18.3 (2022-05-11)

Bug fixes

  • [upload-button] - added missing onClick prop TS definition

Docs

  • root - add financial contributors to main readme
  • storybook - upgrade to SB 6.4.22

Internal

  • all - upgraded to latest flow (0.176.3)
  • all - updated website URL in all package.json files

v0.18.2

11 Apr 15:40
Compare
Choose a tag to compare

0.18.2 (2022-04-11)

Features

  • [upload-drop-zone] - new prop: shouldRemoveDragOver. Fix for #354

Docs

  • storybook - set canvas (preview) fav icon

v0.18.1

02 Apr 14:21
Compare
Choose a tag to compare

0.18.1 (2022-04-02)

Features

  • [mock-sender] - new option: isSuccessfulCall to customize logic whether request was successful or not

v0.18.0

12 Mar 13:21
Compare
Choose a tag to compare

0.18.0 (2022-03-12)

Features

  • [sender] - new option: isSuccessfulCall to customize logic whether request was successful or not

Internal

  • all - upgrade eslint & ts-eslint