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
onContextReady
callback optional -
Add prop
showPlaceholderImage
to show or hide the placeholder image -
Add prop
PlaceholderGridProps
to customize the placeholderGrid
props -
Add prop
LabelsGridProps
to customize the labelsGrid
props
-
Typecript definition file has been improved
-
Update
@babel/core
dependency to v7.20.12 androllup
to v3.9.1 -
README.md improved by @mikocot to show a real usecase of the library
@mui/styles
has been removed
- Improve typo in README.md
-
Add
onFilesChange
callback 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
acceptedType
prop -
We can get now the original input files by setting the
getBase64
to false. Its default value isfalse
-
Component context API can now be accessed with
onContextReady
event handler props -
Banner placeholer image sizes can now be managed with
placeholderImageDimension
prop
- Project npm packages updated
-
containerProps
prop replaced withContainerProps
-
bannerProps
prop 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