All Versions
29
Latest Version
Avg Release Cycle
69 days
Latest Release
-

Changelog History
Page 2

  • v5.7.4 Changes

    • Prevent hidden input field from getting focus (thanks to @sinedied)
    • ๐Ÿ›  Fix documentation of maxFilesize (thanks to @alxndr-w)
    • ๐Ÿ›  Fix build issues so the UMD module can be imported properly
  • v5.7.3 Changes

    • โž• Add disablePreviews option.
    • ๐Ÿ›  Fix IE problems with Symbols.
    • โš  WARNING: This release had issues because the .js files couldn't be imported as AMD/CommonJS packages properly. The standalone version worked fine though. I have retracted this version from npm but have left the release on GitHub.
  • v5.7.2 Changes

    July 23, 2020
    • Base the calculation of the chunks to send on the transformed files
    • โฑ Properly display seconds (instead of ms) in error message when timeout is reached
    • Properly handle it when options.method is a function (there was a bug, which always assumed that it was a String) (thanks to @almdac)
    • ๐Ÿ›  Fix orientation on devices that already handle it properly (thanks to @nosegrind)
    • ๐Ÿ– Handle additionalParams when they are an Array the way it's expected (thanks to @wiz78)
    • Check for string in error message type instead of String (thanks to @RuQuentin)
  • v5.7.1 Changes

    June 04, 2020
    • ๐Ÿ›  Fix issue with IE (thanks to @Bjego)
  • v5.7.0 Changes

    March 09, 2020
    • ๐Ÿšš Cleanup the SVGs used to remove IDs and sketch attributes Since SVGs are duplicated this resulted in duplicate IDs being used.
    • โž• Add a dedicated displayExistingFile method to make it easier to display server files.
    • ๐Ÿ›  Fix an error where chunked uploads don't work as expected when transforming files before uploading.
    • 0๏ธโƒฃ Make the default text a button so it's discoverable by keyboard.
  • v5.6.1 Changes

    • ๐Ÿš€ Re-released due to missing javascript files
    • โœ‚ Removes npm dependency that got added by mistake
  • v5.6.0 Changes

    • โฑ Timeout now generates an error (thanks to @mmollick)
    • ๐Ÿ›  Fix duplicate iteration of error processing (#159 thanks @darkland)
    • ๐Ÿ›  Fixed bootstrap example (@thanks to @polosatus)
    • The addedfiles event now triggers after each individual addedfile event when dragging files into the dropzone, which is the same behavior as when clicking it.
  • v5.5.0 Changes

    August 06, 2018
    • Correct photo orientation before uploading (if enabled) (thanks to @nosegrind)
    • โœ‚ Remove a potential memory leak in some browsers by keeping a reference to xhr inside the individual chunk objects (thanks to @clayton2)
    • ๐Ÿ‘ Allow HTML in the remove links (thanks to @christianklemp)
    • hiddenInputContainer can now be an HtmlElement in addition to a selector String (thanks to @WAmeling)
    • ๐Ÿ›  Fix default values on website (since the last deployment, the default values all stated null)
  • v5.4.0 Changes

    August 06, 2018
    • ๐Ÿ›  Fix IE11 issue when dropping files
  • v5.3.1 Changes

    August 06, 2018
    • ๐Ÿ›  Fix broken npm release of 5.3.0