Releases: GetStream/stream-chat-swiftui
Releases Β· GetStream/stream-chat-swiftui
4.36.0
4.35.1
August 10, 2023
π Changed
- Updated
StreamChatdependency
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
AttachmentTextViewrespects 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
StreamChatdependency
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
4.31.0
π Fixed
- Reaction overlay display in a modal chat view
- Warning about UITextView switching to TextKit 1 compatibility mode
- Unread new messages separator wrong value when date overlay used
4.30.0
β Added
- Added more parameters to the
sendMessagemethod in theMessageComposerViewModel - Exposed components from the
ChatChannelInfoView
4.29.0
π Changed
- Exposed
SearchResultsViewas a public component isSearchingproperty in theChatChannelListViewModelis now public- LazyImage uses image CDN request
- Fallback avatar in
MessageAvatarView
π Fixed
- Channel actions popup wrong appearance using a custom
NavigationView - Channel list automatic channel selection disabled for compact iPad screen size
- Mentions of users available in a new line
- Cursor jumps around in the composer when @ mentioning
4.28.0
π Changed
- Updated
StreamChatdependency