Skip to content

Releases: sendbird/sendbird-uikit-ios

v1.2.7

09 Nov 01:54

Choose a tag to compare

  • Modified access level for delegate functions
  • Fixed deinit not called

v1.2.6

03 Nov 03:51

Choose a tag to compare

  • Changed SBUMessageInputView class from Xib-based to code-based

v1.2.5

19 Oct 09:42

Choose a tag to compare

  • Changed access controls
  • Added documentation comments
  • Fixed autolayout warnings
  • Improved stability

v1.2.3

24 Sep 08:45

Choose a tag to compare

  • Improved logic for real-time theme changes

v1.2.2

17 Sep 05:40

Choose a tag to compare

  • 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 SBUGlobalCustomParams class to used when setting parameters globally in UIKit
    • groupChannelParamsCreateBuilder
    • groupChannelParamsUpdateBuilder
    • userMessageParamsSendBuilder
    • userMessageParamsUpdateBuilder
    • fileMessageParamsSendBuilder
    • messageListParamsBuilder
  • Added initialize function with SBDSender in SBUUser
  • Added to be able to set messageListParams to functions that have SBUChannelViewController initialization function
  • Added createAndMoveToChannel(userIds:messageListParams:) and createAndMoveToChannel(params:messageListParams:) functions that creates and moves the channel that can be called anywhere in SBUMain
  • Added updateUserInfo(nickname:profileImage:completionHandler:) function in SBDMain for update user info with image
  • Added h3 font
  • Changed access control
    • Class : SBUActionSheet, SBUAlertView, SBUCommonItem, SBUUtils
  • Fixed the loadChannel function being called multiple times during the initialization of SBUChannelViewController.
  • 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 to moveToChannel in SBUMain
  • Improved - When the connection is successful, update currentUser.
  • Improved for theme updates on changes at runtime

v1.2.1

10 Sep 04:18

Choose a tag to compare

  • Supported message grouping
  • Improved stability

v1.2.0

27 Aug 07:03

Choose a tag to compare

  • 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 -> Use cellTypeIconTintColor
      • cellMemberIconColor -> Use cellTypeIconTintColor
      • cellMemberButtonColor -> Use cellArrowIconTintColor
  • Updated - MessagingSDK minimum version to v3.0.200

v1.1.4

15 Aug 05:28

Choose a tag to compare

  • Fixed - Default initialization function support for Objective-C

v1.1.3

14 Aug 04:46

Choose a tag to compare

  • Implemented - OG tag messages feature
  • Fixed - Unmodified message not editable
  • Updated - MessagingSDK minimum version to 3.0.198

v1.1.2

03 Aug 02:03

Choose a tag to compare

  • Fixed - Message delivered status checker