File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### v3.30.2 (May 19, 2025)
4+
5+ # SendbirdUIKit
6+ - none
7+
8+ # SendbirdUIMessageTemplate
9+ ## Improvements
10+ - Added carousel scroll event handling in message template
11+ - Fixed new line string parsing issue in message template
12+
313### v3.30.1 (Mar 20, 2025)
414
515# SendbirdUIKit
Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ let package = Package(
2020 . package (
2121 name: " SendbirdChatSDK " ,
2222 url: " https://github.com/sendbird/sendbird-chat-sdk-ios " ,
23- from: " 4.25 .0 "
23+ from: " 4.26 .0 "
2424 ) ,
2525 ] ,
2626 targets: [
2727 . binaryTarget(
2828 name: " SendbirdUIKit " ,
29- url: " https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1 /SendbirdUIKit.xcframework.zip " , // SendbirdUIKit_URL
30- checksum: " e3ab20a55e5235ac8339ff40fab08cede60d691d7304cd5ac3f22713b57dc686 " // SendbirdUIKit_CHECKSUM
29+ url: " https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.2 /SendbirdUIKit.xcframework.zip " , // SendbirdUIKit_URL
30+ checksum: " e293b07b0b695f0848f3d45ec83eff5687fcfdc48d58e6f9715b86d4e3bc2984 " // SendbirdUIKit_CHECKSUM
3131 ) ,
3232 . binaryTarget(
3333 name: " SendbirdUIMessageTemplate " ,
34- url: " https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.1 /SendbirdUIMessageTemplate.xcframework.zip " , // SendbirdUIMessageTemplate_URL
35- checksum: " af0563350430be0ecb40d20d0365bf7f5210719055b4d274570a4a62cbcb2e8c " // SendbirdUIMessageTemplate_CHECKSUM
34+ url: " https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.2 /SendbirdUIMessageTemplate.xcframework.zip " , // SendbirdUIMessageTemplate_URL
35+ checksum: " f218902a6b1fbc40127b24dc3c8156da4829079e90d6c939f6ac1643f4fe968f " // SendbirdUIMessageTemplate_CHECKSUM
3636 ) ,
3737 . target(
3838 name: " SendbirdUIKitTarget " ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The minimum requirements for Sendbird UIKit for iOS are:
6060
6161- iOS 13+
6262- Swift 5.10+
63- - Sendbird Chat SDK for iOS 4.25 .0+
63+ - Sendbird Chat SDK for iOS 4.26 .0+
6464
6565<br />
6666
You can’t perform that action at this time.
0 commit comments