Skip to content

Releases: greena13/react-simple-file-input

v2.1.0

11 Feb 16:29
Compare
Choose a tag to compare

Documentation

  • Add JSDoc and TypeScript definitions
  • Add badges to readme

Improvements

  • Add a yarn.lock file to the project
  • Switch to rollup for building production bundle

License changes

  • Switch from MIT license to ISC license

Bugfixes

  • Remove unused ref to <input /> component, allowing the ability to pass a ref prop to outer component and get a reference to the <input /> component.

v2.0.1

14 Nov 06:58
Compare
Choose a tag to compare

Bugfixes

Fix PropTypes usage.

2.0.0

14 Oct 12:11
Compare
Choose a tag to compare

Bugfixes

  • Fix Unknown prop 'abortIf' on <input> tag appearing in console

Breaking changes

react-simple-file-input now uses prop-types and as such has adopted its minimum dependencies:

  • react >=0.14.9
  • prop-types >= 15.5.7