enyo/dropzone
Handles drag and drop of files for you.
v5.9.3
2.1M downloads/mo
#3398 most downloaded on Packagist
dropzone/dropzone-packagist
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 6 months
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
10 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Feb 2021 to Nov 2021
2022
2023
2024
2025
2026
Releases
latest 10-
v6.0.0-beta.229 Nov 2021 pre-releaseRelease notes
Open source →- Add
binaryBodysupport (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
-
v5.9.321 Sep 2021Release notes
Open source →- Fix incorrect resize method used for creating thumbnails of existing files (thanks to @gplwhite)
-
v5.9.202 Apr 2021Release notes
Open source →- Handle
xhr.readyStatein thesubmitRequestfunction and don't attempt to send if it's not1(OPENED). (thanks to @bobbysmith007)
- Handle
-
v5.9.102 Apr 2021Release notes
Open source →- Fix the way upload progress is calculated when using chunked uploads. (thanks to @ckovey)
-
v5.9.002 Apr 2021Release notes
Open source →- Properly handle when timeout is null or 0
- Make the default of timeout null
-
v5.8.110 Mar 2021Release notes
Open source →- 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.7.609 Feb 2021Release notes
Open source →- Revert
dist/min/*.cssfiles to be nameddist/min/*.min.css. - Setup bower releases.
- Revert
-
v5.7.508 Feb 2021Release notes
Open source →- Rename
blacklistedBrowserstoblockedBrowsers(but still acceptblacklistedBrowsersfor legacy). - Add automatic trigger for packagist deployment.
- Fix links in
package.json.
- Rename
-
v5.7.407 Feb 2021Release notes
Open source →- Prevent hidden input field from getting focus (thanks to @sinedied)
- Fix documentation of
maxFilesize(thanks to @alxndr-w) - Fix build issues so the UMD module can be imported properly
-
v5.7.305 Feb 2021Release notes
Open source →- Add
disablePreviewsoption. - Fix IE problems with Symbols.
- WARNING: This release had issues because the .js files couldn't be imported as AMD/CommonJS packages properly. The standalone version worked fine though. I have retracted this version from npm but have left the release on GitHub.
- Add