filestack-js
Advanced tools
Changelog
0.8.0 (2017-07-26)
Picker changes
he
New pick options
imageMax
-- set maximum dimensions for client-side image resizingimageMin
-- set minimum dimensions for client-side image resizingimageDim
-- set dimensions for client-side image resizingrejectOnCancel
-- reject the Promise returned by pick
on user canceltransformations.crop.force
-- force all images to be cropped before uploadingtransformations.rotate
-- enable/disable image rotationtransformations.circle
-- enable/disable image circle cropDeprecated pick options
As of 0.8.0 the following options are no longer supported:
transformations.maxDimensions
-- Replaced by imageMax
transformations.minDimensions
-- Replaced by imageMin
transformations.crop.circle
-- Replaced by transformations.circle
transformations.filters
-- These are now gone, for nowClient changes
upload
will now accept a base64 encoded string which it will convert to a Blob.output
for file conversion URL generationChangelog
0.7.1 (2017-07-10)
Picker fixes
Changelog
0.7.0 (2017-07-03)
Picker changes
disableThumbnails
to remove local file thumbnails for performance increaseurl
and customsource
(plus customSourcePath
and customSourceContainer
options)Client changes
Breaking changes
fsp-button-auth
is now fsp-button--auth
Changelog
0.6.3 (2017-05-30)
Picker changes
Changelog
0.6.2 (2017-05-26)
Picker changes
uploadInBackground: false
was not respecting storeTo
optionsChangelog
0.6.1 (2017-05-22)
Changelog
0.6.0 (2017-05-10)
Picker changes
originalPath
to file data returned from pickBreaking changes
upload
method was rewritten. Options to this method have slightly changed.Changelog
0.5.2 (2017-04-20)
Changelog
0.5.1 (2017-04-17)