Skip to content

Commit 00ac6c6

Browse files
authored
Release v2.5.2 (#72)
- Add changelog and fix CSS for highlighted message bg color
1 parent 0b57263 commit 00ac6c6

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
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
711
This feature limits the no.of messages that are stored in
812
OpenChannel. This is intended for live streaming, where multiple
913
thousands of messages are expected to flow
1014
Recommend 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

src/smart-components/Conversation/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
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 {

0 commit comments

Comments
 (0)