Releases: imgly/pesdk-ios-build
Releases · imgly/pesdk-ios-build
10.15.0-xcode.12.0.beta.2
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
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
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
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 thelldb
console.
10.13.0
Changed
- Built with Swift 5.2.4 / Xcode 11.5
10.12.0
Changed
- [ImglyKit] Changed access level of
AdjustEditController.updateSlider
toopen
in order to allow further customization within subclasses.
Added
- [ImglyKit] Added
MenuCollectionViewCell.cornerRadius
andMenuCollectionViewCell.selectionBorderWidth
which allow customization viaUIAppearance
proxy calls.
Fixed
- [ImglyKit] Fixed force cropping could be undone.
10.11.0
Changed
- [ImglyKit] Changed access level of
Slider.thumbView
,Slider.leftUnfilledTrackView
,Slider.rightUnfilledTrackView
, andSlider.filledTrackView
toopen
in order to allow further customization within subclasses ofSlider
.
Added
- [ImglyKit] Added
UIAppearance
proxy support forSlider.trackHeight
,Slider.trackCornerRadius
, andSlider.thumbSize
.
10.10.0
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 setTextToolControllerOptions.minimumTextSize
to1.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 aUINavigationController
and uses a differentprefersStatusBarHidden
setting as the parent view.
10.9.0
Changed
- [ImglyKit] 🚨
ConfigurationBuilder.configure(from:)
methods don't parse the tile configurations forLUTFilter
objects from thelutURI
filename anymore and the default changed from a 8x8 to a 5x5 tile configuration. - [ImglyKit] Added
@available(iOS 11.0, *)
restriction toImageFileFormat.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 customUIAppearance
proxy calls. - [ImglyKit] Enabled
SnapGuideView
properties forUIAppearance
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
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.