Skip to content

Releases: imgly/pesdk-ios-build

10.15.0-xcode.12.0.beta.2

09 Jul 18:02
Compare
Choose a tag to compare
Pre-release

Pre-release of PhotoEditor SDK 10.15.0 built with Xcode 12.0 beta 2. If you notice any issues, please contact https://support.photoeditorsdk.com. This version is not available via CocoaPods trunk but you can source https://github.com/imgly/specs.git to install it as shown in the following example Podfile:

source 'https://github.com/imgly/specs.git'

platform :ios, '11.0'

target 'SwiftExample' do
  use_frameworks!
  pod 'PhotoEditorSDK', '10.15.0-xcode.12.0.beta.2'
end

Changed

  • Raised minimum deployment target to iOS 11.0
  • Built with Swift 5.3 / Xcode 12.0 beta 2

10.14.0-xcode.12.0.beta.1

01 Jul 08:39
Compare
Choose a tag to compare
Pre-release

Pre-release of PhotoEditor SDK 10.14.0 built with Xcode 12.0 beta 1. If you notice any issues, please contact https://support.photoeditorsdk.com. This version is not available via CocoaPods trunk but you can source https://github.com/imgly/specs.git to install it as shown in the following example Podfile:

source 'https://github.com/imgly/specs.git'

platform :ios, '11.0'

target 'SwiftExample' do
  use_frameworks!
  pod 'PhotoEditorSDK', '10.14.0-xcode.12.0.beta.1'
end

Changed

  • Raised minimum deployment target to iOS 11.0
  • Built with Swift 5.3 / Xcode 12.0 beta 1

10.14.0

25 Jun 15:40
Compare
Choose a tag to compare

Added

  • [VideoEditorSDK] Added support for animated GIF stickers. Sticker adjustments (brightness, contrast, saturation) and non-default tint modes are not supported for animated stickers.

Fixed

  • [VideoEditorSDK] Fixed video playback to start at trimmed start position when loading a PhotoEditModel or serialization.
  • [VideoEditorSDK] Fixed crash for videos with invalid audio.

10.13.1

04 Jun 16:24
Compare
Choose a tag to compare

Fixed

  • [VideoEditorSDK] Fixed missing intermediate directories were not created for export filename.
  • [ImglyKit] Fixed static frames would not appear or lead to crash.
  • [ImglyKit] Fixed dynamic frames would lead to crash if not all patches have been set.
  • [ImglyKit] Fixed error: Couldn't IRGen expression, no additional error when using the lldb console.

10.13.0

22 May 10:29
Compare
Choose a tag to compare

Changed

  • Built with Swift 5.2.4 / Xcode 11.5

10.12.0

14 May 15:27
Compare
Choose a tag to compare

Changed

  • [ImglyKit] Changed access level of AdjustEditController.updateSlider to open in order to allow further customization within subclasses.

Added

  • [ImglyKit] Added MenuCollectionViewCell.cornerRadius and MenuCollectionViewCell.selectionBorderWidth which allow customization via UIAppearance proxy calls.

Fixed

  • [ImglyKit] Fixed force cropping could be undone.

10.11.0

30 Apr 13:17
Compare
Choose a tag to compare

Changed

  • [ImglyKit] Changed access level of Slider.thumbView, Slider.leftUnfilledTrackView, Slider.rightUnfilledTrackView, and Slider.filledTrackView to open in order to allow further customization within subclasses of Slider.

Added

  • [ImglyKit] Added UIAppearance proxy support for Slider.trackHeight, Slider.trackCornerRadius, and Slider.thumbSize.

10.10.0

16 Apr 13:50
Compare
Choose a tag to compare

Changed

  • Built with Swift 5.2.2 / Xcode 11.4.1
  • [ImglyKit] Changed the initial minimum font size for text added with the text tool to 20.0. In order to return to the old default value and line break behavior set TextToolControllerOptions.minimumTextSize to 1.0.

Added

  • [ImglyKit] Added TextToolControllerOptions.minimumTextSize to configure the initial minimum font size for text added with the text tool which affects the automatic line break behavior.

Fixed

  • [ImglyKit] Fixed adding personal stickers would lead to the toolbar being hidden beneath the keyboard in the text and text design tool for iOS versions older than 13.0.
  • [ImglyKit] Added a workaround that fixes wrong layout of the navigation bar for iOS 13 devices without a notch when a MediaEditViewController is embedded into a UINavigationController and uses a different prefersStatusBarHidden setting as the parent view.

10.9.0

06 Apr 12:46
Compare
Choose a tag to compare

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 4096^2 are still failing to render on the aforementioned iOS Simulator configurations. On real devices everything works as expected.

10.8.0

25 Mar 23:02
Compare
Choose a tag to compare

Changed

  • Built with Swift 5.2 / Xcode 11.4.

Fixed

  • [VideoEditorSDK] Fixed initial position of the video position seeker when the playback is paused and the trim tool is entered.
  • [ImglyKit] Fixed StickerToolControllerOptions.titleViewConfigurationClosure not being called for the selected sticker category.