Releases: GetStream/stream-chat-swiftui
Releases Β· GetStream/stream-chat-swiftui
4.90.0
October 08, 2025
β Added
- Opens the
commandsHandler
and makes the mention methods public #979 - Opens
MarkdownFormatter
so that it can be customised #978 - Add participant actions in channel info view #982
- Add support for overriding
onImageTap
inLinkAttachmentView
#986 - Add support for customizing text colors in
LinkAttachmentView
#992 - Expose
MediaAttachment
properties and initializer #1000 - Add
ColorPalette.navigationBarGlyph
for configuring the glyph color for buttons in navigation bars #999 - Allow overriding
ChatChannelInfoViewModel
properties: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.navigationBarTint
for 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
4.88.0
September 10, 2025
β Added
- Add
ColorPalette.navigationBarTitle
,ColorPalette.navigationBarSubtitle
,ColorPalette.navigationBarTintColor
,ColorPalette.navigationBarBackground
#939
π Fixed
4.87.0
September 01, 2025
β Added
- Add option to scroll to and open a channel from the channel list #932
- Make
MediaItem
andMediaAttachmentContentView
public to allow customization #935
π Fixed
- Show attachment title instead of URL in the
FileAttachmentPreview
view #930 - Fix overriding title color in
ChannelTitleView
#931 - Use channel capabilities for validating delete message action #933
- Fix the video attachments now fetch the URL once on appear and pause when swiping to another item in the gallery #934
4.86.0
4.85.0
4.84.0
4.83.0
4.82.0
July 16, 2025
β Added
- Add support for customising the
MessageAvatarView
placeholder #878 - Add
ViewFactory.makeVideoPlayerFooterView
to customize video player footer #879 - Add
utils.channelListConfig.channelItemMutedLayoutStyle
#881 - Add jumping to pinned message when tapping a message in the pinned messages view #884
π Changed
- From now on, jumping to a message will centre it in the middle instead of at the top #884