You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [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))
***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))
* 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))
***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))
0 commit comments