This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: FineUploader/react-fine-uploader
Releases · FineUploader/react-fine-uploader
Hotfix: Support for React 16 in <Gallery/> component
React v16 support
Hotfix: <DeleteButton> - Expected onClick listener to be a function, instead got a value of boolean type.
Hotfix: <FileInput> cursor & <PauseResumeButton> invalid props fixes
Hotfix: PauseResumeButton doesn't work properly w/ concurrent chunking & auto-resume
Hotfix: Missing canceled and deleted status in <Status />
Switch to react-transition-group
Moved away from the deprecated/dead react-addons-css-transition-group. More info in #135.
Hotfix: Thumbnails missing when files are dropped into Gallery
Hotfix: Buttons will submit wrapping forms
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+
The only change was a move to the prop-types library for use of PropTypes
validation, which is needed for React v5.5+.