Skip to content

Commit b2842de

Browse files
committed
ready for release
1 parent efa21b5 commit b2842de

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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',

0 commit comments

Comments
 (0)