Releases: GetStream/stream-chat-swiftui
Releases Β· GetStream/stream-chat-swiftui
4.39.0
October 06, 2023
π Fixed
- Fixed visibility for deleted messages indicator for current user
β Added
- Add throttling to mark as read
4.38.0
September 29, 2023
π Fixed
- Performance improvements in the low-level client
4.37.1
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
September 18, 2023
π Changed
- Updated
StreamChat
dependency
4.36.0
4.35.1
August 10, 2023
π Changed
- Updated
StreamChat
dependency
4.35.0
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
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
June 09, 2023
π Changed
- Updated
StreamChat
dependency
4.32.0
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