Tags: hypervisual/react-dropzone
Tags
fix: cover for edge cases when checking file size and close react-dro… …pzone#888
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.
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.
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.
fix: fix open file dialog programmatically and close react-dropzone#853
fix: fix click event propagation and close react-dropzone#826
fix: set {isDragActive} on drag enter and close react-dropzone#819
PreviousNext