Skip to content

Commit

Permalink
release: 3.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Nov 21, 2024
1 parent 29112c5 commit 4856121
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog - v3

## [v3.15.9] (Nov 21 2024)

### Fixes:
* Fixed error handling in message handlers:
* Allow void return type in `onBefore-` handlers
* Add proper error handling via `eventHandlers.message` for:
* onSendMessageFailed
* onUpdateMessageFailed
* onFileUploadFailed
* Users no longer need to return an empty object from `onBefore-` due to type constraints
* Fixed a bug where profile bottom position was not updating correctly for messages with feedback and replies:
* Profile bottom position now updates properly when messages contain feedback and reply components
* Ensures consistent profile positioning across all message types and states

## [v3.15.8] (Nov 7th, 2024)

### Fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
"version": "3.15.8",
"version": "3.15.9",
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down

0 comments on commit 4856121

Please sign in to comment.