Skip to content

Commit 66aee4d

Browse files
committed
changelog update
1 parent 1fcc14d commit 66aee4d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## [v3.8.1] (Nov 10 2023)
44

55
### Features:
6-
* MessageContent is not customizable with three new optional properties:
7-
* renderSenderProfile, renderMessageBody, and renderMessageHeader
6+
* `MessageContent` is not customizable with three new optional properties:
7+
* `renderSenderProfile`, `renderMessageBody`, and `renderMessageHeader`
88
* How to use?
99
```tsx
1010
import Channel from '@sendbird/uikit-react/Channel'
@@ -45,14 +45,14 @@
4545

4646
### Fixes:
4747
* Fix runtime error due to publishing modules
48-
* Add missing date locale to the UnreadCount banner since string
49-
* Use the more impactful value between the resizingWidth and resizingHeight
48+
* Add missing date locale to the `UnreadCount` banner since string
49+
* Use the more impactful value between the `resizingWidth` and `resizingHeight`
5050
* So, the original images' ratio won't be broken
51-
* Apply the ImageCompression to the Thread module
52-
* Apply the ImageCompression for sending file message and multiple files message
51+
* Apply the `ImageCompression` to the `Thread` module
52+
* Apply the `ImageCompression` for sending file message and multiple files message
5353

5454
### Improvements:
55-
* Use `channel.members` instead of fetching for non-super group channels in the SuggestedMentionList
55+
* Use `channel.members` instead of fetching for non-super group channels in the `SuggestedMentionList`
5656

5757
## [v3.8.0] (Nov 3 2023)
5858

0 commit comments

Comments
 (0)