Skip to content

Commit 87cb022

Browse files
committed
ready for v3.15.6
1 parent e17c99e commit 87cb022

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [v3.15.6] (Oct 11th, 2024)
4+
5+
### Features:
6+
- Exported `useLocalization` Hook:
7+
- Provided access to stringSet and dateLocale.
8+
- Note: Required SendbirdProvider to wrap your component for proper usage.
9+
- Import Path: `"@sendbird/uikit-react/hooks/useLocalization"`
10+
- Exported `ThreadReplySelectType`:
11+
- Import Paths:
12+
- `"@sendbird/uikit-react/Channel/context"`
13+
- `"@sendbird/uikit-react/GroupChannel/context"`
14+
15+
### Fixes
16+
- Modified the `MessageInput` to scroll to the caret position when pasting text.
17+
- The maximum height of the `MessageInput` has been extended to `'92px'`
18+
- Fixed an `error message` on `MenuItemAction` when the children prop is `undefined`
19+
320
## [v3.15.5] (Oct 4th, 2024)
421

522
### Updates

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.5",
3+
"version": "3.15.6",
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)