Skip to content

Commit

Permalink
Merge pull request #117 from sendbird/release/3.24.0
Browse files Browse the repository at this point in the history
Release/3.24.0 -> main
  • Loading branch information
sendbird-sdk-deployment authored Jun 20, 2024
2 parents 30ef52b + a13aca9 commit 49a48c2
Show file tree
Hide file tree
Showing 144 changed files with 862,159 additions and 845,788 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.24.0 (Jun 20, 2024)

## Improvements
- ChatSDK dependency version has been updated to **v4.19.7**
- Changed timing of Builder internal calls related to send of `SBUGlobalCustomParams`
- If `replyType` value of UIKit config is not of type none and `messageListParams.replyType` value is set, it will not be overwritten by UIKit config value
- Changed the naming of SBUColor inside SBUColorSet (e.g., `primary300` -> `primaryMain`)
- Renamed `information` in SBUColorSet to `informationLight` and added a new `information` color set
- Deprecated the setter of `isSuperGroupReactionsEnabled`, which is disabled by default. If you wish to use this feature, [contact us](https://dashboard.sendbird.com/settings/contact_us?category=feedback_and_feature_requests&product=UIKit&subject=%5BFeature%20Request%5D%20Enable%20reactions%20for%20supergroup%20in%20UIKit).
- Fixed link not working correctly when markdown syntax is nested
- Fixed a bug where the updated theme is not applied
- Applied `safeAreaLayoutGuide` to `listComponent`

### v3.23.0 (May 22, 2024)

## New Feature
Expand Down
10 changes: 5 additions & 5 deletions Framework/SendbirdUIKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SendbirdUIKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SendbirdUIKit.framework/SendbirdUIKit</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SendbirdUIKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 49a48c2

Please sign in to comment.