Skip to content

Commit

Permalink
Merge pull request #20 from sendbird/release/3.15.0
Browse files Browse the repository at this point in the history
Release/3.15.0 -> main
  • Loading branch information
sendbird-sdk-deployment authored Feb 1, 2024
2 parents 6dcbd0b + 4d44a8b commit 9ba3aa4
Show file tree
Hide file tree
Showing 28 changed files with 27,643 additions and 9,343 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

### v3.15.0 (Feb 01, 2024)

- Fixed a bug where duplicated deleted messages in the response of the message changeglogs cause a crash
- Limited the maximum corner radius of the category filter to half of the height

- Added `isFeedbackEnabled` config property for `SBUConfig.GroupChannel`
- Added `SBUToastView`

- Added `Feedback` feature
- Added `SBUFeedbackAnswer` for handling internal data
- Added `groupChannelModule(_ listComponent:didUpdate:messageCell:)` in `SBUGroupChannelModuleListDelegate`
- Added `SBUFeedbackViewDelegate`
- Added `SBUFeedbackView` and `SBUSimpleFeedbackView`
- Added `SBUFeedbackViewParams`
- Added `shouldHideFeedback` in `SBUBaseMessageCellParams`
- Added `updateFeedbackView(with:)` method in `SBUBaseMessageCell`
- Added `shouldHideFeedback` and `feedbackView` properties in `SBUBaseMessageCell`
- Added `feedbackView(_ view:didAnswer:)` delegate method in `SBUBaseMessageCell`
- Added `groupChannelModule(_ listComponent:didUpdate:messageCell:)` in `SBUBaseChannelViewController`
- Added feedback handling methods in `SBUGroupChannelViewModel`
- Added `submitFeedback(message:answer:completionHandler:)`
- Added `updateFeedback(message:answer:completionHandler:)`
- Added `deleteFeedback(message:completionHandler:)`

- Updated theme values in `SBUMessageCellTheme`
- Added `feedbackRadius`
- Added `feedbackIconColor`
- Added `feedbackIconSelectColor`
- Added `feedbackIconDeselectColor`
- Added `feedbackBorderColor`
- Added `feedbackBorderSelectColor`
- Added `feedbackBorderDeselectColor`
- Added `feedbackBackgroundNormalColor`
- Added `feedbackBackgroundSelectColor`
- Added `feedbackBackgroundDeselectColor`

- Updated theme values in `SBUComponentTheme`
- Added `toastContainerColor`
- Added `toastTitleColor`
- Added `feedbackToastUpdateDoneColor`

- Updated StringSet values in `SBUMessageCellTheme`
- Added `Feedback_Comment_Title`
- Added `Feedback_Comment_Placeholder`
- Added `Feedback_Edit_Comment`
- Added `Feedback_Remove`
- Added `Feedback_Update_Done`

- Updated icons in `SBUIconSet`
- Added `iconGood`
- Added `iconBad`
### v3.14.0 (Jan 19, 2024)

- Initialization improving
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.14.0
SBU_APP_BUNDLE_VERSION = 3.14.0
SBU_APP_VERSION = 3.15.0
SBU_APP_BUNDLE_VERSION = 3.15.0
SENDBIRD_CHAT_SDK_VERSION = 4.15.1

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit 9ba3aa4

Please sign in to comment.