Skip to content

Commit

Permalink
Add version 10.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schiewe committed Apr 20, 2021
1 parent 9ca4c7c commit f58022d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [10.23.0]

### 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]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "PhotoEditorSDK", targets: ["PhotoEditorSDK"]),
],
dependencies: [
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.22.0"))
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.23.0"))
],
targets: [
.target(
Expand Down

0 comments on commit f58022d

Please sign in to comment.