Skip to content

Releases: GetStream/stream-chat-swiftui

4.65.0

18 Oct 17:10
Compare
Choose a tag to compare

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

03 Oct 11:04
Compare
Choose a tag to compare

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

12 Sep 14:29
Compare
Choose a tag to compare

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

16 Aug 16:13
Compare
Choose a tag to compare

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

31 Jul 16:49
Compare
Choose a tag to compare

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

19 Jul 17:08
Compare
Choose a tag to compare

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

11 Jul 10:28
Compare
Choose a tag to compare

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

27 Jun 14:22
Compare
Choose a tag to compare

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

07 Jun 12:45
Compare
Choose a tag to compare

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

22 May 11:02
Compare
Choose a tag to compare

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