Skip to content

v1.1.0

Compare
Choose a tag to compare
@pshoniuk pshoniuk released this 09 Sep 15:42
· 321 commits to main since this release

1.1.0 (2021-09-09)

Native SDKs

Changes

  • [GiphyVideoManager] This is a new module that allows to mute or pause all clips. For example, you can pause all clips when a user opens a modal.
  • [GiphyGridView] Add showCheckeredBackground prop
  • [GiphyVideoView] Add callback support for onPlaybackStateChanged, onMute, onUnmute, and onError events.
  • [GiphyVideoView] Add autoPlay prop as a replacement for playing prop to avoid misuse of the component.
  • [GiphyVideoView] Mark playing prop as deprecated.
  • [core] Bumps Giphy Android SDK from v2.1.6 to v2.1.7
  • [core] Bumps Giphy iOS SDK from v2.1.11 to v2.1.12