Skip to content

Tags: rjchow/react-dropzone

Tags

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

v10.1.2

Toggle v10.1.2's commit message
fix: remove check for multiple attr support and close react-dropzone#811

v10.1.1

Toggle v10.1.1's commit message
fix: cache effect for setting the ref and close react-dropzone#806

v10.1.0

Toggle v10.1.0's commit message
feat: add {noClick}, {noKeyboard}, {noDrag} and {noDragEventsBubbling}

- use `{noClick}` to disable click to open file dialog
- use `{noKeyboard}` to disable SPACE/ENTER to open file dialog and focus/blur state
- use `{noDrag}` to disable drag events on the dropzone
- use `{noDragEventsBubbling}` to stop drag events from propagating to parents
- close react-dropzone#783

v10.0.6

Toggle v10.0.6's commit message
fix: fix typings for {ref} and close react-dropzone#798