Skip to content

Commit 41472a9

Browse files
committed
Release 8.2.3
1 parent eb51e48 commit 41472a9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ export class AppComponent {
176176
options: UploadWidgetConfig = {
177177
multi: false
178178
};
179-
// 'onUpdate' explained:
180-
// - Dropzones are non-terminal by default (i.e. they don't have an
181-
// end state), so we use 'onUpdate' instead of 'onComplete'.
182-
// - To create a terminal dropzone, add a 'onComplete' attribute
183-
// to the component and add the 'showFinishButton: true' option.
179+
// 'onUpdate' vs 'onComplete' attrs on 'upload-dropzone':
180+
// - Dropzones are non-terminal by default (they don't have an end
181+
// state), so by default we use 'onUpdate' instead of 'onComplete'.
182+
// - To create a terminal dropzone, use the 'onComplete' attribute
183+
// instead and add the 'showFinishButton: true' option.
184184
onUpdate = (files: UploadWidgetResult[]) => {
185185
alert(files.map(x => x.fileUrl).join("\n"));
186186
};

projects/angular-uploader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-uploader",
3-
"version": "8.2.2",
3+
"version": "8.2.3",
44
"author": "Upload <[email protected]> (https://upload.io)",
55
"description": "Angular 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)