Skip to content

Commit b3c0172

Browse files
chore(release): 13.8.0 [skip ci]
## [13.8.0](v13.7.0...v13.8.0) (2025-10-08) ### Bug Fixes * add CustomMessageComposerData redeclaration ([#2833](#2833)) ([641cdd3](641cdd3)) * add notification translator for notification validation:attachment:upload:in-progress ([#2842](#2842)) ([7c2a965](7c2a965)) * **ChannelPreview:** call getLatestMessagePreview on every relevant WS event ([#2838](#2838)) ([386ef55](386ef55)) * check cast-poll-vote permission to show "Suggest an option" poll action ([#2835](#2835)) ([a14367e](a14367e)) * **giphy:** allow using actions in quoted messages ([#2849](#2849)) ([8052bd7](8052bd7)) * **TextareaComposer:** check sendable data before allowing message submission ([#2852](#2852)) ([4300ed6](4300ed6)) * **useMessageComposer:** keep editing message composer with up-to-date edited message reference ([#2851](#2851)) ([d4eb2d7](d4eb2d7)) ### Features * allow to override EditMessageModal and thus its additionalMessageInputProps ([#2853](#2853)) ([50e3c62](50e3c62)) ### Chores * **deps:** upgrade stream-chat to v9.20.3 ([51ea875](51ea875))
1 parent 4300ed6 commit b3c0172

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [13.8.0](https://github.com/GetStream/stream-chat-react/compare/v13.7.0...v13.8.0) (2025-10-08)
2+
3+
### Bug Fixes
4+
5+
* add CustomMessageComposerData redeclaration ([#2833](https://github.com/GetStream/stream-chat-react/issues/2833)) ([641cdd3](https://github.com/GetStream/stream-chat-react/commit/641cdd346e5e4ed1ff8410f65a28c25f39aa5b58))
6+
* add notification translator for notification validation:attachment:upload:in-progress ([#2842](https://github.com/GetStream/stream-chat-react/issues/2842)) ([7c2a965](https://github.com/GetStream/stream-chat-react/commit/7c2a965ce6664bb8f17682b277c704bcdee24ff4))
7+
* **ChannelPreview:** call getLatestMessagePreview on every relevant WS event ([#2838](https://github.com/GetStream/stream-chat-react/issues/2838)) ([386ef55](https://github.com/GetStream/stream-chat-react/commit/386ef55b291520b6fcc9a6063d93d1a119941627))
8+
* check cast-poll-vote permission to show "Suggest an option" poll action ([#2835](https://github.com/GetStream/stream-chat-react/issues/2835)) ([a14367e](https://github.com/GetStream/stream-chat-react/commit/a14367e0134a92326aaaa188484a09ff4e6852d0))
9+
* **giphy:** allow using actions in quoted messages ([#2849](https://github.com/GetStream/stream-chat-react/issues/2849)) ([8052bd7](https://github.com/GetStream/stream-chat-react/commit/8052bd7fc639158eea5a2b7f9f2c4f479f5db238))
10+
* **TextareaComposer:** check sendable data before allowing message submission ([#2852](https://github.com/GetStream/stream-chat-react/issues/2852)) ([4300ed6](https://github.com/GetStream/stream-chat-react/commit/4300ed686482ea73c532da6b0e50931c7aa76a6d))
11+
* **useMessageComposer:** keep editing message composer with up-to-date edited message reference ([#2851](https://github.com/GetStream/stream-chat-react/issues/2851)) ([d4eb2d7](https://github.com/GetStream/stream-chat-react/commit/d4eb2d712e19e42e0828b2bad9ab15f756309580))
12+
13+
### Features
14+
15+
* allow to override EditMessageModal and thus its additionalMessageInputProps ([#2853](https://github.com/GetStream/stream-chat-react/issues/2853)) ([50e3c62](https://github.com/GetStream/stream-chat-react/commit/50e3c6253653079c393a4282c5ff20108e7eca79))
16+
17+
### Chores
18+
19+
* **deps:** upgrade stream-chat to v9.20.3 ([51ea875](https://github.com/GetStream/stream-chat-react/commit/51ea8758941208ccd6263b582e523bb97d697ec7))
20+
121
## [13.7.0](https://github.com/GetStream/stream-chat-react/compare/v13.6.6...v13.7.0) (2025-09-18)
222

323
### Features

0 commit comments

Comments
 (0)