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.9.9

Diff

Changelog

Source

0.9.9 (2017-10-18)

Picker changes

  • Disable drag mode on crop interface (only 0.9.8 had this behavior)
  • Increase crop box drag anchor area to help mobile gestures

Client changes

  • Add new intelligentChunkSize option to override the initial FII chunk size
  • Increase default request timeout to 2 minutes
filestack-dev
published 0.9.8 •

Changelog

Source

0.9.8 (2017-10-12)

Picker changes

  • Add modalSize option for setting width and height of desktop modal
  • Change image grid thumbnail styles to prevent stretching
  • Add support for CNAME for static picker files (thanks to @MichalPodeszwa)
  • Fix duplicated uploads bug when startUploadingWhenMaxFilesReached and uploadInBackground are true
  • Fix bug where infinite scroll would fetch files twice
  • Fix issue with exposeOriginalFile not being respected in all callbacks
  • Optimize all downloaded SVG assets for faster loading times
filestack-dev
published 0.9.8-rc2 •

filestack-dev
published 0.9.8-rc1 •

filestack-dev
published 0.9.7 •

Changelog

Source

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
filestack-dev
published 0.9.6 •

Changelog

Source

0.9.6 (2017-10-05)

Picker changes

  • Implement makeDropPane for mounting a drop zone into the DOM (see README for options)
  • Implement cropFiles for using the picker's crop UI on a specific list of files
  • Add new uploadId to file metadata for tracking the file in callbacks
  • Add new rootId to pick options for specifying an id for the root DOM node
  • Fix UX bug with background uploads and summary row styles
filestack-dev
published 0.9.5 •

Changelog

Source

0.9.5 (2017-10-03)

  • Fixed a possible race condition in the module loader. See #57.
filestack-dev
published 0.9.5-rc1 •

filestack-dev
published 0.9.4 •

Changelog

Source

0.9.4 (2017-09-26)

Picker changes

  • Implement 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

  • Increase upload request timeout default to 60s
  • Set an upper bound on exponential backoff interval
  • Expose logout method to clear cloud sessions
filestack-dev
published 0.9.4-rc1 •

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