Comparing version 5.8.1 to 5.9.0
@@ -0,1 +1,6 @@ | ||
## 5.9.0 | ||
- Properly handle when timeout is null or 0 | ||
- Make the default of timeout null | ||
## 5.8.1 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "dropzone", | ||
"version": "5.8.1", | ||
"version": "5.9.0", | ||
"description": "Handles drag and drop of files for you.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -26,4 +26,5 @@ import Dropzone from "./dropzone.js"; | ||
* The timeout for the XHR requests in milliseconds (since `v4.4.0`). | ||
* If set to null or 0, no timeout is going to be set. | ||
*/ | ||
timeout: 30000, | ||
timeout: null, | ||
@@ -30,0 +31,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1054503
20502