Skip to content

Tags: jkhaui/react-dropzone

Tags

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

v10.0.5

Toggle v10.0.5's commit message
fix: prevent errors in IE when dragEffect is set and close react-drop…

…zone#791

v10.0.4

Toggle v10.0.4's commit message
fix: check if document exists and fix react-dropzone#775

v10.0.3

Toggle v10.0.3's commit message
fix: expose {open} on the ref and close react-dropzone#787