Skip to content

Releases: rpldy/react-uploady

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)

0.11.6

26 Jan 09:52
Compare
Choose a tag to compare

0.11.6 (2021-05-01)

Bug fixes

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

v0.11.5

26 Jan 09:53
Compare
Choose a tag to compare

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)