Skip to content

Commit 878cc7a

Browse files
authored
Release/v3.16.0 (#1317)
## [v3.16.0] (Feb 28 2025) ### Fixes: - Added the missing import paths for the following interfaces - `GroupChannelState` - `GroupChannelProviderProps` - `ChannelSettingsState` - `ChannelSettingsContextProps` - Fixed an issue where some of the context properties are not defined in a certain case
1 parent c271c12 commit 878cc7a

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# Changelog - v3
22

3+
## [v3.16.0] (Feb 28 2025)
4+
### Fixes:
5+
- Added the missing import paths for the following interfaces
6+
- `GroupChannelState`
7+
- `GroupChannelProviderProps`
8+
- `ChannelSettingsState`
9+
- `ChannelSettingsContextProps`
10+
- Fixed an issue where some of the context properties are not defined in a certain case
11+
12+
### Chore
13+
- Updated `dompurify` dependency version to `v3.2.4`
314

415
## [v3.15.15] (Feb 14 2025)
516
### Fixes:
6-
- Added the missing import paths for the following deprecated interfaces.
17+
- Added the missing import paths for the following deprecated interfaces
718
- `useSendbirdStateContext`
819
- `withSendbird`
9-
- Fixed an issue where `VoiceMessageInput` failed to record the audio at first.
20+
- Fixed an issue where `VoiceMessageInput` failed to record the audio at first
1021

1122
### Chore
12-
- Updated `@sendbird/chat` version to 4.16.4
23+
- Updated `@sendbird/chat` version to `v4.16.4`
1324

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.15.15",
3+
"version": "3.16.0",
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",

0 commit comments

Comments
 (0)