Skip to content

Commit 5885cb4

Browse files
committed
Add version 11.9.0
1 parent f3c58b5 commit 5885cb4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [11.9.0]
2+
3+
### Added
4+
5+
* [ImglyKit] Added `StickerSelectionController.batchSize` to adjust the batch size for loading and prefetching stickers. (#1789)
6+
* [VideoEditorSDK] Added `AudioClipSelectionController.batchSize` to adjust the batch size for loading and prefetching audio clips. (#1838)
7+
8+
### Fixed
9+
10+
* [ImglyKit] Fixed issue where stickers would not be loaded for the GIPHY sticker category on iPad. (#1789)
11+
* [ImglyKit] Fixed potential compiling issue with React Native. (#1854)
12+
113
## [11.8.1]
214

315
### Fixed

Package.swift

Lines changed: 1 addition & 1 deletion
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.8.1")
11+
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.9.0")
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)