Skip to content

Commit 314b79a

Browse files
committed
Updated version to 2.1.3.
* Added properties in `SBUMessageInputView`. * `textViewMinHeight`: the minimun height of the textview. * `textViewMaxHeight`: the maximum height of the textview. * `textViewLeadingSpacing`: the spacing between the textview and the `+` button. * `textViewTrailingSpacing`: the spacing between the textview and the send button. * `layoutInsets`: the outer spacing of the `SBUMessageInputView`, relative to `safeAreaLayoutGuide`. * `showsSendButton`: whether to always show the send button. * Applied tint to all `SBUIconSet`. * Applied localization on datetime string. * Improved stability.
1 parent 56e5456 commit 314b79a

File tree

79 files changed

+5307
-8139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+5307
-8139
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
### v2.1.3 (Apr 13, 2021)
4+
* Added properties in `SBUMessageInputView`.
5+
* `textViewMinHeight`: the minimun height of the textview.
6+
* `textViewMaxHeight`: the maximum height of the textview.
7+
* `textViewLeadingSpacing`: the spacing between the textview and the `+` button.
8+
* `textViewTrailingSpacing`: the spacing between the textview and the send button.
9+
* `layoutInsets`: the outer spacing of the `SBUMessageInputView`, relative to `safeAreaLayoutGuide`.
10+
* `showsSendButton`: whether to always show the send button.
11+
* Applied tint to all `SBUIconSet`.
12+
* Applied localization on datetime string.
13+
* Improved stability.
14+
315
### v2.1.2 (Mar 30, 2021)
416
* Improved stability
517

SendBirdUIKit.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.1.2</string>
16+
<string>2.1.3</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
-1.11 MB
Binary file not shown.

SendBirdUIKit.framework/Headers/Array+SBUIKit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import SendBirdSDK
1011

1112

1213
public extension Array where Element: SBUUser {

SendBirdUIKit.framework/Headers/SBUAvailable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import SendBirdSDK
1011

1112
@objcMembers
1213
public class SBUAvailable: NSObject {

SendBirdUIKit.framework/Headers/SBUBaseChannelCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import SendBirdSDK
1011

1112
open class SBUBaseChannelCell: UITableViewCell {
1213

SendBirdUIKit.framework/Headers/SBUBaseChannelListViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import SendBirdSDK
1011

1112
/**
1213
- Note: When you create channel list for open channels, please inherit `SBUBaseChannelListViewController`

0 commit comments

Comments
 (0)