v6.5.0
stream-public-bot
released this
30 Aug 20:11
·
240 commits
to release
since this release
stream-chat-android-offline
✅ Added
- Store poll info on local data base. #5283
stream-chat-android-state
🐞 Fixed
- Fixed
ChannelState.watchers
not being updated when a watcher gets deleted. #5378
⬆️ Improved
- Keep members updated on QueryChannelsState. 5382
stream-chat-android-ui-common
🐞 Fixed
- Fixed
MessageListController.channel.members
not being updated when a member is banned. #5368
⬆️ Improved
- Hide "Unread Messages" button when there are no messages on the messages list. #5376
stream-chat-android-ui-components
🐞 Fixed
- Message list is cleared when the channel remove all its messages. #5360
- Ensure channels list doesn't show deleted messages on the last message preview. #5367
- Fixed
Message.messageTextUpdatedAt
fluctuations withinFootnoteDecorator
when editing a message. #5374
⬆️ Improved
MessageOptionsDialogFragment
now usesMessageListItemViewHolderFactory
to get item view type. #5369- Default
MentionsViewHolder
usesuser.id
ifuser.name
is empty. #5384
✅ Added
- Create a new UI for the poll message. #5285
- Create a new UI to create a poll message. #5361
- Added system attachment picker to select media without extra permissions. #5380
stream-chat-android-compose
🐞 Fixed
- Message list is cleared when the channel remove all its messages. #5360
- Increase max allowed votes base on available options. #5363
- Poll Attachment show description instead of question twice. #5364
- Show proper votes count in anonymous polls. #5366
- Fixed
DefaultQuotedMessageTextFormatter
not using the correct text style. #5373 - Fixed
Message.messageTextUpdatedAt
fluctuations withinMessageFooter
when editing a message. #5374 - Expose
topBarContent
andbottomBarContent
inMessageScreen
. #5377
⬆️ Improved
DefaultMentionSuggestionItemCenterContent
component usesuser.id
ifuser.name
is empty. #5384- Added
showFileSize
parameter toStreamAttachmentFactories.defaultFactories
to control file size UI visibility. #5383 - Made
MessagesScreen
edge-to-edge friendly. #5386
✅ Added
- Add
PollDialogs
component used to show poll dialogs. #5370 - Add
MessageDialogs
component used to prompt the user with message flagging and deletion actions. #5370 - Add
MessageModerationDialog
component used for message that needs to be moderated. #5370 - Add
AttachmentsPickerMenu
component used to show the attachment picker menu. #5370 - Add
MessageMenus
component used to prompt the user with message actions. #5370 - Added system attachment picker to select media without extra permissions. #5380