Skip to content

Releases: sendbird/sendbird-uikit-ios

v2.0.7

28 Jan 08:15
Compare
Choose a tag to compare
  • Dismiss keyboard on swiping message list

v2.0.6

28 Jan 03:12
Compare
Choose a tag to compare
  • Dismiss keyboard on swiping message list

v2.0.5

21 Jan 01:49
Compare
Choose a tag to compare

Improved stability

v2.0.4

15 Jan 18:07
Compare
Choose a tag to compare

Improved stability

v2.0.3

15 Jan 03:34
Compare
Choose a tag to compare
  • Improved stability
  • Added UsingImageCompression flag in SBUGlobals

v2.0.0

24 Dec 10:18
Compare
Choose a tag to compare
  • Added OpenChannel features.
    • SBUOpenChannelViewController
    • SBUOpenChannelBaseMessageCell
    • SBUOpenChannelContentBaseMessageCell
    • SBUOpenChannelAdminMessageCell
    • SBUOpenChannelUserMessageCell
    • SBUOpenChannelFileMessageCell
    • SBUOpenChannelMessageWebView
    • SBUOpenChannelUnknownMessageCell
    • SBUOpenChannelSettingsViewController
    • SBUOpenChannelSettingCell
    • OpenChannelSettingItemType
    • Added UsingUserProfileInOpenChannel to SBUGlobals
    • Added overlay themes.
  • Deprecated properties in SBUChannelViewController class
    • preSendMessages
    • resendableMessages
    • preSendFileData
    • resendableFileData
    • fileTransferProgress
  • Renamed classes
    • Renamed SBUMessageBaseCell to SBUBaseMessageCell
    • Renamed MessageDateView to SBUMessageDateView
    • Renamed MessageProfileView to SBUMessageProfileView
    • Renamed UserNameView to SBUUserNameView
    • Renamed MessageStateView to SBUMessageStateView
  • Supported image resizing and compression
    • Added imageCompressionRate to SBUGlobals
    • Added imageResizingSize to SBUGlobals
  • Improved stability.

v1.2.11

11 Dec 01:39
Compare
Choose a tag to compare
  • Improved stability

v1.2.10

09 Dec 11:43
Compare
Choose a tag to compare
  • Supported loading indicator feature
    • Added shouldShowLoadingIndicator()
    • Added shouldDismissLoadingIndicator()
  • Improved stability

v1.2.9

02 Dec 12:08
Compare
Choose a tag to compare
  • Improved stability

v1.2.8

26 Nov 05:48
Compare
Choose a tag to compare
  • Modified access level for delegate function
    • Opened imagePickerControllerDidCancel(_:)