Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HoonBaek committed Jan 9, 2025
1 parent efa21b5 commit b2842de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog - v3

## [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.

## [v3.15.11] (Dec 19 2024)

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

## [v3.15.10] (Dec 12 2024)
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.15.11",
"version": "3.15.12",
"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"
},
"dependencies": {
"@sendbird/chat": "^4.14.2",
"@sendbird/chat": "^4.16.2",
"@sendbird/react-uikit-message-template-view": "0.0.2",
"@sendbird/uikit-tools": "0.0.2",
"css-vars-ponyfill": "^2.3.2",
Expand Down
1 change: 1 addition & 0 deletions rollup.module-exports.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default {
// hooks
'hooks/useModal': 'src/hooks/useModal/index.tsx',
'hooks/useLocalization': 'src/hooks/useLocalization.ts',
'hooks/useConnectionState': 'src/hooks/useConnectionState.ts',
// utils
'utils/message/getOutgoingMessageState': 'src/utils/exports/getOutgoingMessageState.ts',
'utils/message/isVoiceMessage': 'src/utils/isVoiceMessage.ts',
Expand Down

0 comments on commit b2842de

Please sign in to comment.