Releases: GetStream/stream-chat-react-native
Releases Β· GetStream/stream-chat-react-native
v3.6.4
v3.6.3
v3.6.2
[3.6.1] (2021-07-07)
- Fixed problem where it wasn't possible to clear giphy messages inside of a thread 6d8977d
[3.6.0] (2021-06-22)
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)
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)
π 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
[3.4.0] (2021-05-14)
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
[3.3.2] (2021-04-13)
[3.3.1] (2021-04-09)
- Fixed
supportedReactions
prop support onOverlayReactions
#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