Skip to content

Commit

Permalink
Add version 10.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leontobias committed Feb 4, 2022
1 parent 1eb3f7f commit b024446
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [10.29.0]

### Added

* Added support for SwiftUI. You can now use `PhotoEditor`, `VideoEditor` and `Camera` directly in your SwiftUI applications.
* [ImglyKit] Added option to configure a custom watermark image.
* [ImglyKit] Added `setProgress` and `show` (with `cancelHandler`) methods to `ProgressView` protocol, which can be implemented to support progress reporting and cancelation of long-running processes.
* [VideoEditorSDK] Added progress percentage and ability to cancel video exports.

### Fixed

* [ImglyKit] Fixed icon image cache was not cleared when (re)assigning `IMGLY.bundleImageBlock` for icon customizations.
* [VideoEditorSDK] Fixed audio and video playback state responding to audio interruptions such as phone calls, Siri, keyboard dictation.

## [10.28.2]

### 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: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
],
dependencies: [
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.28.2"))
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.29.0"))
],
targets: [
.target(
Expand Down

0 comments on commit b024446

Please sign in to comment.