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

Changelog History
Page 1

  • v6.0.0-beta.2 Changes

    • โž• Add binaryBody support (thanks to @patrickbussmann and @meg1502).
      • This adds full support for AWS S3 Multipart Upload.
      • There is an example setup for this now in test/test-sites/2-integrations.
  • v6.0.0-beta.1 Changes

    ๐Ÿ’ฅ Breaking

    • โฌ‡๏ธ Dropzone is dropping IE support! If you still need to support IE, please use 5.9.3. You can download it here: https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip
    • ๐Ÿšš Dropzone.autoDiscover has been removed! If you want to auto discover your elements, invoke Dropzone.discover() after your HTML has loaded and it will do the same.
    • ๐Ÿšš The dropzone-amd-module files have been removed. There is now a dropzone.js and a dropzone.mjs in the dist folder.
    • ๐Ÿšš The min/ folder has been removed. dropzone.min.js is now the only file that is minimized.
    • โœ‚ Remove Dropzone.extend and replace by the just-extend package.
    • There is no more Dropzone.version.
  • v5.9.3 Changes

    • ๐Ÿ›  Fix incorrect resize method used for creating thumbnails of existing files (thanks to @gplwhite)
  • v5.9.2 Changes

    • ๐Ÿ– Handle xhr.readyState in the submitRequest function and don't attempt to send if it's not 1 (OPENED). (thanks to @bobbysmith007)
  • v5.9.1 Changes

    • ๐Ÿ›  Fix the way upload progress is calculated when using chunked uploads. (thanks to @ckovey)
  • v5.9.0 Changes

    • โฑ Properly handle when timeout is null or 0
    • 0๏ธโƒฃ Make the default of timeout null
  • v5.8.1 Changes

    • ๐Ÿ›  Fix custom event polyfill for IE11
    • ๐Ÿ›  Fix build to use ES5 instead of ES6, which was broken due to webpack upgrade. (thanks to @fukayatsu)
  • v5.8.0 Changes

    • โฌ‡๏ธ Dropzone now also triggers custom events on the DOM element. The custom events are the same as the events you can listen on with Dropzone but start with dropzone:. (thanks to @1cg)
    • ๐Ÿšš Moved the ./src/options.js previewTemplate in its own preview-template.html file.
    • ๐Ÿ“ฆ Switched to yarn as the primary package manager (shouldn't affect anybody that is not working Dropzone itself).
  • v5.7.6 Changes

    • Revert dist/min/*.css files to be named dist/min/*.min.css.
    • ๐Ÿš€ Setup bower releases.
  • v5.7.5 Changes

    • ๐Ÿ’ป Rename blacklistedBrowsers to blockedBrowsers (but still accept blacklistedBrowsers for legacy).
    • โž• Add automatic trigger for packagist deployment.
    • ๐Ÿ›  Fix links in package.json.