filestack-js
Advanced tools
Changelog
1.0.0 (2018-05-31)
The source code for this repository has been made available under the Apache 2.0 license. Contributions are more than welcome, and we will be working to improve the contribution experience over time. It should be noted that the source code for the picker UI is not yet licensed for sharing.
package.json
. Read more.filestack.init
now takes 2 arguments, apikey
and options
. Read more.import * as filestack from 'filestack-js'
.customSourceName
to configure the name of the source in the UI. This is no longer pulled from the Filestack application.rejectOnCancel
has been removed from the picker options.hideWhenUploading
has been renamed to hideModalWhenUploading
, since it applies only when displayMode
is 'overlay'
pick
, makeDropPane
, and cropFiles
have been replaced by a unifying picker
instance that exposes methods for controlling the picker lifecycle. Supporting this change are two new picker options, displayMode
and container
, which allow users to configure how their pickers are integrated into the document.Changelog
0.11.2 (2018-01-24)
Picker changes
Changelog
0.11.1 (2018-01-18)
Picker changes
Changelog
0.10.1 (2017-12-14)
Picker changes
uploadConfig.timeout
not being respected