Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: FineUploader/react-fine-uploader

Hotfix: Support for React 16 in <Gallery/> component

09 Aug 03:38
Compare
Choose a tag to compare

React v16 support

17 Apr 12:16
Compare
Choose a tag to compare

First requested in #166 and implemented in #171. Thanks goes to @Dog and @rek.

Hotfix: <DeleteButton> - Expected onClick listener to be a function, instead got a value of boolean type.

Hotfix: <FileInput> cursor & <PauseResumeButton> invalid props fixes

05 Dec 17:02
Compare
Choose a tag to compare
  • <FileInput /> issue described in #164.
  • <PauseResumeButton /> issue described in #153.

Hotfix: PauseResumeButton doesn't work properly w/ concurrent chunking & auto-resume

04 Oct 03:02
Compare
Choose a tag to compare

Hotfix: Missing canceled and deleted status in <Status />

28 Sep 21:48
Compare
Choose a tag to compare

Switch to react-transition-group

28 Sep 03:01
Compare
Choose a tag to compare

Moved away from the deprecated/dead react-addons-css-transition-group. More info in #135.

Hotfix: Thumbnails missing when files are dropped into Gallery

30 Aug 04:19
Compare
Choose a tag to compare

Hotfix: Buttons will submit wrapping forms

29 May 05:12
Compare
Choose a tag to compare

Components in React Fine Uploader that contained <button> elements would submit wrapping forms when invoked. This was due to lack of a type='button' attribute on the these <button> elements, which made them submit buttons by default. This affected the following components:

  • <CancelButton />
  • <DeleteButton />
  • <PauseResumeButton />
  • <RetryButton />

Fix PropTypes warnings in React 5.5+

25 May 04:45
Compare
Choose a tag to compare

The only change was a move to the prop-types library for use of PropTypes validation, which is needed for React v5.5+.