Skip to content

Releases: GetStream/stream-chat-react

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)

v8.1.0

08 Apr 13:30
89bf72a

Choose a tag to compare

8.1.0 (2022-04-08)

Bug Fixes

  • adjust links to stories used by add-message e2e tests (c6dc53a)
  • autocomplete items clicking works on webkit (#1494) (4f73f14)
  • correct german calendar translation strings (#1468) (2471d4b), closes #1467
  • fixed connection handling, updated configuration (0face10)
  • improve portuguese translations (5e67a86)
  • improved German translations (c4d71b6)
  • improved German translations (a6fe4fb)
  • Slow mode role check and limitations (a447ed5)
  • Update channel preview on connection recovery (92f81d9)
  • Update quoted message preview on message update (#1503) (f9a0081)
  • update unread counts for each ChannelPreview on WS connection recovery (b267a65)
  • Upload preview overflow in thread (#1495) (518d622)

Features