Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
Release list
v14.7.0
v14.6.1
14.6.1 (2026-07-03)
Bug Fixes
- bug bashing ChannelList + Channel (#2474, #2441, #2393) (#3227) (f790520), closes GetStream/stream-chat-js#1788 #2599 #2599
- i18n: use .js extensions on dayjs subpath imports for valid Node ESM (#3231) (7663b18), closes #3188 #3188
- MessageList: don't count thread replies toward channel unread UI state (#3229) (ca5ed16)
- renderText: recognize uppercase URL schemes (#3226) (21d57e3)
- renderText: recognize uppercase URL schemes in message links (6178513)
- return background colors to LinkPreviewCard and TypingIndicator (a768e30)
v14.6.0
v13.14.6
v14.5.0
v14.4.1
v14.4.0
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
v14.3.0
v14.2.0
14.2.0 (2026-05-11)
Bug Fixes
- allow content overflow in generic Button (#3167) (6735fa1)
- Avatar: fall back to initials when imageUrl is an empty string (#3168) (541eef8)
- Channel: respect false shouldGenerateVideoThumbnail prop (#3184) (340af2b)
- decouple modern-normalize from the SDK (#3180) (bcaf1f6), closes #3134
- extended reactions button adjustments (#3172) (5259c17)
- prevent messages being squashed in narrow message lists (#3153) (a1cc63f)
- prevent overriding active channel UI on ChannelList pagination error (#3164) (0c0d65c)
- remove visual glitches in ModalGallery, placeholder color, borders (#3178) (32dcace)
Features
- a11y: announce message bubble text with context (#3177) (16f7294)
- a11y: make ChannelListItemActionButtons accessible with keyboard (#3176) (8a6b90c)
- add authorLabel prop to QuotedMessagePreviewUIProps (#3162) (88ef71e)
- add matchReferenceWidth to DropdownProps (#3166) (cef7fa5)
- add pin icon to the ChannelListItemUI (#3163) (f37f0a9)
- add snackbar notification upon channels query pagination failure (#3179) (1028763)
- clear command mode in message composer using keyboard (#3175) (6257e17)
- introduce selective command enablement based on message editing or quoting in message composer (#3171) (8fa096a)
v14.1.0
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
MessageUItoComponentContext(#3140) (16af18d)