Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
v6.4.7
v6.4.6
v6.4.5
v6.4.4
v6.4.3
v6.4.2
v6.4.1
v6.4.0
β οΈ BREAKING CHANGES β οΈ - The following values have been moved to the newly created EmojiContext:
Emoji- moved fromComponentContextemojiConfig- moved fromChannelStateContextEmojiIndex- moved fromComponentContextEmojiPicker- moved fromComponentContext
Feature
- Lazy load the
emoji-martdependency #1037
Chore
- Remove unused CSS #1035
v6.3.0
β οΈ BREAKING CHANGES β οΈ - We've removed the following deprecated UI components #1031:
ChannelListTeamChannelPreviewCompactChannelPreviewCountOnlyChannelPreviewLastMessageMessageInputLargeMessageInputSimple
Feature
- Added option to view read states on all messages #1014
- Added markdown rendering support for
ChannelPreviewcomponent #1021 - Added
sendChannelsToListprop toChannelListto passloadedChannelsto theListUI component #1028 - Pass entire user object to
Avatarcomponent for custom component usage #1030 - Send error notification to channel via
addNotificationmethod when file/image upload fails #1032 - Conditionally render
SendButtonwhen attachments have been uploaded but no input text exists #1033
Chore
v6.2.0
π CSS VARIABLES THEMING! π
- We've replaced much of the library's hardcoded CSS with customizable variables #927
- Variable support has been added for fonts, colors, border radius, padding, and margin
- The
Chatcomponent now accepts acustomStylesprop, an object type of CSS variables and value overrides - See the CSS and Theming section of our docs
for an example of how to implement
Feature
- Added error notification handling for failed deleted messages #1002
- Added UI component override prop for
MessageListNotifications#996
Chore
- Refactor typing of
Attachmentcomponents #995