Releases: GetStream/stream-chat-swiftui
Releases Β· GetStream/stream-chat-swiftui
4.65.0
October 18, 2024
β
Added
- New Thread List UI Component #621
- Handles marking a thread read in
ChatChannelViewModel
#621
- Adds
ViewFactory.makeChannelListItemBackground
#621
π Fixed
- Fix Channel List loading view shimmering effect not working #621
- Fix Channel List not preselecting the Channel on iPad #621
π Changed
- Channel List Item has now a background color when it is selected on iPad #621
4.64.0
October 03, 2024
π Changed
- Improves Poll voting UX by making it possible to tap on the whole option as well #612
π Fixed
- Rare crash when accessing frame of the view #607
ChatChannelListView
navigation did not trigger when using a custom container and its body reloaded #609
- Channel was sometimes not marked as read when tapping the x on the unread message pill in the message list #610
- Channel was sometimes not selected if
ChatChannelViewModel.selectedChannelId
was set to a channel created a moments ago #611
- Fix the poll vote progress view not having full width when the Poll is closed #612
- Fix the last vote author not accurate in the channel preview #612
4.63.0
September 12, 2024
β
Added
- Configuration for padding for quoted message views #598
π Changed
- Improved subtitle info in pinned messages view #594
- The
image(for channel: ChatChannel)
in ChannelHeaderLoader
is now open #595
- FlagMessage Action is now only shown if the user has a permission to perform the action #599
π Fixed
- Typing users did not update reliably in the message list #591
- Channel was sometimes marked as read when the first unread message was one of the first not visible messages #593
- Jump to first unread message button in the message list was not possible to close in some cases #600
4.62.0
August 16, 2024
π Fixed
- Fix markdown links with query parameters #581
- Limitation: markdown link that includes parameters without protocol prefix is not handled at the moment.
- Example: text will not be presented as markdown, while text will be.
- Fix updating of mentioned users when sending a message #582
4.61.0
July 31, 2024
β‘ Performance
- Optimise channel list view updates #561
π Fixed
- Media and files attachments not showing in channel info view #554
- Bottom reactions configuration not always updating reactions #557
π Changed
- Channel list views do not use explicit id anymore #561
- Deprecate
ChannelAvatarView
initializer init(avatar:showOnlineIndicator:size:)
in favor of init(channel:showOnlineIndicator:size:)
#561
4.60.0
July 19, 2024
β
Added
- Public init of PhotoAttachmentCell #544
- Public init for AudioRecordingInfo 547
π Fixed
- Update of search results when slowly typing #550
4.59.0
July 10, 2024
β
Added
- Added message actions for user blocking #532
π Fixed
- Smoother and more performant view updates in channel and message lists #522
- Fix scrolling location when jumping to a message not in the currently loaded message list #533
- Fix display of the most votes icon in Polls #538
- Fix message author information not reflecting the latest state #540
4.58.0
June 27, 2024
β
Added
- Thread replies shown in channel indicator #518
π Fixed
- Dismiss the channel when leaving a group #519
- Dismiss keyboard when tapping on the empty message list #513
- Reset composer text when there is provisional text (e.g. Japanese - kana keyboard) but the text is reset to empty string #512
- Visibility of the comments button in anonymous polls #524
π Changed
- Show inline alert banner when encountering a failure while interacting with polls #504
- Grouping image and video attachments in the same message #525
4.57.0
June 07, 2024
β
Added
- Add support for creating and rendering polls #495
- Use max file size for validating attachments defined in Stream's Dashboard #490
4.56.0
May 21, 2024
π Changed
- Updated StreamChat dependency
π Fixed
- Creating merged channel avatars logged a console warning when the source image uses extended color range #484