Skip to content

Commit 4cc80e4

Browse files
committed
v3.15.13
1 parent 236bc8a commit 4cc80e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog - v3
22

3+
## [v3.15.13] (Jan 31 2025)
4+
5+
### Features:
6+
- Added React 19 compatibility
7+
- Added `messageSearchQuery.keyword` when searching in MessageSearch module
8+
- `searchString` now takes higher priority, while `messageSearchQuery.keyword` is assigned secondary priority.
9+
10+
### Fixes:
11+
- Fixed the width of the messages in open channel
12+
13+
314
## [v3.15.12] (Jan 9 2025)
415

516
### Features:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.15.12",
3+
"version": "3.15.13",
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)