Skip to content

Commit 5577454

Browse files
committed
Release 4.9.2
1 parent e64df99 commit 5577454

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ const options = {
135135

136136
const MyApp = () => (
137137
<UploadDropzone options={options}
138-
onUpdate={({ uploadedFiles }) => alert(uploadedFiles.map(x => x.fileUrl).join("\n"))}
138+
onUpdate={({ uploadedFiles }) => {
139+
console.log(uploadedFiles.map(x => x.fileUrl).join("\n"))
140+
}}
139141
width="600px"
140142
height="375px" />
141143
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytescale/upload-widget-react",
3-
"version": "4.9.1",
3+
"version": "4.9.2",
44
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
55
"description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
66
"license": "MIT",

0 commit comments

Comments
 (0)