Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
* Chat SDK **v4.0.13**
Browse files Browse the repository at this point in the history
* Support **Open channel list** features
    * Added classes
        * `SBUOpenChannelListViewController`
        * `SBUOpenChannelCell`
        * `SBUOpenChannelListViewModel`
        * `SBUOpenChannelListModule`, `SBUOpenChannelListModule.Header` and `SBUOpenChannelListModule.List`
    * Added `OpenChannelListViewController` in `SBUViewControllerSet`
    * Added `openChannelListModule` in `SBUModuleSet`
    * Added `openChannelListTheme` and `openChannelCellTheme` in `SBUTheme`
    * Added `isPullToRefreshEnabled` property in `SBUBaseChannelListModule.List`
    * Added `pullToRefresh(_:)` function in `SBUBaseChannelListModule.List`
    * Added `baseChannelListModuleDidSelectRefresh(_:)` protocol in `SBUBaseChannelListModuleListDelegate`
    * Added `iconChannels` in `SBUIconSetType`
    * Supported openChannelList feature on `moveToChannel` function in `SendbirdUI`
* Support **Create open channel** features
    * Added classes
        * `SBUCreateOpenChannelViewController`
        * `SBUCreateOpenChannelViewModel`
        * `SBUCreateOpenChannelModule`, `SBUCreateOpenChannelModule.Header` and `SBUCreateOpenChannelModule.ProfileInput`
    * Added `CreateOpenChannelViewController` in `SBUViewControllerSet`
    * Added `createOpenChannelModule` in `SBUModuleSet`
    * Added `createOpenChannelTheme` in `SBUTheme`
    * Added `openChannelParamsCreateBuilder` in `SBUGlobalCustomParams`
    * Added create open channel related Strings in `SBUStringSet`
        * `CreateOpenChannel_Create`, `CreateOpenChannel_Header_Title`, `CreateOpenChannel_ProfileInput_Placeholder`
    * Added `user` object in `SBUUser` for accessing ChatSDK's user
* Added  `openChannelModule(_:didTapMediaView:)` in `OpenChannelModuleMediaDelegate` method.
* Added `UITextField` related classes
    * `UITextField+SBUIKit`
    * `SBUUnderLineTextField`
* Added `tag` parameter in `SBUCommonItem`
* Added `delete` case in `MediaResourceType`
* Added `SBUBaseChannelListViewModel`
* Added `SBUBaseChannelListModule`, `SBUBaseChannelListModule.Header`, `SBUBaseChannelListModule.List` classes
* Renamed `SBUGroupChannelListModuleListDelegate` functions
    * `channelListModule(_:didSelectRowAt:)` to `groupChannelListModule(_:didSelectRowAt:)`
    * `channelListModule(_:didDetectPreloadingPosition:)` to `groupChannelListModule(_:didDetectPreloadingPosition:)`
    * `channelListModule(_:didSelectLeave:)` to `groupChannelListModule(_:didSelectLeave:)`
    * `channelListModule(_:didChangePushTriggerOption:channel:)` to `groupChannelListModule(_:didChangePushTriggerOption:channel:)`
    * `channelListModuleDidSelectRetry(_:)` to `groupChannelListModuleDidSelectRetry(_:)`
* Renamed `SBUGroupChannelListModuleListDataSource` function
    * `channelListModule(_:channelsInTableView:)` to `groupChannelListModule(_:channelsInTableView:)`
* Renamed `channelListModule` in `SBUModuleSet` to `groupChannelListModule`
* Renmaed `defaultLeftButton`, `defaultRightButton` to `defaultLeftBarButton`, `defaultRightBarButton`
* Replaced `setPlaceholderImage(iconSize:)` to `setPlaceholder(type:iconSize:)` in `SBUCoverImageView`
    * Added `setPlaceholder(type:iconSize:)`
    * Deprecated `setPlaceholderImage(iconSize:)`
  • Loading branch information
Jaesung Lee committed Sep 28, 2022
1 parent d8942c8 commit a79024f
Show file tree
Hide file tree
Showing 10,197 changed files with 185,586 additions and 183,134 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog

