Skip to content

Commit e2c53c2

Browse files
chore(release): 14.4.0 [skip ci]
## [14.4.0](v14.3.0...v14.4.0) (2026-06-05) ### Bug Fixes * **compat:** restore React 17/18 compatibility in certain components ([#3197](#3197)) ([b513b69](b513b69)) * general performance and bug fixes ([#3201](#3201)) ([57c5795](57c5795)) * **interop:** unwrap CJS default exports (react-player, @emoji-mart/react) ([#3199](#3199)) ([4cddb02](4cddb02)) * maintain topmost modal non-inert ([#3206](#3206)) ([7ad98fa](7ad98fa)) ### Features * allow to stack modals on top of each other ([#3203](#3203)) ([4c934ae](4c934ae)) * display notifications above modals ([#3200](#3200)) ([0433090](0433090)) * **Reactions:** send emoji_code with reactions for push notification rendering ([#3209](#3209)) ([2faa620](2faa620)) ### Performance Improvements * **Message:** hoist regex compilation in message text rendering ([#3202](#3202)) ([8c018a4](8c018a4)) * **VideoPlayer:** lazy-load react-player to keep it out of the main bundle ([#3204](#3204)) ([18dc966](18dc966))
1 parent 2faa620 commit e2c53c2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [14.4.0](https://github.com/GetStream/stream-chat-react/compare/v14.3.0...v14.4.0) (2026-06-05)
2+
3+
### Bug Fixes
4+
5+
* **compat:** restore React 17/18 compatibility in certain components ([#3197](https://github.com/GetStream/stream-chat-react/issues/3197)) ([b513b69](https://github.com/GetStream/stream-chat-react/commit/b513b691b125de00979b70da274d5a61b13cecde))
6+
* general performance and bug fixes ([#3201](https://github.com/GetStream/stream-chat-react/issues/3201)) ([57c5795](https://github.com/GetStream/stream-chat-react/commit/57c5795ce7704fcc400003ef1b2eae5c576bf529))
7+
* **interop:** unwrap CJS default exports (react-player, @emoji-mart/react) ([#3199](https://github.com/GetStream/stream-chat-react/issues/3199)) ([4cddb02](https://github.com/GetStream/stream-chat-react/commit/4cddb02f758b3a9a790203a519c2d27f682d5e08))
8+
* maintain topmost modal non-inert ([#3206](https://github.com/GetStream/stream-chat-react/issues/3206)) ([7ad98fa](https://github.com/GetStream/stream-chat-react/commit/7ad98fadee6a5c2d13c2d7d234e84e87d36a464b))
9+
10+
### Features
11+
12+
* allow to stack modals on top of each other ([#3203](https://github.com/GetStream/stream-chat-react/issues/3203)) ([4c934ae](https://github.com/GetStream/stream-chat-react/commit/4c934aec4bbf2e06eb559553d96d9963443c99f2))
13+
* display notifications above modals ([#3200](https://github.com/GetStream/stream-chat-react/issues/3200)) ([0433090](https://github.com/GetStream/stream-chat-react/commit/04330905cb61bb3bf31c49943df78786a50b51fe))
14+
* **Reactions:** send emoji_code with reactions for push notification rendering ([#3209](https://github.com/GetStream/stream-chat-react/issues/3209)) ([2faa620](https://github.com/GetStream/stream-chat-react/commit/2faa620ee27c9aeb702e1dd59e22f4990706de11))
15+
16+
### Performance Improvements
17+
18+
* **Message:** hoist regex compilation in message text rendering ([#3202](https://github.com/GetStream/stream-chat-react/issues/3202)) ([8c018a4](https://github.com/GetStream/stream-chat-react/commit/8c018a44a9abd2c1a88e1285ae215ed537be55eb))
19+
* **VideoPlayer:** lazy-load react-player to keep it out of the main bundle ([#3204](https://github.com/GetStream/stream-chat-react/issues/3204)) ([18dc966](https://github.com/GetStream/stream-chat-react/commit/18dc966518e492bf9e31e9c885d56f205af8659c))
20+
121
## [14.3.0](https://github.com/GetStream/stream-chat-react/compare/v14.2.0...v14.3.0) (2026-05-26)
222

323
### Bug Fixes

0 commit comments

Comments
 (0)