Skip to content

Commit e64df99

Browse files
committed
Release 4.9.1
1 parent 197ca69 commit e64df99

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
@@ -145,7 +145,9 @@ const MyApp = () => (
145145
>
146146
> `onComplete` only fires when `showFinishButton = true` (i.e. when the user clicks "Finish").
147147
>
148-
> `onUpdate` must be used when `showFinishButton = false` (default).
148+
> `onUpdate` must be used when `showFinishButton = false`.
149+
>
150+
> Default value: `showFinishButton = false`
149151
150152
Required props:
151153
- `options`

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.0",
3+
"version": "4.9.1",
44
"author": "Bytescale <[email protected]> (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)