Skip to content

Commit

Permalink
Merge pull request #108 from sendbird/release/3.21.0
Browse files Browse the repository at this point in the history
Release/3.21.0 -> main
  • Loading branch information
sendbird-sdk-deployment committed May 2, 2024
2 parents 62d58a8 + 35237d9 commit 730700d
Show file tree
Hide file tree
Showing 126 changed files with 38,400 additions and 22,546 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Changelog

### v3.21.0 (May 02, 2024)

## New Feature
- Added interfaces to SBUGlobals to set the ws host and api host up
- Message templates are now supported in group channels
- Added Carousel ui component for message template root body items
- Added `default` and `wide` container types support for message contents size

## Improvements
- Fixed `Abnormal number of gesture recognizer dependencies` issues
- Fixed empty channels showing up in the channel list
- Fixed an issue where changing categories in FeedChannel would not work
- Fixed an issue where the reaction of the last message was not updated
- Updated the corner radius of the reaction container in the message bubble

### v3.20.0 (Apr 08, 2024)

## Improvements
- Updated iOS deployment target to 12.0
- Updated Xcode version to 15.0 for building SendbirdChatSDK framework
- Updated Xcode version to 15.0
- Added PrivacyInfo.xcprivacy for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)
- Improved UI updates for single stream message to work smoothly

Expand Down
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.20.0
SBU_APP_BUNDLE_VERSION = 3.20.0
SENDBIRD_CHAT_SDK_VERSION = 4.19.1
SBU_APP_VERSION = 3.21.0
SBU_APP_BUNDLE_VERSION = 3.21.0
SENDBIRD_CHAT_SDK_VERSION = 4.19.3

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 730700d

Please sign in to comment.