fix(deps): update dependency dropzone to v5 #3283
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.3.0
->^5.0.0
Release Notes
dropzone/dropzone (dropzone)
v5.9.3
Compare Source
(thanks to @gplwhite)
v5.9.2
Compare Source
xhr.readyState
in thesubmitRequest
function and don't attempt tosend if it's not
1
(OPENED). (thanks to @bobbysmith007)v5.9.1
Compare Source
to @ckovey)
v5.9.0
Compare Source
v5.8.1
Compare Source
(thanks to @fukayatsu)
v5.8.0
Compare Source
are the same as the events you can listen on with Dropzone but start with
dropzone:
. (thanks to @1cg)./src/options.js
previewTemplate in its ownpreview-template.html
file.is not working Dropzone itself).
v5.7.6
Compare Source
dist/min/*.css
files to be nameddist/min/*.min.css
.v5.7.5
Compare Source
blacklistedBrowsers
toblockedBrowsers
(but still acceptblacklistedBrowsers
for legacy).package.json
.v5.7.4
Compare Source
maxFilesize
(thanks to @alxndr-w)v5.7.3
Compare Source
disablePreviews
option.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.
v5.7.2
Compare Source
reached
options.method
is a function (there was a bug, whichalways assumed that it was a String) (thanks to @almdac)
string
in error message type instead ofString
(thanks to @RuQuentin)v5.7.1
Compare Source
v5.7.0
Compare Source
Since SVGs are duplicated this resulted in duplicate IDs being used.
displayExistingFile
method to make it easier to displayserver files.
files before uploading.
v5.6.1
Compare Source
npm
dependency that got added by mistakev5.6.0
Compare Source
addedfiles
event now triggers after each individualaddedfile
eventwhen dragging files into the dropzone, which is the same behavior as when
clicking it.
v5.5.1
Compare Source
v5.5.0
Compare Source
xhr
inside the individualchunk objects (thanks to @clayton2)
hiddenInputContainer
can now be anHtmlElement
in addition to a selector String (thanks to @WAmeling)null
)v5.4.0
Compare Source
v5.3.1
Compare Source
v5.3.0
Compare Source
dictUploadCanceled
option (thanks to @Fohlen)v5.2.0
Compare Source
chunking
option documentation for more information.console.warning
(should beconsole.warn
)v5.1.1
Compare Source
file.upload.filename
file.upload.filename
gets removed after the file uploaded completedarraybuffer
andblob
responsesv5.1.0
Compare Source
renameFilename
option has been deprecated. UserenameFile
instead(which also has a slightly different function signature)
renameFile
option now stores the new name infile.upload.filename
(#1)v5.0.1
Compare Source
v5.0.0
Compare Source
resizeWidth
,resizeHeight
,resizeMimeType
andresizeQuality
.Thanks a lot to MD Systems for donating the money to make this a reality.
options.timeout
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.