Tags: BalamirReact/react-dropzone
Tags
fix: Fix bug in IE11 when this.node could be null when calling onDocu… …mentDrop (react-dropzone#517) - Protect calling this.node.contains when this.node is null - Fix IE11 bug where onDocumentDrop gets called with null this.node ref Closes react-dropzone#492
feat: Add es2015 module build (react-dropzone#510) * build: Add ES6 module build * test: Add testing of es2015 module build and size-limit of 3 KB * build: Add build:umd npm script
fix: Update props that should not be applied to the DOM element (reac… …t-dropzone#504) Updating list of properties to remove before they get spread onto the div. Closes react-dropzone#503
fix(490): Put build dependencies to devDependencies (react-dropzone#491) lint / build dependencies incorrectly marked as `dependencies` closes react-dropzone#490
fix: Dragging multiple files when multiple is false doesn't apply rej… …ectStyle (react-dropzone#489) Closes react-dropzone#488
feat: Add disable prop (react-dropzone#473) * Add `disable` prop * Add support for disabled styles and classnames
fix: Set autocomplete="off" on input to remove SecurityError in Firef… …ox (react-dropzone#476) Firefox throws a SecurityError if user agent tries to set the input element's value programmatically. To prevent this, `autocomplete="off"` is added to the input attributes. Fixes react-dropzone#475
fix: Always show an active drag state during the drag (react-dropzone… …#467) Currently isDragActive is true only if all files are going to be accepted. This has several implications: 1. This doesn't work in Safari since DataTransfer is empty until the drop event 1. The active state should be applyed based on user interaction independently from validation Closes react-dropzone#440 Fixes react-dropzone#461 BREAKING CHANGE: isDragAccept acts like isDragActive before. isDragActive is true during the drag.
PreviousNext