Skip to content

Releases: GetStream/stream-chat-swiftui

4.76.0

31 Mar 13:09
Compare
Choose a tag to compare

March 31, 2025

βœ… Added

  • Add minOriginY to the initializer of ReactionsOverlayView for better UI customization #793

🐞 Fixed

  • Fix draft not deleted when attachments are removed from the composer #791

πŸ”„ Changed

  • Made showErrorPopup open in ChatChannelListViewModel #794

4.75.0

26 Mar 19:30
Compare
Choose a tag to compare

March 26, 2025

βœ… Added

  • Add avatar customization in add users popup #787
  • Add support for Draft Messages when Utils.messageListConfig.draftMessagesEnabled is true #775
  • Add draft preview in Channel List and Thread List if drafts are enabled #775

4.74.0

14 Mar 17:28
Compare
Choose a tag to compare

March 14, 2025

βœ… Added

  • Feature rich markdown rendering with AttributedString #757
  • Add Fonts.title2 for supporting markdown headers #757
  • Add resignsFirstResponderOnScrollDown to MessageListConfig #769
  • Show auto-translated message translations (learn more) #776

🐞 Fixed

  • Show typing suggestions for names containing whitespace #781

πŸ”„ Changed

  • Uploading a HEIC photo from the library is now converted to JPEG for better compatibility #767
  • Customizing the message avatar view is reflected in all views that use it #772
  • Made the sendMessage method in MessageComposerViewModel open #779
  • Move ChangeBarsVisibilityModifier into ViewFactory for better customization #774

🎭 New Localizations

  • message.translatedTo #776

4.73.0

28 Feb 09:44
Compare
Choose a tag to compare

February 28, 2025

βœ… Added

  • Add Utils.MessageListConfig.bouncedMessagesAlertActionsEnabled to support bounced actions alert #764
  • Add ViewFactory.makeBouncedMessageActionsModifier() to customize the new bounced actions alert #764

🐞 Fixed

  • Fix visibility of tabbar when reactions are shown #750
  • Show all members in direct message channel info view #760

πŸ”„ Changed

  • Only show "Pin/Unpin message" Action if user has permission #749
  • Filter deactivated users in channel info view #758
  • Bounced message actions will now be shown as an alert instead of a context menu by default #764

🎭 New Localizations

Add localizable keys for supporting moderation alerts:

  • message.moderation.alert.title
  • message.moderation.alert.message
  • message.moderation.alert.resend
  • message.moderation.alert.edit
  • message.moderation.alert.delete
  • message.moderation.alert.cancel

4.72.0

04 Feb 14:40
Compare
Choose a tag to compare

February 04, 2025

βœ… Added

  • Add factory method to customize the channel avatar #734
  • Add possibility to replace the no content icons #740

🐞 Fixed

  • Fix hiding message actions when tapping on the add reactions button in the bottom reactions view #737

4.71.0

28 Jan 16:35
Compare
Choose a tag to compare

January 28, 2025

🐞 Fixed

  • Fix thread reply action shown when inside a Thread #717
  • Improve voice over by adding missing labels, removing decorative images, and setting accessibility actions #726
  • Fix avatar's background color when changing the navigation bar background color #725

πŸ”„ Changed

  • Deprecate unused ChatMessage.userDisplayInfo(from:) which only accessed cached data #718

🎭 New Localizations

Add localizable keys for supporting accessibility labels:

  • channel.list.scroll-to-bottom.title
  • channel.header.info.title
  • message.attachment.accessibility-label
  • message.read-status.seen-by*
  • message.cell.sent-at
  • composer.picker.show-all
  • composer.audio-recording.*

4.70.0

15 Jan 13:37
Compare
Choose a tag to compare

January 15, 2025

βœ… Added

  • Use AppSettings.fileUploadConfig for setting supported UTI types for the file picker #713
  • Colors and images for voice recording view #704
    • ColorPalette.voiceMessageControlBackground
    • Images.pauseFilled
  • Exposes all the default message actions #711

🐞 Fixed

  • Use bright color for typing indicator animation in dark mode #702
  • Refresh quoted message preview when the quoted message is deleted #705
  • Fix composer command view not Themable #710
  • Fix reactions users view not paginating results #712

πŸ”„ Changed

  • Support theming and update layout of VoiceRecordingContainerView #704
  • Use ColorPalette.highlightedAccentBackground for AudioVisualizationView.highlightedBarColor #704

4.69.0

18 Dec 16:09
Compare
Choose a tag to compare

December 18, 2024

βœ… Added

  • Make CreatePollView public #685
  • Make ChatChannelListViewModel.searchType public and observable #693
  • Allow customizing channel and message search in the ChatChannelListViewModel #690
    • Allow overriding ChatChannelListViewModel.performChannelSearch and ChatChannelListViewModel.performMessageSearch
    • Make ChatChannelListViewModel.channelListSearchController and ChatChannelListViewModel.messageSearchController public

🐞 Fixed

  • Fix message thread reply footnote view not shown if parent message not in cache #681

⚑ Performance

  • Improve message search performance #680

πŸ”„ Changed

  • Update VoiceRecordingContainerView background colors and layout by moving the message text outside of the recording cell #689

4.68.0

03 Dec 15:51
Compare
Choose a tag to compare

December 03, 2024

🐞 Fixed

  • Fix showing giphy message in the channel list #669
  • Fix message list scroll not working when drag gestured is initiated from a message #671

4.67.0

26 Nov 14:30
Compare
Choose a tag to compare

November 25, 2024

βœ… Added

  • Make VoiceRecordingButton public #658
  • Add config to skip edited label for some messages #660

🐞 Fixed

  • Fix message long press taking too much time to show actions #648
  • Fix rendering link attachment preview with other attachment types #659
  • Fix not using colors from the palette in some of the poll views #661
  • Fix a rare crash when handling list change in the ChatChannelViewModel #663

πŸ”„ Changed

  • Message composer now uses .uploadFile capability when showing attachment picker icon #646
  • ChannelInfoView now uses .updateChannelMembers capability to show "Add Users" button #651