Skip to content

Commit 55b1dd6

Browse files
chore(release): 14.0.0-beta.3 [skip ci]
## [14.0.0-beta.3](v14.0.0-beta.2...v14.0.0-beta.3) (2026-03-27) ### Bug Fixes * align message reactions vertically to the center of the message list ([#3064](#3064)) ([55dd2e8](55dd2e8)) * increase message list width ([f81cae4](f81cae4)) * increase message list width ([#3062](#3062)) ([fdf0e15](fdf0e15)) * keep MessageList scrolled to the bottom ([#3068](#3068)) ([91eba1b](91eba1b)) * reliably detect whether the click originated inside before closing mobile nav ([#3061](#3061)) ([8d25ead](8d25ead)) * remove bottom padding from poll option with votes in poll results ([#3059](#3059)) ([a55774d](a55774d)) ### Features * add ContextMenu animations API and global close-on-click-outside configuration mechanism ([#3067](#3067)) ([630e5c7](630e5c7)) * quick dropdown toggle and cleanup ([#3054](#3054)) ([30ddab0](30ddab0)) * reset audio player progress when the track is fully played ([#3066](#3066)) ([7914e51](7914e51))
1 parent 221aa0d commit 55b1dd6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [14.0.0-beta.3](https://github.com/GetStream/stream-chat-react/compare/v14.0.0-beta.2...v14.0.0-beta.3) (2026-03-27)
2+
3+
### Bug Fixes
4+
5+
* align message reactions vertically to the center of the message list ([#3064](https://github.com/GetStream/stream-chat-react/issues/3064)) ([55dd2e8](https://github.com/GetStream/stream-chat-react/commit/55dd2e81ace4f3f8d08fe0d2eb5a2726f1cd2bd1))
6+
* increase message list width ([f81cae4](https://github.com/GetStream/stream-chat-react/commit/f81cae475ea6ed7a7b416b42a63536c73e6852bf))
7+
* increase message list width ([#3062](https://github.com/GetStream/stream-chat-react/issues/3062)) ([fdf0e15](https://github.com/GetStream/stream-chat-react/commit/fdf0e155b074f75920871185ff789e08d1abbc39))
8+
* keep MessageList scrolled to the bottom ([#3068](https://github.com/GetStream/stream-chat-react/issues/3068)) ([91eba1b](https://github.com/GetStream/stream-chat-react/commit/91eba1b4d8853f9e19614a5522b375cde8a7b4dd))
9+
* reliably detect whether the click originated inside before closing mobile nav ([#3061](https://github.com/GetStream/stream-chat-react/issues/3061)) ([8d25ead](https://github.com/GetStream/stream-chat-react/commit/8d25ead3a52aa91b27e186c2e41fe890b74cc3c7))
10+
* remove bottom padding from poll option with votes in poll results ([#3059](https://github.com/GetStream/stream-chat-react/issues/3059)) ([a55774d](https://github.com/GetStream/stream-chat-react/commit/a55774d69b1777be7d7d43eaf6460335d61c9399))
11+
12+
### Features
13+
14+
* add ContextMenu animations API and global close-on-click-outside configuration mechanism ([#3067](https://github.com/GetStream/stream-chat-react/issues/3067)) ([630e5c7](https://github.com/GetStream/stream-chat-react/commit/630e5c723815405d78ba977b996775745982fddb))
15+
* quick dropdown toggle and cleanup ([#3054](https://github.com/GetStream/stream-chat-react/issues/3054)) ([30ddab0](https://github.com/GetStream/stream-chat-react/commit/30ddab0f33696d61f22ad045aeaad36f15d285c1))
16+
* reset audio player progress when the track is fully played ([#3066](https://github.com/GetStream/stream-chat-react/issues/3066)) ([7914e51](https://github.com/GetStream/stream-chat-react/commit/7914e516c42481aaca5b608e29c127eb7ec731bb))
17+
118
## [14.0.0-beta.2](https://github.com/GetStream/stream-chat-react/compare/v14.0.0-beta.1...v14.0.0-beta.2) (2026-03-25)
219

320
### ⚠ BREAKING CHANGES

0 commit comments

Comments
 (0)