Skip to content

Releases: GetStream/stream-chat-react

v10.7.2

08 Mar 12:00

Choose a tag to compare

10.7.2 (2023-03-08)

Bug Fixes

  • update event handler upon channel config update (#1969) (bec1f14)

v10.7.1

03 Mar 10:11

Choose a tag to compare

10.7.1 (2023-03-03)

Bug Fixes

  • audit and upgrade packages with vulnerabilities (#1959) (a31a0bb)

v10.7.0

24 Feb 15:10

Choose a tag to compare

10.7.0 (2023-02-24)

Bug Fixes

Features

  • Attachments: introduce UnsupportedAttachment component (#1952) (330b622)

v10.6.0

10 Feb 07:12

Choose a tag to compare

10.6.0 (2023-02-10)

Bug Fixes

  • make all ThreadProps.additionalParentMessageProps keys optional (#1920) (62de38f)
  • make event optional for openThread in ChannelActionContext (#1928) (f144e9a)
  • reflect thread prop in Window component (#1919) (689514c)

Features

  • add custom class to ConnectionStatus component (#1924) (d008b96)

v10.5.0

13 Jan 13:46

Choose a tag to compare

10.5.0 (2023-01-13)

Bug Fixes

  • renderText: specify linkifyjs types to look for (email and url) (#1902) (b5e100e)

Features

  • MessageInput: extend mentionQueryParams to accept filters function (#1900) (9c979f9)

v10.4.3

05 Jan 08:55

Choose a tag to compare

10.4.3 (2023-01-05)

Bug Fixes

  • check for window with getComputedStyle (#1888) (bb7f38d)
  • prevent duplicate pagination requests in InfiniteScroll (#1885) (cf5ec80)

v10.4.2

16 Dec 17:02

Choose a tag to compare

10.4.2 (2022-12-16)

Bug Fixes

  • merge mentionQueryParams.sort configuration correctly (#1869) (6ec31af)
  • renderText: special case @ symbol at the end of the message (#1873) (7dced57)
  • useCooldownTimer: derive cooldown from last message (#1879) (8e63653)

v10.4.1

18 Nov 17:01

Choose a tag to compare

10.4.1 (2022-11-18)

Bug Fixes

  • add linkify.test check before any URL instantiation (#1838) (ef1dd0a)

v10.4.0

04 Nov 18:13

Choose a tag to compare

10.4.0 (2022-11-04)

Bug Fixes

  • remove props spreading on React.Fragment (dragAndDropWindow) (#1835) (40c799a)
  • MessageSimple to apply renderText function from properties (#1824) (7133b33)

Features

Performance Updates

  • upgrade react-markdown, update renderText function, adjust types (#1824) (6afe663)

v10.3.1

13 Oct 12:49

Choose a tag to compare

10.3.1 (2022-10-13)

Bug Fixes