Skip to content

Commit

Permalink
Add version 10.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leontobias committed Sep 2, 2021
1 parent 6b06df7 commit fe63d8d
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.26.0]

### Added

* [ImglyKit] Added support for custom localization files.
* [VideoEditorSDK] Added basic remote asset support for audio and video clip library. Assets are not cached! It's mainly intended for React Native debug builds which will generate temporary remote URLs for static assets.

### Fixed

* [ImglyKit] Fixed jumping toolbar in the text tool.
* [ImglyKit] Fixed `tintColor` of `MenuCollectionViewCell.iconImageView` ignored on iOS 15.
* [ImglyKit] Fixed menu cells would sometimes disappear after transitioning between tools on iOS 15.
* [ImglyKit] Fixed `PESDKGroup` could not be initialized in Objective-C.

## [10.25.0]

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

0 comments on commit fe63d8d

Please sign in to comment.