Releases: imgly/pesdk-ios-build
Releases · imgly/pesdk-ios-build
11.10.2
11.10.1
Fixed
- Fixed issue where the video could not be exported in case the
trimModel.endTime
of a loaded serialization is longer than the video's duration. (#1873)
11.10.0
Added
- Added
PrivacyInfo.xcprivacy
containing information on the data collected by the SDKs. (#1868)
11.9.0
Added
- [ImglyKit] Added
StickerSelectionController.batchSize
to adjust the batch size for loading and prefetching stickers. (#1789) - [VideoEditorSDK] Added
AudioClipSelectionController.batchSize
to adjust the batch size for loading and prefetching audio clips. (#1838)
Fixed
- [ImglyKit] Fixed issue where stickers would not be loaded for the GIPHY sticker category on iPad. (#1789)
- [ImglyKit] Fixed potential compiling issue with React Native. (#1854)
11.8.1
Fixed
- [VideoEditorSDK] Fixed HDR videos having overly exposed brightness. (#1830)
11.8.0
Added
- Added support for Expo 49. (#1811)
11.7.0
Changed
- Built with Swift 5.8 / Xcode 14.3.1
- [ImglyKit] Replaced font 'Galano' with font 'Lexend Bold', 'Campton' with 'Outfit Bold', 'Wolesbro' with 'Cookie', and 'Amberlight' with 'Allison'. (#1790)
Fixed
- [ImglyKit] Implemented thread-safety in
AssetManager
to increase robustness against concurrent access in environments with multi-threaded contexts. (#1807)
11.6.0
Added
- [ImglyKit] Added
StickerCollectionDelegate.stickerCollection(_ stickerCollection:, didSelect:, metadata:)
, soStickerCollectionDelegate
now supports passing metadata to sticker placed by from a customStickerCollection
. (#1708) - [ImglyKit] Added
AdjustToolControllerOptions.limitConfigurationClosure
that allows configuration of adjustment tool slider minimum and maximum values. (#1739) - [ImglyKit] Added
PhotoEditViewControllerOptions.outputScaling
andVideoEditViewControllerOptions.outputScaling
options, that ensure that output dimensions exactly match the selected aspect ratio. (#1359) - [VideoEditorSDK] Added
VideoEditViewControllerOptions.showTimelineOnMainScreen
flag, that enables video timeline view on the main screen of the editor. (#1719) - [VideoEditorSDK] Added
VideoClipToolControllerOptions.videoClipAddButtonSelectedClosure
that is invoked when new video is added to the composition. (#1720) - [VideoEditorSDK] Added duration option for text designs. (#1695)
- [VideoEditorSDK] Added
.composition
and.audio
screens to analytics. (#1781)
Changed
- [ImglyKit] Changed behavior of the text design tool to have a dedicated color and layout option. The old behavior can be restored by using the
ToolMenuItem.createLegacyTextDesignToolItem()
item. (#1695)
Fixed
- [ImglyKit] Fixed access level of
OverlayEditController.init(sliderEditController:)
topublic
so thatOverlayEditController
can be subclassed. (#1757) - [ImglyKit] Fixed showing filters when using
CameraViewControllerOptions.showFilters
. (#1781) - [VideoEditorSDK] Fixed
VideoEditorResult.hasChanges
would befalse
for muted videos. (#1735)
11.5.1
Fixed
- [ImglyKit] Fixed serialization created from videos, sometimes not working on photos. (#1658)
- [ImglyKit] Fixed camera continuously reporting runtime error when on call. (#1693)
- [ImglyKit] Fixed brush being rendered at the incorrect spot when using rotation on transform tool. (#1668)
- [ImglyKit] Fixed missing Obj-C compatibility for
StickerProvider
. (#1665) - [PhotoEditorSDK] Fixed exported images being upside down when taken in mirrored mode from native camera. (#1659)
- [VideoEditorSDK] Fixed audio clips from the asset catalog not playing. (#1697)
11.5.0
Fixed
- [ImglyKit] Fixed brush serialization made on Android rendered inverted. (#1657)
- [VideoEditorSDK] Fixed audio serialization inconsistencies between Android and iOS. (#1661)
Added
- [VideoEditorSDK] Added support for custom audio selection views. (#1661)
- [VideoEditorSDK] Added option to search and load audio clips from external providers. (#1661)
- [VideoEditorSDK] Added a Soundstripe audio provider and predefined audio clip category. Add the
SoundstripeAudioClipCategory
to your audio categories to search for and use Soundstripe audio clips directly from the audio tool. (#1661)