Skip to content

Commit

Permalink
Merge pull request #80 from sendbird/release/3.13.0
Browse files Browse the repository at this point in the history
Release/3.13.0 -> main
  • Loading branch information
sendbird-sdk-deployment authored Dec 13, 2023
2 parents 0caf9da + 7a0fc9d commit 0fdfd6d
Show file tree
Hide file tree
Showing 53 changed files with 9,477 additions and 2,629 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

### v3.13.0 (Dec 13, 2023)

- Added `SBUScrollPostionConfiguration` configuration class
- Added `scrollPostionConfiguration` peroperty in `SBUGlobals`

- Added `SBUScrollOptions` model
- Added `SBUScrollOptions.Result` model
- Added `SBUScrollPosition` enum

- Added and modified methods in `SBUBaseChannelModule.List` class
- Modified `position` parameter in `scrollToMessage(id:enablesScrollAnimation:enablesMessageAnimation:position:)`
- Added `scrollToMessage(message:enablesScrollAnimation:enablesMessageAnimation:position)`

- Added and modified methods in `SBUBaseChannelViewController` class
- Modified `position` parameter in `scrollToMessage(id:enablesScrollAnimation:enablesMessageAnimation:position:)`
- Added `scrollToMessage(message:enablesScrollAnimation:enablesMessageAnimation:position)`

- Fixed message menu sheet not showing when emojiList is empty

### v3.12.0 (Nov 29, 2023)

#### Typing Indicator Bubble
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 @@ -8,32 +8,32 @@
<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>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
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.12.0
SBU_APP_BUNDLE_VERSION = 3.12.0
SBU_APP_VERSION = 3.13.0
SBU_APP_BUNDLE_VERSION = 3.13.0
SENDBIRD_CHAT_SDK_VERSION = 4.12.2

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit 0fdfd6d

Please sign in to comment.