pure-upload
Advanced tools
Comparing version 2.1.0 to 2.2.0
CHANGELOG | ||
=== | ||
2.2.0 | ||
-- | ||
New features | ||
- | ||
Added manual triggering of adding file to UploadQueue in UploadArea. | ||
2.1.0 | ||
@@ -5,0 +13,0 @@ -- |
{ | ||
"name": "pure-upload", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "The pure upload library without dependencies", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -74,3 +74,5 @@ # Pure-upload | ||
multiple?: boolean; | ||
manualStart?: boolean; | ||
onFileAdded?: (file: IUploadFile) => void; | ||
onFileSelected?: (file: IUploadFile) => void | ||
onFileError?: (file: IUploadFile) => void; | ||
@@ -77,0 +79,0 @@ onFileCancelled?: (file: IUploadFile) => void; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
458148
67
9832
103
1