3.3.0
stream_chat
3.3.0
✅ Added
- Extra properties added to
PaginationParams
to aid in fetching messages. - Added hard delete functionality.
🐞 Fixed
closeConnection()
now usesnormalClosure
status when closing websocket.- Fixed local unread count indicator increasing for thread replies.
- Fixed user presence indicator not updating correctly.
ChannelEvent.membersCount
defaults to 0 avoiding parsing errors due to missingmembers_count
field.
stream_chat_flutter_core
3.3.0
- Updated
stream_chat
dependency to3.3.0
.
stream_chat_flutter
3.3.0
✅ Added
MessageListView
now allows more better control over spacing after messages usingspacingWidgetBuilder
.StreamChannel
can now fetch messages around a message ID with thequeryAroundMessage
call.- Added
MessageListView.keyboardDismissBehavior
property.
🐞 Fixed
- [[#766]]
AttachmentActionsModal
now has customisation options for actions. - Fixed
MessageWidget
null errors associated withchannel.memberCount
. - Fixed adding attachments on web.
- [#767]: Fix
MessageInput
focus behaviour when sending messages. - Fixed user presence indicator not updating correctly.
- Do not use
withData: true
inFilePicker
calls. - Fixed read indicator not updating correctly in specific situations.