github GetStream/stream-chat-android v6.0.10

latest releases: 6.23.0, 6.22.1, 6.22.0...
21 months ago

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 and role are not being used to establish WS connection flow if not specified.

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. #5112
    • NewMessageState.MyOwn and NewMessageState.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

Don't miss a new stream-chat-android release

NewReleases is sending notifications on new releases.