Skip to content

Releases: GetStream/stream-chat-react

v9.1.3

19 Jun 17:18

Choose a tag to compare

9.1.3 (2022-06-19)

Bug Fixes

  • correct calculation of scrollback with date separators (#1628) (88a4d64)
  • upgrade react-player to its latest version (#1629) (8848700)

v9.1.2

13 Jun 07:44

Choose a tag to compare

9.1.2 (2022-06-13)

Bug Fixes

  • add check if window is defined before using ResizeObserve (f04e23e)

v9.1.1

10 Jun 14:17

Choose a tag to compare

9.1.1 (2022-06-10)

Bug Fixes

  • calculate jumped-to-message position correctly by keeping the loading indicator mounted (671375a)

v9.1.0

03 Jun 11:06

Choose a tag to compare

9.1.0 (2022-06-03)

Bug Fixes

  • filter out OG scraped images from attachments (#1598) (9d9c8b9)

Features

  • add optional renderChannels prop to ChannelList (#1572) (8edca9e)
  • lift channels query state to chat context (#1606) (ed4febc)
  • use ResizeObserver to keep Channel scrolled to bottom on page load (#1608) (c33e155)

v9.0.0

17 May 16:48

Choose a tag to compare

9.0.0 (2022-05-17)

Bug Fixes

  • display textarea defaultValue in MessageInput (#1570) (516a56b)

Features

  • MessageInput: add shouldSubmit, remove keycodeSubmitKeys (8e2cddd), closes #1530
  • add support for React 18 (#1534) (39cedcb)

BREAKING CHANGES

  • MessageInput: property keycodeSubmitKeys has been fully removed and replaced by the shouldSubmit property
    which should handle custom submit "trigger" functionality.
    Both listener.js and usage of key codes were outdated and caused unnecessary issues.

v8.2.0

17 May 12:00

Choose a tag to compare

8.2.0 (2022-05-17)

Bug Fixes

  • display textarea defaultValue in MessageInput (#1570) (516a56b)

Features

v8.1.3

15 May 20:22

Choose a tag to compare

8.1.3 (2022-05-15)

Bug Fixes

  • do not scroll thread message list when a new message is received (#1568) (b17c48a)
  • propagate user update data to UI (#1566) (3376e4c)

v8.1.3-beta.1

03 May 12:05

Choose a tag to compare

v8.1.3-beta.1 Pre-release
Pre-release

8.1.3-beta.1 (2022-05-03)

Chore

  • upgrade React to v18

v8.1.2

27 Apr 16:46

Choose a tag to compare

8.1.2 (2022-04-27)

Bug Fixes

  • display overlay "X more" on Gallery only if more images uploaded than displayed (#1526) (ed47cd1)

v8.1.1

18 Apr 08:59
755d02a

Choose a tag to compare

8.1.1 (2022-04-18)

Bug Fixes

  • prevent duplicate message id generation in message list (#1516) (b381402)
  • update stream-chat-js to version 6.5.0 containing the markRead fix, add E2E tests (#1514) (b8e1084)