Skip to content

Latest commit

 

History

History
100 lines (59 loc) · 6.08 KB

CHANGELOG.md

File metadata and controls

100 lines (59 loc) · 6.08 KB

material-ui-dropzone

Thanks to all contributers who improved material-ui-dropzone by opening an issue/PR.

This changelog refers to master branch (currently v3.x), for v2.x-specific changelog see v2.x CHANGELOG.md.

v3.0.0

April 25, 2020

💥 BREAKING

  • Upgrade react-dropzone to version 10 (PR #120 by @panz3r)
  • Drop support for React <16.8 and Material-UI v3 (PR #120 by @panz3r)

✨ New Features

  • Addition of previewText prop to DropzoneArea component (PR #121 by @panz3r, same as #112 by @charlot567)
  • Add disableRejectionFeedback prop to DropzoneArea component (PR #142 by @panz3r, reported as #141 by @PabloCanalSuarez)
  • Add inputProps prop to DropzoneArea component (PR #134 by @panz3r), fixes:
    • set name for <input> element (#92 by @mnlbox)
    • Upload Directory/folder (#122 by @antares-va-tech)
  • Add dropzoneProps prop to DropzoneArea component (PR #134 by @panz3r), fixes:
    • Dropzone disable attribute not working (#103 by @stefanstankovic995)
  • Add alertSnackbarProps prop to DropzoneArea component (PR #134 by @panz3r), fixes:
    • Ability to override snackbard background colours (#45 by @IsabellaRey)
    • Allow the abillity of change anchorOrigin of snackbar (#64 by @widomin)

🐛 Bugfixes

  • Avoid appending extension if present when loading external files (PR #137 by @panz3r, reported as #135 by @mballeng91)
  • onDrop returns each file one at a time (PR #121 by @panz3r, reported as #65 by @AlanOrtega91)
  • Fully support setting acceptedFiles as .fileending (PR #121 by @panz3r, reported as #107 by @wirmar)

💄 UI

  • Should be using Typography instead of <p></p> (PR #121 by @panz3r, reported as #31 by @PolGuixe and @IsabellaRey)

♻️ Refactoring

  • Code refactor (#121 by @panz3r)

📝 Docs

  • Improved docs (#128 by @panz3r)

v2.5.0

April 15, 2020

✨ New Features

  • Add previewGridClasses, previewGridProps props (PR #124 by @loongyh, reported as #85 by @zeckdude)
  • Add dialogProps prop to customize DropzoneDialog appearance (PR #105 by @chattling)

🐛 Bugfixes

  • ReferenceError: regeneratorRuntime is not defined (PR #111 by @panz3r, reported as #77 by @rooch84, @Tassfighter and @eluchsinger)

⚡ Improvements

  • Review dependencies (PR #111 by @panz3r)
  • Tooling upgrade (PR #115 by @panz3r)

📝 Docs

  • Added new dialogProps prop to README (PR #113 by @chattling)
  • Fix submit/cancel typo (PR #126 by @Maxim-Mazurok)

v2.4.9

March 10, 2020

✨ New Features

  • Add dialogProps prop to customize DropzoneDialog appearance (PR #105 by @chattling)

🐛 Bugfixes

  • Move @material-ui/icons to peerDependencies (PR #104 by @panz3r, reported as #95 by @char0n)

v2.4.8

February 22, 2020

🐛 Bugfixes

  • initialFiles not shown up (PR #101 by @faupol3, reported as #87 by @ameenazeemiacmedocs)
  • Unable to preview png file (PR #101 by @faupol3, reported as #90 by @shailesh-padave)
  • remove console logs from Dropzone dialog (PR #102 by @chattling, reported as #96 by @Morteza-Jenabzadeh)

♻️ Refactoring

  • Improved code quality (PR #94 by @GRcwolf)