PhotoEditor SDK v10.9.0 Release Notes

Release Date: 2020-04-06 // about 4 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”ง [ImglyKit] ๐Ÿšจ ConfigurationBuilder.configure(from:) methods don't parse the tile configurations for LUTFilter objects from the lutURI filename anymore and the default changed from a 8x8 to a 5x5 tile configuration.
    • ๐Ÿ“„ [ImglyKit] Added @available(iOS 11.0, *) restriction to ImageFileFormat.heif as this has always been noted in the API docs but was not enforced by the compiler.

    โž• Added

    • ๐Ÿ”ง [ImglyKit] Added LUTEffect initializer for specific tile configurations that does not parse its URL for tile configurations.
    • ๐Ÿ”ง [ImglyKit] Added Configuration.appearanceProxyConfigurationClosure intended for custom UIAppearance proxy calls.
    • [ImglyKit] Enabled SnapGuideView properties for UIAppearance proxy calls.
    • [ImglyKit] Added snap guide colors to the Theme.

    ๐Ÿ›  Fixed

    • ๐ŸŽ [ImglyKit] Added a workaround that fixes black image exports with the iOS 13.4 Simulator in general and all iOS 13.x Simulators running on macOS 10.15.4. Exports of images larger than 40962 are still failing to render on the aforementioned iOS Simulator configurations. On real devices everything works as expected.