Releases: sendbird/sendbird-uikit-ios
Releases · sendbird/sendbird-uikit-ios
v1.2.7
v1.2.6
v1.2.5
v1.2.3
v1.2.2
- Supported UserProfile feature in
SBUChannelViewController
,SBUMemberListViewController
- Added
SBUUserProfileViewProtocol
,SBUUserProfileViewDelegate
- Added global user profile enable setting (
SBUGlobals.UsingUserProfile
) - Added
SBUUserProfileTheme
theme - Added user profile related stringSet
- Added
- Added
SBUGlobalCustomParams
class to used when setting parameters globally in UIKitgroupChannelParamsCreateBuilder
groupChannelParamsUpdateBuilder
userMessageParamsSendBuilder
userMessageParamsUpdateBuilder
fileMessageParamsSendBuilder
messageListParamsBuilder
- Added initialize function with
SBDSender
inSBUUser
- Added to be able to set
messageListParams
to functions that haveSBUChannelViewController
initialization function - Added
createAndMoveToChannel(userIds:messageListParams:)
andcreateAndMoveToChannel(params:messageListParams:)
functions that creates and moves the channel that can be called anywhere inSBUMain
- Added
updateUserInfo(nickname:profileImage:completionHandler:)
function inSBDMain
for update user info with image - Added
h3
font - Changed access control
- Class :
SBUActionSheet
,SBUAlertView
,SBUCommonItem
,SBUUtils
- Class :
- Fixed the
loadChannel
function being called multiple times during the initialization ofSBUChannelViewController
. - Fixed a problem the placeholder disappears when an error occurs during image load
- Fixed autolayout warning issues
- Renamed the GestureHandler functions to union the function name
- Renamed function name that
openChannel
tomoveToChannel
inSBUMain
- Improved - When the connection is successful, update currentUser.
- Improved for theme updates on changes at runtime
v1.2.1
v1.2.0
- Added operator features
- Member managing (ban/unban, mute/unmute, promote/dismiss)
- Moderation feature for the operator
- Channel freezing/unfreezing
- Channel creator will be the default operator
- Added
SBUModerationsViewController
class
- Added GroupChannel type selector to create
- Improved image cache logic with auth key
- Fixed the problem of chat bubbles width becoming the maximum on short messages
- Fixed Bottom sheet closed automatically issue
- Improved stability
- Modified all codes indentation
- Deprecated
SBUChannelSettingsViewController
cellNotificationIconColor
-> UsecellTypeIconTintColor
cellMemberIconColor
-> UsecellTypeIconTintColor
cellMemberButtonColor
-> UsecellArrowIconTintColor
- Updated - MessagingSDK minimum version to v3.0.200