Skip to content

Commit 2ab7efa

Browse files
authored
release 3.17.7 (#1383)
1 parent f8d9d39 commit 2ab7efa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog - v3
2+
## [v3.17.7] (JAN 02 2026)
3+
### Features
4+
- Add a `renderTypingIndicatorBubble` to customize typingIndicator
5+
6+
Enables customization of bubble-type typing indicators in addition to the existing customization of text-type typing indicators(`renderTypingIndicator`).
7+
- How to use?
8+
```tsx
9+
<GroupChannel
10+
channelUrl="ChannelURL"
11+
renderTypingIndicatorBubble={(props) => {
12+
...
13+
return <CustomComponent typingMembers={props.typingMembers} />
14+
}}
15+
/>
16+
```
17+
218
## [v3.17.6] (DEC 10 2025)
319
### Fixes
420
- Fix a bug where `autoscrollMessageOverflowToTop` set on `SendbirdProvider` was not being passed down to child components

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.17.6",
3+
"version": "3.17.7",
44
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",

0 commit comments

Comments
 (0)