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

1.2.4(Sept 17, 2020)

Compare
Choose a tag to compare
@sravan-s sravan-s released this 17 Sep 09:07
· 28 commits to master since this release
  • 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