Skip to content

Commit ca1c274

Browse files
authored
release: v3.15.12 (#1295)
## [v3.15.12] (Jan 9 2025) ### Features: - Provided `useConnectionState` that you can get the connection state of SDK. ### Fixes: - Improved the stability with the latest Chat SDK version.
1 parent efa21b5 commit ca1c274

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog - v3
22

3+
## [v3.15.12] (Jan 9 2025)
4+
5+
### Features:
6+
- Provided `useConnectionState` that you can get the connection state of SDK.
7+
8+
### Fixes:
9+
- Improved the stability with the latest Chat SDK version.
10+
311
## [v3.15.11] (Dec 19 2024)
412

13+
### Fixes:
514
- Fixed an issue where the bubble type typing indicator appeared but was not visible because the scroll did not move to the bottom.
615

716
## [v3.15.10] (Dec 12 2024)

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.15.11",
3+
"version": "3.15.12",
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"
7171
},
7272
"dependencies": {
73-
"@sendbird/chat": "^4.14.2",
73+
"@sendbird/chat": "^4.16.2",
7474
"@sendbird/react-uikit-message-template-view": "0.0.2",
7575
"@sendbird/uikit-tools": "0.0.2",
7676
"css-vars-ponyfill": "^2.3.2",

rollup.module-exports.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default {
3333
// hooks
3434
'hooks/useModal': 'src/hooks/useModal/index.tsx',
3535
'hooks/useLocalization': 'src/hooks/useLocalization.ts',
36+
'hooks/useConnectionState': 'src/hooks/useConnectionState.ts',
3637
// utils
3738
'utils/message/getOutgoingMessageState': 'src/utils/exports/getOutgoingMessageState.ts',
3839
'utils/message/isVoiceMessage': 'src/utils/isVoiceMessage.ts',

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,9 +2714,9 @@ __metadata:
27142714
languageName: node
27152715
linkType: hard
27162716

2717-
"@sendbird/chat@npm:^4.14.2":
2718-
version: 4.14.4
2719-
resolution: "@sendbird/chat@npm:4.14.4"
2717+
"@sendbird/chat@npm:^4.16.2":
2718+
version: 4.16.2
2719+
resolution: "@sendbird/chat@npm:4.16.2"
27202720
peerDependencies:
27212721
"@react-native-async-storage/async-storage": ^1.17.6
27222722
react-native-mmkv: ^2.0.0
@@ -2725,7 +2725,7 @@ __metadata:
27252725
optional: true
27262726
react-native-mmkv:
27272727
optional: true
2728-
checksum: 01c00724ffa1322b5484b8378c8fe5cacdbdb52fd82eb7a92cc31b36e82b751b3875a40c3f30c442738ce2fb05fe4bb617293b4c7605f3eb7906ceae92cd63ed
2728+
checksum: 8866fa3285348e723db6c2e68abf7d42c3835656b79c3d791477cfd21da7c611b15a15578cf763d8c2f57e15e9be441ef314df7b7ae63fabcb9f16da9cb9ef69
27292729
languageName: node
27302730
linkType: hard
27312731

@@ -2770,7 +2770,7 @@ __metadata:
27702770
"@rollup/plugin-node-resolve": ^15.2.3
27712771
"@rollup/plugin-replace": ^5.0.4
27722772
"@rollup/plugin-typescript": ^11.1.5
2773-
"@sendbird/chat": ^4.14.2
2773+
"@sendbird/chat": ^4.16.2
27742774
"@sendbird/react-uikit-message-template-view": 0.0.2
27752775
"@sendbird/uikit-tools": 0.0.2
27762776
"@storybook/addon-essentials": ^8.0.9

0 commit comments

Comments
 (0)