Skip to content

Commit 71af3dd

Browse files
author
Jaesung Lee
committed
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. ```swift 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.
1 parent d3567bb commit 71af3dd

File tree

125 files changed

+279753
-342473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+279753
-342473
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
### v3.6.0 (Jun 22, 2023) with Chat SDK **v4.9.2**
4+
* Support metatype interfaces in `SBUModuleSet`
5+
* Added the new public static properties corresponding to the previous in `SBUModuleSet`
6+
* Added the new public static properties corresponding to the previous in each SBU module classes.
7+
* Deprecated all of the previous public static properties in `SBUModuleSet`
8+
* Deprecated all of the previous public static properties in each SBU module classes.
9+
```swift
10+
SBUModuleSet.GroupChannelListModule = CustomModule.self // Metatype Type
11+
SBUModuleSet.GroupChannelListModule.HeaderComponent = CustomComponent.self // Metatype Type
12+
```
13+
* Support **feature configuration**
14+
* Added `SBUConfig` class
15+
* Added `config` property in `SendbirdUI` class
16+
* Added `SBUPrioritizedConfig` propertyWrapper
17+
* Applied decoder on `SBUReplyType`, `SBUThreadReplySelectType` enum
18+
* Deprecated
19+
* `replyType`, `threadReplySelectType` property in `SBUReplyType` class
20+
* `init(type:threadReplySelectType:)` method in `SBUReplyType` class
21+
* `isVoiceMessageEnabled` property in `SBUVoiceMessageConfiguration` class
22+
* `isChannelListTypingIndicatorEnabled` property in `SBUGlobals` class
23+
* `isChannelListMessageReceiptStateEnabled` property in `SBUGlobals` class
24+
* `isOpenChannelUserProfileEnabled` property in `SBUGlobals` class
25+
* `isUserMentionEnabled` property in `SBUGlobals` class
26+
* `isVoiceMessageEnabled` property in `SBUGlobals` class
27+
* Fixed a problem that tintcolor is not applied properly in `SBUEmptyView` class
28+
* Fixed an issue of changing 'AVAudioSession' before using the player.
29+
330
### v3.5.9 (Jun 15, 2023) with Chat SDK **v4.9.1**
431
* Improved stability
532

0 Bytes
Binary file not shown.

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Base.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// Configuration settings file format documentation can be found at:
1010
// https://help.apple.com/xcode/#/dev745c5c974
1111

12-
SBU_APP_VERSION = 3.5.9
13-
SENDBIRD_CHAT_SDK_VERSION = 4.9.1
12+
SBU_APP_VERSION = 3.6.0
13+
SENDBIRD_CHAT_SDK_VERSION = 4.9.2

0 commit comments

Comments
 (0)