Skip to content

v6.0.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@kanat kanat released this 18 Aug 20:04
· 696 commits to main since this release

August 18th, 2023 - 6.0.0-beta4

I hope you're interested in our latest major release - v6.0.0-beta4! We're currently in the process of preparing migration guides and updating all of our
documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

Common changes for all artifacts

⚠️ Changed

  • Business models are immutable now. #4893

stream-chat-android-client

✅ Added

  • Added R.color.stream_ic_notification to the list of resources that can be overridden. #4921

stream-chat-android-ui-components

🐞 Fixed

  • Fixed send button being hidden with non-empty input when audioRecordingButtonPreferred is enabled. #4925

⬆️ Improved

  • Improved UI customization for Audio Recording feature. #4906
  • Improved trailing buttons customization for MessageComposerView. #4915

✅ Added

  • Added MessageListView.setCustomItemAnimator to allow customizing the item animator used by the MessageListView. #4922
  • Added ChannelListView.setMoreOptionsIconProvider and ChannelListView.setDeleteOptionIconProvider to allow customizing the options icons used by the ChannelListView. #4927