Skip to content

Commit d0f4490

Browse files
committed
Add version 11.6.0
1 parent a637a18 commit d0f4490

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
1+
## [11.6.0]
2+
3+
### Added
4+
5+
* [ImglyKit] Added `StickerCollectionDelegate.stickerCollection(_ stickerCollection:, didSelect:, metadata:)`, so `StickerCollectionDelegate` now supports passing metadata to sticker placed by from a custom `StickerCollection`. (#1708)
6+
* [ImglyKit] Added `AdjustToolControllerOptions.limitConfigurationClosure` that allows configuration of adjustment tool slider minimum and maximum values. (#1739)
7+
* [ImglyKit] Added `PhotoEditViewControllerOptions.outputScaling` and `VideoEditViewControllerOptions.outputScaling` options, that ensure that output dimensions exactly match the selected aspect ratio. (#1359)
8+
* [VideoEditorSDK] Added `VideoEditViewControllerOptions.showTimelineOnMainScreen` flag, that enables video timeline view on the main screen of the editor. (#1719)
9+
* [VideoEditorSDK] Added `VideoClipToolControllerOptions.videoClipAddButtonSelectedClosure` that is invoked when new video is added to the composition. (#1720)
10+
* [VideoEditorSDK] Added duration option for text designs. (#1695)
11+
* [VideoEditorSDK] Added `.composition` and `.audio` screens to analytics. (#1781)
12+
13+
### Changed
14+
15+
* [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)
16+
17+
### Fixed
18+
19+
* [ImglyKit] Fixed access level of `OverlayEditController.init(sliderEditController:)` to `public` so that `OverlayEditController` can be subclassed. (#1757)
20+
* [ImglyKit] Fixed showing filters when using `CameraViewControllerOptions.showFilters`. (#1781)
21+
* [VideoEditorSDK] Fixed `VideoEditorResult.hasChanges` would be `false` for muted videos. (#1735)
22+
123
## [11.5.1]
224

25+
### Added
26+
27+
* [ImglyKit] Added `Theme.uppercasedToolbarTitles` that controls capitalization of titles in the editor's toolbar.
28+
* [ImglyKit] Added support to exchange the `UIFont` used in the SDK via the `Theme`. To use this feature, assign custom fonts to `Theme.primaryFont`, `Theme.mediumFont`, `Theme.boldFont`, `Theme.monospacedFont` and `Theme.searchBarFont`.
29+
330
### Fixed
431

532
* [ImglyKit] Fixed serialization created from videos, sometimes not working on photos. (#1658)

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.5.1")
11+
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.6.0")
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)