Skip to content

Commit 992b49b

Browse files
committed
Release 8.4.0
1 parent b934512 commit 992b49b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0",
3+
"version": "8.4.0",
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",

projects/angular-uploader/src/lib/upload-dropzone.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { UploaderInterface, UploadWidgetConfig, UploadWidgetResult } from "uploa
66
template: `
77
<div
88
#container
9-
style="position: relative; width: 100%; minWidth: 280px; maxWidth: {{ width }}; height: {{ height }}"
9+
style="position: relative; width: 100%; min-width: 280px; maxWidth: {{ width }}; height: {{ height }}"
1010
></div>
1111
`,
1212
styles: []

0 commit comments

Comments
 (0)