Releases: sendbird/sendbird-uikit-react
Releases · sendbird/sendbird-uikit-react
[2.7.1] (May 11 2022)
[2.7.1] (May 11 2022)
- Bugfix
- Add rate limit to markAsDelivered call
- Thumbnail message shouldnt be clikced while loading
- Fix sample: corrected groupChannel sample setting placement
[3.0.0-beta.2] (April 29 2022)
Feature:
-
Mention
- Add isMentionEnabled props to the and
- Add userMention into the config props of the andd
- <SendbirdProvider config={{ userMention: { maxMentionCount: 10, maxSuggestionCount: 15 } }} />
- maxMentionCount: A maximum count that you can mention in the message input
- maxSuggestionCount: A maximum user count that the SuggestedMentionList suggests for user mention
- Create SuggestedMentionList component under the Channel smart component
- Create SuggestedUserMentionItem component
- Create MentionUserLabel ui component
- Add string set
- MENTION_NAME__NO_NAME: '(No name)'
- MENTION_COUNT__OVER_LIMIT: 'You can mention up to %d times per message.'
Fix:
-
Type definition file fix for TS project
For typescript projects, addnode_modules/@sendbird/uikit-react/index.d.ts
to yourinclude
section in tsconfig file to get type definitions -
Move font import to top of CSS file
Some bundlers such as parcel throw error:
@import rules must precede all rules aside from @charset and @layer statements
Resolve this issue by moving the line to the top
[2.7.0] (Mar 22 2022)
- Features
- Add props disableAutoSelect into the
- A flag to allow or disallow the channel auto select feature
- Add progressHandler into the getSendFileMessage hook
- getSendFileMessage = (store) => (channelUrl, fileMessageParams, progressHandler)
- Add props disableAutoSelect into the
- Bugfix
- Modify difinition type of renderUserProfile props in the
- Update message receipts on real time basis
- Suppress an intermittent NO_ACK Error
[2.7.0-alpha] (Mar 11 2022)
- Minor Update
- Use commonjs module as default - jest expects commonjs module
- Builds are now saved to \dist instead of \release
- Use commonjs module as default - jest expects commonjs module
- Features
- Add progressHandler into the GetSendFileMessage hook
- Provide an auto select flag in the channel list
- Bugfix
- Localization parameter for some format calls
- Exclude the optional param when locale is undefined in the dateFns utils
- Appear MessageStatus component in Safari
[2.7.0-alpha] (Mar 11 2022)
- Minor Update
- Use commonjs module as default - jest expects commonjs module
- Builds are now saved to \dist instead of \release
- Use commonjs module as default - jest expects commonjs module
- Features
- Add progressHandler into the GetSendFileMessage hook
- Provide an auto select flag in the channel list
-Bugfix - localization parameter for some format calls
- Exclude the optional param when locale is undefined in the dateFns utils
- Disappearing MessageStatus component in Safari
[2.6.0] (Feb 8 2022)
- Features
- Setup date localization
- Bugfix
- Add sortChannelList props to the ChannelListProps
- Appear message status icon in Safari
- Fix complication issue: Element not defined
- Fix event leakage issues (scroll and pop-up)
[2.5.3] (Jan 19 2022)
[2.5.3] (Jan 19 2022)
[2.5.3-alpha] (Jan 19 2022)
- Bugfix
- Modify type of
renderChatItem
to function - Modify dependencies of react and react-dom libraries
- Do not update current user info when
nickname
anduserProfileUrl
props are empty
- Modify type of
[2.5.3-alpha] (Jan 19 2022)
[2.5.3-alpha] (Jan 19 2022)
- Bugfix
- Modify type of
renderChatItem
to function - Modify dependencies of react and react-dom libraries
- Do not update current user info when
nickname
anduserProfileUrl
props are empty
- Modify type of
[2.5.2] (Jan 5 2022)
- Bugfix
- Move scroll when the height of message item changes
- Fix emoji reaction background color when the message is highlighted
## [2.5.2-alpha] (Dec 24 2021)
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)
- 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
- Add type definition for