v6.0.10
stream-public-bot
released this
11 Dec 15:55
·
828 commits
to release
since this release
stream-chat-android-core
⚠️ Changed
- 🚨Breaking change: The following properties in
User
class are now nullable:banned
,invisible
. #5107- Please use
User.isBanned
as non-nullable version. - Please use
User.isInvisible
as non-nullable version. - Properties such as
invisible
,banned
,teams
androle
are not being used to establish WS connection flow if not specified.
- Please use
stream-chat-android-state
🐞 Fixed
- Fix wrong Message.ownReactions. #5106
stream-chat-android-ui-common
🐞 Fixed
- Fixed broken date formatting. #5101
- Fixed thread separator ui order. #5098
MessageListController.showThreadSeparatorInEmptyThread
was added to control the visibility of the thread separator in empty threads.
- Fixed
MessageList
scrolling behaviour while receiving a new message. #5112NewMessageState.MyOwn
andNewMessageState.Other
are now data classes.
stream-chat-android-ui-components
🐞 Fixed
- Fixed
MessageClickListener
never being called. #5096 - Fixed thread separator ui order. #5098
MessageListViewModelFactory.showThreadSeparatorInEmptyThread
was added to control the visibility of the thread separator in empty threads.
- Fixed: Regex was not correctly escaped in getOccurrenceRanges #5109
stream-chat-android-compose
🐞 Fixed
- Fixed thread separator ui order. #5098
MessagesViewModelFactory.showThreadSeparatorInEmptyThread
was added to control the visibility of the thread separator in empty threads.
⬆️ Improved
- Removed attachment picker customization limitation for
AttachmentsPickerTabFactory
non-file implementations. #5104