Skip to content

Releases: GetStream/stream-chat-react-native

v8.3.3

07 Aug 12:44
8872231

Choose a tag to compare

What's Changed

  • fix: make the sdk and sample apps react-native-reanimated v4 compatible by @khushal87 in #3192

Full Changelog: v8.3.2...v8.3.3

v8.3.2

05 Aug 12:02
9c10500

Choose a tag to compare

What's Changed

  • fix: auto scroll to bottom when the message was deleted or removed from the list by @khushal87 in #3187

Full Changelog: v8.3.1...v8.3.2

v8.3.1

30 Jul 08:01
e51aba4

Choose a tag to compare

What's Changed

Full Changelog: v8.3.0...v8.3.1

v8.3.0

29 Jul 10:40
3529618

Choose a tag to compare

What's Changed

  • feat: add static and live locations support by @khushal87 in #3173
  • fix: duplicate command injection issue when commands added in message by @khushal87 in #3179

Full Changelog: v8.2.0...v8.3.0

v8.2.0

23 Jul 14:33
118117b

Choose a tag to compare

What's Changed

  • fix: add thread prop in channel component in channel screen to sync state by @khushal87 in #3170
  • feat: add a way to override query channels by @isekovanic in #3176

Full Changelog: v8.1.1...v8.2.0

v8.1.1

11 Jul 13:53
eed3870

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

Choose a tag to compare

What's Changed

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

v7.2.2

04 Jul 07:58

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

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

Choose a tag to compare

7.2.1 (2025-06-26)

Bug Fixes