Skip to content

Commit 025dbf2

Browse files
author
Jaesung Lee
committed
v3.7.0-beta.0 (Jul 17, 2023)
* Added quick reply features * Added `SBUQuickReplyView`, `SBUQuickRepViewParams` and `SBUQuickReplyViewDelegate` * Added `SBUQuickReplyOptionView`, `SBUQuickReplyOptionViewDelegate` * Added `quickReplyView` and `quickReplySelectHandler` to `SBUUserMessageCell` * Added `groupChannelModule(_:didSelectQuickReplyOption:)` to `SBUGroupChannelModuleListDelegate` * Added card list features * Added `cardViewParamsCollectionBuilder` to `SBUGlobalCustomParams` * Added `SBUCardListData<CardData: Codable>` * Added `SBUCardListView` and `SBUCardListViewParams` * Added `SBUCardView` and `SBUCardViewParams` * Added `cardListView` to `SBUUserMessageCell`
1 parent 5b6d1a8 commit 025dbf2

File tree

55 files changed

+57453
-146792
lines changed

Some content is hidden

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

55 files changed

+57453
-146792
lines changed

CHANGELOG.md

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

3+
### v3.7.0-beta.0 (Jul 17, 2023)
4+
* Added quick reply features
5+
* Added `SBUQuickReplyView`, `SBUQuickRepViewParams` and `SBUQuickReplyViewDelegate`
6+
* Added `SBUQuickReplyOptionView`, `SBUQuickReplyOptionViewDelegate`
7+
* Added `quickReplyView` and `quickReplySelectHandler` to `SBUUserMessageCell`
8+
* Added `groupChannelModule(_:didSelectQuickReplyOption:)` to `SBUGroupChannelModuleListDelegate`
9+
* Added card list features
10+
* Added `cardViewParamsCollectionBuilder` to `SBUGlobalCustomParams`
11+
* Added `SBUCardListData<CardData: Codable>`
12+
* Added `SBUCardListView` and `SBUCardListViewParams`
13+
* Added `SBUCardView` and `SBUCardViewParams`
14+
* Added `cardListView` to `SBUUserMessageCell`
15+
316
### v3.6.2 (Jul 14, 2023) with Chat SDK **v4.9.5**
417
* Changed file cache key policy.
518
* Improved the issue of exposing empty images when message status updating from pending to succeed.
0 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
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.6.2
12+
SBU_APP_VERSION = 3.7.0
1313
SENDBIRD_CHAT_SDK_VERSION = 4.9.5

0 commit comments

Comments
 (0)