File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
src/smart-components/Conversation Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 2.5.1-alpha] (Dec 24 2021)
3+ ## [ 2.5.2] (Jan 5 2022)
4+ - Bugfix
5+ * Move scroll when the height of message item changes
6+ * Fix emoji reaction background color when the message is highlighted
47
5- Features:
6- * Implement experimentalMessageLimit for openChannel
8+ ## [ 2.5.2-alpha] (Dec 24 2021)
9+ - Features
10+ Implement experimentalMessageLimit for openChannel
711This feature limits the no.of messages that are stored in
812OpenChannel. This is intended for live streaming, where multiple
913thousands of messages are expected to flow
1014Recommend a limit higher than 150 and less than 500
11- Usage:
15+ Usage
1216```
1317<OpenChannel experimentalMessageLimit={number} />
1418```
1519
16- Fixes:
17-
18- * Fix time stamp position on message threading
19- * Add quote message to onBeforeSendFileMessage params
20+ - Bugix
21+ * Fix time stamp position on message threading
22+ * Add quote message to onBeforeSendFileMessage params
2023
2124## [ 2.5.1] (Dec 14 2021)
2225- Bugfix
Original file line number Diff line number Diff line change 103103 animation-duration : 1.6s ;
104104 animation-fill-mode : forwards ;
105105 }
106+
107+ .sendbird-message-content-reactions {
108+ animation-name : sbHighlight;
109+ animation-duration : 1.6s ;
110+ animation-fill-mode : forwards ;
111+ }
106112}
107113
108114.sendbird-conversation__scroll-container {
You can’t perform that action at this time.
0 commit comments