Releases: GetStream/stream-chat-react-native
Releases · GetStream/stream-chat-react-native
v9.1.2
What's Changed
- fix: unique reactions memoization by @isekovanic in #3577
- chore: update github actions to latest versions by @oliverlaz in #3579
- fix: commands flow when interacting with other composer elements by @isekovanic in #3570
Full Changelog: v9.1.1...v9.1.2
v8.13.13
What's Changed
- fix: revert SDK name update by @isekovanic in #3580
Full Changelog: v8.13.12...v8.13.13
v8.13.12
v9.1.1
What's Changed
- fix: reanimated 4.3.0 attachment preview list by @isekovanic in #3569
- fix: podspecPath warning by @isekovanic in #3574
Full Changelog: v9.1.0...v9.1.1
v8.13.11
What's Changed
- fix: add explicit background color for poll creation safe area by @isekovanic in #3572
- fix: stuck refreshing header by @isekovanic in #3573
Full Changelog: v8.13.10...v8.13.11
v9.1.0
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
What's Changed
Full Changelog: v8.13.9...v8.13.10
v9.0.1
What's Changed
- fix: message reply border in RTL mode by @szuperaz in #3555
- refactor: remove dead MessageMenu and finish useAudioPlayer rename by @oliverlaz in #3556
- docs: add AI-agent migration guide for v8 → v9 by @oliverlaz in #3557
- chore: customizability of context menu by @isekovanic in #3558
- fix: pagination breaks if first/last message is shadowed by @szuperaz in #3559
Full Changelog: v9.0.0...v9.0.1
v9.0.0
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.
WithComponentscustomization model: V9 expands and standardizes top-level component overrides throughWithComponents, 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, andsemantics. - 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.
v8.13.9
What's Changed
- fix: unicode replacement string android crash by @isekovanic in #3540
Full Changelog: v8.13.8...v8.13.9
