react-uploady

Modern file uploading - components & hooks for React

MIT License

Downloads
775.5K
Stars
1K
Committers
11

Bot releases are visible (Hide)

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
react-uploady - v0.18.2

Published by yoavniran over 2 years ago

0.18.2 (2022-04-11)

Features

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

Docs

  • storybook - set canvas (preview) fav icon
react-uploady - v0.18.1

Published by yoavniran over 2 years ago

0.18.1 (2022-04-02)

Features

  • [mock-sender] - new option: isSuccessfulCall to customize logic whether request was successful or not
react-uploady - v0.18.0

Published by yoavniran over 2 years ago

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
react-uploady - v0.17.5

Published by yoavniran over 2 years ago

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
react-uploady - v0.17.4

Published by yoavniran over 2 years ago

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