Skip to content

Releases: Yuvaleros/material-ui-dropzone

v3.5.0

20 Sep 12:56
Compare
Choose a tag to compare
September 20, 2020

✨ Features

  • Update DropzoneDialog to allow for a custom dialog title (PR #234 by @4-Eyes)

🐛 Bugfixes

🏷️ Typings

v3.4.1

24 Aug 09:10
Compare
Choose a tag to compare
v3.4.1 Pre-release
Pre-release
Unreleased

🐛 Bugfixes

v3.4.0

18 Aug 09:09
Compare
Choose a tag to compare
August 18, 2020

✨ New Features

💄 UI Changes

v3.3.1

30 Jul 00:13
Compare
Choose a tag to compare
July 24, 2020

🏷️ Typings

  • Update PropTypes for initialFiles to avoid issues with NextJS (Fixes #208)

v3.3.0

22 Jun 16:56
Compare
Choose a tag to compare
June 20, 2020

✨ New Features

v3.2.0

05 Jun 22:26
Compare
Choose a tag to compare
June 03, 2020

✨ New Features

  • Add DropzoneAreaBase and DropzoneDialogBase controlled components (PR #175 by @panz3r)

v3.1.0

27 May 18:54
Compare
Choose a tag to compare
May 27, 2020

✨ New Features

  • Add getPreviewIcon prop to DropzoneArea component to customize file preview (PR #154 by @max-carroll)
  • Add support for style with MUI Theme, see docs for more details (PR #158 by @panz3r):
  • Add 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}

🐛 Bugfixes

v3.0.0

25 Apr 17:17
Compare
Choose a tag to compare
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

🐛 Bugfixes

💄 UI

♻️ Refactoring

📝 Docs

v2.5.0

23 Apr 19:36
abb2c7e
Compare
Choose a tag to compare
April 15, 2020

✨ New Features

🐛 Bugfixes

⚡ Improvements

📝 Docs

v2.4.9

23 Apr 19:35
Compare
Choose a tag to compare
March 10, 2020

✨ New Features

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

🐛 Bugfixes