Commit d01d225
authored
release: 3.15.8 (#1249)
## [v3.15.8] (Nov 7th, 2024)
### Fixes:
- Fixed an issue where the `dir` attribute was not being properly
applied to message containers:
* Removed `useMessageLayoutDirection` hook in favor of a more
React-friendly solution
* Updated `MessageList` component to directly handle text direction
through the `dir` attribute
- Fixed an issue in TypingIndicatorBubble component where null was
returned before hook execution
- Fixed SDK initialization parameter override issue:
* Modified Object.assign order to allow proper parameter override
* Added test case to verify `localCacheEnabled` override functionality
* Ensures `sdkInitParams.localCacheEnabled` properly overrides default
settings; `localCacheEnabled: true`1 parent 0673f0b commit d01d225
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments