Releases: filestack/filestack-ios
Releases · filestack/filestack-ios
Version 2.8.6
Version 2.8.5
- Fix wrong image orientation on exported HEIC images.
- Turned
pickerUploadedFiles(picker:, responses:)
into an optional protocol requirement.
Version 2.8.4
- Ensure
completionBlock
is called in all paths fromImagePickerUploadController
andURLPickerUploadController
. - 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
- Added
pickerWasDismissed(picker:)
toPickerNavigationControllerDelegate
protocol.
Version 2.8.2
- Allow built-in image editor to be presented when running iOS 14 or later.
Version 2.8.1
- Ensure legacy native picker's completion block is called when picker behavior is set to
.store
.
Version 2.8.0
- 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
- [Hotfix] Ensuring Minimum Deployment Target compatibility with iOS 11 (only relevant for CocoaPod users.)
Version 2.7.1
- Added synchronized access to add, remove and cancel thumbnail requests originating from cloud sources in picker to prevent race conditions.
Version 2.7.0
- Added support for custom picker behaviors (see
PickerBehavior
enum.) - Deprecated
uploadFromImagePicker(viewController:sourceType:options:queue:uploadProgress:completionHandler:)
anduploadFromDocumentPicker(viewController:options:queue:uploadProgress:completionHandler:)
functions in favor of newly introduced functionpickFiles(using:source:behavior:pickCompletionHandler:uploadCompletionHandler:)
. - Updated dependency on
FilestackSDK
to 2.7.0.