Skip to content

Releases: GetStream/stream-chat-react

v6.7.1

14 Sep 21:33

Choose a tag to compare

Bug

  • Prevent custom message data from being deleted on edit message request #1169
  • Fix issue with autocomplete mentions displaying muted users #1170

v6.7.0

10 Sep 20:36

Choose a tag to compare

Feature

  • Add ability to override high-level, CSS container classes via the customClasses prop on Chat #1159. See the docs for more information.
  • Allow custom message actions in the VirtualizedMessageList #1166
  • While using the MessageSimple UI component, allow message grouping in the VirtualizedMessageList via the shouldGroupByUser prop #1166
  • Add ability to customize the svg icons in the MessageOptions component #1159
  • Create a Capacitor sample app to test run the library natively #1158

Bug

  • Fix edge case around custom message actions not showing up when default actions are disabled #1161

v6.6.0

30 Aug 19:21

Choose a tag to compare

Feature

  • Add optimistic response to pin message request #1149
  • Add option to close ReactionSelector component on reaction pick #1150

Chore

  • Improve ChannelSearch types for channel and user filters #1141
  • Remove unnecessary useMessageInputState props #1145
  • Upgrade react-virtuoso dependency #1148
  • Add Rollup image plugin and upgrade react-file-utils #1151

Bug

  • Hide URL link overflow in MessageSimple #1147

v6.5.1

13 Aug 21:26

Choose a tag to compare

Feature

  • Add option to pass customMessageData to the ChannelActionContext sendMessage function #1121

Chore

  • Add support to quote a message with an attachment #1118
  • Upgrade stream-chat to major version 4 #1120

Bug

  • Skip MessageInput slow mode cooldown for admin and moderator user roles #1116

v6.5.0

11 Aug 14:17

Choose a tag to compare

Feature

  • Add defaultItemHeight prop to VirtualizedMessageList to smooth rendering of long and differently sized lists. Also, prevent new message notification icon from flashing when switching channels. #1112

Chore

  • Improve EmojiContext types and documentation #1107
  • Adjust Attachment component rendering in Message UI components for cases with no attachment array length #1115

v6.4.11

06 Aug 14:07

Choose a tag to compare

Chore

  • Upgrade react-virtuoso for tall last message edge case #1102
  • Upgrade stream-chat and example app dependencies #1103

v6.4.10

05 Aug 15:42

Choose a tag to compare

Feature

  • Clear message input text prior to successful message response and revert to original text if request fails #1097

Chore

  • Update Japanese and Korean translations #1091 and #1099
  • Prevent Avatar component from being able to render its name as a number #1097

Bug

  • Fix logic to show input send button on breakpoint change to mobile/tablet views #1095

v6.4.9

02 Aug 19:03

Choose a tag to compare

Feature

  • Add defaultLanguage prop to Chat component to specify fallback language for translation of UI components #1086

Chore

  • Optimize VirtualizedMessageList message grouping and rendering logic #1088

v6.4.8

30 Jul 18:57

Choose a tag to compare

6.4.8 2021-07-30

Feature

  • Add SearchInput UI prop to ChannelSearch component to override/extend default HTML input element #1079
  • Detect connected user's preferred language for translation when language not set by Streami18n instance #1082
  • Add Japanese and Korean to list of supported languages for auto translation #1085

v6.4.7

27 Jul 23:57

Choose a tag to compare

6.4.7 2021-07-27

Feature

  • Add the ability to open/close list of available commands on click #1072
  • Add the ability to set custom active channel on mount even if it's not returned in the initial queryChannels response #1078

Chore

  • Replace replaceAll method with replace and add global flag for older browser support #1074
  • Adjust VirtualizedMessageList CSS to support MessageSimple #1075