filestack-js
Advanced tools
Comparing version 0.9.8 to 0.9.9
# filestack-js changelog | ||
## 0.9.9 (2017-10-18) | ||
**Picker changes** | ||
- Disable drag mode on crop interface (only 0.9.8 had this behavior) | ||
- Increase crop box drag anchor area to help mobile gestures | ||
**Client changes** | ||
- Add new `intelligentChunkSize` option to override the initial FII chunk size | ||
- Increase default request timeout to 2 minutes | ||
## 0.9.8 (2017-10-12) | ||
@@ -4,0 +13,0 @@ **Picker changes** |
@@ -5,3 +5,3 @@ const DEFAULT_CNAME = 'filestackapi.com'; | ||
return { | ||
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.11.0.js`, | ||
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.11.1.js`, | ||
}; | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "filestack-js", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "Official web SDK for the Filestack API", | ||
@@ -39,3 +39,3 @@ "author": "Filestack", | ||
"devDependencies": { | ||
"api-client": "http://static.filestackapi.com/packages/api-client/api-client-0.5.12.tar.gz", | ||
"api-client": "http://static.filestackapi.com/packages/api-client/api-client-0.5.14.tar.gz", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
@@ -69,2 +69,2 @@ "babel-preset-es2015": "^6.22.0", | ||
] | ||
} | ||
} |
@@ -207,5 +207,6 @@ <p align="center"> | ||
- .intelligent <code>boolean</code> - Optionally disable intelligent ingestion if it's enabled on the application. | ||
- .intelligentChunkSize <code>number</code> - Set the default chunk size for the intelligent flow. Defaults to 8MB on desktop, 1MB on mobile. | ||
- .retry <code>number</code> <code> = 10</code> - Number of times to retry a failed part of the flow. | ||
- .retryFactor <code>number</code> <code> = 2</code> - Base factor for exponential backoff. | ||
- .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. | ||
- .onRetry [<code>retryCallback</code>](#module_filestack..retryCallback) - Called when a retry is initiated. | ||
@@ -658,2 +659,3 @@ - .storeTo <code>object</code> - Options for file storage. | ||
- [.intelligent] <code>boolean</code> - Enable/disable intelligent ingestion. If true then intelligent ingestion must be enabled in your Filestack application. | ||
- [.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. | ||
@@ -660,0 +662,0 @@ - [.retry] <code>number</code> <code> = 10</code> - Number of times to retry a failed part of the flow. |
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
1143749
21
1407
712