Commit 9b22555
committed
chore(release): 14.0.0-beta.2 [skip ci]
## [14.0.0-beta.2](v14.0.0-beta.1...v14.0.0-beta.2) (2026-03-25)
### ⚠ BREAKING CHANGES
* remove components ActionsIcon, ReactionIcon,
ThreadIcon, MessageErrorIcon
* replace class str-chat__message-error-icon with str-chat__message-error-indicator
* do not allow to mark own messages unread
* remove MessageErrorText component
* re-throw error from handleDelete in MessageContext
### Bug Fixes
* adjust message UI for network error when sending a message ([#3042](#3042)) ([e0207cd](e0207cd))
* align textarea placeholder and text with the surroundings ([#3052](#3052)) ([da293f0](da293f0))
* allow useNotificationTarget to return undefined ([#3046](#3046)) ([38b278e](38b278e))
* calculate message read status for the first message in a channel (ported from v13) ([#3056](#3056)) ([b7c33c8](b7c33c8))
* clear message composer on unmount ([#3053](#3053)) ([f2a79ab](f2a79ab))
* keep the distance of command menus constant from the invoking button ([#3049](#3049)) ([960c1f9](960c1f9))
* prevent empty message composer textarea from growing ([#3051](#3051)) ([880d12d](880d12d))
* prevent poll options layout shifting upon voting ([#3048](#3048)) ([cdaf480](cdaf480))
### Features
* add "Voice message deleted" notification ([#3045](#3045)) ([9982c45](9982c45))
* do not allow to mark own messages unread ([#3043](#3043)) ([fe05b62](fe05b62))
* redesign message actions icons and message error badge ([#3050](#3050)) ([f4caa0e](f4caa0e))
* shared gallery preview in AttachmentPreviewList ([#3044](#3044)) ([f05f47d](f05f47d))1 parent f2a79ab commit 9b22555
1 file changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
1 | 30 | | |
2 | 31 | | |
3 | 32 | | |
| |||
0 commit comments