dropzone v5.2.0 Release Notes

Release Date: 2018-08-06 // over 5 years ago
    • Migrated from coffeescript to ES6!
    • Added chunked file uploading! The highly requested chunked uploads are now available. Checkout the chunking option documentation for more information.
    • 🛠 Fixed a faulty console.warning (should be console.warn)
    • If an input field doesn't have a name, don't include it when sending the form (thanks to @remyj38)
    • 🏁 Opera on Windows Phone is now also blacklisted (thanks to @dracos1)
    • If a custom preview element is used, it is now properly handled when it doesn't have a parent (thanks to @uNmAnNeR)