Skip to content

Releases: sendbird/sendbird-uikit-react

## [2.5.2-alpha] (Dec 24 2021)

24 Dec 07:03

Choose a tag to compare

Pre-release

Features:

  • Implement experimentalMessageLimit for openChannel
    This feature limits the no.of messages that are stored in
    OpenChannel. This is intended for live streaming, where multiple
    thousands of messages are expected to flow
    Recommend a limit higher than 150 and less than 500
    Usage:
<OpenChannel experimentalMessageLimit={number} />

Fixes:

  • Fix time stamp position on message threading
  • Add quote message to onBeforeSendFileMessage params

[2.5.1] (Dec 14 2021)

14 Dec 12:20
d3e3286

Choose a tag to compare

  • Bugfix
    • Add type definition for replyType into the props of and
    • Replace the position of message status and timestamp
    • Change word-break property for text message in group channel
    • Fix admin message break in group channel

[2.5.1-alpha.2] (Dec 10 2021)

10 Dec 09:21

Choose a tag to compare

Pre-release

This is an alpha version release for bugfix

[2.5.1-alpha.1] (Dec 10 2021)

10 Dec 08:48

Choose a tag to compare

Pre-release

Pre-release for bugfix

[2.5.1-alpha] (Dec 10 2021)

10 Dec 02:19
d3e3286

Choose a tag to compare

Pre-release

This is an alpha version release for bugfix

[2.5.0] (Nov 23 2021)

23 Nov 07:28

Choose a tag to compare

  • Features
    • Support MessageThreading
    • and can enable or disable message threading feature using prop: replyType
    • replyType="QUOTE_REPLY" enable message threading
    • replyType="NONE" disable message threading, and this is a default option
  • Bugfix
    • Change the message status component location from the bottom of the message to the side of the message content

[2.5.0-alpha] (Nov 22 2021)

22 Nov 07:17

Choose a tag to compare

Pre-release

This is an alpha version release for message threading

[2.4.4] (Nov 17 2021)

17 Nov 06:47

Choose a tag to compare

  • Feature
    • Add a debouncing logic to the message search component
  • Bugfix
    • Add an order to the message search as 'ts'
    • Add optional chaining for some properties of Message

[2.4.3] (Nov 1 2021)

01 Nov 08:12

Choose a tag to compare

  • Bugfix
    • Use OpenChannel in the getOpenChannelDeleteMessage
    • Do not try to reconnect when current channel is not selected
    • Do not update user info when nickname or profile url is empty string
    • Update latest message value on channelListItem only if the latest message is edited
    • Add string set for hardcoded strings that are used in the selecting channel type modal
    • String set update

[2.4.2](Sep 30 2021)

30 Sep 08:23

Choose a tag to compare

  • Bugfix
    • Use simple logic to calculate isByMe
    • Use flex-end instead of end
    • Add null check for sdk and sdk.ChannelHandler before createEventHandler
    • Fix SENDING_MESSAGE_START payload mismatch