Releases: Giphy/giphy-react-native-sdk
Releases · Giphy/giphy-react-native-sdk
v2.1.0
2.1.0 (2022-12-01)
Native SDKs
Build System
- [deps] Bump Android SDK version from 2.2.0 to 2.3.0 (682bfa5)
- [deps] Bump iOS SDK version from 2.1.22 to 2.2.1 (461e857)
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.
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.
v2.0.0
2.0.0 (2022-10-31)
Native SDKs
Features
- Update ExoPlayer configuration (907ea53)
- [GiphyVideoView] Remove the playing property (032a67e)
Documentation
- Add a v2 migration guide (e68fd20)
- Update GIPHY Clips integration guide (21f57e8)
Build System
BREAKING CHANGES
- [GiphyVideoView] The
playing
property has been removed from the GiphyVideoView
component. Please replace it with the autoPlay property if you use it.
- [android:GiphyVideoView] In v2, GIPHY Clips are disabled by default on the Android platform. If you use clips on Android, follow this guide to set them up.
v1.11.1
1.11.1 (2022-10-03)
Native SDKs
Bug Fixes
- TypeScript definitions are placed in the wrong folder (#80) (4bea260)
v1.11.0
1.11.0 (2022-09-28)
Native SDKs
Build System
- [deps] Bump Gradle to 7.3.3 (2ffb2e5)
- [deps] Bump Kotlin to 1.6.0 (81b11ed)
v1.10.0
1.10.0 (2022-09-27)
Native SDKs
Documentation
- Add the ExoPlayer troubleshooting page (00dfa75)
- Update contribution guide (f3ef81b)
Build System
- [deps] Bump Android SDK version from 2.1.18 to 2.2.0 (4934f9f)
Continuous Integration
- Setup Detox for Android platform (d793b18)
- Setup Detox for iOS platform (a2465ea)
v1.10.0-beta.0
1.10.0-beta.0 (2022-09-22)
Native SDKs
Documentation
- Add the ExoPlayer troubleshooting page (00dfa75)
- Update contribution guide (f3ef81b)
Build System
- [deps] Bump Android SDK version from 2.1.18 to 2.2.0 (4934f9f)
Continuous Integration
- Setup Detox for Android platform (d793b18)
- Setup Detox for iOS platform (a2465ea)
v1.9.1
1.9.1 (2022-08-31)
Native SDKs
Bug Fixes
- [Android:GiphyDialog] GIPHY rating does not work when using GiphyDialog.configure to specify it (#74) (cf2b55e)
v1.9.0
1.9.0 (2022-06-27)
Native SDKs
Features
- [GiphyVideoManager] Add
resume()
method to continue paused playback (c2d6d1b)
Bug Fixes
- [GiphyVideoView] Sound suddenly starts playing out of nowhere (#69) (a7c2a03)
v1.8.0
1.8.0 (2022-06-21)
Native SDKs
Features
- [GPHMediaView] Add the resizeMode property. This property determines how to resize the image when the frame doesn't match the raw image dimensions. (6ff254a)
- [iOS:GPHMediaView] Scale the content to fill the view bounds and maintain the aspect ratio (8cf112c)
v1.8.0-rc.1
1.8.0-rc.1 (2022-06-20)
Native SDKs
Features
- [GPHMediaView] Add the
resizeMode
property. This property determines how to resize the image when the frame doesn't match the raw image dimensions. (6ff254a)