Skip to content

Releases: GetStream/stream-chat-react

v11.13.1

02 Apr 14:27
Compare
Choose a tag to compare

11.13.1 (2024-04-02)

Chores

v11.13.0

29 Mar 10:33
Compare
Choose a tag to compare

11.13.0 (2024-03-29)

Bug Fixes

Features

  • allow EmojiPicker to be closed on emoji click (#2336) (87bf84c)

v11.12.2

19 Mar 16:07
Compare
Choose a tag to compare

11.12.2 (2024-03-19)

Bug Fixes

  • jump to first unread message when the last read and first unread message id is unknown (#2315) (d40ab64)
  • mark retryable duplicated messages as received (#2331) (e098ef1)

v11.12.1

19 Mar 14:36
Compare
Choose a tag to compare

11.12.1 (2024-03-19)

Bug Fixes

v11.12.0

07 Mar 14:40
Compare
Choose a tag to compare

11.12.0 (2024-03-07)

Features

v11.11.0

01 Mar 14:34
Compare
Choose a tag to compare

11.11.0 (2024-03-01)

Bug Fixes

Features

v11.10.0

23 Feb 15:32
Compare
Choose a tag to compare

11.10.0 (2024-02-23)

Bug Fixes

Features

v11.9.0

21 Feb 16:08
Compare
Choose a tag to compare

11.9.0 (2024-02-21)

Bug Fixes

  • add aria-expanded attribute to emoji picker and reactions selector (#2274) (b15cdd5)
  • mark channel read on scroll to bottom of the main message list (#2283) (d04d0ab)
  • prevent layout shifts in reactions modal (#2272) (706cf3d)
  • trap focus in opened modal (#2278) (8f48b52)

Features

v11.8.0

13 Feb 15:08
Compare
Choose a tag to compare

11.8.0 (2024-02-13)

Bug Fixes

  • adjust the first message rendering for DateSeparator in empty VirtualizedMessageList (#2271) (8f490fa)
  • export DefaultStreamChatGenerics (#2266) (6a928f6)
  • prevent mine attr from spreading on message actions box div (#2270) (1625471)
  • remove mark read functionality from ChannelPreview (#2273) (3be1ec5)

Features

  • implement message bounce flow (#2254) (3878e2f)
  • keep unread channel UI when unread channel is marked read on mount (#2267) (2abe352)

v11.7.0

07 Feb 13:27
Compare
Choose a tag to compare

11.7.0 (2024-02-07)

Bug Fixes

  • show UnreadMessagesNotification when MessageList is scrolled to bottom via Element.scrollTo (#2261) (b51f846)

Features

  • allow to pass custom function customQueryChannels to ChannelList to query channels (#2260) (5dfa493)