Skip to content

Releases: rpldy/react-uploady

v1.3.1

11 Jan 12:49
Compare
Choose a tag to compare

1.3.1 (2023-01-11)

Docs

  • [shared] - TS: add missing options param for batch_add

v1.3.0

24 Nov 15:23
Compare
Choose a tag to compare

1.3.0 (2022-11-24)

Features

  • [upload-drop-zone] - add getFiles helper to dropHandler callback
  • [upload-drop-zone] - add new prop - shouldHandleDrag to control whether DnD is enabled or not
  • [upload-drop-zone] - add new prop - enableOnContains to opt-out of contained check
    and only enable on direct drag to container element

Bug fixes

  • [uploader] - fix missing params for fileFilter callback. Fix for #425
  • [uploader] - fix fileFilter called incorrectly for recycled (retry) items
  • [uploady] - fix webkitdirectory prop accepted as boolean (not string)
  • [upload-drop-zone] - fix how drag handling is enabled
  • [mock-sender] - add missing props to MockOptions TS interface

Docs

  • root - Fix some spelling problems and typos (by @0x111)

Internal

  • [shared] - add isEmpty util

v1.3.0-rc.3

13 Nov 14:52
Compare
Choose a tag to compare
v1.3.0-rc.3 Pre-release
Pre-release

1.3.0-rc.3 (2022-11-13)

Bug fixes

  • [uploader] - fix missing params for fileFilter callback. Fix for #425

v1.3.0-rc.2

06 Nov 17:28
Compare
Choose a tag to compare
v1.3.0-rc.2 Pre-release
Pre-release

1.3.0-rc.2 (2022-11-06)

  • [uploader] - fix fileFilter called incorrectly for recycled (retry) items
  • [mock-sender] - add missing props to MockOptions TS interface

v1.3.0-rc.1

06 Nov 14:19
Compare
Choose a tag to compare
v1.3.0-rc.1 Pre-release
Pre-release

1.3.0-rc.1 (2022-11-06)

  • [upload-drop-zone] - fix how drag handling is enabled
  • [upload-drop-zone] - add new prop - enableOnContains to opt-out of contained check
    and only enable on direct drag to container element

v1.3.0-rc.0

05 Nov 16:06
Compare
Choose a tag to compare
v1.3.0-rc.0 Pre-release
Pre-release

1.3.0-rc.0 (2022-11-05)

Features

  • [upload-drop-zone] - add getFiles helper to dropHandler callback
  • [upload-drop-zone] - add new prop - shouldHandleDrag to control whether DnD is enabled or not

Docs

  • root - Fix some spelling problems and typos (by @0x111)

Internal

  • [shared] - add isEmpty util

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