Skip to content

4.51.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 26 Mar 12:54
· 350 commits to main since this release

March 26, 2024

StreamChat

βœ… Added

  • Add mute expiration support when muting a channel #3083
  • Add ChatClient.loadAppSettings and ChatClient.appSettings #3091
  • Load the app settings when connecting the user #3091
  • Expose notificationsMuted in ChatChannelMember #3111

🐞 Fixed

  • Fix saving reaction counts for messages #3109

πŸ”„ Changed

  • Deprecates ChatClientConfig.maxAttachmentSize in favour of defining the value from Stream's Dashboard #3105

StreamChatUI

βœ… Added

  • Validates file size limit per attachment type defined in Stream's Dashboard #3105
  • Make it easier to customize ComposerVC.updateContent() #3112
  • Add support markdown font styling customization #3101

🐞 Fixed

  • Fix support for markdown ordered list with all numbers #3090
  • Fix support for markdown italic and bold styles inside snake-styled text #3094
  • Fix Message View not updated when new translations are added or removed #3103