Skip to content

Tags: hypervisual/react-dropzone

Tags

v10.2.1

Toggle v10.2.1's commit message
fix: cover for edge cases when checking file size and close react-dro…

…pzone#888

v10.2.0

Toggle v10.2.0's commit message
feat: update deps and close react-dropzone#887

BREAKING CHANGE

Users will need to take care of polyfilling for the final bundle output as the core-js import from  attr-accept has been removed.

v10.1.10

Toggle v10.1.10's commit message
fix: apply min/max file size conditions to {isDragReject} prop (react…

…-dropzone#878)

Previously, `isDragReject` would not trigger if a file exceeded the maximum size. See: react-dropzone#861. This is because it was not checking for size.

v10.1.9

Toggle v10.1.9's commit message
fix: store drag targets in a ref and close react-dropzone#876 (react-…

…dropzone#877)

This avoids unnecessary renders when drag targets change, which works around an issue where the drag targets get cleared out by the browser when dragging into a child element of the drop zone.

v10.1.8

Toggle v10.1.8's commit message
fix: fix open file dialog programmatically and close react-dropzone#853

v10.1.7

Toggle v10.1.7's commit message
fix: allow setting input {disabled} prop to false

v10.1.6

Toggle v10.1.6's commit message
fix: fix click event propagation and close react-dropzone#826

v10.1.5

Toggle v10.1.5's commit message
fix: change types to support custom plugins

v10.1.4

Toggle v10.1.4's commit message
fix: set {isDragActive} on drag enter and close react-dropzone#819

v10.1.3

Toggle v10.1.3's commit message
fix: prevent click on input when propagated form a <label>, close rea…

…ct-dropzone#182