dropzone v5.8.0 Release Notes

    • ⬇️ 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).