Skip to content

Releases: filestack/filestack-ios

Version 2.8.6

24 Apr 06:12
Compare
Choose a tag to compare
  • iOS 17: Fixed Images selected from Photo Library become .low format after upload

Version 2.8.5

03 Nov 11:38
Compare
Choose a tag to compare
  • Fix wrong image orientation on exported HEIC images.
  • Turned pickerUploadedFiles(picker:, responses:) into an optional protocol requirement.

Version 2.8.4

27 Oct 09:56
Compare
Choose a tag to compare
  • Ensure completionBlock is called in all paths from ImagePickerUploadController and URLPickerUploadController.
  • Show cancel button on navigation bar's left side in picker.
  • Present alert when trying to use camera source from simulator instead of crashing.
  • Minor updates in demo project.

Version 2.8.3

15 Oct 11:09
Compare
Choose a tag to compare
  • Added pickerWasDismissed(picker:) to PickerNavigationControllerDelegate protocol.

Version 2.8.2

04 Oct 08:39
Compare
Choose a tag to compare
  • Allow built-in image editor to be presented when running iOS 14 or later.

Version 2.8.1

04 Oct 08:39
Compare
Choose a tag to compare
  • Ensure legacy native picker's completion block is called when picker behavior is set to .store.

Version 2.8.0

06 Aug 12:23
Compare
Choose a tag to compare
  • It is now possible for SDK users to implement their own picker sources programmatically. Please refer to
    SourceProvider and the demo project included with this SDK for more information.
  • Updated demo project to include a custom picker source implementation.
  • Updated demo project to support requesting extra background execution time if the Filestack SDK Client is currently
    uploading files.
  • Updated dependency on FilestackSDK to 2.8.0.

Version 2.7.2

03 May 05:55
Compare
Choose a tag to compare
  • [Hotfix] Ensuring Minimum Deployment Target compatibility with iOS 11 (only relevant for CocoaPod users.)

Version 2.7.1

17 Feb 12:53
Compare
Choose a tag to compare
  • Added synchronized access to add, remove and cancel thumbnail requests originating from cloud sources in picker to prevent race conditions.

Version 2.7.0

15 Feb 11:51
Compare
Choose a tag to compare
  • Added support for custom picker behaviors (see PickerBehavior enum.)
  • Deprecated uploadFromImagePicker(viewController:sourceType:options:queue:uploadProgress:completionHandler:) and uploadFromDocumentPicker(viewController:options:queue:uploadProgress:completionHandler:) functions in favor of newly introduced function pickFiles(using:source:behavior:pickCompletionHandler:uploadCompletionHandler:).
  • Updated dependency on FilestackSDK to 2.7.0.