All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
PlaceholderImageDimension
-
Support of typescript
-
Make
onContextReadycallback optional -
Add prop
showPlaceholderImageto show or hide the placeholder image -
Add prop
PlaceholderGridPropsto customize the placeholderGridprops -
Add prop
LabelsGridPropsto customize the labelsGridprops
-
Typecript definition file has been improved
-
Update
@babel/coredependency to v7.20.12 androllupto v3.9.1 -
README.md improved by @mikocot to show a real usecase of the library
@mui/styleshas been removed
- Improve typo in README.md
-
Add
onFilesChangecallback to return files according to getBase64 prop where input files change -
Add project source map files
- Improve typo in README.md
-
Accepted file type can now be specified with
acceptedTypeprop -
We can get now the original input files by setting the
getBase64to false. Its default value isfalse -
Component context API can now be accessed with
onContextReadyevent handler props -
Banner placeholer image sizes can now be managed with
placeholderImageDimensionprop
- Project npm packages updated
-
containerPropsprop replaced withContainerProps -
bannerPropsprop replaced withBannerProps
- Typescript definition by @Shirasawa in PR #3
- Multi-instances bug fixed by @Shirasawa in PR #3
-
Fix svg rendering bug
-
Fix typo in README.md