Skip to content

Releases: Giphy/giphy-react-native-sdk

v1.8.0-rc.0

17 Jun 12:47
Compare
Choose a tag to compare
v1.8.0-rc.0 Pre-release
Pre-release

1.8.0-rc.0 (2022-06-17)

Native SDKs

Features

  • [iOS:GPHMediaView] Scale the content to fill the view bounds and maintain the aspect ratio (8cf112c)

v1.7.2

15 Jun 10:34
Compare
Choose a tag to compare

1.7.2 (2022-06-15)

Native SDKs

Build System

  • [deps] Bump @giphy/js-types to 4.2.1 and type-fest to 2.13.1 (db8d8a8)
  • [deps] Bump Android SDK version from 2.1.17 to 2.1.18 (d538105)
  • [deps] Bump iOS SDK version from 2.1.21 to 2.1.22 (63fed92)

v1.7.1

26 Apr 08:53
Compare
Choose a tag to compare

1.7.1 (2022-04-26)

Native SDKs

Documentation

  • Update the requirements section (b615d31)

Build System

  • [android] Update Gradle and target SDK (17dc5b6)
  • [deps] Bump Android SDK version from 2.1.16 to 2.1.17 (efe7d11)
  • [deps] Bump iOS SDK version from 2.1.20 to 2.1.21 (e362e28)

Continuous Integration

v1.7.0

09 Mar 09:10
Compare
Choose a tag to compare

1.7.0 (2022-03-09)

Native SDKs

Performance Improvements

  • [iOS:giphy-video-view] Reuse a single video player across multiple clips (8c4ea74)

    Previously, we powered clips in-line playback by instantiating a new video player for every new clip
    added to the collection (in a chat, for example). maintaining multiple active players led to
    unnecessary memory management & resource consumption

Build System

  • [deps] Bump iOS SDK version from 2.1.17 to 2.1.20 (73807b0)

v1.6.0

15 Feb 08:46
Compare
Choose a tag to compare

1.6.0 (2022-02-15)

Native SDKs

Features

  • [GiphyContent] Add the rating prop to specify content rating for the search results (#58) (fe22af7)

v1.5.0

01 Feb 11:55
Compare
Choose a tag to compare

1.5.0 (2022-02-01)

Native SDKs

Features

  • Deep Press Previews. This new feature enables users to "deep press" on a piece of content in the grid and view a context menu, including various options such as select, more by @user-name, and remove from recents, which is only shown in the case the grid is populated with previously selected content.

    While this feature applies to all content types in the GIPHY SDK, we were motivated to develop it specifically to enhance the experience for Clips (GIFs With Sound!), so that users may much more seamlessly experience video content without having to leave the context of the grid.

    Whereas previously the only method of hearing a Clip was to tap on its silent preview in the grid, taking the user to the detail screen, users may now "deep press" on the preview to see and hear it in inline.

Build System

  • [deps] Bump Android SDK version from 2.1.14 to 2.1.16 (2549c6f)
  • [deps] Bump iOS sdk version from 2.1.16 to 2.1.17 (5335063)

v1.4.1

18 Jan 07:50
Compare
Choose a tag to compare

1.4.1 (2022-01-18)

Native SDKs

Changes

  • [Android:GiphyDialog] Fix an issue where calling GiphyDialog.show() on an Android device could cause an error. (#52) [860387a]

v1.4.0

12 Jan 09:55
Compare
Choose a tag to compare

1.4.0 (2022-01-12)

Native SDKs

Changes

  • [Android:GiphyMediaView] Add showCheckeredBackground prop (#50) [e50103f]
  • [Android:GiphySDK] AddvideoCacheMaxBytes prop (#49) [8406613]
  • [core] Bumps Giphy Android SDK from v2.1.12 to v2.1.14

v1.3.0

08 Dec 11:52
Compare
Choose a tag to compare

1.3.0 (2021-12-08)

Native SDKs

Changes

  • [GiphyMediaView] Add an API to control play/pause states (#44) [c3ec0e2]
  • [ios] Fix the issue with reference to self in async blocks [ca9d444]

v1.2.0

01 Dec 11:34
Compare
Choose a tag to compare

1.2.0 (2021-12-01)

Native SDKs

Changes

  • Captions! A Closed Captions control is now provided for the .Clips content type on both the detail "confirmation" screen as well as the GiphyVideoView
  • [Android] Fix NativeEventEmitter warnings in RN 0.65 (#43) [1a65090]
  • [Android:GiphyGridView] Fix issue with rendering the recent GIFs (#41) [11fa2ce]
  • [core] Bumps Giphy Android SDK from v2.1.7 to v2.1.12
  • [core] Bumps Giphy iOS SDK from v2.1.12 to v.2.1.16