Skip to content

Releases: GetStream/stream-chat-react-native

v4.0.0-beta.5

17 Feb 16:14
da1863d

Choose a tag to compare

v4.0.0-beta.5 Pre-release
Pre-release

Fixes

  • Fixed the touchable area for reaction list #1122
  • Fixes the issue with ImageGalleryHeader #1125

v4.0.0-beta.4

17 Feb 16:14
da1863d

Choose a tag to compare

v4.0.0-beta.4 Pre-release
Pre-release

What's Changed

Replaced next/prev Giphy Navigation With Shuffle

Next and previous buttons on giphy message have been replaced with shuffle button, since Giphy api doesn't support pagination and it resulted into confusing user experience. #1108

Before After

v4.0.0-beta.3

28 Jan 12:30
c7d5553

Choose a tag to compare

v4.0.0-beta.1

27 Jan 08:26
5388343

Choose a tag to compare

v4.0.0-beta.1 Pre-release
Pre-release

Please check the following documentation for details of V4 release:

⚠️ THIS IS A BETA RELEASE, NOT COMPLETELY STABLE YET AND BREAKING CHANGES MAY BE INTRODUCED IN UPCOMING BETA VERSIONS

v3.10.2

23 Nov 14:57

Choose a tag to compare

3.10.2 (2021-11-23)

Bug Fixes

  • 'Block User' message action (9959955)

v3.10.1

15 Nov 08:30

Choose a tag to compare

3.10.1 (2021-11-15)

Bug Fixes

v3.10.0

11 Nov 14:02

Choose a tag to compare

3.10.0 (2021-11-11)

Features

v3.9.2

02 Nov 10:30

Choose a tag to compare

3.9.2 (2021-11-02)

Bug Fixes

v3.9.1

22 Oct 18:25

Choose a tag to compare

3.9.1 (2021-10-22)

Bug Fixes

  • fixed issue with not being able to mention multiple users next to each other in message (1224f5f)
  • fixed react warnings - Can not perform a React state update on an unmounted component [CRNS-444] (6240948)

v3.9.0

12 Oct 15:11

Choose a tag to compare

3.9.0 (2021-10-12)

Features

  • added 'stateUpdateThrottleInterval' prop on Channel component (ce471fc)
  • added a support for prop 'newMessageStateUpdateThrottleInterval' (04b0b83)
  • added support for 'enableMessageGroupingByUser' prop (e704519)
  • added support for 'hideStickyDateHeader' prop (969575e)
  • added support for prop 'legacyImageViewerSwipeBehaviour' (95d15e0)

Bug Fixes

  • avoid unnecessary gallery image re-rendering upon message update (198c437)
  • fixed AppState subscription logic to support RN 0.65 πŸŽ‰ (8a1ec82)
  • fixed markRead() logic when Channel is mounted (53e495e)
  • fixed offset-limit logic for channel list pagination (cd77227)
  • fixed UX of removing of failed attachment (ef91d30)
  • issue with autocomplete suggestions for channel with more than 100 members (f91b4be)
  • Channel: Copy channel state on leading edge of throttling (56a47d4)