Releases: sendbird/sendbird-uikit-ios
Releases · sendbird/sendbird-uikit-ios
v2.1.9
v2.1.8
- Fixed an issue that failed to send typing status
- Fixed multiline text not functioning for
statusLabel
inSBUEmptyView
class. - Fixed multiple messages sending issue when sending a failed message.
- Changed access control to public
setEditMode(for:)
inSBUBaseChannelViewController
class.
v2.1.7
v2.1.6
- Fixed video thumbnail bug
- Removed
configureContentOffset
inSBUChannelViewController
and allowed to adjust tableView contentInset
v2.1.5
v2.1.4
Improved stability
v2.1.3
- Added properties in
SBUMessageInputView
.textViewMinHeight
: the minimun height of the textview.textViewMaxHeight
: the maximum height of the textview.textViewLeadingSpacing
: the spacing between the textview and the+
button.textViewTrailingSpacing
: the spacing between the textview and the send button.layoutInsets
: the outer spacing of theSBUMessageInputView
, relative tosafeAreaLayoutGuide
.showsSendButton
: whether to always show the send button.
- Applied tint to all
SBUIconSet
. - Applied localization on datetime string.
- Improved stability.
v2.1.2
Improved stability
v2.1.1
- Improved stability
v2.1.0
- Added Message Search features.
- Added
SBUMessageSearchViewController
andSBUHighlightMessageInfo
classes. - Added
SBUChannelViewController(channelUrl:startingPoint:messageListParams:)
- Added
startingPoint
,highlightInfo
,useRightBarButtonItem
properties inSBUChannelViewController
. - Added
SBUAvailable.isSupportMessageSearch()
.
- Added
- Deprecated lastSeenAt feature.
- Changes in SBUIconSet
- Added
- iconBan
- iconBroadcast
- iconCheckboxChecked
- iconCheckboxUnchecked
- iconChevronRight
- iconDone
- iconDoneAll
- iconEmojiMore
- iconNotificationFilled
- iconNotificationOffFilled
- iconQuestion
- iconSpinner
- iconThumbnailNone
- Replaced
- channelTypeBroadcast -> iconBroadcast
- channelTypeGroup -> iconChat
- channelTypeSupergroup -> iconSupergroup
- emojiFail -> iconQuestion
- emojiMoreLarge -> iconEmojiMore
- iconActionLeave -> iconLeave
- iconActionNotificationOff -> iconNotificationOffFilled
- iconActionNotificationOn -> iconNotificationFilled
- iconAvatarLight -> iconUser
- iconBanned -> iconBan
- iconBroadcastSmall -> iconBroadcast
- iconBroadcastMedium -> iconBroadcast
- iconBroadcastLarge -> iconBroadcast
- iconCheckbox -> iconCheckboxChecked
- iconCheckboxOff -> iconCheckboxUnchecked
- iconDelivered -> iconDoneAll
- iconErrorFilled -> iconError
- iconFailed -> iconError
- iconMuted -> iconMute
- iconNoThumbnailLight -> iconThumbnailNone
- iconRead -> iconDoneAll
- iconSent -> iconDone
- iconShevronRight -> iconChevronRight
- iconSpinnerLarge -> iconSpinner
- iconSpinnerSmall -> iconSpinner
- iconThumbnailLight -> iconPhoto
- Removed
- emojiHeartEyes
- emojiLaughing
- emojiRage
- emojiSob
- emojiSweatSmile
- emojiThubsdown
- emojiThumbsup
- iconChatHide
- iconChatShow
- iconCreate
- iconDummy
- Added
- Changes in SBUColorSet
- Changed
primary*
colors. - Changed
secondary*
colors. - Changed
background300
color. - Changed
background200
color. - Changed
background100
color. - Added
background50
. - Added
error*
colors. - Removed
error
(replaced witherror300
)
- Changed
- Changes in SBUFontSet
- Changed weight of
h1
. - Changed size and weight of
h2
. - Changed size of
h3
. - Changed size of
body1
. - Changed weight of
body2
. - Changed weight of
body3
. - Changed size of
button1
. - Changed weight of
caption3
. - Changed weight of
caption4
.
- Changed weight of
- Improved stability.