Skip to content

Releases: GetStream/stream-chat-react-native

v6.0.0

12 Dec 10:40
Compare
Choose a tag to compare

6.0.0 (2024-12-12)

⚠ BREAKING CHANGES

After a long wait, we've finally released version 6.0.0 of our SDK ! 🚀

For a full list of changes, please refer to our migration guide where everything should be outlined.

v5.44.2

10 Dec 11:56
Compare
Choose a tag to compare

5.44.2 (2024-12-10)

Bug Fixes

  • only disable message input ui when capabilities change (#2836) (8cc863d)

v5.44.1

05 Dec 14:36
Compare
Choose a tag to compare

5.44.1 (2024-12-05)

Bug Fixes

  • add factory fn to determine whether a msg is ai generated (#2829) (79542d8)

v5.44.0

04 Dec 11:24
Compare
Choose a tag to compare

What's Changed

  • fix: show loading indicator instead of returning null from the Chat component when DB not initialized by @khushal87 in #2820
  • fix: audio attachment title overflow issue by @khushal87 in #2821
  • feat: ai chat bot poc by @isekovanic in #2822

Full Changelog: v5.43.2...v5.44.0

v5.43.2

28 Nov 14:12
Compare
Choose a tag to compare

5.43.2 (2024-11-28)

Bug Fixes

v5.43.1

22 Nov 15:49
Compare
Choose a tag to compare

5.43.1 (2024-11-22)

Bug Fixes

  • channel.state break on going to background (#2809) (54ff925)

v5.43.0

20 Nov 13:56
Compare
Choose a tag to compare

5.43.0 (2024-11-20)

Features

v5.42.2

19 Nov 21:25
Compare
Choose a tag to compare

5.42.2 (2024-11-19)

Bug Fixes

  • backporting variety fixes (008cf01)
  • channel hook regressions (e8e3dd0)
  • expo media library permissions race conditions (fc9b908)
  • listen to correct channel read events (5a58a65)
  • recursion depth on regex parse issue (#2790) (e6908e9)

v5.42.1

15 Nov 16:18
Compare
Choose a tag to compare

5.42.1 (2024-11-15)

Bug Fixes

v5.42.0

14 Nov 15:11
Compare
Choose a tag to compare

5.42.0 (2024-11-14)

Features

  • listen to notification.mark_read and notification.mark_unread event and introduce improvements (#2776) (834d124)

Bug Fixes