Skip to content

Releases: sendbird/sendbird-uikit-ios

v1.1.1

17 Jul 05:28
Compare
Choose a tag to compare
  • Supported - access control for customizing classes and functions
  • Modified - userDidLeave logic for includeEmptyChannel
  • Improved - Stability

v1.1.0

10 Jul 05:35
Compare
Choose a tag to compare
  • Supported - Reaction feature
    • Added classes
      • SBUReactionsViewController
      • SBUMessageReactionView
      • SBUReactionCollectionViewCell
      • SBUEmojiManager
    • Added methods
      • setReaction(message:emojiKey:didSelect:) in SBUChannelViewController class
      • setTapEmojiGestureHandler(cell:emojiKey:) in SBUChannelViewController class
      • setLongTapEmojiGestureHandler(cell:emojiKey:) in SBUChannelViewController class
      • showEmojiListModal(message:) in SBUChannelViewController class

v1.0.11

25 Jun 04:37
Compare
Choose a tag to compare
  • Supported - Custom SBDChanngeListQuery in the initialization function of SBUChannelListViewController
  • Supported - Custom SBDMessageListParams in the initialization function of SBUChannelViewController
  • Added - Unknown type message

v1.0.10

18 Jun 04:45
Compare
Choose a tag to compare
  • Fixed - Incorrect operator check logic in frozen group channel

v1.0.9

08 Jun 09:39
Compare
Choose a tag to compare
  • Supported customized params, Changed access control
    • SBUChannelViewController
      • channel, messageList, resendableMessages properties
      • sendUserMessage(messageParams:)
      • sendFileMessage(messageParams:)
      • resendMessage(failedMessage:)
      • updateUserMessage(message:, text:)
      • updateUserMessage(message:, messageParams:)
      • deleteMessage(message:)
    • SBUChannelViewController
      • channelList property
      • changePushTriggerOption(option:, channel:, completionHandler:)
      • leaveChannel(channel:, completionHandler:)
    • SBUChannelSettingsViewController
      • updateChannel(channelName:, coverImage:)
      • selectChannelImage()
      • changeChannelName()
    • SBUCreateChannelViewController
      • createChannel(userIds:)
      • createChannel(params:)
    • SBUInviteUserViewController
      • inviteUsers()
      • inviteUsers(userIds:)
  • Added - setFrozenModeState() method for changing frozen channel UI in MessageInputView
  • Fixed - Update empty view UI after receiving message

v1.0.8

28 May 07:01
Compare
Choose a tag to compare
  • Modified - File message information in channel preview
  • Modified - Access control for channel objects
  • Added - Required initializers

v1.0.7

21 May 08:36
Compare
Choose a tag to compare
  • Fixed - placeholder not appearing normally when loading image.

v1.0.6

14 May 05:25
Compare
Choose a tag to compare
  • Added - setLogLevel() for debugging from the console
  • Improved - navigationBar UI

v1.0.5

06 May 03:26
Compare
Choose a tag to compare
  • Fix - Weird creation channel navigation flow
  • Modify - Empty messages string in channel

v1.0.4

29 Apr 05:00
Compare
Choose a tag to compare
  • Added - UIKit version information to User-Agent
  • Fixed - Crash issue while scrolling TableView