Skip to content

Commit

Permalink
v3.7.0-beta.0 (Jul 17, 2023)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
Jaesung Lee committed Jul 17, 2023
1 parent 5b6d1a8 commit 025dbf2
Show file tree
Hide file tree
Showing 55 changed files with 57,453 additions and 146,792 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 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`

### v3.6.2 (Jul 14, 2023) with Chat SDK **v4.9.5**
* Changed file cache key policy.
* Improved the issue of exposing empty images when message status updating from pending to succeed.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.6.2
SBU_APP_VERSION = 3.7.0
SENDBIRD_CHAT_SDK_VERSION = 4.9.5
Loading

0 comments on commit 025dbf2

Please sign in to comment.