Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
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
v2.5.0
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
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