Skip to content

Releases: GetStream/stream-chat-react-native

v9.1.3

05 May 16:23
e45e9f3

Choose a tag to compare

What's Changed

Full Changelog: v9.1.2...v9.1.3

v9.1.2

30 Apr 15:51
b5ed71a

Choose a tag to compare

What's Changed

Full Changelog: v9.1.1...v9.1.2

v8.13.13

30 Apr 15:40
188ff5f

Choose a tag to compare

What's Changed

Full Changelog: v8.13.12...v8.13.13

v8.13.12

30 Apr 15:40
6139d9c

Choose a tag to compare

What's Changed

Full Changelog: v8.13.11...v8.13.12

v9.1.1

28 Apr 16:07
cca74a2

Choose a tag to compare

What's Changed

Full Changelog: v9.1.0...v9.1.1

v8.13.11

28 Apr 16:05
0e05be5

Choose a tag to compare

What's Changed

Full Changelog: v8.13.10...v8.13.11

v9.1.0

24 Apr 17:57
b70f8d5

Choose a tag to compare

What's Changed

  • refactor(tests): migrate test suite and mock-builders to TypeScript by @oliverlaz in #3562
  • fix: add missing translation keys by @szuperaz in #3565
  • feat: track attachment uploads outside of message composer - in progress by @szuperaz in #3527
  • feat: native multipart upload by @isekovanic in #3566

Full Changelog: v9.0.1...v9.1.0

v8.13.10

23 Apr 11:55

Choose a tag to compare

What's Changed

  • fix: update stream-chat-js version to fix pagination for shadow block… by @szuperaz in #3564

Full Changelog: v8.13.9...v8.13.10

v9.0.1

17 Apr 15:52
b0db688

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

16 Apr 16:18
8d003bc

Choose a tag to compare

V9.0.0 is finally here ! 🚀

Important changes:

  • Complete design overhaul: V9 introduces a full visual redesign across the SDK, including the message list, channel list, composer, and overall chat experience.
  • Redesigned message contextual menu: The message overlay and contextual menu system were reworked to provide a more modern and customizable foundation for message actions, reactions, and related interactions.
  • WithComponents customization model: V9 expands and standardizes top-level component overrides through WithComponents, making SDK customization more consistent and easier to manage.
  • New design token system: V9 introduces a new token-based theming model built around primitives, foundations, components, and semantics.
  • New Architecture only: V9 now supports React Native’s New Architecture exclusively.

For more details, see the V9 docs, the migration guide, migration guide for AI Coding Agents, and the theming docs.