Changelog
6.0.0-beta.2
binaryBody
support (thanks to @patrickbussmann and @meg1502).
test/test-sites/2-integrations
.Changelog
6.0.0-beta.1
5.9.3
. You can download it here:
https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zipDropzone.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.dropzone-amd-module
files have been removed. There is now a
dropzone.js
and a dropzone.mjs
in the dist folder.min/
folder has been removed. dropzone.min.js
is now the only
file that is minimized.Dropzone.extend
and replace by the just-extend
package.Dropzone.version
.Changelog
5.9.3
Changelog
5.9.2
xhr.readyState
in the submitRequest
function and don't attempt to
send if it's not 1
(OPENED). (thanks to @bobbysmith007)Changelog
5.9.1
Changelog
5.8.1
Changelog
5.8.0
dropzone:
. (thanks to @1cg)./src/options.js
previewTemplate in its own
preview-template.html
file.Changelog
5.7.6
dist/min/*.css
files to be named dist/min/*.min.css
.