Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filestack-js

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filestack-js - npm Package Versions

1
18

0.8.0

Diff

Changelog

Source

0.8.0 (2017-07-26)

Picker changes

  • Fix typos in various languages including Italian and Danish
  • Add Hebrew language as he
  • Cancel uploads when the pick modal is closed (via close button or ESC key)
  • Convert all image transformations to run on the client
  • Implement force crop flow

New pick options

  • imageMax -- set maximum dimensions for client-side image resizing
  • imageMin -- set minimum dimensions for client-side image resizing
  • imageDim -- set dimensions for client-side image resizing
  • rejectOnCancel -- reject the Promise returned by pick on user cancel
  • transformations.crop.force -- force all images to be cropped before uploading
  • transformations.rotate -- enable/disable image rotation
  • transformations.circle -- enable/disable image circle crop

Deprecated 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 now

Client changes

  • upload will now accept a base64 encoded string which it will convert to a Blob.
  • Added new transform option output for file conversion URL generation
filestack-dev
published 0.7.1 •

Changelog

Source

0.7.1 (2017-07-10)

Picker fixes

  • Fix bug with broken URL upload when security is enabled
filestack-dev
published 0.7.0 •

Changelog

Source

0.7.0 (2017-07-03)

Picker changes

  • Cloud folder UX and interface have been overhauled
  • Implemented Filestack whitelabel account feature (disable brand footer)
  • Add new screen for blocked applications
  • Add new option disableThumbnails to remove local file thumbnails for performance increase
  • Add new sources url and customsource (plus customSourcePath and customSourceContainer options)
  • Various style updates
  • Bug fixes including removing a TypeError on extension checking

Client changes

  • Fix module loader breaking in Node environments
  • Fix memory leak in multi-part uploader
  • Abort multi-part uploads if ETag header does not exist on first chunk response

Breaking changes

  • Polyfills have been removed from the distributable. Please see the readme section Promises
  • fsp-button-auth is now fsp-button--auth
filestack-dev
published 0.7.0-rc •

filestack-dev
published 0.6.3 •

Changelog

Source

0.6.3 (2017-05-30)

Picker changes

  • Fix bug with file upload progress related to background uploads
  • Fix issue with crop overlay dimensions being set incorrectly
filestack-dev
published 0.6.2 •

Changelog

Source

0.6.2 (2017-05-26)

Picker changes

  • Fix multiple file selection bug on mobile
  • Fix bug where uploadInBackground: false was not respecting storeTo options
  • Change crop selection area to behave more like a mask
  • Fix issue when picker is loaded alongside a global Vue/Vuex instance
filestack-dev
published 0.6.1 •

Changelog

Source

0.6.1 (2017-05-22)

  • Add token parameter to upload method
filestack-dev
published 0.6.0 •

Changelog

Source

0.6.0 (2017-05-10)

Picker changes

  • Implement webcam source for taking pictures
  • Remove sidebar pagination, implement sidebar scrolling
  • Fix performance issue in summary screen related to thumbnails
  • Implement onClose callback
  • Add new field originalPath to file data returned from pick

Breaking changes

  • The multi-part upload method was rewritten. Options to this method have slightly changed.
  • The signature of progress events has also changed, please see the readme.
filestack-dev
published 0.5.2 •

Changelog

Source

0.5.2 (2017-04-20)

  • Fix one more transformations regression (sorry folks)
filestack-dev
published 0.5.1 •

Changelog

Source

0.5.1 (2017-04-17)

  • Fix transformations regression with security enabled
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc