Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
v3.1.2
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
Fix
- FixedHeightMessage text overflow #573
- Prevent state updates on unmounted Channel component #566
VirtualizedMessageList Message grouping
Feature
- VirtualizedMessageList supports message grouping #571
<VirtualizedMessageList shouldGroupByUser />
Fix
- VirtualizedMessageList TypingIndicator is disabled by default #571
v3.0.3
Fix
- Security issue due to missing
rel="noopener noreferrer"
in rendered links #570
v3.0.2
Chore
- Bump stream-chat to v2.6.0 #568
v3.0.1
Fix
- Fixed issues on docs #556
- Fix type issues #557
- Keep channel.members in sync #561
Added
v3.0.0
BREAKING CHANGES
- Image component renamed to ImageComponent #554
Type Fixes
Fix
- Fixed several type issues #552
v2.6.1
Fix
- Fixed an issue with MessageLivestream where mutes and flags were not happening #551
v2.6.0
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