Skip to content

Releases: sendbird/sendbird-uikit-ios

v2.1.9

29 Jun 09:36
Compare
Choose a tag to compare
  • Supports SPM(Swift package manager)
  • Expands file open and download status Toast.
    • Added strings in SBUStringSet
      • Channel_Failure_Download_file
      • Channel_Failure_Open_file
  • Improvement stability

v2.1.8

11 Jun 06:21
Compare
Choose a tag to compare
  • Fixed an issue that failed to send typing status
  • Fixed multiline text not functioning for statusLabel in SBUEmptyView class.
  • Fixed multiple messages sending issue when sending a failed message.
  • Changed access control to public
    • setEditMode(for:) in SBUBaseChannelViewController class.

v2.1.7

26 May 09:12
Compare
Choose a tag to compare
  • Fixed problems recognized as the same video file if other URL video files have the same file name
  • Fixed customizedMembers not working in SBUMemberListViewController
  • Modified the use of the same file name when transferring image files

v2.1.6

12 May 18:43
Compare
Choose a tag to compare
  • Fixed video thumbnail bug
  • Removed configureContentOffset in SBUChannelViewController and allowed to adjust tableView contentInset

v2.1.5

23 Apr 01:22
Compare
Choose a tag to compare
  • Added in SBUMessageSearchViewController
    • searchResultList: [SBDBaseMessage] : Holds the search results.
    • open func message(at indexPath:) -> SBDBaseMessage? : Retrieves the SBDBaseMessage object from given IndexPath.

v2.1.4

15 Apr 01:04
Compare
Choose a tag to compare

Improved stability

v2.1.3

13 Apr 06:21
Compare
Choose a tag to compare
  • 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 the SBUMessageInputView, relative to safeAreaLayoutGuide.
    • showsSendButton: whether to always show the send button.
  • Applied tint to all SBUIconSet.
  • Applied localization on datetime string.
  • Improved stability.

v2.1.2

31 Mar 00:09
Compare
Choose a tag to compare

Improved stability

v2.1.1

30 Mar 18:50
Compare
Choose a tag to compare
  • Improved stability

v2.1.0

24 Mar 06:25
Compare
Choose a tag to compare
  • Added Message Search features.
    • Added SBUMessageSearchViewController and SBUHighlightMessageInfo classes.
    • Added SBUChannelViewController(channelUrl:startingPoint:messageListParams:)
    • Added startingPoint, highlightInfo, useRightBarButtonItem properties in SBUChannelViewController.
    • Added SBUAvailable.isSupportMessageSearch().
  • 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
  • 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 with error300)
  • 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.
  • Improved stability.