Commit 813c71f
authored
release: 3.15.9 (#1255)
## [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
states1 parent 29112c5 commit 813c71f
2 files changed
+15
-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 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| 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