filestack-js
Advanced tools
Changelog
0.9.9 (2017-10-18)
Picker changes
Client changes
intelligentChunkSize
option to override the initial FII chunk sizeChangelog
0.9.8 (2017-10-12)
Picker changes
startUploadingWhenMaxFilesReached
and uploadInBackground
are trueexposeOriginalFile
not being respected in all callbacksChangelog
0.9.7 (2017-10-06)
Picker changes
Changelog
0.9.6 (2017-10-05)
Picker changes
uploadId
to file metadata for tracking the file in callbacksrootId
to pick options for specifying an id for the root DOM nodeChangelog
0.9.4 (2017-09-26)
Picker changes
allowManualRetry
option.allowManualRetry
will override the default picker behavior when failed uploads occur. The modal will remain open to let users retry failed files manually. Network interruptions are also detected when this option is true, and uploads that fail due to network disruption will be auto-retried until the network returns or until a user manually retries.
The UX for the summary screen has changed due to this feature, so users will now see completed, uploading, and failed files in separate sections. This change is visible to all users regardless of the option being enabled.
Manual retry for the single image flow will land in a later release. This option currently only applies to files viewed in the summary screen and not in the transformer.
Client changes