Skip to content

v14.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@stream-ci-bot stream-ci-bot released this 25 Mar 10:34
· 84 commits to master since this release

Released: 2026-03-25
Diff: v14.0.0-beta.1...v14.0.0-beta.2
Full breaking changes reference: breaking-changes.md

⚠ Breaking Changes

Removed Components

  • ActionsIcon, ReactionIcon, ThreadIcon, MessageErrorIcon — removed (#3050) (f4caa0e)
  • MessageErrorText — removed (#3042) (e0207cd)

CSS Class Renames

Old New
str-chat__message-error-icon str-chat__message-error-indicator

Behavioral Changes

  • handleDelete in MessageContext now re-throws errors instead of swallowing them. (#3042) (e0207cd)
  • Users can no longer mark their own messages as unread. (#3043) (fe05b62)

✨ Features

  • Redesigned message actions icons and message error badge (#3050) (f4caa0e)
  • Shared gallery preview in AttachmentPreviewList (#3044) (f05f47d)
  • "Voice message deleted" notification (#3045) (9982c45)
  • Prevent marking own messages as unread (#3043) (fe05b62)

🐛 Bug Fixes

  • Adjust message UI for network error when sending a message (#3042) (e0207cd)
  • Calculate message read status for the first message in a channel (ported from v13) (#3056) (b7c33c8)
  • Clear message composer on unmount (#3053) (f2a79ab)
  • Prevent empty message composer textarea from growing (#3051) (880d12d)
  • Align textarea placeholder and text with surroundings (#3052) (da293f0)
  • Keep command menu distance constant from the invoking button (#3049) (960c1f9)
  • Prevent poll options layout shifting upon voting (#3048) (cdaf480)
  • Allow useNotificationTarget to return undefined (#3046) (38b278e)