5.5.1 Release#4130
Conversation
* Fix poll comments button singular title * Updated CHANGELOG
* Fix highlighting of message interruptions on subsequent opens * Updated CHANGELOG
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
SDK Size
|
StreamChatUI XCSize
|
Public Interface open class ChatChannelAvatarView: _View, ThemeProvider
- override open func updateContent()
+ override open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)
- open func loadAvatar(for channel: ChatChannel)
+ override open func updateContent()
- open func loadChannelAvatar(from url: URL)
+ open func loadAvatar(for channel: ChatChannel)
- open func loadDirectMessageChannelAvatar(channel: ChatChannel)
+ open func loadChannelAvatar(from url: URL)
- open func loadMergedAvatars(channel: ChatChannel)
+ open func loadDirectMessageChannelAvatar(channel: ChatChannel)
- open func loadAvatarsFrom(urls: [URL?],names: [String] = [],channelId: ChannelId,completion: @escaping @Sendable ([UIImage], ChannelId)
+ open func loadMergedAvatars(channel: ChatChannel)
- -> Void)
+ open func loadAvatarsFrom(urls: [URL?],names: [String] = [],channelId: ChannelId,completion: @escaping @Sendable ([UIImage], ChannelId)
- open func createMergedAvatar(from avatars: [UIImage])-> UIImage?
+ -> Void)
- open func lastActiveMembers()-> [ChatChannelMember]
+ open func createMergedAvatar(from avatars: [UIImage])-> UIImage?
- open func loadIntoAvatarImageView(from url: URL?,placeholder: UIImage?)
+ open func lastActiveMembers()-> [ChatChannelMember]
+ open func loadIntoAvatarImageView(from url: URL?,placeholder: UIImage?) |
|
Build for regression testing №123457149 has been uploaded to TestFlight 🎁 |
|
SDK Performance
|
|
/merge release |
|
Publication of the release has been launched 👍 |



StreamChat
🔄 Changed
StreamChatModel.xcdatamodeldas a package resource so the compiled Core Data model is bundled instead of copying the raw model source #4128Sendableerrors when building with Xcode 27 #4129StreamChatUI
🐞 Fixed