Skip to content

Commit

Permalink
Merge pull request #128 from sendbird/release/3.27.0
Browse files Browse the repository at this point in the history
Release/3.27.0 -> main
  • Loading branch information
sendbird-sdk-deployment authored Aug 29, 2024
2 parents 1b8973f + af31701 commit d966556
Show file tree
Hide file tree
Showing 9 changed files with 2,438 additions and 2,405 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

### v3.27.0 (Aug 29, 2024)

## New Features
- Added support for EmojiCategory. You can now filter emojis for different messages when adding Reactions to a message.
- Interfaces
- `SBUGlobals.emojiCategoryFilter: (BaseMessage) -> [Int64]?`
- Note: You need to set your custom EmojiCategory using [Sendbird Platform API](https://sendbird.com/docs/chat/platform-api/v3/message/reactions-and-emojis/reactions-and-emojis-overview) in advance.

## New Interfaces
- Added views for `MessageForm` that work with the Sendbird dashboard (interfaces related to `form` have been deprecated)

- Added `SBUMessageFormView` data base view class
- Added `SBUSimpleMessageFormView` view class
- Added `SBUMessageFormItemView` data base view class
- Added `SBUMessageFormChipsItemView`, `SBUMessageFormSingleTextItemView` and `SBUMessageFormMultiTextItemView` item view classes
- Added `SBUMessageFormFallbackView` fallback view class

- Added `SBUMesageFormChipView`, `SBUTextView` view classes
- Added `SBUMessageFormViewDelegate` and `SBUMessageFormItemViewDelegate` protocols
- Added `submitMessageForm(message:)` in `SBUGroupChannelViewModel` class

- Added `getChatInputDisabledState(hasNext:)` method in extension of `BaseMessage`
- Added `isFormSubmitting`, `formItemValidationStatus` properties in extension of `BaseMessage`
- Added `isValidVersion` property in extension of `MessageForm`
- Added `keyboardType` and `isTextInputType` properties in extension of `MessageFormItem.LayoutType`
- Added `canUpdate(_:)` and `isValid(_:)` functions in extension of `MessageFormItem.ResultCount`
- Added `isOnlyOne` property in extension of `MessageFormItem.ResultCount`

- Deprecated `SBUFormViewDelegate` and `SBUFormFieldViewDelegate` protocols
- Deprecated `SBUFormFieldView` and `SBUSimpleFormFieldView` classes
- Deprecated `SBUFormFieldInputType` enum
- Deprecated `SBUFormView` and `SBUSimpleFormView` classes

### v3.27.0 (Aug 29, 2024)

## New Features
- Added support for EmojiCategory. You can now filter emojis for different messages when adding Reactions to a message.
- Interfaces
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.26.0</string>
<string>3.27.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
v8wBNdy9J0frnMkWYlIh8ORP0WY=
As3qLhZ4EVia9XoXvs40nYruVik=
</data>
<key>Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.26.0</string>
<string>3.27.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4,802 changes: 2,401 additions & 2,401 deletions Sample/QuickStart.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SendBirdUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SendBirdUIKit"
s.version = "3.26.0"
s.version = "3.27.0"
s.summary = "UIKit based on SendbirdChatSDK"
s.description = "Sendbird UIKit is a framework composed of basic UI components based on SendbirdChatSDK."
s.homepage = "https://sendbird.com"
Expand Down

0 comments on commit d966556

Please sign in to comment.