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