Skip to content

Commit

Permalink
Updated version to 2.1.3.
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
hoon-sung committed Apr 13, 2021
1 parent 56e5456 commit 314b79a
Show file tree
Hide file tree
Showing 79 changed files with 5,307 additions and 8,139 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

### v2.1.3 (Apr 13, 2021)
* 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.

### v2.1.2 (Mar 30, 2021)
* Improved stability

Expand Down
2 changes: 1 addition & 1 deletion SendBirdUIKit.framework.dSYM/Contents/Info.plist
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>2.1.2</string>
<string>2.1.3</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions SendBirdUIKit.framework/Headers/Array+SBUIKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import SendBirdSDK


public extension Array where Element: SBUUser {
Expand Down
1 change: 1 addition & 0 deletions SendBirdUIKit.framework/Headers/SBUAvailable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import SendBirdSDK

@objcMembers
public class SBUAvailable: NSObject {
Expand Down
1 change: 1 addition & 0 deletions SendBirdUIKit.framework/Headers/SBUBaseChannelCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import SendBirdSDK

open class SBUBaseChannelCell: UITableViewCell {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import SendBirdSDK

/**
- Note: When you create channel list for open channels, please inherit `SBUBaseChannelListViewController`
Expand Down
Loading

0 comments on commit 314b79a

Please sign in to comment.