All Versions
29
Latest Version
Avg Release Cycle
69 days
Latest Release
-
Changelog History
Page 1
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
.
- โ Add
-
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, invokeDropzone.discover()
after your HTML has loaded and it will do the same. - ๐ The
dropzone-amd-module
files have been removed. There is now adropzone.js
and adropzone.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 thejust-extend
package. - There is no more
Dropzone.version
.
- โฌ๏ธ Dropzone is dropping IE support! If you still need to support IE, please use
-
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 thesubmitRequest
function and don't attempt to send if it's not1
(OPENED). (thanks to @bobbysmith007)
- ๐ Handle
-
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 ownpreview-template.html
file. - ๐ฆ Switched to yarn as the primary package manager (shouldn't affect anybody that is not working Dropzone itself).
- โฌ๏ธ 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
-
v5.7.6 Changes
- Revert
dist/min/*.css
files to be nameddist/min/*.min.css
. - ๐ Setup bower releases.
- Revert
-
v5.7.5 Changes
- ๐ป Rename
blacklistedBrowsers
toblockedBrowsers
(but still acceptblacklistedBrowsers
for legacy). - โ Add automatic trigger for packagist deployment.
- ๐ Fix links in
package.json
.
- ๐ป Rename