Skip to content

Commit

Permalink
Add version 11.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leontobias committed Mar 27, 2024
1 parent f0ae1b9 commit 2f8c813
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [11.9.0]

### Added

* [ImglyKit] Added `StickerSelectionController.batchSize` to adjust the batch size for loading and prefetching stickers. (#1789)
* [VideoEditorSDK] Added `AudioClipSelectionController.batchSize` to adjust the batch size for loading and prefetching audio clips. (#1838)

### Fixed

* [ImglyKit] Fixed issue where stickers would not be loaded for the GIPHY sticker category on iPad. (#1789)
* [ImglyKit] Fixed potential compiling issue with React Native. (#1854)

## [11.8.1]

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

0 comments on commit 2f8c813

Please sign in to comment.