PhotoEditor SDK v10.15.0 Release Notes

Release Date: 2020-07-09 // almost 4 years ago
  • 🔄 Changed

    • [ImglyKit] Changed access level of CameraViewController's UIImagePickerControllerDelegate implementation to open in order to allow further customization within subclasses.
    • [VideoEditorSDK] The original URL of the input video is now returned by the VideoEditViewControllerDelegate instead of nil when exporting an unedited video in order to align the behavior with PhotoEditorSDK.

    ➕ Added

    • 🔧 [ImglyKit] Added TextToolControllerOptions.maximumTextSize to configure the maximum initial font size for text added within the text tool.
    • 📈 [ImglyKit] Added missing analytics events for adding, selecting, and removing text designs.
    • [ImglyKit] Added CameraController.cameraPosition to determine the active camera position.

    🛠 Fixed

    • [ImglyKit] Fixed subclassing of TextToolController, TextDesignToolController, BrushColorToolController, StickerGestureController, StickerColorToolController, StickerEditController, TextGestureController, TextColorToolController, and TextDesignGestureController which caused undefined symbols for _OBJC_METACLASS_ errors.
    • 🛠 [ImglyKit] Fixed image picker in camera would allow selecting media types that are not included in the CameraViewControllerOptions.allowedRecordingModes.