Skip to content

Commit b89604f

Browse files
committed
release: 3.15.8
1 parent 0673f0b commit b89604f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [v3.15.8] (Nov 7th, 2024)
4+
5+
### Fixes:
6+
- Fixed an issue where the `dir` attribute was not being properly applied to message containers:
7+
* Removed `useMessageLayoutDirection` hook in favor of a more React-friendly solution
8+
* Updated `MessageList` component to directly handle text direction through the `dir` attribute
9+
- Fixed an issue in TypingIndicatorBubble component where null was returned before hook execution
10+
- Fixed SDK initialization parameter override issue:
11+
* Modified Object.assign order to allow proper parameter override
12+
* Added test case to verify `localCacheEnabled` override functionality
13+
* Ensures `sdkInitParams.localCacheEnabled` properly overrides default settings; `localCacheEnabled: true`
14+
315
## [v3.15.7] (Oct 24th, 2024)
416

517
### 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.7",
3+
"version": "3.15.8",
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)