filestack-js
Advanced tools
Comparing version 0.9.6 to 0.9.7
# filestack-js changelog | ||
## 0.9.7 (2017-10-06) | ||
**Picker changes** | ||
- Fire all file callbacks regardless of uploadInBackground value | ||
- Default global drop zone to false, add new option globalDropZone to enable it | ||
- Add exposeOriginalFile option to give access to underlying File instances | ||
- Fix bug with allowManualRetry and background uploads | ||
- Fix UI bug with selected cloud files when uploadInBackground is true | ||
## 0.9.6 (2017-10-05) | ||
@@ -4,0 +12,0 @@ **Picker changes** |
export default { | ||
picker: 'https://static.filestackapi.com/picker/v3/picker-0.10.7.js', | ||
picker: 'https://static.filestackapi.com/picker/v3/picker-0.10.8.js', | ||
}; |
{ | ||
"name": "filestack-js", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "Official web SDK for the Filestack API", | ||
@@ -68,2 +68,2 @@ "author": "Filestack", | ||
] | ||
} | ||
} |
@@ -42,3 +42,3 @@ <p align="center"> | ||
```HTML | ||
<script src="//static.filestackapi.com/v3/filestack-0.9.6.js"></script> | ||
<script src="//static.filestackapi.com/v3/filestack-0.9.7.js"></script> | ||
<script> | ||
@@ -229,2 +229,4 @@ const apikey = 'abc'; | ||
- .rootId <code>string</code> <code> = "__filestack-picker"</code> - Id for the root DOM node of the mounted app. | ||
- .globalDropZone <code>boolean</code> - Toggle the drop zone to be active on all views. Default is active only on local file source. | ||
- .exposeOriginalFile <code>boolean</code> - When true the originalFile metadata will be the actual File object instead of a POJO. | ||
@@ -258,3 +260,3 @@ **Example** | ||
| url | <code>string</code> | The Filestack CDN URL for the uploaded file. | | ||
| originalFile | <code>object</code> \| <code>undefined</code> | Properties of the local binary file. | | ||
| originalFile | <code>object | File</code> \| <code>undefined</code> | Properties of the local binary file. | | ||
| status | <code>string</code> \| <code>undefined</code> | Indicates Filestack transit status. | | ||
@@ -261,0 +263,0 @@ | key | <code>string</code> \| <code>undefined</code> | The hash-prefixed cloud storage path. | |
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
1138664
709