Skip to content

Releases: GetStream/stream-chat-react

v13.0.0-rc.2

30 Apr 12:05

Choose a tag to compare

v13.0.0-rc.2 Pre-release
Pre-release

13.0.0-rc.2 (2025-04-30)

Features

  • replace SuggestionItem prop with suggestionItemComponents prop for SuggestionList (#2693) (985f5e3)

v13.0.0-rc.1

28 Apr 22:18

Choose a tag to compare

v13.0.0-rc.1 Pre-release
Pre-release

13.0.0-rc.1 (2025-04-28)

⚠ BREAKING CHANGES

  • Channel props dragAndDropWindow &
    optionalMessageInputProps have been removed, use
  • Remove ChatAutoComplete, AutoCompleteTextarea,
    DefaultSuggestionList, DefaultSuggestionListItem and introduce
    TextareaComposer, SuggestionList, SuggestionListItem
  • Remove defaultScrollToItem function previously used by
    SuggestionList
  • Removed DefaultTriggerProvider component
  • Remove from Channel props - acceptedFiles,
    enrichURLForPreview, enrichURLForPreviewConfig, maxNumberOfFiles,
    multipleUploads, TriggerProvider
  • Removal of acceptedFiles, debounceURLEnrichmentMs,
    enrichURLForPreview, findURLFn, multipleUploads, onLinkPreviewDismissed,
    quotedMessage from ChannelStateContext
  • Changed signature for functions sendMessage and
    editMessage in ChannelActionContext
  • Changed signature for handleSubmit
  • Removed setQuotedMessage from ChannelActionContext
  • Removed types MessageToSend, StreamMessage,
    UpdatedMessage in favor of LocalMessage or RenderedMessage
  • Removed Trigger generics from ChannelProps
  • Message input state as well as the API is now kept
    within MessageComposer instead of MessageInputContext
  • Renamed useMessageInputState to useMessageInputControls
    as it does not handle the composition state anymore
  • Removed from MessageInputProps - disabled,
    disableMentions, doFileUploadRequest, doImageUploadRequest,
    errorHandler, getDefaultValue, mentionAllAppUsers, mentionQueryParams,
    message, noFiles, urlEnrichmentConfig, useMentionsTransliteration,
    additionalTextareaProps do not expect default value anymore
  • Changed the signature of MessageInput prop
    overrideSubmitHandler
  • Local attachment and link preview types moved to
    stream-chat
  • The SuggestionListItem UI components for
    TextareaComposer receive tokenizedDisplayName instead of itemNameParts
  • Removed duplicate types SendMessageOptions,
    UpdateMessageOptions which should be imported from stream-chat instead
  • Removed type LinkPreviewListProps - LinkPreviewList
    does not have any props anymore
  • dropped StreamChatGenerics, use Custom<Entity>Data
    to extend your types

Bug Fixes

  • replace StreamChatGenerics with module augmentation (#2634) (67bed79)

Features

Chores

  • deps: upgrade @stream-io/stream-chat-css to v5.8.1 (#2689) (d0c32e3)

Refactors

v12.14.0

08 Apr 14:54

Choose a tag to compare

12.14.0 (2025-04-08)

Features

  • [REACT-218] add MessageBlocked component (#2675) (0ecd147)

v12.13.1

05 Mar 17:18

Choose a tag to compare

12.13.1 (2025-03-05)

Chores

  • deps: upgrade @stream-io/stream-chat-css to v5.7.2 (#2660) (03fad40)

v12.13.0

19 Feb 09:34

Choose a tag to compare

12.13.0 (2025-02-19)

Bug Fixes

Features

  • render Markdown within quoted message components (#2640) (6674cc2)

Chores

  • deps: bump react peer dependency version to v16.14.0 (#2644) (88b6dc8)

v12.12.0

12 Feb 13:22

Choose a tag to compare

12.12.0 (2025-02-12)

Bug Fixes

  • determine audio recording format with MediaRecorder.isTypeSupported not userAgent (#2639) (1c445de)

Features

Chores

v12.11.1

11 Feb 07:49

Choose a tag to compare

12.11.1 (2025-02-11)

Bug Fixes

  • handleMemberUpdated: consider both pinned and archived channels (#2638) (ae66de8)

v12.11.0

07 Feb 12:19

Choose a tag to compare

12.11.0 (2025-02-07)

Bug Fixes

  • change useStateStore to use useSyncExternalStore (#2573) (6f2de4e)
  • make channel.visible respect archived and pinned channels (#2633) (2d2e2e5)

Features

Chores

  • deps: upgrade @stream-io/stream-chat-css to version 5.7.0 (#2636) (8b7cfba)

v12.10.0

28 Jan 13:19

Choose a tag to compare

12.10.0 (2025-01-28)

Bug Fixes

  • mark channel read for all incoming unread messages (#2622) (893e407)

Features

Chores

v12.9.0

27 Jan 19:30

Choose a tag to compare

12.9.0 (2025-01-27)

Bug Fixes

Features

  • add prop disabled to ChatAutoComplete props (#2617) (8b686fe)