PhotoEditor SDK v10.19.0 Release Notes

Release Date: 2020-08-21 // over 3 years ago
  • ๐Ÿ”„ Changed

    • Enabled library evolution and module stability which allows to use the SDK from now on with any Xcode 11+ (beta) version.
    • โช [VideoEditorSDK] Selecting sprites won't pause video playback anymore to align behavior with Android. In order to restore the old behavior override wantsVideoPlayback of BrushEditController, StickerEditController, TextDesignOptionsToolController, TextFontToolController, and TextOptionsToolController.

    โž• Added

    • โž• Added experimental XCFramework and Swift Package Manager (SPM) support.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [ImglyKit] Fixed silent force crop behavior when TransformToolControllerOptions.allowFreeCrop and MediaEditViewControllerOptions.forceCropMode are both false where the asset would not be automatically cropped to the best matching aspect if its size would not fit one of the TransformToolControllerOptions.allowedCropAspects.
    • ๐Ÿ›  [ImglyKit] Fixed that the time label would be hidden when specifying .video as the first item in CameraViewControllerOptions.allowedRecordingModes.