react-uploady

Modern file uploading - components & hooks for React

MIT License

Downloads
775.5K
Stars
1K
Committers
11

Bot releases are hidden (Show)

react-uploady - v1.6.0

Published by yoavniran about 1 year ago

1.6.0 (2023-10-09)

Features

  • [chunked-sender] - feat: expose chunk error to item response data. fix for #597 -

    Technically breaking change (only for ChunkedUploady / Chunked-Sender users) as item's responseData for failed chunked upload will now be different than it was.

Internal

  • all - upgrade dev deps (ex: flow, eslint, storybook, and more)
  • all - removed flow-mono-cli
react-uploady - v1.5.0

Published by yoavniran about 1 year ago

1.5.0 (2023-09-14)

Features

  • [uploader] - feat: support optional user data (client-side only). Fix for #547
  • [uploader] - feat: expose upload total size for progress event, by @rickythink

Bug fixes

  • [uploader] - fix: improve batch upload progress data for smoother progress. Fix for #546

Docs

  • storybook - upgrade to SB 7.4
  • root - created Security.MD guideline

Internal

  • all - upgrade dev deps (jest, babel, flow, lerna!, and more)
  • all - release from GH workflow
  • story-helpers - removed unmaintained react-load-script dep
react-uploady - v1.4.1

Published by yoavniran over 1 year ago

1.4.1 (2023-03-22)

Bug fixes

  • [ui-shared] - add globalThis to avoid error on edge runtime. Fix for #495

Internal

  • all - misc upgrade dev deps
react-uploady - v1.4.1-rc.0

Published by yoavniran over 1 year ago

1.4.1-rc.0 (2023-03-18)

PRE-RELEASE

Bug fixes

  • [ui-shared] - add globalThis to avoid error on edge runtime. Fix for #495

Internal

  • all - misc upgrade dev deps
react-uploady - v1.4.0

Published by yoavniran over 1 year ago

1.4.0 (2023-02-18)

Features

  • [tus-sender] - added new event tus RESUME_START to: cancel or update relevant props for resume
  • [tus-sender] - accept resume headers in tus options
  • [tus-uploady] - added useTusResumeStartListener hook to handle RESUME_START event in React
  • [upload-preview] - added removePreview to preview methods to clear a single item preview

Bug fixes

  • [uploader] - fix bug with cancel from BATCH_ADD doesnt clean batch from state. Fix for #472
  • [uploader] - fix bug with item handling after async batch start (c5ed0dd)

Docs

  • root - Update gzip sizes table in readme

Internal

  • all - upgrade dev deps (jest, babel, flow, lerna!, and more)
  • all - misc upgrade dev deps
react-uploady - v1.4.0-rc.1

Published by yoavniran over 1 year ago

1.4.0-rc.1 (2023-02-16)

PRE-RELEASE

Bug fixes

  • [uploader] - fix bug with cancel from BATCH_ADD doesnt clean batch from state. Fix for #472

Internal

  • all - misc upgrade dev deps
react-uploady - v1.4.0-rc.0

Published by yoavniran over 1 year ago

1.4.0-rc.0 (2023-02-12)

PRE-RELEASE

Features

  • [tus-sender] - added new event tus RESUME_START to: cancel or update relevant props for resume
  • [tus-sender] - accept resume headers in tus options
  • [tus-uploady] - added useTusResumeStartListener hook to handle RESUME_START event in React
  • [upload-preview] - added removePreview to preview methods to clear a single item preview

Bug fixes

  • [uploader] - fix bug with item handling after async batch start (c5ed0dd)

Docs

  • root - Update gzip sizes table in readme

Internal

  • all - upgrade dev deps (jest, babel, flow, lerna!, and more)
react-uploady - v1.3.1

Published by yoavniran almost 2 years ago

1.3.1 (2023-01-11)

Docs

  • [shared] - TS: add missing options param for batch_add
react-uploady - v1.3.0

Published by yoavniran almost 2 years ago

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
react-uploady - v1.3.0-rc.3

Published by yoavniran almost 2 years ago

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

Bug fixes

  • [uploader] - fix missing params for fileFilter callback. Fix for #425
react-uploady - v1.3.0-rc.2

Published by yoavniran almost 2 years ago

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
react-uploady - v1.3.0-rc.1

Published by yoavniran almost 2 years ago

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
react-uploady - v1.3.0-rc.0

Published by yoavniran almost 2 years ago

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
react-uploady - v1.2.0

Published by yoavniran almost 2 years ago

1.2.0 (2022-10-24)

Bug fixes

  • [retry-hooks] - fix TS types for retry hooks and event Fix for #407
react-uploady - v1.1.0

Published by yoavniran about 2 years ago

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
react-uploady - v1.1.0-rc.1

Published by yoavniran about 2 years ago

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

Internal

  • [abort] - calculate fast mode based on item queue count
react-uploady - v1.1.0-rc.0

Published by yoavniran about 2 years ago

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
react-uploady - v1.0.1

Published by yoavniran over 2 years ago

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)
react-uploady - v1.0.0

Published by yoavniran over 2 years ago

1.0.0 (2022-05-23)

YAY!
React-Uploady is finally 1.0.0

No changes from previous version

react-uploady - v0.18.3

Published by yoavniran over 2 years ago

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
Package Rankings
Top 2.05% on Npmjs.org
Top 6.73% on Proxy.golang.org