Skip to content

Releases: GetStream/stream-chat-react

v13.3.0

25 Jul 15:31
Compare
Choose a tag to compare

13.3.0 (2025-07-25)

Bug Fixes

  • focus message composer textarea on suggestion item selection (#2782) (c7c1825)
  • prevent validating empty inputs in poll forms (#2780) (3eaa469)

Features

Refactors

  • remove outdated/invalid code from vite example App.tsx (a2805b0)

v13.2.3

15 Jul 15:16
Compare
Choose a tag to compare

13.2.3 (2025-07-15)

Bug Fixes

  • export MessageIsThreadReplyInChannelButtonIndicator (#2774) (a87f500)
  • regenerate image preview URL on image attachment removal when editing a message (#2775) (2c7d3ce)

v13.2.2

11 Jul 13:31
Compare
Choose a tag to compare

13.2.2 (2025-07-11)

Bug Fixes

  • change MultipleAnswersField input element to type text (#2761) (a590629)
  • distinguish non-submit form buttons (#2769) (bdc3c3e)
  • ensure all message links are properly wrapped when sharing same root domain (#2754) (adeb0e7)
  • focus textarea upon file input change event (#2752) (22e0702)
  • forward error object to LoadingErrorIndicator in ChannelList (#2768) (c014b1f)
  • keep focused textarea when message composer state changes (#2759) (e6d5a7f)
  • make character composition possible in textarea (#2762) (bbe09e5)
  • prevent querying thread draft when drafts are disabled (#2767) (ff43179)
  • prevent setting unread UI state for channel non-members (#2757) (952612a)

v13.2.1

23 Jun 12:22
Compare
Choose a tag to compare

13.2.1 (2025-06-23)

Chores

  • deps: upgrade @stream-io/stream-chat-css to latest version (#2744) (8680df6)

v13.2.0

20 Jun 09:02
Compare
Choose a tag to compare

13.2.0 (2025-06-20)

Bug Fixes

  • prevent debouncing the selection state update in TextareaComposer (#2741) (e50d89a)

Features

  • add pagination tools to ChannelList context (#2742) (9599e9d)

Chores

v13.1.2

19 Jun 09:30
Compare
Choose a tag to compare

13.1.2 (2025-06-19)

Bug Fixes

  • InfiniteScroll: replace refs with state-based deps (#2740) (148db93)

v13.1.1

19 Jun 08:07
Compare
Choose a tag to compare

13.1.1 (2025-06-19)

Bug Fixes

  • allow to pre-register TranslationTopic translator functions (#2737) (1e53bed)
  • make MessageThreadReplyInChannelButtonIndicator to MessageIsThreadReplyInChannelButtonIndicator (#2735) (f709eb6)

v13.1.0

12 Jun 10:29
Compare
Choose a tag to compare

13.1.0 (2025-06-12)

Bug Fixes

  • prevent adding newline in message text composer upon submitting with Enter key (#2729) (c69e8d0)
  • prevent rendering placeholder for empty message list if messages are actually loaded (#2731) (759bf44)
  • use channel_id and channel_type values from event channel.visible (#2730) (d5f743b)

Features

  • add message reminders (#2724) (37264db)
  • add translation building capability to Streami18n and useNotifications hook (#2719) (20c4889)
  • allow to send thread reply to channel (#2733) (7fbc478)

Chores

  • deps: remove unused dependencies prop-types and textarea-caret (#2720) (e7708fd)

v12.15.7

12 Jun 13:25
Compare
Choose a tag to compare

12.15.7 (2025-06-12)

Bug Fixes

  • prevent rendering placeholder for empty message list if messages are actually loaded (d47b87a)
  • use channel_id and channel_type values from event channel.visible (#2730) (ef467cd)

v13.0.5

28 May 11:09
Compare
Choose a tag to compare

13.0.5 (2025-05-28)

Chores

  • deps: upgrade @stream-io/stream-chat-css to v5.9.3 (#2722) (52abc83)