You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Using the setFileTypes function you can now set the allowed file types at runtime (#8)
Files that are added to the Resumable object are now always part of a file category (#11)
Resumable can still be used as before, without any extra handling of file categories. Internally the "default file category" will be used for all files then.
Some new construction options were added to support file categories (see docs for full explanation):
fileCategoryParameterName
fileCategories
defaultFileCategory
Many functions now support optionally passing in a file category (always defaulting to the "default file category")
Changed
Calling handleDropEvent does not remove the dragOverClass anymore from the event target (#10)
This does not affect the function of assignDrop and unassignDrop, they still handle the dragOverClass
Fixed
Documentation is now up-to-date again (see Readme)
Licensing texts has been updated to now include the participation of PCT in this package