Skip to content

Commit

Permalink
release: v3.15.15 (#1313)
Browse files Browse the repository at this point in the history
## [v3.15.15] (Feb 14 2025)
### Fixes:
- Added the missing import paths for the following deprecated
interfaces.
  - `useSendbirdStateContext`
  - `withSendbird`
- Fixed an issue where `VoiceMessageInput` failed to record the audio at
first.

### Chore:
- Updated `@sendbird/chat` version to 4.16.4
  • Loading branch information
git-babel authored Feb 14, 2025
1 parent 6c31493 commit 119a321
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog - v3


## [v3.15.15] (Feb 14 2025)
### Fixes:
- Added the missing import paths for the following deprecated interfaces.
- `useSendbirdStateContext`
- `withSendbird`
- Fixed an issue where `VoiceMessageInput` failed to record the audio at first.

### Chore
- Updated `@sendbird/chat` version to 4.16.4

## [v3.15.14] (Feb 7 2025)

### Features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
"version": "3.15.14",
"version": "3.15.15",
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down

0 comments on commit 119a321

Please sign in to comment.