Skip to content

Releases: react-dropzone/react-dropzone

3.5.3

08 Jul 11:15
Compare
Choose a tag to compare
  • Fixed unknown props warning in React v15.2 #195. Closes #193 @nuc
  • Updated to the latest lint-staged (2.0.0)

3.5.2

06 Jul 12:59
Compare
Choose a tag to compare
  • Fixed unknown props warning in React v15.2 #194. Closes #193 @nuc
  • Updated to the latest lint-staged (1.0.2)

3.5.1

14 Jun 15:18
Compare
Choose a tag to compare
  • Fixed: onDrop is now called only if all files are passing the accept check. #173 Closes #138, #145

3.5.0

30 May 16:26
Compare
Choose a tag to compare
  • Optionally handle onDragStart event #181
  • Added lint-staged and npmpub to improve DX

v3.3.1

11 Jan 11:31
Compare
Choose a tag to compare
  • Fixed the React warning Invalid prop 'children' supplied to 'Dropzone', expected a single ReactElement.
  • Updated URLs in package.json to go to http://github.com/okonet

Tests

18 Dec 11:06
Compare
Choose a tag to compare
  • Added accept documentation to README
  • fix for disablePreview property not being obeyed
  • Added ESLint
  • Added tests
  • Add support for dynamic props on root element
  • Fixed Drag & Drop From Application Non-Functional in OS/X / Chrome

React 0.14 compatibility release

25 Oct 12:20
Compare
Choose a tag to compare
  • Added compatibility with React 0.14
  • Converted to ES2015 class

Breaking Changes

If you're using React 0.13, you should install 2.x release.

v2.2.4

25 Oct 12:18
Compare
Choose a tag to compare

This is the last React 013 release.

v1.2.0

22 May 06:12
Compare
Choose a tag to compare
  • Add supportClick prop and make default true - by @jackfranklin
  • Add optional event parameter to onDrop - by @siawyoung
  • Allow accept attribute for dropped files - by @timse
  • Add function to open dropzone from outside of the component - by @wmartins
  • Support setting multiple to false to enable single file drop/pick - by @matiaslarsson

Thanks all! As this project is picking steam, lets start making a roadmap here: #31