Skip to content

Releases: GetStream/stream-chat-swiftui

4.39.0

06 Oct 14:17
Compare
Choose a tag to compare

October 06, 2023

🐞 Fixed

  • Fixed visibility for deleted messages indicator for current user

βœ… Added

  • Add throttling to mark as read

4.38.0

29 Sep 15:58
Compare
Choose a tag to compare

September 29, 2023

🐞 Fixed

  • Performance improvements in the low-level client

4.37.1

27 Sep 08:04
Compare
Choose a tag to compare

September 27, 2023

βœ… Added

  • Config for changing supported media types in the composer

🐞 Fixed

  • Play audio in videos when in silent mode

4.37.0

18 Sep 20:17
Compare
Choose a tag to compare

September 18, 2023

πŸ”„ Changed

  • Updated StreamChat dependency

4.36.0

30 Aug 22:08
Compare
Choose a tag to compare

August 31, 2023

βœ… Added

  • Add XCPrivacy manifest #352

πŸ”„ Changed

  • Reactions popup disabled if channel is frozen

🐞 Fixed

  • Online indicator updates in the header view
  • Reactions overlay interface orientation updates

4.35.1

10 Aug 08:54
Compare
Choose a tag to compare

August 10, 2023

πŸ”„ Changed

  • Updated StreamChat dependency

4.35.0

09 Aug 09:52
Compare
Choose a tag to compare
4.35.0 Pre-release
Pre-release

August 09, 2023

We noticed an issue in our low-level client StreamChat on older iOS versions. Please use 4.35.1 instead.

πŸ”„ Changed

  • Video and giphy attachments now use makeMessageViewModifier
  • Updated scalling of avatar images
  • Turn off channel updates when message thread shown

🐞 Fixed

  • AttachmentTextView respects configured body font
  • Attachments persisted after message editing

βœ… Added

  • Option to specify bottom offset in ReactionsOverlayView

4.34.0

06 Jul 16:04
Compare
Choose a tag to compare

July 06, 2023

βœ… Added

  • Added factory method for customizing the message list container's modifier
  • Option to customize the date separation logic in the message list
  • Public init for LinkAttachmentContainer

4.33.0

09 Jun 09:11
Compare
Choose a tag to compare

June 09, 2023

πŸ”„ Changed

  • Updated StreamChat dependency

4.32.0

26 May 11:12
Compare
Choose a tag to compare

May 26, 2023

🐞 Fixed

  • Fixed the text input cursor when a message is being edited
  • Fixed channel list view model always not using passed channel type for deletion
  • Fixed warning for empty collection literal in Xcode 14.3

βœ… Added

  • Added a factory method for customizing the composer text input view

πŸ”„ Changed

  • Exposed mentionedUsers in the MessageComposerViewModel