We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df14d3 commit 3ef41b9Copy full SHA for 3ef41b9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 7.1.2
2
+
3
+A small patch release with an important bugfix that was asked by the community for a long time:
4
5
+* fix: parallelChunkUploads should respect parallelUploads. fix dropzone/dropzone#2030 (based on PR dropzone/dropzone#2249 by @labor4)
6
7
## 7.1.1
8
9
A small patch release with an important bugfix that was asked by the community for a long time:
package.json
@@ -1,6 +1,6 @@
{
"name": "@deltablot/dropzone",
- "version": "7.1.1",
+ "version": "7.1.2",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
0 commit comments