Skip to content

Releases: GetStream/stream-chat-react-native

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)

v3.8.3

16 Sep 18:22

Choose a tag to compare

3.8.3 (2021-09-16)

Bug Fixes

  • type definition directory structure (9a4d2c3)

v3.8.2

14 Sep 18:59

Choose a tag to compare

3.8.2 (2021-09-14)

Bug Fixes

  • fixed markdown issues with lists (e40777a)

v3.8.1

13 Sep 13:36

Choose a tag to compare

3.8.1 (2021-09-13)

Bug Fixes

  • allow images attached through file picker to display in gallery view (afd84a9)
  • delegate content type detection to backend for image/file uploads (8de7d8d)
  • share photo functionality (41231a0) Thanks to @giautm !!
  • connection recovery not respecting updates to sort prop on ChannelList component (#833) Thanks to @giautm !!

v3.8.0

30 Aug 13:48

Choose a tag to compare

3.8.0 (2021-08-30)

Features

  • added support for japanese and korean language (5708201)
  • added support for props - autoCompleteSuggestionsLimit, mentionAllAppUsersEnabled and mentionAllAppUsersQuery on Channel component (ff15650)

v3.7.3

20 Aug 15:09

Choose a tag to compare

3.7.3 (2021-08-20)

Bug Fixes

  • Hotfix for peer deps collision (83cf002)

v3.7.2

04 Aug 22:18

Choose a tag to compare

3.7.2 (2021-08-04)

Bug Fixes

  • attachment-picker: fixing sync logic between imageUploads and selectedImages (46de905)
  • Fix infinite loop in bottom sheet or image gallery on notched iOS phones (1bc81f0)