Skip to content

Releases: imgly/pesdk-ios-build

10.23.1

21 Apr 13:42
Compare
Choose a tag to compare

Fixed

  • [ImglyKit] Fixed module interface compiler error.

10.23.0

20 Apr 19:10
Compare
Choose a tag to compare

Added

  • [VideoEditorSDK] Added composition tool for creating video compositions from multiple video clips.
  • [VideoEditorSDK] Added play/pause overlay button to the VideoEditViewController.
  • [VideoEditorSDK] Added sound on/off overlay button to the VideoEditViewController which mutes and unmutes the audio in the preview player and removes the audio track for exported videos if audio was muted in the preview.

Changed

  • [VideoEditorSDK] Changed default trim tool UI to make use of overlay controls and tooltips for time labels. Set TrimToolControllerOptions.useOverlayControls to false in order to preserve the old UI.
  • [VideoEditorSDK] Changed default timeline thumbnail size in the trim tool from 2/3 to 9/16 as this better fits common portrait videos. Set VideoTrimView.thumbnailWidth to 40 in order to preserve the old size.

Fixed

  • [VideoEditorSDK] Fixed video timeline thumbnails in the trim tool that were not clipped and thus overlapped each other for landscape videos.
  • [VideoEditorSDK] Fixed animated stickers are in some cases not paused in the preview when the video is paused.
  • [ImglyKit] Fixed analytics events for undo and redo operations in the adjustment tool.
  • [ImglyKit] Fixed ToolbarButton disabled control state style which used an alpha value of 0.2 but should have been 0.4.

10.22.0

08 Apr 15:00
Compare
Choose a tag to compare

Changed

  • [ImglyKit] Changed default blend mode for imgly_overlay_vintage to overlay for cross-platform consistency.

Added

  • [PhotoEditorSDK] Added factory methods PhotoEditViewController.makePhotoEditViewController and [PESDKPhotoEditViewController photoEditViewControllerWith...] that also create a replacement subclass if there is a replacing class defined by PESDK.replaceClass.
  • [VideoEditorSDK] Added factory methods VideoEditViewController.makeVideoEditViewController and [PESDKVideoEditViewController photoEditViewControllerWith...] that also create a replacement subclass if there is a replacing class defined by VESDK.replaceClass.

Fixed

  • [ImglyKit] Fixed OverlayButtons being misaligned when using Right-To-Left languages.

10.21.6

25 Jan 15:15
Compare
Choose a tag to compare

Fixed

  • [VideoEditorSDK] Fixed a crash when transforming videos that are flipped vertically and horizontally.

10.21.5

21 Jan 21:22
Compare
Choose a tag to compare

Added

  • [ImglyKit] Added StickerToolControllerOptions.personalStickerCustomizationClosure to customize personal stickers.

Fixed

  • [VideoEditorSDK] Fixed a bug where VideoEditViewControllerDelegate.videoEditViewControllerDidFailToGenerateVideo has not been called in case that the export background task has been ended by the operating system.
  • [VideoEditorSDK] Fixed crash for some videos with invalid audio.

10.21.4

17 Dec 15:19
Compare
Choose a tag to compare

Added

  • [ImglyKit] Added TextToolControllerOptions.defaultTextAlignment to specify the initial alignment of newly added text.

Fixed

  • [ImglyKit] Fixed a bug where startTime and endTime of a TrimModel were not exposed to Objective-C.

10.21.3

22 Oct 15:51
Compare
Choose a tag to compare

Added

  • [VideoEditorSDK] Added VideoEditViewController.play() and VideoEditViewController.pause() which allow to control the video playback.

Fixed

  • [ImglyKit] Fixed a crash when loading smart stickers using a basic license.

10.21.2

06 Oct 13:49
Compare
Choose a tag to compare

Fixed

  • [ImglyKit] Fixed issue where rotating a text design would lead to a crash.
  • [ImglyKit] Fixed menu in the transform tool not being aligned with the selected crop aspect when inverting the crop aspect or rotating the asset.

10.21.1

30 Sep 11:55
Compare
Choose a tag to compare

Changed

  • [ImglyKit] Replaced several fonts with new fonts and added additional new fonts.

10.21.0

23 Sep 14:32
Compare
Choose a tag to compare

Added

  • [ImglyKit] Added H264 video codec initializer with the option to specify a VideoCodecProfileH264.