Skip to content

v14.4.0

Choose a tag to compare

@stream-ci-bot stream-ci-bot released this 05 Jun 15:13
· 42 commits to master since this release

14.4.0 (2026-06-05)

Bug Fixes

  • compat: restore React 17/18 compatibility in certain components (#3197) (b513b69)
  • general performance and bug fixes (#3201) (57c5795)
  • interop: unwrap CJS default exports (react-player, @emoji-mart/react) (#3199) (4cddb02)
  • maintain topmost modal non-inert (#3206) (7ad98fa)

Features

  • allow to stack modals on top of each other (#3203) (4c934ae)
  • display notifications above modals (#3200) (0433090)
  • Reactions: send emoji_code with reactions for push notification rendering (#3209) (2faa620)

Performance Improvements

  • Message: hoist regex compilation in message text rendering (#3202) (8c018a4)
  • VideoPlayer: lazy-load react-player to keep it out of the main bundle (#3204) (18dc966)