Skip to content

Releases: GetStream/stream-chat-react-native

v5.29.0

02 May 10:29
Compare
Choose a tag to compare

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

26 Apr 09:10
Compare
Choose a tag to compare

5.28.1 (2024-04-26)

Bug Fixes

v5.28.0

23 Apr 12:55
Compare
Choose a tag to compare

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

15 Apr 08:44
Compare
Choose a tag to compare

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

03 Apr 07:15
Compare
Choose a tag to compare

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

08 Mar 08:31
Compare
Choose a tag to compare

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

29 Feb 12:36
Compare
Choose a tag to compare

What's Changed

  • fix: lint in language translations by @khushal87 in #2421
  • feat: add a way to insert a custom field into a message through message input context by @santhoshvai in #2422
  • feat: ability to override the emoji auto complete search input results using emojiSearchIndex by @khushal87 in #2423
  • fix: auto complete suggestion list container theme by @khushal87 in #2429
  • feat: introduce upload progress indicator spinner theme color by @khushal87 in #2437
  • fix: undefined thumb_url when image grid opens in image gallery by @khushal87 in #2438
  • fix: do not render channels on offline support before db init by @santhoshvai in #2444
  • fix: channel disabled/frozen UI re-render issue by @khushal87 in #2436
  • docs: v3 refresh by @khushal87 in #2424
  • fix: calendar undefined issue in MessageSearchList in SampleApp by @khushal87 in #2445
  • refactor: remove ios/.xcode.env.local through gitignore by @khushal87 in #2446

Full Changelog: v5.24.0...v5.25.0

v5.24.0

08 Feb 07:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.23.2...v5.24.0

v5.23.2

23 Jan 09:00
Compare
Choose a tag to compare

5.23.2 (2024-01-23)

Bug Fixes

v5.23.1

22 Jan 06:01
Compare
Choose a tag to compare

5.23.1 (2024-01-22)

Bug Fixes