Skip to content

v2.2.0

Compare
Choose a tag to compare
@cgmaier cgmaier released this 09 Nov 10:28
· 19 commits to main since this release
0d264c5

Emoji Drawer

This release improves the experience for the GIPHY emoji tab by enabling users to browse and select variations for a given emoji, such as alternative skin tones. This is a feature standardized by a number of popular platforms and is now possible in the GIPHY SDK.
giphy-emoji-santa
giphy-peace-sign

If you already have the emoji content type included in your integration, no additional code is necessary on your end to adopt this new feature.

Add the .emoji GPHContentType to your integration like so:
giphyViewController.mediaTypeConfig = [.stickers, .emoji]
or
giphyGridController.content = GPHContent.emoji
If you have any ideas for how we could further better the GIPHY emoji experience for your users, let us know here.

This release also includes a number of minor bug fixes and code cleanup.