Skip to content

Releases: Giphy/giphy-ios-sdk

v2.2.13

18 Oct 12:52
b327530
Compare
Choose a tag to compare
  • Addresses #257:【Crash】Invalid batch updates detected

v2.2.12

26 Sep 16:42
cdefbed
Compare
Choose a tag to compare
  • the same as v2.2.11 but compiled with Xcode 15.4

v2.2.11

23 Sep 19:18
29a7772
Compare
Choose a tag to compare
  • Fixes attempting to address object with invalid pointer
  • improved SwiftUI support
  • Fixes crash related to Xcode 16 / iOS 18

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)