Releases: GetStream/stream-chat-swiftui
Releases Β· GetStream/stream-chat-swiftui
4.97.0
4.96.0
4.95.1
December 18, 2025
β Added
- Open
ChatChannelInfoViewModel.leaveButtonTitleandChatChannelInfoViewModel.leaveConversationDescription#1018 - Open
ChatThreadListViewModel.preselectThreadIfNeeded()#1069
π Fixed
- Use
muteChannelcapability for showing mute channel button in theChatChannelInfoView#1018 - Fix
PollOptionAllVotesViewModelnot loading more votes #1067 - Fix "sliderThumb.pdf" asset not single scaled #1070
- Fix
ViewFactory.makeMessageAvatarView()not used in some views #1068MessageRepliesViewReactionsUsersViewMentionUsersViewParticipantInfoViewChatThreadListItem
- Fix reading messages from muted users #1063
4.94.0
December 02, 2025
β Added
- Add the
maxGalleryAssetsCountto the composer config #1053 - Expose
QuotedMessageViewContainer#1056 - Add
QuotedMessageContentViewandViewFactory.makeQuotedMessageContentView()#1056 - Allow customizing the attachment size and avatar size of the quoted message view #1056
π Fixed
- Fix channel list skipping some updates on iPad #1059
4.93.0
4.92.0
4.91.0
4.90.0
October 08, 2025
β Added
- Opens the
commandsHandlerand makes the mention methods public #979 - Opens
MarkdownFormatterso that it can be customised #978 - Add participant actions in channel info view #982
- Add support for overriding
onImageTapinLinkAttachmentView#986 - Add support for customizing text colors in
LinkAttachmentView#992 - Expose
MediaAttachmentproperties and initializer #1000 - Add
ColorPalette.navigationBarGlyphfor configuring the glyph color for buttons in navigation bars #999 - Allow overriding
ChatChannelInfoViewModelproperties:shouldShowLeaveConversationButton,canRenameChannel, andshouldShowAddUserButton#995
π Fixed
- Fix openChannel not working when searching or another chat shown #975
- Fix crash when using a font that does not support bold or italic trait #976
- Fix unread messages banner not shown for one-page channels #989
- Fix unread messages banner not shown if the whole channel is unread #989
- Fix channel not marking read when passing by the unread message #989
- Fix random scroll after marking a message unread #989
- Fix marking channel read when the user scrolls to the bottom after marking a message as unread #989
- Fix replying to unread messages marking them instantly as read #989
- Fix rendering of the add users button on iOS 26 #999
- Use
ColorPalette.navigationBarTintfor the background of the add users button #999 - Fix showing all the channel members in the more channel actions view #1001
4.89.1
4.89.0
September 22, 2025
There is a missing import which will fail to compile the project. Please update to 4.89.1.
β Added
- Add
toolbarThemed(content:)for creating custom views with themed navigation bar #953 - Add support for downloading file attachments #952
π Fixed
- Fix updating back button tint with
ColorPalette.navigationBarTintColor#953 - Fix swipe to reply enabled when quoting a message is disabled #977
- Fix composer not showing images in the composer when editing signed attachments #956
- Fix replacing an image while editing a message not showing the new image in the message list #956
- Improve precision when scrolling to the newest message with long text #958
- Fix draft attachments being sent with local file urls to the server #964
- Fix keyboard showing with attachment picker when editing a message #965
- Fix race condition when clearing text in a regular TextField #955
π Changed
- Change the gallery header view to show the message timestamp instead of online status #962