Skip to content

Releases: GetStream/stream-chat-react-native

v3.6.4

13 Jul 16:22
Compare
Choose a tag to compare

3.6.4 (2021-07-13)

Note: Version bump only for package stream-chat-react-native-core. Auto generated release by lerna.

v3.6.3

13 Jul 16:06
Compare
Choose a tag to compare

3.6.3 (2021-07-13)

Note: Fixing readme for stream-chat-react-native-core on npm. No changes in this release.

v3.6.2

13 Jul 15:49
Compare
Choose a tag to compare

3.6.2 (2021-07-13)

Bug Fixes

  • android: use react native FlatList instead of RNGH's on ChannelListMessenger (1267f64)

[3.6.1] (2021-07-07)

07 Jul 14:29
Compare
Choose a tag to compare
  • Fixed problem where it wasn't possible to clear giphy messages inside of a thread 6d8977d

[3.6.0] (2021-06-22)

22 Jun 18:28
Compare
Choose a tag to compare

This release provides full support for Expo 41 and React Native 0.64

Please make sure to upgrade following packages to specified versions:

[3.6.0-rc.0] (2021-05-02)

02 Jun 09:10
Compare
Choose a tag to compare
Pre-release

This release provides full support for Expo 41 and React Native 0.64

Please make sure to upgrade following packages to specified versions:

[3.5.0] (2021-05-28)

28 May 14:05
Compare
Choose a tag to compare

πŸ›‘ BREAKING

Following props have been renamed:

  • reply -> quotedReply
  • handleReply -> handleQuotedReply
  • handleReplyMessage -> handleQuotedReplyMessage

Features

  • Added new props to Channel component 219b307

    • maxMessageLength (number)
    • reactionsEnabled (boolean)
    • readEventsEnabled (boolean)
    • repliesEnabled (boolean)
    • typingEventsEnabled (boolean)
    • uploadsEnabled (boolean)
    • quoteRepliesEnabled (boolean)
    • threadRepliesEnabled (boolean)

Bug fixes

  • Update messages when mute status updates 885f8c2
  • Fixed broken "Resend message" functionality for failed messages 359c192
  • Fixed read receipts f7510e8
  • Fixed images as attachment from File Picker 5ca1a25

[3.4.0] (2021-05-14)

14 May 15:34
Compare
Choose a tag to compare

Features

  • Updated implementation around network recovery for smooth UX #658
  • Added support for MessageDeleted prop on Channel component, for overriding default deleted message component 65861d9
  • Refresh channel list when sort prop updates, on ChannelList 42450fa
  • Added support for typing indicator in threads 6f518ca
  • Added handler for channel.visible event 476c36e

Bug fixes

  • Updated implementation of network recovery fixes the issue of message list going blank intermittently
  • Added default sizes to Icons in OverlayReactionList component. 6b4db5f
  • Miscellaneous fixes around image picker opening and closing 950f746 4845e4e

[3.3.2] (2021-04-13)

13 Apr 09:17
Compare
Choose a tag to compare
  • Allow re-rerendering of MessageInput component, on changes to additionalTextInputProps 1b95a64
  • Fixed Android camera permissions check 5b77516

[3.3.1] (2021-04-09)

09 Apr 07:50
Compare
Choose a tag to compare
  • Fixed supportedReactions prop support on OverlayReactions #594
  • Fixed mentions autocomplete functionality for channels with > 100 members e8c93d3
  • Fixed theming issue on overlay for sent message (or my message) 7f11364
  • Exporting following components and hooks from SDK 3a3ae58
    • ChannelListLoadingIndicator
    • ChannelPreviewMessage
    • ChannelPreviewStatus
    • ChannelPreviewTitle
    • ChannelPreviewUnreadCount
    • InputButtons
    • useAppStateListener