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

Releases: sendbird-graveyard/SendBird-UIKIT-JavaScript

[1.3.0-rc.4](Oct 27, 2020)

27 Oct 08:12
Compare
Choose a tag to compare
Pre-release
  • Bugfixes:
    • Yarn support
    • Cosmetic fixes

1.3.0-rc.3(Oct 23, 2020)

23 Oct 07:39
Compare
Choose a tag to compare
Pre-release
  • Type defintion fixes

1.3.0-rc.2(Oct 22, 2020)

22 Oct 08:46
Compare
Choose a tag to compare
Pre-release
  • Type defintion fixes

1.3.0-rc.1(Oct 20, 2020)

20 Oct 09:33
Compare
Choose a tag to compare
Pre-release
  • Type definition updates

1.3.0-rc.0(Oct 20, 2020)

20 Oct 08:37
43a00e3
Compare
Choose a tag to compare
Pre-release
  • Features:
    • String set customization
    • Use date-fns instead of momentjs
    • Add type definition files for typescript support
    • Theme customization using CSS-Variables

1.2.8(Oct 19, 2020)

19 Oct 07:28
Compare
Choose a tag to compare
  • Features/Bugs:
    • sortChannelList prop for ChannelListComponent
      sortChannelList={(channels: BaseChannel) => {
        ...
        return sortedChannels: BaseChannel
      }}
    
  • Bugfixes:
    • CSS Flex: Rename all start to flex-start

1.2.7(Sept 29, 2020)

29 Sep 07:05
Compare
Choose a tag to compare
  • Bugfixes:
    • Fix ChannelList scroll by adding correct classname

1.2.6(Sept 28, 2020)

28 Sep 07:06
Compare
Choose a tag to compare
  • Bugfixes:
    • sendBirdSelectors.getSendFileMessage supports attaching
      files that are uploaded to a remote server
    • renderChatItem includes channel as a prop:
      • The available props are:
        {
        message: BaseMessage,
        onDeleteMessage: Fn,
        onUpdateMessage: Fn,
        channel: GroupChannel
        }
    • Place unsuccessful messages to the last on the allMessages

1.2.5(Sept 21, 2020)

21 Sep 06:15
Compare
Choose a tag to compare

v.1.24 +

  • Features/Bugs:
    • ChannelList
      • disableUserProfile: boolean
      • renderUserProfile: React.Component

1.2.4(Sept 17, 2020)

17 Sep 09:07
Compare
Choose a tag to compare
  • 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