File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## [ 11.8.1]
2
14
3
15
### Fixed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
8
8
. library( name: " VideoEditorSDK " , targets: [ " VideoEditorSDK " ] ) ,
9
9
] ,
10
10
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 " )
12
12
] ,
13
13
targets: [
14
14
. target(
You can’t perform that action at this time.
0 commit comments