Skip to content

Commit fa7a1c8

Browse files
authored
release 3.17.8 (#1388)
1 parent 5d04e99 commit fa7a1c8

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog - v3
2+
## [v3.17.8] (JAN 20 2026)
3+
### Fixes
4+
- Fixed a bug where sometimes does not scroll to bottom when new message comes in
5+
- Fixed a bug where scrolling to the bottom was not triggered when the bubble-type typing indicator reappeared
6+
27
## [v3.17.7] (JAN 02 2026)
38
### Features
49
- Add a `renderTypingIndicatorBubble` to customize typingIndicator

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.17.7",
3+
"version": "3.17.8",
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",
@@ -70,7 +70,7 @@
7070
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0"
7171
},
7272
"dependencies": {
73-
"@sendbird/chat": "^4.20.3",
73+
"@sendbird/chat": "^4.20.6",
7474
"@sendbird/react-uikit-message-template-view": "^0.1.0",
7575
"@sendbird/uikit-tools": "^0.1.0",
7676
"css-vars-ponyfill": "^2.3.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,9 +2755,9 @@ __metadata:
27552755
languageName: node
27562756
linkType: hard
27572757

2758-
"@sendbird/chat@npm:^4.20.3":
2759-
version: 4.20.3
2760-
resolution: "@sendbird/chat@npm:4.20.3"
2758+
"@sendbird/chat@npm:^4.20.6":
2759+
version: 4.20.6
2760+
resolution: "@sendbird/chat@npm:4.20.6"
27612761
peerDependencies:
27622762
"@react-native-async-storage/async-storage": ^1.17.6
27632763
react-native-mmkv: ">=2.0.0"
@@ -2766,7 +2766,7 @@ __metadata:
27662766
optional: true
27672767
react-native-mmkv:
27682768
optional: true
2769-
checksum: 60c76d895b73fad3051176a2434c45236eb3a51e124367301be8ad036462731275a27e93976ec42a533e179af68c6c8720513ff96d599e8ec279d9c2b8deb7ab
2769+
checksum: 3abf23a28e58e9499b4f2479a03dd56ae813e7aaeea7659a554677455550fe818165ff424aafc97dbdd2fb1877336385086968639394070ae99ab7cca45c8b6f
27702770
languageName: node
27712771
linkType: hard
27722772

@@ -2810,7 +2810,7 @@ __metadata:
28102810
"@rollup/plugin-node-resolve": ^15.2.3
28112811
"@rollup/plugin-replace": ^5.0.4
28122812
"@rollup/plugin-typescript": ^11.1.5
2813-
"@sendbird/chat": ^4.20.3
2813+
"@sendbird/chat": ^4.20.6
28142814
"@sendbird/react-uikit-message-template-view": ^0.1.0
28152815
"@sendbird/uikit-tools": ^0.1.0
28162816
"@storybook/addon-essentials": ^8.6.15

0 commit comments

Comments
 (0)