material-ui-dropzone
Advanced tools
Changelog
v3.4.0
Changelog
v3.2.1
SnackbarContentWrapper
class names for variants to avoid conflicts with Material UI internals (PR #198 by @panz3r, reported as #183 by @mattcorner)filesLimit
files (PR #199 by @panz3r, reported as #196 by @edricwu)websocket-extensions
from 0.1.3
to 0.1.4
@babel/*
devDeps to 7.10.x
Changelog
v3.1.0
getPreviewIcon
prop to DropzoneArea component to customize file preview (PR #154 by @max-carroll)showAlerts
property to show alerts only on error (PR #170 by @blouin):
showAlerts
can be a boolean ("global" true
or false
for all alerts).showAlerts
can be an array, with values error
, info
, success
:
showAlerts={['error']}
for only errors
showAlerts={['error', 'info']}
for both errors
and info
showAlerts={['error', 'success', 'info']}
is same as showAlerts={true}
showAlerts={[]}
is same as showAlerts={false}
Changelog
v3.0.0
react-dropzone
to version 10 (PR #120 by @panz3r)<16.8
and Material-UI v3
(PR #120 by @panz3r)onChange
handler is invoked also on component mount (with or without files depending on the value of the initialFiles
prop) - see issue #153 for more details.previewText
prop to DropzoneArea
component (PR #121 by @panz3r, same as #112 by @charlot567)disableRejectionFeedback
prop to DropzoneArea
component (PR #142 by @panz3r, reported as #141 by @PabloCanalSuarez)inputProps
prop to DropzoneArea
component (PR #134 by @panz3r), fixes:
dropzoneProps
prop to DropzoneArea
component (PR #134 by @panz3r), fixes:
alertSnackbarProps
prop to DropzoneArea
component (PR #134 by @panz3r), fixes:
acceptedFiles
as .fileending
(PR #121 by @panz3r, reported as #107 by @wirmar)<p></p>
(PR #121 by @panz3r, reported as #31 by @PolGuixe and @IsabellaRey)Changelog
v2.5.0
previewGridClasses
, previewGridProps
props (PR #124 by @loongyh, reported as #85 by @zeckdude)dialogProps
prop to customize DropzoneDialog
appearance (PR #105 by @chattling)Changelog
v2.4.8