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