react-images-upload
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "react-images-upload", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -34,8 +34,8 @@ # Images uploader UI component | ||
<ImageUploader | ||
withIcon: true | ||
buttonText: 'Choose images' | ||
onChange={this.onDrop} | ||
imgExtension: ['.jpg', '.gif', '.png', '.gif'] | ||
maxFileSize: 5242880 | ||
/> | ||
withIcon={true} | ||
buttonText='Choose images' | ||
onChange={this.onDrop} | ||
imgExtension={['.jpg', '.gif', '.png', '.gif']} | ||
maxFileSize={5242880} | ||
/> | ||
); | ||
@@ -42,0 +42,0 @@ } |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16029
387
1