Skip to content

v2.1.0

Choose a tag to compare

@UniquePanda UniquePanda released this 21 Mar 07:17
· 98 commits to main since this release
0dc8a29

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