Skip to content

Releases: GetStream/stream-chat-react

v3.0.0

30 Sep 10:40
Compare
Choose a tag to compare

BREAKING CHANGES

  • Image component renamed to ImageComponent #554

Type Fixes

30 Sep 07:41
Compare
Choose a tag to compare

Fix

  • Fixed several type issues #552

v2.6.1

29 Sep 13:57
Compare
Choose a tag to compare

Fix

  • Fixed an issue with MessageLivestream where mutes and flags were not happening #551

v2.6.0

29 Sep 07:41
Compare
Choose a tag to compare

Feature

  • New messages date indicator in MessageList and VritualizedMessageList #548
  • Reply/Reactions are available in messageActions #547

Fix

  • Fix opacity on emoji in EditMessageForm #540
  • Sanitize URL image sources in Image component #543
  • Add first letter of display name to avatar #545

v2.5.0

24 Sep 14:34
Compare
Choose a tag to compare

Feature

  • TypingIndicator component is added by default to both MessageList and VirtualizedMessageList components. This component can also be used on its own. #535

Virtualized MessageList

17 Sep 09:14
Compare
Choose a tag to compare

Feature

  • VirtualizedMessageList is a new component that can handle thousands of messages in a channel. It uses a virtualized list under the hood. #487

Fix

  • Typescript generics of stream chat js are ABC adjusted #521