Skip to content

Releases: GetStream/stream-chat-react

v3.1.3

15 Oct 12:35

Choose a tag to compare

Fix

  • Better handling of offsets during loadMore #578

v3.1.2

15 Oct 12:25

Choose a tag to compare

Fix

  • Event handler for message.new by default moves the channel to top of the list. But it didn't handle the case where channel was not already present in list. useMessageNewHandler has been updated to handle this case. c563252

v3.1.1

14 Oct 09:06

Choose a tag to compare

Fix

  • FixedHeightMessage text overflow #573
  • Prevent state updates on unmounted Channel component #566

VirtualizedMessageList Message grouping

14 Oct 08:00

Choose a tag to compare

Feature

  • VirtualizedMessageList supports message grouping #571
<VirtualizedMessageList shouldGroupByUser />

Fix

  • VirtualizedMessageList TypingIndicator is disabled by default #571

v3.0.3

13 Oct 06:28

Choose a tag to compare

Fix

  • Security issue due to missing rel="noopener noreferrer" in rendered links #570

v3.0.2

12 Oct 19:09

Choose a tag to compare

Chore

  • Bump stream-chat to v2.6.0 #568

v3.0.1

05 Oct 13:35

Choose a tag to compare

  • Bumped dependencies #558

Fix

  • Fixed issues on docs #556
  • Fix type issues #557
  • Keep channel.members in sync #561

Added

  • Export EmojiPicker #560

v3.0.0

30 Sep 10:40

Choose a tag to compare

BREAKING CHANGES

  • Image component renamed to ImageComponent #554

Type Fixes

30 Sep 07:41

Choose a tag to compare

Fix

  • Fixed several type issues #552

v2.6.1

29 Sep 13:57

Choose a tag to compare

Fix

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