Stream Chat React Native Versions Save

💬 React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream

v5.29.0

2 weeks ago

5.29.0 (2024-05-02)

Features

What is Async Audio?

The features enable you to record and send voice notes in the Chat. 🎉

How to use it?

You can primarily follow this audio support guide to enable and use this feature.

To enable the feature, simply install react-native-audio-recorder-player and react-native-video for React Native CLI applications and expo-av for Expo applications.

After installation, enable the feature by passing the audioRecordingEnabled prop as true in the Channel component of our SDK.

<Channel audioRecordingEnabled={true} />

The release also improves couple of other caveats with duration field in MessageInput and tries to make the FileUploadPreview and the FileAttachment component simpler.

v5.28.1

3 weeks ago

5.28.1 (2024-04-26)

Bug Fixes

v5.28.0

3 weeks ago

5.28.0 (2024-04-23)

Features

  • add sender and receiver message theme background color (#2485) (7c2567c)
  • introduce grouped message theming for message and fix message pinned header styles (#2488) (93a7b25)

Bug Fixes

  • broken imports in SDK as per TS (#2487) (6d7af92)
  • improve attachment picker and image gallery bottom sheet implementation (#2490) (54bd86f)
  • return type of setInterval and setTimeout (#2489) (46f5fef)
  • ts issue in getPhotos around Platform.Version (#2493) (1f3751a)

v5.27.1

1 month ago

5.27.1 (2024-04-15)

Bug Fixes

  • giphy border radius and color issue (#2484) (8814112)
  • messages not received when connection recovered and do not reload channel when sending message (#2479) (8dff165)
  • upgrade react native SDK version to 0.73.6 and fix incompatibility (#2475) (8abf80e)

v5.27.0

1 month ago

5.27.0 (2024-04-03)

Features

  • add customizability for attachment picker ios select more photos component (#2458) (bacabd9)
  • expo 50 version upgrade in sample app (#2463) (4f39e6a)

Bug Fixes

  • offline-support: foreign constraint failure (#2472) (0119754)
  • add channel prop to ChannelPreviewStatus and fix docs props information (#2455) (2ce2548)
  • add missing support for scroll to messageid inside thread (0b53ffb)
  • attachment picker ios select more photos component theme (22c57e3)
  • crashes due to negative bottom sheet snap points (#2473) (746280a)
  • deprecate global config from usage and add resizableCDNHosts to resizableCDNHosts (#2457) (47d503d)
  • image gallery image opening issue (dbd3805)
  • offline support saving cyclic structure (#2469) (792b4c9)
  • playing video in image gallery even when thumb_url not present (#2466) (14fb017)
  • scroll to bottom issue when the message list is empty (#2471) (a05573f)
  • theme for MessageList and SendMessageDisallowedIndicator (#2470) (a2119af)
  • offline-support: when user is not connected don't render null (#2462) (1934634)
  • undefined local states for reaction count (#2460) (e2c94d8)

v5.26.0

2 months ago

5.26.0 (2024-03-08)

Features

Bug Fixes

  • add back channel prop to ChannelPreviewTitle and ChannelPreviewUnreadCount (#2451) (b317e18)
  • authorNameFooterContainer theme in Card component (#2449) (068d722)
  • disable auto merge sets messages addition (392af2c)
  • do not merge message sets during targeted message highlighting (5ec367d)
  • race condition on initial channel load with a message id (11126eb)
  • scroll to message after channel state is copied reliably (93f521b)

v5.25.0

2 months ago

What's Changed

Full Changelog: https://github.com/GetStream/stream-chat-react-native/compare/v5.24.0...v5.25.0

v5.24.0

3 months ago

What's Changed

Full Changelog: https://github.com/GetStream/stream-chat-react-native/compare/v5.23.2...v5.24.0

v5.23.2

3 months ago

5.23.2 (2024-01-23)

Bug Fixes

v5.23.1

3 months ago

5.23.1 (2024-01-22)

Bug Fixes