Skip to content

Releases: NicholasMata/mui-file-upload

Minor Improvements

13 Oct 18:21
Compare
Choose a tag to compare
Minor Improvements Pre-release
Pre-release
  • Fully removed all references of React.FC meaning not components return ReactNode any longer.
  • Added missing export OptionsButton

ImageManager and Improvements

13 Oct 15:33
Compare
Choose a tag to compare
Pre-release
  • Removed React.FC type from all components (expect FileDropzoneIconBody) making all components return JSX.Element
  • Removed unnecessary form tag from the FileDropzone component
  • Added an opinionated component called ImageManager which is strictly for managing images. (Still needs documentation)
  • Removal of uncompleted uploads added thanks to @baoquandevelop

Ability to disable component

15 Dec 19:34
Compare
Choose a tag to compare
Pre-release

Ability to disable FileDropzone, MultiFileUpload, SingleFileUpload
Code improvements

More Customization

26 Oct 08:20
Compare
Choose a tag to compare
More Customization Pre-release
Pre-release

Added better customization through SxProps

Important fix to useMemo

17 Jul 22:27
Compare
Choose a tag to compare
Pre-release

Important bug fix on SingleFileUpload and MultiFileUpload

Improvements to FileUpload

14 Jul 20:00
Compare
Choose a tag to compare
Pre-release

Changes to SingleFileUpload and MultiFileUpload trying testing real world cases.

Fixes and improvements to imports

14 Jul 11:15
Compare
Choose a tag to compare
Pre-release
v1.0.0-alpha.1

Fix to github action