Releases: sendbird/sendbird-uikit-ios
Releases · sendbird/sendbird-uikit-ios
3.24.4
- ChatSDK dependency version has been updated to v4.19.9
Improvements
- Fixed menu sheet item background color appearing white after theme change
- Fixed issue with
voiceMessageInputView
being drawn behind tabbar - Fixed
voiceMessageInputView
layouts to be drawn without being affected by rotation - Fixed minor bugs in MessageTemplate and default layout values
3.24.3
Improvements
- ChatSDK dependency version has been updated to v4.19.8
3.24.2
Improvements
- Removed the deprecated
ALAssetsLibrary
import logic that is not used by Sendbird UIKit - Added crash defense logic when setting autolayout constraints
- Fixed suggested-replies view not displaying correctly
- Fixed channel preview messages in the channel list to not expose markdown syntax.
- (when
SendbirdUI.config.groupChannel.channel.isMarkdownForUserMessageEnabled
istrue
)
- (when
3.24.1
- Fixed download failures due to logic issues with storing files in cache
3.24.0
Improvements
- ChatSDK dependency version has been updated to v4.19.7
- Changed timing of Builder internal calls related to send of
SBUGlobalCustomParams
- If
replyType
value of UIKit config is not of type none andmessageListParams.replyType
value is set, it will not be overwritten by UIKit config value - Changed the naming of SBUColor inside SBUColorSet (e.g.,
primary300
->primaryMain
) - Renamed
information
in SBUColorSet toinformationLight
and added a newinformation
color set - Deprecated the setter of
isSuperGroupReactionsEnabled
, which is disabled by default. If you wish to use this feature, contact us. - Fixed link not working correctly when markdown syntax is nested
- Fixed a bug where the updated theme is not applied
- Applied
safeAreaLayoutGuide
tolistComponent
3.23.0
New Feature
- Add markdown (link, bold) message feature
SendbirdUI.config.groupChannel.channel.isMarkdownForUserMessageEnabled = true
- Added Horizontal suggested replies view
SendbirdUI.config.groupChannel.channel.suggestedRepliesDirection = .vertical
Improvements
- Improved stability
3.22.0
New Feature
- Added
public func setInputState(_:placeholder:)
inSBUMessageInputView
that enables or disables the input view inside a ChannelViewController
Improvements
- Fixed image rendering issues in message templates
- Separated deprecated logic from the ModuleSet into files
- Modified the access level of keyboard height calculation functions from 'private' to 'open'
getAdjustedKeyboardHeight(with:)
getTabBarHeight()
3.21.0
New Feature
- Added interfaces to SBUGlobals to set the ws host and api host up
- Message templates are now supported in group channels
- Added Carousel ui component for message template root body items
- Added
default
andwide
container types support for message contents size
Improvements
- Fixed empty channels showing up in the channel list
- Fixed
Abnormal number of gesture recognizer dependencies
issues - Fixed an issue where changing categories in FeedChannel would not work
- Fixed an issue where the reaction of the last message was not updated
- Updated the corner radius of the reaction container in the message bubble
v2.2.15
- Updated iOS deployment target to 12.0
- Updated Xcode version to 15.0
- Added PrivacyInfo.xcprivacy for Apple Privacy Manifest
v2.1.16-privacy
Release 2.1.16 with privacy manifest