Skip to content

Tags: collamo/react-dropzone

Tags

v3.11.0

Toggle v3.11.0's commit message
feat: Add deprecation warnings for some props (react-dropzone#364)

In the next major release some props will be deprecated.
In order to smoothen the migration process deprecation warnings were added.

v3.10.0

Toggle v3.10.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: Pass active/reject state to children during the drag operation (r…

…eact-dropzone#342)

Implement children as a function with `isDragActive` and `isDragReject` as arguments to allow rendering custom content depending on the dropzone's state.

v3.9.2

Toggle v3.9.2's commit message
fix(onClick): Propagate click events normally when `disableClick` is …

…`false` (react-dropzone#335)

If `disableClick` isn't set we don't want to call `stopPropagation` method on the event.

v3.9.1

Toggle v3.9.1's commit message
fix(preview): Remove filetype check for generating preview (react-dro…

…pzone#332)

Previews were disabled for everything but images. Some users report that you can actually generate previews for videos or PDFs so the check seems to be too strict in is now removed.

Fixes react-dropzone#318

v3.9.0

Toggle v3.9.0's commit message
feat: Allow passing a callback for onDragOver as a prop (react-dropzo…

…ne#326)

A callback for `onDragOver` event was missing in props. This PR adds it.

Closes react-dropzone#325

v3.8.0

Toggle v3.8.0's commit message
fix: Fix getting data transfer items from event object

v3.7.4

Toggle v3.7.4's commit message
Chore: Use node 6.x on Travis CI

v3.7.3

Toggle v3.7.3's commit message
fix(react-dom): filter out `acceptedFiles` prop to remove React warni…

…ng (react-dropzone#267)

* filter out `acceptedFiles` prop to remove warning
* reorder customProps list by alphabet

v3.7.2

Toggle v3.7.2's commit message
ci(CI): Dont't run tests twice on CI

v3.7.1

Toggle v3.7.1's commit message
build(npm): Switched to semantic-release and commitizen