Skip to content

Releases: imgly/pesdk-ios-build

11.10.0

22 Apr 15:29
Compare
Choose a tag to compare

Added

  • Added PrivacyInfo.xcprivacy containing information on the data collected by the SDKs. (#1868)

11.9.0

27 Mar 14:48
Compare
Choose a tag to compare

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

26 Feb 14:28
Compare
Choose a tag to compare

Fixed

  • [VideoEditorSDK] Fixed HDR videos having overly exposed brightness. (#1830)

11.8.0

30 Nov 20:52
Compare
Choose a tag to compare

Added

  • Added support for Expo 49. (#1811)

11.7.0

16 Nov 15:56
Compare
Choose a tag to compare

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

20 Jul 09:11
Compare
Choose a tag to compare

Added

  • [ImglyKit] Added StickerCollectionDelegate.stickerCollection(_ stickerCollection:, didSelect:, metadata:), so StickerCollectionDelegate now supports passing metadata to sticker placed by from a custom StickerCollection. (#1708)
  • [ImglyKit] Added AdjustToolControllerOptions.limitConfigurationClosure that allows configuration of adjustment tool slider minimum and maximum values. (#1739)
  • [ImglyKit] Added PhotoEditViewControllerOptions.outputScaling and VideoEditViewControllerOptions.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:) to public so that OverlayEditController can be subclassed. (#1757)
  • [ImglyKit] Fixed showing filters when using CameraViewControllerOptions.showFilters. (#1781)
  • [VideoEditorSDK] Fixed VideoEditorResult.hasChanges would be false for muted videos. (#1735)

11.5.1

20 Mar 13:59
Compare
Choose a tag to compare

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

16 Feb 18:48
Compare
Choose a tag to compare

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)

11.4.0

16 Jan 08:39
Compare
Choose a tag to compare

Fixed

  • [ImglyKit] Fixed frames tool using abnormal amount of memory with bigger images. (#1655)
  • [VideoEditorSDK] Fixed audio slider not working on videos without sound. (#1654)

Added

  • [ImglyKit] Added SmartSticker API that allows custom sticker implementation. (#1641)

11.3.4

17 Nov 15:17
Compare
Choose a tag to compare

Fixed

  • [ImglyKit] Fixed sticker add button icon being replaced on SwiftUI. (#1587)
  • [ImglyKit] Fixed action buttons not showing when embedded into navigation controller. (#1614)
  • [VideoEditorSDK] Fixed stickers and text not showing in transform tool when using Duration action. (#1619)