Skip to content

Commit

Permalink
* Added channel push settings feature.
Browse files Browse the repository at this point in the history
  * Added `SBUGroupChannelPushSettingsViewController` class.
  * Added `SBUGroupChannelPushSettingsModule`, `SBUGroupChannelPushSettingsModule.Header` and
`SBUGroupChannelPushSettingsModule.List` classes.
  * Added `SBUGroupChannelPushSettingsViewModel` class.
  * Added `ChannelPushSettings_Header_Title`, `ChannelPushSettings_Notification_Title`, `ChannelPushSettings_Item_All`, `ChannelPushSettings_Item_Mentions_Only`, `ChannelPushSettings_Notification_Description`.
* Added `keyword` to `SBUHighlightInfo`
* Modify parameter `highlight` to `highlightKeyword` in `SBUCommonContentView`
* Modified searched message cell display method (highlight -> animation)
* Added mentioned user nickname highlighting.
* Added show mini profile function when touch mentioned nickname.
* Added initialize function in `SBUCreateChannelVC`.
* Renamed `SBUStringSet.Channel_Header_Typing` to `SBUStringSet.Channel_Typing`
* Updated `SBUTheme.channelCell`
  * Added `succeededStateColor`
  * Added `deliveryReceiptStateColor`
  * Added `readReceiptStateColor`
* Added `leftBarButton` to `SBUSelectablePhotoViewController`
  * Added `leftBarButton`
  * Added `didTapLeftBarButton()`
* Improved stability.
  • Loading branch information
Jaesung Lee committed Jun 2, 2022
1 parent 570976f commit 2770a57
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

### v3.0.0-beta.3 (Jun 2, 2022)
* Added channel push settings feature.
* Added `SBUGroupChannelPushSettingsViewController` class.
* Added `SBUGroupChannelPushSettingsModule`, `SBUGroupChannelPushSettingsModule.Header` and
`SBUGroupChannelPushSettingsModule.List` classes.
* Added `SBUGroupChannelPushSettingsViewModel` class.
* Added `ChannelPushSettings_Header_Title`, `ChannelPushSettings_Notification_Title`, `ChannelPushSettings_Item_All`, `ChannelPushSettings_Item_Mentions_Only`, `ChannelPushSettings_Notification_Description`.
* Added `keyword` to `SBUHighlightInfo`
* Modify parameter `highlight` to `highlightKeyword` in `SBUCommonContentView`
* Modified searched message cell display method (highlight -> animation)
* Added mentioned user nickname highlighting.
* Added show mini profile function when touch mentioned nickname.
* Added initialize function in `SBUCreateChannelVC`.
* Renamed `SBUStringSet.Channel_Header_Typing` to `SBUStringSet.Channel_Typing`
* Updated `SBUTheme.channelCell`
* Added `succeededStateColor`
* Added `deliveryReceiptStateColor`
* Added `readReceiptStateColor`
* Added `leftBarButton` to `SBUSelectablePhotoViewController`
* Added `leftBarButton`
* Added `didTapLeftBarButton()`
* Improved stability.

### v3.0.0-beta.2 (Apr 29, 2022) with Chat SDK v3.1.13
* Added User Mention Features
* Added Mention feature to `SBUGlobals`
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdUIKit",
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/v3.0.0-beta.2/SendbirdUIKit.xcframework.zip",
checksum: "5c8f077481936a33294cd866be36dfd03bccef9367ca412efcdb241a333a5521"
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/v3.0.0-beta.3/SendbirdUIKit.xcframework.zip",
checksum: "c31ce9fec29c3f56eb545a93ef896b3333449f22accfa7903917e920745dcc34"
),
.target(
name: "SendbirdUIKitTarget",
Expand Down

0 comments on commit 2770a57

Please sign in to comment.