Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog - v3
## [v3.17.8] (JAN 20 2026)
### Fixes
- Fixed a bug where sometimes does not scroll to bottom when new message comes in
- Fixed a bug where scrolling to the bottom was not triggered when the bubble-type typing indicator reappeared

## [v3.17.7] (JAN 02 2026)
### Features
- Add a `renderTypingIndicatorBubble` to customize typingIndicator
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
"version": "3.17.7",
"version": "3.17.8",
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -70,7 +70,7 @@
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@sendbird/chat": "^4.20.3",
"@sendbird/chat": "^4.20.6",
"@sendbird/react-uikit-message-template-view": "^0.1.0",
"@sendbird/uikit-tools": "^0.1.0",
"css-vars-ponyfill": "^2.3.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2755,9 +2755,9 @@ __metadata:
languageName: node
linkType: hard

"@sendbird/chat@npm:^4.20.3":
version: 4.20.3
resolution: "@sendbird/chat@npm:4.20.3"
"@sendbird/chat@npm:^4.20.6":
version: 4.20.6
resolution: "@sendbird/chat@npm:4.20.6"
peerDependencies:
"@react-native-async-storage/async-storage": ^1.17.6
react-native-mmkv: ">=2.0.0"
Expand All @@ -2766,7 +2766,7 @@ __metadata:
optional: true
react-native-mmkv:
optional: true
checksum: 60c76d895b73fad3051176a2434c45236eb3a51e124367301be8ad036462731275a27e93976ec42a533e179af68c6c8720513ff96d599e8ec279d9c2b8deb7ab
checksum: 3abf23a28e58e9499b4f2479a03dd56ae813e7aaeea7659a554677455550fe818165ff424aafc97dbdd2fb1877336385086968639394070ae99ab7cca45c8b6f
languageName: node
linkType: hard

Expand Down Expand Up @@ -2810,7 +2810,7 @@ __metadata:
"@rollup/plugin-node-resolve": ^15.2.3
"@rollup/plugin-replace": ^5.0.4
"@rollup/plugin-typescript": ^11.1.5
"@sendbird/chat": ^4.20.3
"@sendbird/chat": ^4.20.6
"@sendbird/react-uikit-message-template-view": ^0.1.0
"@sendbird/uikit-tools": ^0.1.0
"@storybook/addon-essentials": ^8.6.15
Expand Down
Loading