filestack-js
Advanced tools
Comparing version 0.9.9 to 0.9.10
# filestack-js changelog | ||
## 0.9.10 (2017-11-01) | ||
**Picker changes** | ||
- Fix browser crash in Chrome when bulk resizing images | ||
- Add some UX around currently resizing images in summary view (Upload button now says Resizing) | ||
## 0.9.9 (2017-10-18) | ||
@@ -4,0 +9,0 @@ **Picker changes** |
@@ -5,3 +5,3 @@ const DEFAULT_CNAME = 'filestackapi.com'; | ||
return { | ||
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.11.1.js`, | ||
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.11.2.js`, | ||
}; | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "filestack-js", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"description": "Official web SDK for the Filestack API", | ||
@@ -5,0 +5,0 @@ "author": "Filestack", |
@@ -42,3 +42,3 @@ <p align="center"> | ||
```HTML | ||
<script src="//static.filestackapi.com/v3/filestack-0.9.8.js"></script> | ||
<script src="//static.filestackapi.com/v3/filestack-0.9.10.js"></script> | ||
<script> | ||
@@ -660,3 +660,3 @@ const apikey = 'abc'; | ||
- [.intelligentChunkSize] <code>number</code> - Set the default chunk size for the intelligent flow. Defaults to 8MB on desktop, 1MB on mobile. | ||
- [.timeout] <code>number</code> <code> = 60000</code> - Time in milliseconds to wait before cancelling requests. | ||
- [.timeout] <code>number</code> <code> = 120000</code> - Time in milliseconds to wait before cancelling requests. | ||
- [.retry] <code>number</code> <code> = 10</code> - Number of times to retry a failed part of the flow. | ||
@@ -663,0 +663,0 @@ - [.retryFactor] <code>number</code> <code> = 2</code> - Base factor for exponential backoff. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1143952