### v3.2.0 (Sep 21, 2022) with Chat SDK **v4.0.13**
* Support **Open channel list** features
* Added classes
* `SBUOpenChannelListViewController`
* `SBUOpenChannelCell`
* `SBUOpenChannelListViewModel`
* `SBUOpenChannelListModule`, `SBUOpenChannelListModule.Header` and `SBUOpenChannelListModule.List`
* Added `OpenChannelListViewController` in `SBUViewControllerSet`
* Added `openChannelListModule` in `SBUModuleSet`
* Added `openChannelListTheme` and `openChannelCellTheme` in `SBUTheme`
* Added `isPullToRefreshEnabled` property in `SBUBaseChannelListModule.List`
* Added `pullToRefresh(_:)` function in `SBUBaseChannelListModule.List`
* Added `baseChannelListModuleDidSelectRefresh(_:)` protocol in `SBUBaseChannelListModuleListDelegate`
* Added `iconChannels` in `SBUIconSetType`
* Supported openChannelList feature on `moveToChannel` function in `SendbirdUI`
* Support **Create open channel** features
* Added classes
* `SBUCreateOpenChannelViewController`
* `SBUCreateOpenChannelViewModel`
* `SBUCreateOpenChannelModule`, `SBUCreateOpenChannelModule.Header` and `SBUCreateOpenChannelModule.ProfileInput`
* Added `CreateOpenChannelViewController` in `SBUViewControllerSet`
* Added `createOpenChannelModule` in `SBUModuleSet`
* Added `createOpenChannelTheme` in `SBUTheme`
* Added `openChannelParamsCreateBuilder` in `SBUGlobalCustomParams`
* Added create open channel related Strings in `SBUStringSet`
* `CreateOpenChannel_Create`, `CreateOpenChannel_Header_Title`, `CreateOpenChannel_ProfileInput_Placeholder`
* Added `user` object in `SBUUser` for accessing ChatSDK's user
* Added `openChannelModule(_:didTapMediaView:)` in `OpenChannelModuleMediaDelegate` method.
* Added `UITextField` related classes
* `UITextField+SBUIKit`
* `SBUUnderLineTextField`
* Added `tag` parameter in `SBUCommonItem`
* Added `delete` case in `MediaResourceType`
* Added `SBUBaseChannelListViewModel`
* Added `SBUBaseChannelListModule`, `SBUBaseChannelListModule.Header`, `SBUBaseChannelListModule.List` classes
* Renamed `SBUGroupChannelListModuleListDelegate` functions
* `channelListModule(_:didSelectRowAt:)` to `groupChannelListModule(_:didSelectRowAt:)`
* `channelListModule(_:didDetectPreloadingPosition:)` to `groupChannelListModule(_:didDetectPreloadingPosition:)`
* `channelListModule(_:didSelectLeave:)` to `groupChannelListModule(_:didSelectLeave:)`
* `channelListModule(_:didChangePushTriggerOption:channel:)` to `groupChannelListModule(_:didChangePushTriggerOption:channel:)`
* `channelListModuleDidSelectRetry(_:)` to `groupChannelListModuleDidSelectRetry(_:)`
* Renamed `SBUGroupChannelListModuleListDataSource` function
* `channelListModule(_:channelsInTableView:)` to `groupChannelListModule(_:channelsInTableView:)`
* Renamed `channelListModule` in `SBUModuleSet` to `groupChannelListModule`
* Renmaed `defaultLeftButton`, `defaultRightButton` to `defaultLeftBarButton`, `defaultRightBarButton`
* Replaced `setPlaceholderImage(iconSize:)` to `setPlaceholder(type:iconSize:)` in `SBUCoverImageView`
* Added `setPlaceholder(type:iconSize:)`
* Deprecated `setPlaceholderImage(iconSize:)`

### v3.1.3 (Sep 15, 2022) with Chat SDK **v4.0.12**
* Improved stability

Expand Down
14 changes: 7 additions & 7 deletions Framework/SendbirdUIKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<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>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<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
Loading

0 comments on commit a79024f

Please sign in to comment.