Skip to content

Releases: rpldy/react-uploady

v0.14.2

26 Jan 08:47
Compare
Choose a tag to compare

0.14.2 (2021-11-04)

Bug fixes

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

v0.14.1

26 Jan 08:47
Compare
Choose a tag to compare

0.14.1 (2021-10-16)

Bug fixes

  • [uploader] - fix batch data potentially not having completed values when finished

v0.13.6

26 Jan 08:48
Compare
Choose a tag to compare

0.13.6 (2021-10-07)

Bug fixes

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

v0.13.5

26 Jan 08:49
Compare
Choose a tag to compare

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

0.13.4

26 Jan 08:50
Compare
Choose a tag to compare

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)

0.13.3

26 Jan 08:50
Compare
Choose a tag to compare

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)

0.13.2

26 Jan 08:51
Compare
Choose a tag to compare

0.13.2 (2021-06-26)

Bug fixes

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

0.13.0

26 Jan 08:51
Compare
Choose a tag to compare

0.13.0 (2021-06-11)

Features

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

0.12.1

26 Jan 08:52
Compare
Choose a tag to compare

0.12.1 (2021-05-28)

Bug fixes

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

0.12.0

26 Jan 08:53
Compare
Choose a tag to compare

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)