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 - v0.17.3

Published by yoavniran over 2 years ago

0.17.3 (2022-02-06)

Docs

  • [uploader] - add info about clearPendingOnAdd
  • storybook - upgrade to latest SB 6.4.18
  • storybook - turn welcome story into a doc page
  • storybook - add brand link to docs site
  • storybook - make version badge inside story link to npm

Internal

  • all - upgrade to webpack 5 (bundle + storybook)
  • all - add docs site as homepage in all package.jsons
react-uploady - v0.17.2

Published by yoavniran over 2 years ago

0.17.2 (2022-02-01)

Bug fixes

  • [upload-url-input] - fix ValidateMethod types
  • [uploader] - expose FILE_STATES & BATCH_STATES constants
  • [uploady] - expose FILE_STATES & BATCH_STATES constants

Docs

react-uploady - v0.11.5

Published by yoavniran over 2 years ago

0.11.5 (2021-04-29)

Bug fixes

  • [shared-ui] - fix useRequestPreSend typing to support boolean return. Fix for #164

Docs

  • [uploady] - fix useItemProgressListener description
  • [uploady] - fix item event hooks descriptions

Internal

  • all - upgraded deps: flow (0.147.0), storybook (6.2.2), cypress (6.8.0), babel (7.13.14)
react-uploady - 0.11.6

Published by yoavniran over 2 years ago

0.11.6 (2021-05-01)

Bug fixes

  • [shared-ui] - fix useRequestPreSend typing to support return type: Promise<PreSendResponse | boolean>
react-uploady - 0.12.0

Published by yoavniran over 2 years ago

0.12.0 (2021-05-12)

Features

  • [uploady] - useFileInput hook now returns internal input

Docs

  • guides - new guide: CustomInput

Internal

  • all - upgraded to latest flow (0.150.1)
  • e2e - upgrade to cypress.io latest (7.3.0)
react-uploady - 0.12.1

Published by yoavniran over 2 years ago

0.12.1 (2021-05-28)

Bug fixes

  • [uploady] - fix typings for useFileInput (no params). Fix for #181
react-uploady - 0.13.0

Published by yoavniran over 2 years ago

0.13.0 (2021-06-11)

Features

  • [chunked-sender] - BREAKING! - rename CHUNK_START event's chunkCount param to remainingCount
    Also added totalCount param
react-uploady - 0.13.2

Published by yoavniran over 2 years ago

0.13.2 (2021-06-26)

Bug fixes

  • [shared] - fix "ReferenceError: process is not defined" error. Fix for #199
react-uploady - 0.13.3

Published by yoavniran over 2 years ago

0.13.3 (2021-07-29)

Bug fixes

  • [chunked-sender] - fix progress data calculation & add progress event on chunk finish. Fix for #203

Storybook

  • [chunked-sender] - added first story with item, chunk-start,chunk-finish events logging

Docs

  • root - fix link to destination type & typo in README.md

Internal

  • all - upgraded to latest flow (0.156.0)
react-uploady - 0.13.4

Published by yoavniran over 2 years ago

0.13.4 (2021-09-09)

Bug fixes

  • [uploader] - fix bug in deep proxy unwrap before trigger. Fix for #232

Internal

  • all - upgraded to latest flow (0.159.0)
react-uploady - v0.13.5

Published by yoavniran over 2 years ago

0.13.5 (2021-09-28)

Bug fixes

  • [tus-sender] - fix bug in upload url concatenate of absolute location header. Fix for #242

Docs

  • storybook - force story view mode
react-uploady - v0.13.6

Published by yoavniran over 2 years ago

0.13.6 (2021-10-07)

Bug fixes

  • [tus-sender] - fix bug in upload url when destination url is origin-less. Fix for #246
react-uploady - v0.14.1

Published by yoavniran over 2 years ago

0.14.1 (2021-10-16)

Bug fixes

  • [uploader] - fix batch data potentially not having completed values when finished
react-uploady - v0.14.2

Published by yoavniran over 2 years ago

0.14.2 (2021-11-04)

Bug fixes

  • [upload-drop-zone] - fix drop zone flickering when over child elements. Fix for #256
react-uploady - v0.15.0

Published by yoavniran over 2 years ago

0.15.0 (2021-11-22)

Features

  • [uploady] - introduce new prop: formDataAllowUndefined (default: false) to change new default to send undefined params in formData

Bug fixes

  • [sender] - stop sending (by default) undefined params as part of formData. Fix for #263

Internal

  • all - upgraded to latest flow (0.164.0), babel, and most other deps
react-uploady - v0.16.0

Published by yoavniran over 2 years ago

0.16.0 (2021-12-29)

Features

  • [uploader] - new events: BATCH_ERROR, BATCH_FINALIZE
  • [uploader] - BATCH_START now accepts changes to items/options (similar to REQUEST_PRE_SEND event)
  • [uploady] - new event hooks: useBatchErrorListener, useBatchFinalizeListener
  • [uploady] - new HOC: withBatchStartUpdate
  • [upload-preview] - ability to customize UploadPreview batch items method
  • [uploader] - added new prop to Batch: additionalInfo

Bug fixes

  • [uploader] - fix concurrent uploads waiting for async event callbacks
  • [uploader] - fix: correctly catch pre-req errors and process in queue

Docs

  • guides - new guide: Multi Crop
  • [upload-preview] - add getUploadPreviewForBatchItemsMethod documentation
  • storybook - exclude test purposes stories in external build
  • storybook - use --modern for sb to use es modules
  • storybook - upgrade to SB 6.3.12
react-uploady - v0.16.1

Published by yoavniran over 2 years ago

0.16.1 (2022-01-01)

Features

  • [uploady] - allow stateful event hooks to use scope without callback
react-uploady - v0.16.2

Published by yoavniran over 2 years ago

0.16.2 (2022-01-08)

Bug fixes

  • [uploader] - dev-time batch-progress event didn't update completed & loaded values
react-uploady - v0.17.1

Published by yoavniran over 2 years ago

0.17.1 (2022-01-23)

Bug fixes

  • [uploady] - fix useBatchStartListener TS type signature

Docs

  • storybook - added two fields story to @rpldy/upload-preview

Internal

  • all - added funding info to package.json(s)
  • scripts - reworked release script and added more tasks (GH release, PR branch)
react-uploady - v0.17.0

Published by yoavniran almost 3 years ago

0.17.0 (2022-01-16)

Features

  • [uploader] - support async fileFilter

Bug fixes

  • [tus-sender] - remove content range header from parallel tus create request

Docs

  • storybook - upgrade to SB 6.4.10
  • storybook - show released package versions in menu and stories

Internal

  • all - upgraded to latest flow (0.169.0)
  • all - upgraded to Lerna 4.0.0
Package Rankings
Top 2.05% on Npmjs.org
Top 6.73% on Proxy.golang.org