Skip to content

v14.1.0

Choose a tag to compare

@stream-ci-bot stream-ci-bot released this 04 May 07:59
· 87 commits to master since this release

14.1.0 (2026-05-04)

Bug Fixes

  • add ScrollToLatestMessageButton to ComponentContext (#3159) (952c125)
  • allow user blocking only in DM-type channels (#3139) (deda536)
  • decouple msg bubble width from reaction list width (#3142) (980c233)
  • export AttachmentSelectorContext from the SDK (#3158) (68efeb5)
  • font & box shadow fixes (#3135) (6d04cdf), closes #3134
  • limit reactions host width (segmented/bottom) (#3154) (be50105)
  • make search results scrollable (#3152) (ead6cb5)
  • MessageList: prevent message pagination too early on mount (#3143) (12e282f)
  • prevent cutting off button outlines in ContextMenu components (#3151) (b3469f0)
  • remove scrollbar gutters from VML (#3148) (4a6a8ae)

Features

  • a11y: improve accessibility across dialogs, forms, menus, media, and focus flows (#3146) (917b7f5)
  • change textarea default placeholder text (#3150) (45b1836)
  • introduce MessageUI to ComponentContext (#3140) (16af18d)

Refactors