Skip to content

Releases: sendbird/sendbird-uikit-ios-spm

v3.6.0

22 Jun 11:30
Compare
Choose a tag to compare

v3.6.0 (Jun 22, 2023) with Chat SDK v4.9.2

  • Support metatype interfaces in SBUModuleSet
    • Added the new public static properties corresponding to the previous in SBUModuleSet
    • Added the new public static properties corresponding to the previous in each SBU module classes.
    • Deprecated all of the previous public static properties in SBUModuleSet
    • Deprecated all of the previous public static properties in each SBU module classes.
    SBUModuleSet.GroupChannelListModule = CustomModule.self // Metatype Type
    SBUModuleSet.GroupChannelListModule.HeaderComponent = CustomComponent.self // Metatype Type
  • Support feature configuration
    • Added SBUConfig class
    • Added config property in SendbirdUI class
    • Added SBUPrioritizedConfig propertyWrapper
    • Applied decoder on SBUReplyType, SBUThreadReplySelectType enum
    • Deprecated
      • replyType, threadReplySelectType property in SBUReplyType class
      • init(type:threadReplySelectType:) method in SBUReplyType class
      • isVoiceMessageEnabled property in SBUVoiceMessageConfiguration class
      • isChannelListTypingIndicatorEnabled property in SBUGlobals class
      • isChannelListMessageReceiptStateEnabled property in SBUGlobals class
      • isOpenChannelUserProfileEnabled property in SBUGlobals class
      • isUserMentionEnabled property in SBUGlobals class
      • isVoiceMessageEnabled property in SBUGlobals class
  • Fixed a problem that tintcolor is not applied properly in SBUEmptyView class
  • Fixed an issue of changing 'AVAudioSession' before using the player.

v3.5.9

14 Jun 15:53
Compare
Choose a tag to compare

v3.5.9 (Jun 15, 2023) with Chat SDK v4.9.1

  • Improved stability

v3.5.8

14 Jun 15:53
Compare
Choose a tag to compare

v3.5.8 (May 26, 2023) with Chat SDK v4.8.5

  • Improved stability

v3.5.7

16 May 07:31
Compare
Choose a tag to compare

v3.5.7 (May 16, 2023) with Chat SDK v4.8.3

  • Added notification property in SBUFontSet.FontFamily class
    • This property is for the Notification feature
  • Added statistics for the action of notification
  • Improved stability

v2.2.14

28 Apr 06:21
Compare
Choose a tag to compare

v2.2.14 (Apr 28, 2023)

  • Update iOS deployment target to 11.0 for Xcode 14.1+

v3.5.6

26 Apr 08:31
Compare
Choose a tag to compare

v3.5.6 (Apr 26, 2023) with Chat SDK v4.6.7

  • Update iOS deployment target to 11.0 for Xcode 14.1+
  • Modified access level to the public of SBUChannelTitleView class and properties.
  • Improved pending message update logic in thread message list

v3.5.5

19 Apr 05:13
Compare
Choose a tag to compare

v3.5.5 (Apr 19, 2023)

  • Improved stability

v3.5.4

14 Apr 08:57
Compare
Choose a tag to compare

v3.5.4 (Apr 14, 2023) with Chat SDK v4.6.6

  • Separated quotedMessageBackgroundColor as quotedMessageLeftBackgroundColor and quotedMessageRightBackgroundColor in SBUMessageCellTheme
    • Deprecated quotedMessageBackgroundColor in SBUMessageCellTheme
    • Added quotedMessageLeftBackgroundColor and quotedMessageRightBackgroundColor in SBUMessageCellTheme
  • Modified access level to the public of SBUCommonItem properties.
  • Supported multi-line title of channel cell
  • Improved stability

v3.5.3

14 Apr 08:56
Compare
Choose a tag to compare

v3.5.3 (Mar 31, 2023)

  • Modified voice message maximum recording time from 1 min to 10 min
  • Improved stability

v3.5.2

24 Mar 07:58
Compare
Choose a tag to compare

v3.5.2 (Mar 24, 2023)

  • Added SBUCommonViewControllerSet
    • Added FileViewController to SBUCommonViewControllerSet
    • Renamed SBUFileViewer to SBUFileViewController
  • Added new static properties in SBUGlobals
    • Added isTintColorEnabledForCustomizedIcon and isCustomizedIconResizable
  • Improved stability