Skip to content

Releases: GetStream/stream-chat-react

v10.13.1

09 Oct 12:46
Compare
Choose a tag to compare

10.13.1 (2023-10-09)

v10.13.0

06 Oct 17:05
Compare
Choose a tag to compare

10.13.0 (2023-10-06)

Bug Fixes

  • on pagination keep a unique list of channels in the ChannelList (#2115) (11173e1)

Features

  • add initializeOnMount prop to ChannelProps (#2113) (db18efd)
  • allow to conditionally display MessageInput's send button through MessageInputProps (#2109) (cd07418)

v10.12.0

29 Sep 12:26
Compare
Choose a tag to compare

10.12.0 (2023-09-29)

Features

  • add messageDeliveryStatus prop to ChannelListPreview (#2104) (9aa4aea)
  • allow to configure the search query debounce interval (#2107) (d563369)

v10.11.0

26 Sep 13:00
Compare
Choose a tag to compare

10.11.0 (2023-09-26)

Bug Fixes

  • adjust cooldown interval calculation for messages coming from future (#2101) (3263f10)
  • enable sending reactions to frozen channel with UseFrozenChannel permission (#2097) (852490d)

Features

  • add timezone support to datetime parsing (#2099) (3d4bdf9)

v10.10.2

19 Sep 22:11
Compare
Choose a tag to compare

10.10.2 (2023-09-19)

Bug Fixes

  • keep channels initially without id registered for WS events (#2095) (eba7bbe)

v10.10.1

13 Sep 13:05
Compare
Choose a tag to compare

10.10.1 (2023-09-13)

Bug Fixes

v10.10.0

08 Sep 15:07
Compare
Choose a tag to compare

10.10.0 (2023-09-08)

Features

Performance Improvements

  • package-size: remove react-file-utils package (#2088) (1258e09)

v10.9.1

31 Aug 11:53
Compare
Choose a tag to compare

10.9.1 (2023-08-31)

Bug Fixes

  • export ChannelSearchFunctionParams & ChannelSearchParams types (#2084) (1ef81ea)

v10.9.0

21 Aug 21:22
Compare
Choose a tag to compare

10.9.0 (2023-08-21)

Bug Fixes

  • keep showing message read receipt once read (#2080) (6f9fb96)

Features

  • show read receipts in VirtualizedMessageList (#2076) (e08d972)

v10.8.9

11 Aug 15:00
Compare
Choose a tag to compare

10.8.9 (2023-08-11)

Bug Fixes

  • remove color code from LoadingIndicator root class (#2072) (eba171f)