Skip to content

Releases: Giphy/giphy-ios-sdk

v2.2.10

31 Jul 17:54
fb61ec1
Compare
Choose a tag to compare
2.2.10 (#251)

v2.2.9

23 Apr 19:20
16cbb33
Compare
Choose a tag to compare
  • addresses appstore requirements by removing use of NSUserDefaults api
  • includes codesigning
  • under-the-hood changes to support GIPHY apps and extensions (not relevant to external devs)

v2.2.8

10 Jan 20:42
9c58a35
Compare
Choose a tag to compare
  • addresses an issue where default emoji selection was broken when emoji variations are disabled
giphyGridController.emojiSettings.disableVariations = true  

v2.2.7

19 Oct 17:36
95c32b8
Compare
Choose a tag to compare
  • Option to disable emoji variations when using the GiphyGridController
giphyGridController.emojiSettings.disableVariations = true  
  • Reduce limit parameter to API requests from 50 to 25
  • Improved accessibility label quality for gifs (uses the alt_text property of GPHMedia to populate gifs' accessibility labels, when available. otherwise defaults to title)

v2.2.6

12 Jun 23:30
ba4a17d
Compare
Choose a tag to compare

v2.2.5

23 May 22:46
dcf1ecf
Compare
Choose a tag to compare

This version offers more customization options.
We have updated the color names, but we prepared a visual scheme to assist you with this update.

v2.2.4

24 Apr 19:57
6458f77
Compare
Choose a tag to compare
  • compiled with Xcode 14.3
  • exposes selectedContentType to Objective-C (for React Native support)

v2.2.3

29 Mar 21:44
3c77cf7
Compare
Choose a tag to compare
  • Support for Xcode 14.3
  • Compiled with Xcode 14.3 RC 2
  • May create issues for supporting iOS 12 and below

v2.2.2

10 Jan 22:34
699483a
Compare
Choose a tag to compare
  • fixes an issue with the theme (GPHTheme) when the device is in dark mode

v2.2.1

30 Nov 18:03
48fdb55
Compare
Choose a tag to compare

Fixes some bugs around the new Emoji Drawer feature

1036: Emoji drawer size / placement incorrect if "span count" != 5

1037 Drawer positioning incorrect if collection view scroll offset > 0

1039:GPHTheme not properly passed to emoji drawer with GiphyGridController implementation