Skip to content

Releases: GetStream/stream-chat-react

v12.0.0-rc.1

17 Jun 09:24
Compare
Choose a tag to compare
v12.0.0-rc.1 Pre-release
Pre-release

12.0.0-rc.1 (2024-06-17)

⚠ BREAKING CHANGES

  • The VirtualizedMessageList does not provide default Footer component
  • The VirtualizedMessageList markup has changed as TypingIndicator is rendered as a child of MessageListMainPanel
  • stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
  • theme v1 related markup and classNames have been removed
  • themeVersion property has been removed from ChatContext
  • remove legacy style components (#2394) (9410153)

Bug Fixes

  • render typing indicator outside the VirtualizedMessageList scroll container (#2406) (fcaafb6)

v11.23.0

28 Jun 08:07
Compare
Choose a tag to compare

11.23.0 (2024-06-28)

Bug Fixes

  • adapt audio recording wave form to the available space (#2435) (aed0360)
  • always load thread replies on Thread opening (#2436) (579953c)
  • forward groupStyles to Message in VirtualizedMessageList (#2440) (241f5d7)
  • reflect correctly the translation key in Timestamp component (741e9ce)

Features

  • configure message group size by max time between messages (#2439) (0d094cb)

v11.22.0

21 Jun 11:03
Compare
Choose a tag to compare

11.22.0 (2024-06-21)

Bug Fixes

  • adjust ChannelActionContextValue type (#2434) (977ec39)
  • avoid eager channel pagination on channel open (#2425) (c1e8b93)
  • keep line breaks in message text that contains multiple markdown elements (#2429) (11e606f)

Features

  • load lazily mp3 encoding library for audio recorder (#2432) (2ca3188)

v11.21.0

14 Jun 10:48
Compare
Choose a tag to compare

11.21.0 (2024-06-14)

Bug Fixes

  • allow to pass minRows prop to MessageInput (#2411) (e6bfd40)
  • memoize addNotification function provided by Channel component (#2423) (b3734a4)

Features

  • allow to configure date and time format over i18n (#2419) (cb09dc1)

v11.20.0

07 Jun 18:51
Compare
Choose a tag to compare

11.20.0 (2024-06-07)

Bug Fixes

  • make it possible to jump to system messages in MessageList (#2404) (6cb81c5)
  • reflect separateGiphyPreview prop value in VirtualizedMessageList (#2402) (5d00b56)
  • update quoting message on update of quoted message (#2408) (4ec3518)

Features

  • allow custom class on Modal root div (#2410) (b614eff)
  • allow to customize MessageStatus UI by message delivery status (#2405) (7929bc2)
  • memoize & add highlightDuration parameter to jumpTo[FirstUnread]Message (#2414) (305d4f3)

Chores

  • deps: bump stream-chat to v8.33.1 (ded8f05)

v11.19.0

23 May 14:16
Compare
Choose a tag to compare

11.19.0 (2024-05-23)

Bug Fixes

  • fix aria label translations for Portuguese (28b6dfd)
  • prevent loading more non-existent thread replies (#2399) (f2ed479)
  • prevent showing link previews in AttachmentPreviewList (#2398) (cf24894)

Features

v11.18.1

10 May 13:50
Compare
Choose a tag to compare

11.18.1 (2024-05-10)

Chores

  • deps: bump @stream-io/stream-chat-css to v4.16.1 (d5d5ffa)

v11.18.0

09 May 12:02
Compare
Choose a tag to compare

11.18.0 (2024-05-09)

Bug Fixes

  • attach class str-chat__message-with-thread-link only if the message has replies (#2386) (c71f94e)

Features

v11.17.0

02 May 07:55
Compare
Choose a tag to compare

11.17.0 (2024-05-02)

Features

  • allow to review message processing before rendering in message lists (#2375) (567bea9)

v11.16.1

01 May 13:41
Compare
Choose a tag to compare

11.16.1 (2024-05-01)

Bug Fixes