Skip to content

Conversation

@Stream-SDK-Bot
Copy link
Collaborator

βœ… Added

  • Make AddUsersView used by ChatChannelInfoView public for creating custom info views through composition #906
  • Expose ChannelAvatarViewOptions.init #908

🐞 Fixed

  • Fix WebView error handling to enable mp3 attachments loading #904

@Stream-SDK-Bot Stream-SDK-Bot requested a review from a team as a code owner August 7, 2025 12:39
@github-actions
Copy link

github-actions bot commented Aug 7, 2025

Public Interface

+ public struct AddUsersView: View  
+ 
+   public var body: some View
+   
+ 
+   public init(factory: Factory = DefaultViewFactory.shared,loadedUserIds: [String],onUserTap: @escaping (ChatUser) -> Void)



 public struct ChannelAvatarViewOptions  
+   
+ 
+   public init(showOnlineIndicator: Bool,size: CGSize = .defaultAvatarSize,avatar: UIImage? = nil)

@github-actions
Copy link

github-actions bot commented Aug 7, 2025

Build for regression testing β„–113 has been uploaded to TestFlight 🎁

@Stream-SDK-Bot
Copy link
Collaborator Author

SDK Size

title previous release current release diff status
StreamChatSwiftUI 9.22 MB 9.22 MB +1 KB 🟒

@testableapple
Copy link
Contributor

/merge release

@testableapple
Copy link
Contributor

Publication of the release has been launched πŸ‘

@github-actions github-actions bot merged commit fc71d81 into main Aug 7, 2025
10 of 11 checks passed
@github-actions github-actions bot deleted the release/4.84.0 branch August 7, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants