All Versions
130
Latest Version
Avg Release Cycle
11 days
Latest Release
-

Changelog History
Page 3

  • v10.23.0 Changes

    โž• 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

    • 0๏ธโƒฃ [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.
    • 0๏ธโƒฃ [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.
  • v10.22.0 Changes

    ๐Ÿ”„ 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.
  • v10.21.6 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [VideoEditorSDK] Fixed a crash when transforming videos that are flipped vertically and horizontally.
  • v10.21.5 Changes

    โž• 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.
  • v10.21.4 Changes

    โž• Added

    • 0๏ธโƒฃ [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.
  • v10.21.3 Changes

    October 22, 2020

    โž• 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.
  • v10.21.2 Changes

    October 06, 2020

    ๐Ÿ›  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.
  • v10.21.1 Changes

    September 30, 2020

    ๐Ÿ”„ Changed

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

    September 23, 2020

    โž• Added

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

    September 15, 2020

    ๐Ÿ”„ Changed

    • Built with Swift 5.2.4 / Xcode 11.7
    • [ImglyKit] Changed .bringToFront overlay buttons are now disabled when the selected sprite is already on top.

    โž• Added

    • [ImglyKit] Added CameraViewControllerOptions.allowedRecordingOrientations which allow to specify the orientations in which the camera should record.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [ImglyKit] Fixed issue where the camera roll button would not be visible in the CameraViewController when recording a video.