Skip to content

3.3.0

Compare
Choose a tag to compare
@imtoori imtoori released this 29 Nov 16:56

stream_chat

3.3.0

✅ Added

  • Extra properties added to PaginationParams to aid in fetching messages.
  • Added hard delete functionality.

🐞 Fixed

  • closeConnection() now uses normalClosure 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 missing members_count field.

stream_chat_flutter_core

3.3.0

  • Updated stream_chat dependency to 3.3.0.

stream_chat_flutter

3.3.0

✅ Added

  • MessageListView now allows more better control over spacing after messages using spacingWidgetBuilder.
  • StreamChannel can now fetch messages around a message ID with the queryAroundMessage call.
  • Added MessageListView.keyboardDismissBehavior property.

🐞 Fixed

  • [[#766]]AttachmentActionsModal now has customisation options for actions.
  • Fixed MessageWidget null errors associated with channel.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 in FilePicker calls.
  • Fixed read indicator not updating correctly in specific situations.