Updated TypeScript to 5.6.3.
Updated TypeScript to 5.3.3.
Fixed build for noUncheckedIndexedAccess.
Added options (capture) to removeEventListener so the matching events are added and removed
Added stop event propagation on drop if drop global action is not defined
Deny stop event propagation if drop global action is not defined
Remove overwriting external guid
Change dependencies
Fix audit findings in dependencies Update [email protected]
Fixed allowed files types for "" and ".*". Added validateMissingExtension check
Added onDragEnter and odDropGlobal callback functions
Added onDrag callback functions
Upgrade [email protected]. IUploadFile.uploadStatus change to be optional.
Added Enumerator ErrorCode to IUploadFile
Fixed dependencies
Update to TS 3.8.3 and other dependencies fixed
Update to TS 3.7.2 and Gulp4 used
Enable event binding in capturing mode
Changed UploadArea to collect all files before firing onFileSelected and onFilesSelected.
Added files to start and clear for UploadArea.
Added onFilesSelected for UploadArea.
Updated build tools, changed minfied version.
Updated TS to 3.0.3.
Updated TS to 2.9.2. FileInput made public for reading on Area.
Updated TS to 2.8.3. Fixed potential vulnerability in devDependencies (hoex). Fixed typos and lints.
Updated TS to 2.8.1.
Updated environment. Updated TS to 2.7.2. Higher restrictions. Prettier.
Improved internal type definitions and casting
Added highlighting on dnd.
Added option to allow upload of empty files
Options access modifier reverted to public.
Localizations are now accessible through new options property with specific errors.
Removed compatibility parts for obsolette browser without FileAPI.
Removed duplications when same file is adding many times to queue. Few options of UploadArea changed to be acceptable as a function.
Automatic clearing of manual upload file list after puting to queue is done on parameter.
Added manual triggering of adding file to UploadQueue in UploadArea.
Added offset for batches limited by max uploading file count.
Fixes
Modified update progress condition to not throw in IE.
Url is now loaded on file adding instead of request creating.
Added onFileCanceled for UploadArea