Skip to content

Releases: GetStream/stream-chat-react-native

v8.1.1

11 Jul 13:53
eed3870
Compare
Choose a tag to compare

What's Changed

  • fix: remove docusaurus folder by @khushal87 in #3163
  • fix: include size in response so that LLC can recognise media library uploads as file reference by @khushal87 in #3165
  • fix: update pod lock files and yark lock and stream chat to 9.11.0 by @khushal87 in #3166

Full Changelog: v8.1.0...v8.1.1

v8.1.0

09 Jul 14:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.1.0

v7.2.2

04 Jul 07:58
Compare
Choose a tag to compare

What's Changed

  • fix: add missing translations export from the SDK by @khushal87 in #3148
  • fix: add reaction button bg theme for filled and unfilled case by @khushal87 in #3149
  • fix: unread underlay display for own messages by @khushal87 in #3150

Full Changelog: v7.2.1...v7.2.2

v8.0.0

26 Jun 13:51
Compare
Choose a tag to compare

The migration guide for the changes for this release and can be referred to through this guide. πŸš€

The following are the important changes in this major release:

  • Integration of the Message Composer to handle the message input, polls and attachment uploads state in the React Native SDK. To learn more about the message composer, read here.
  • Starting this release, we have added support for Draft messages. To enable it to refer this guide.
  • The emoji suggestions now receive the data from an external dependency @emoji-mart/data. To set it up in your application refer to this guide.
  • The commands UI is now added to the message input through a different setup. To enable it refer to the doc.

v7.2.1

26 Jun 08:06
Compare
Choose a tag to compare

7.2.1 (2025-06-26)

Bug Fixes

v7.2.0

23 Jun 13:18
Compare
Choose a tag to compare

7.2.0 (2025-06-23)

Features

v7.1.2

23 Jun 09:39
Compare
Choose a tag to compare

7.1.2 (2025-06-23)

Bug Fixes

  • android crash during sharing larger media (96e4cc2)
  • prefer local uri when sharing if there (#3118) (0ecee49)
  • remove unwanted styles (#3111) (41940f0)
  • visibility of unread notification and underlay in certain scenarios (#3119) (69bbbe6)

v7.1.1

30 May 13:06
Compare
Choose a tag to compare

What's Changed

  • fix: bump stream-chat version as a fix for type issues by @isekovanic in #3106
  • perf: image gallery rendering improvements by @isekovanic in #3108
  • fix: add filled and unfilled bg colour theme properties for ReactionListBottom by @khushal87 in #3100

Full Changelog: v7.1.0...v7.1.1

v7.1.0

27 May 15:23
Compare
Choose a tag to compare

7.1.0 (2025-05-27)

Features

We recently reworked and refreshed our offline support feature πŸš€

It contains a variety of new things as well as improvements that you can read more about here and here.

Bug Fixes

  • expose abstract offline db implementation (#3103) (ffc59e8)

v7.0.1

23 May 09:43
Compare
Choose a tag to compare

What's Changed

  • chore: update yarn lock and podlock files with the latest major merge by @khushal87 in #3081
  • fix: use useSyncExternalStore in the useStateStore hook by @khushal87 in #3084
  • fix: prefer error screen over loading screen by @isekovanic in #3083
  • fix: remounting specific attachments and jittery fast anims by @isekovanic in #3086
  • perf: optimize channel ctx usage in message by @isekovanic in #3087
  • fix: swipe to reply remounting by @isekovanic in #3088
  • fix: takePhoto regression with incorrect file name and size for image by @khushal87 in #3089
  • fix: issue with animating giphy on android with latest RN version by @khushal87 in #3092
  • fix: guard against fetching appsettings many times by @isekovanic in #3095

Full Changelog: v7.0.0...v7.0.1