Skip to content

Releases: rpldy/react-uploady

v1.13.0

26 Nov 15:34

Choose a tag to compare

1.13.0 (2025-11-26)

Features

  • [chunked-sender] - feat: add sendWithRangeHeader option for chunked uploads

Docs

  • update to contributing doc - thanks @AJLemos

Internal

  • all - upgrade many dev deps (including: SB, flow-bin, Vitest, Cypress, Lerna, etc.)

v1.12.0

30 Oct 11:49

Choose a tag to compare

1.12.0 (2025-10-30)

Features

  • [tus-sender] - feat: add new Tus event - PART START - allow URL and headers overrides per part
  • [tus-uploady] - feat: add new Event hook for PART Start

Internal

  • all - upgrade several dev deps

v1.12.0-rc.0

28 Oct 20:59

Choose a tag to compare

v1.12.0-rc.0 Pre-release
Pre-release

1.12.0-rc.0 (2025-10-28)

PRE-RELEASE

Features

  • [tus-sender] - feat: add new Tus event - PART START - allow URL and headers overrides per part
  • [tus-uploady] - feat: add new Event hook for PART Start

Internal

  • all - upgrade several dev deps

v1.11.0

18 Jul 09:52

Choose a tag to compare

1.11.0 (2025-07-18)

Docs

  • all - add support badges in readmes

Internal

  • all - upgrade several dev deps

v1.10.0

18 Apr 08:08

Choose a tag to compare

1.10.0 (2025-04-18)

Features

  • [upload-drop-zone] - feat: allow full control over drag handling

Bug fixes

Internal

  • all - upgrade several dev deps

v1.9.1

07 Feb 13:05

Choose a tag to compare

1.9.1 (2025-01-07)

Bug fixes

  • [shared] - SECURITY protect against prototype pollution when working with objects (merge/clone)

Docs

  • [upload-drop-zone] - fixing minor spelling mistake. (thanks @raybooysen)

Internal

  • all - upgrade dev deps

v1.9.0

13 Dec 12:37

Choose a tag to compare

1.9.0 (2024-12-13)

Features

  • [mock-sender] - feat: include url in mock-sender response data

Bug fixes

  • [tus-sender] - big refactor to handling parallel tus requests. Avoid 431 Request Header Fields Too Large error. Fix for #777
  • [tus-sender] - fix: tus not handling correctly sendOnCreate with file smaller than chunk. Fix for #759
  • [chunked-sender] - respect parallel value while including in-progress
  • [chunked-uploady] - fix: prevent pollution batch options in requestPreSend. Fix for #758
  • [upload-paste] - fix: typings for usePasteUpload hook

Internal

  • all - upgrade most dev deps
  • ci - fix incorrect calculation of diff in bundle-size report

Docs

  • [uploader] - readme improvements
  • all - modify all internal README links to point to docs site resources
  • storybook - bring back package READMEs inside storybook
  • storybook - upgrade to SB 8.4
  • docs - readme: add new contributor

v1.9.0-rc.2

08 Dec 17:59

Choose a tag to compare

v1.9.0-rc.2 Pre-release
Pre-release

1.9.0-rc.2 (2024-12-08)

Bug fixes

  • [tus-sender] - big refactor to handling parallel tus requests. Avoid 431 Request Header Fields Too Large error. Fix for #777
  • [chunked-sender] - respect parallel value while including in-progress

Internal

  • all - upgrade most dev deps
  • ci - fix incorrect calculation of diff in bundle-size report

v1.9.0-rc.1

10 Nov 10:11

Choose a tag to compare

v1.9.0-rc.1 Pre-release
Pre-release

1.9.0-rc.1 (2024-11-10)

Bug fixes

  • [tus-sender] - fix: tus not handling correctly sendOnCreate with file smaller than chunk. Fix for #759

Docs

  • all - modify all internal README links to point to docs site resources
  • storybook - bring back package READMEs inside storybook
  • storybook - upgrade to SB 8.4

Internal

  • all - upgrade several dev deps (security)

v1.9.0-rc.0

04 Nov 13:08

Choose a tag to compare

v1.9.0-rc.0 Pre-release
Pre-release

1.9.0-rc.0 (2024-11-04)

Features

  • [mock-sender] - feat: include url in mock-sender response data

Bug fixes

  • [chunked-uploady] - fix: prevent pollution batch options in requestPreSend. Fix for #758
  • [upload-paste] - fix: typings for usePasteUpload hook

Docs

  • [uploader] - readme improvements
  • docs - readme: add new contributor

Internal

  • all - upgrade several dev deps