Skip to content

Commit 4856121

Browse files
committed
release: 3.15.9
1 parent 29112c5 commit 4856121

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [v3.15.9] (Nov 21 2024)
4+
5+
### Fixes:
6+
* Fixed error handling in message handlers:
7+
* Allow void return type in `onBefore-` handlers
8+
* Add proper error handling via `eventHandlers.message` for:
9+
* onSendMessageFailed
10+
* onUpdateMessageFailed
11+
* onFileUploadFailed
12+
* Users no longer need to return an empty object from `onBefore-` due to type constraints
13+
* Fixed a bug where profile bottom position was not updating correctly for messages with feedback and replies:
14+
* Profile bottom position now updates properly when messages contain feedback and reply components
15+
* Ensures consistent profile positioning across all message types and states
16+
317
## [v3.15.8] (Nov 7th, 2024)
418

519
### Fixes:

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