Skip to content

Conversation

Stream-SDK-Bot
Copy link
Collaborator

βœ… Added

  • Add support for showing current poll comment on alert #891

🐞 Fixed

  • Fix polls multiple answers minimum value being 1 instead of 2 #898

πŸ”„ Changed

  • Make ChatChannelInfoView subviews public for creating custom info views through composition #892
    • ChannelTitleView
    • ChannelInfoDivider
    • ChatInfoDirectChannelView
    • ChatInfoParticipantsView
  • Make MediaViewsOptions initializer public #899

@Stream-SDK-Bot Stream-SDK-Bot requested a review from a team as a code owner July 29, 2025 13:28
Copy link

Public Interface

+ public struct ChatInfoParticipantsView: View  
+ 
+   public var body: some View
+   
+ 
+   public init(factory: Factory = DefaultViewFactory.shared,participants: [ParticipantInfo],onItemAppear: @escaping (ParticipantInfo) -> Void)

+ public struct ChannelTitleView: View  
+ 
+   public var body: some View
+   
+ 
+   public init(channel: ChatChannel,shouldShowTypingIndicator: Bool)

+ public struct ChannelInfoDivider: View  
+ 
+   public var body: some View
+   
+ 
+   public init()

+ public struct ChatInfoDirectChannelView: View  
+ 
+   public var body: some View
+   
+ 
+   public init(factory: Factory = DefaultViewFactory.shared,participant: ParticipantInfo?)



 public struct MediaViewsOptions  
+   
+ 
+   public init(selectedIndex: Int)

 public class ChatChannelInfoViewModel: ObservableObject, ChatChannelControllerDelegate  
-   public var notDisplayedParticipantsCount: Int
+   public var showMoreUsersButtonTitle: String
-   public var mutedText: String
+   public var notDisplayedParticipantsCount: Int
-   public var showMoreUsersButton: Bool
+   public var mutedText: String
-   
+   public var showMoreUsersButton: Bool
- 
+   
-   public init(channel: ChatChannel)
+ 
-   
+   public init(channel: ChatChannel)
- 
+   
-   public func onlineInfo(for user: ChatUser)-> String
+ 
-   public func onParticipantAppear(_ participantInfo: ParticipantInfo)
+   public func onlineInfo(for user: ChatUser)-> String
-   public func leaveConversationTapped(completion: @escaping () -> Void)
+   public func onParticipantAppear(_ participantInfo: ParticipantInfo)
-   public func cancelGroupRenaming()
+   public func leaveConversationTapped(completion: @escaping () -> Void)
-   public func confirmGroupRenaming()
+   public func cancelGroupRenaming()
-   public func channelController(_ channelController: ChatChannelController,didUpdateChannel channel: EntityChange<ChatChannel>)
+   public func confirmGroupRenaming()
-   public func addUserTapped(_ user: ChatUser)
+   public func channelController(_ channelController: ChatChannelController,didUpdateChannel channel: EntityChange<ChatChannel>)
+   public func addUserTapped(_ user: ChatUser)

@Stream-SDK-Bot
Copy link
Collaborator Author

SDK Size

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

Copy link

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

@testableapple
Copy link
Contributor

/merge release

@testableapple
Copy link
Contributor

Publication of the release has been launched πŸ‘

@github-actions github-actions bot merged commit b0f2a62 into main Jul 29, 2025
10 of 11 checks passed
@github-actions github-actions bot deleted the release/4.83.0 branch July 29, 2025 13:55
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.

4 participants