Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 89781f2

Browse files
author
Sravan S
committed
1.2.4(Sept 17, 2020)
- Features: User profile viewer on Channel and ChannelSettings Edit user profile on ChannelList(disabled by default) * SendBirdProvider * disableUserProfile: boolean * renderUserProfile: React.Component * allowProfileEdit: boolean * Channel * disableUserProfile: boolean * renderUserProfile: React.Component * ChannelSettings * disableUserProfile: boolean * renderUserProfile: React.Component * ChannelList * renderHeader(): React.Component * allowProfileEdit: boolean * onThemeChange(theme: string): void * onProfileEditSuccess(user: User): void
1 parent bf306fb commit 89781f2

File tree

11 files changed

+17129
-15433
lines changed

11 files changed

+17129
-15433
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.2.4(Sept 17, 2020)
4+
5+
- Features:
6+
User profile viewer on Channel and ChannelSettings
7+
Edit user profile on ChannelList(disabled by default)
8+
9+
* SendBirdProvider
10+
* disableUserProfile: boolean
11+
* renderUserProfile: React.Component
12+
* allowProfileEdit: boolean
13+
* Channel
14+
* disableUserProfile: boolean
15+
* renderUserProfile: React.Component
16+
* ChannelSettings
17+
* disableUserProfile: boolean
18+
* renderUserProfile: React.Component
19+
* ChannelList
20+
* renderHeader(): React.Component
21+
* allowProfileEdit: boolean
22+
* onThemeChange(theme: string): void
23+
* onProfileEditSuccess(user: User): void
24+
325
## 1.2.3(Sept 10, 2020)
426

527
- Features:

0 commit comments

Comments
 (0)