Releases: NicholasMata/mui-file-upload
Releases · NicholasMata/mui-file-upload
Minor Improvements
- Fully removed all references of React.FC meaning not components return ReactNode any longer.
- Added missing export OptionsButton
ImageManager and Improvements
- Removed
React.FC
type from all components (expectFileDropzoneIconBody
) 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
Ability to disable FileDropzone, MultiFileUpload, SingleFileUpload
Code improvements
More Customization
Added better customization through SxProps
Important fix to useMemo
Important bug fix on SingleFileUpload and MultiFileUpload
Improvements to FileUpload
Changes to SingleFileUpload and MultiFileUpload trying testing real world cases.
Fixes and improvements to imports
v1.0.0-alpha.1 Fix to github action