Skip to content

Releases: GetStream/stream-chat-react

v11.1.1

05 Dec 16:01

Choose a tag to compare

11.1.1 (2023-12-05)

Bug Fixes

  • VML: prevent recalculation of prepended items when messages are swapped due to status change (#2203) (565e2f9)

v10.22.1

05 Dec 16:09

Choose a tag to compare

10.22.1 (2023-12-05)

Bug Fixes

  • VML: prevent recalculation of prepended items when messages are swapped due to status change (#2203) (0e23887)

v11.1.0

01 Dec 12:06

Choose a tag to compare

11.1.0 (2023-12-01)

Bug Fixes

Features

  • add BaseImage component with image fallback display (#2183) (ec1d79b)
  • add channel list context (#2187) (fd5ea67)
  • render BaseImage image fallback within the same img element (#2200) (2fcd564)

Chores

  • deps: bump @stream-io/stream-chat-css from 4.0.0 to 4.1.0 (e600e3c)
  • deps: bump stream-chat from 8.14.3 to 8.14.4 (#2199) (a4dd57f)
  • deps: move @stream-io/stream-chat-css to devDeps (#2191) (61af19c)

v10.22.0

01 Dec 12:33

Choose a tag to compare

10.22.0 (2023-12-01)

Features

  • add BaseImage component with image fallback display (#2193) (6bcf06a)

Chores

  • deps: bump @stream-io/stream-chat-css from 3.14.2 to 3.15.0 (40ca394)
  • deps: bump stream-chat from 8.13.1 to 8.14.4 (30a3647)

v10.21.0

30 Nov 09:50

Choose a tag to compare

10.21.0 (2023-11-30)

Bug Fixes

Features

v11.0.0

27 Nov 17:44

Choose a tag to compare

11.0.0 (2023-11-27)

⚠ BREAKING CHANGES

  • emoji-mart: EmojiPicker & EmojiIndex signatures changed, EmojiIndex has been renamed to emojiSearchIndex, both EmojiPicker & emojiSearchIndex are now optional, see release guide for more information
  • emoji-mart: useImageFlagEmojisOnWindow flag now requires extra style sheet import, see release guide for more information
  • emoji-mart: reactionOptions signature has changed, see release guide for more information
  • the first argument to doSendMessageRequest is now Channel instance instead of Channel.cid
  • apply the remark plugins keepLineBreaksPlugin, htmlToTextPlugin as a part of the default message text parsing, upgrade unified libraries

Bug Fixes

Features

Chores

  • deps: bump stream-chat from 8.14.0 to 8.14.2 (#2179) (4e6a59d)
  • deps: bump stream-chat from 8.14.2 to 8.14.3 (#2185) (3dd8dab)

v11.0.0-rc.8

22 Nov 13:41

Choose a tag to compare

v11.0.0-rc.8 Pre-release
Pre-release

11.0.0-rc.8 (2023-11-22)

Bug Fixes

  • calculate pagination stop from custom channel query message limit (#2180) (8374af1)
  • lift notifications above modal overlay (#2175) (17d98f4)

Features

  • allow to configure channel query options (#2177) (4f91d9a)

v10.20.1

20 Nov 15:33

Choose a tag to compare

10.20.1 (2023-11-20)

Bug Fixes

  • calculate pagination stop from custom channel query message limit (#2180) (8374af1)

v10.20.0

16 Nov 14:11

Choose a tag to compare

10.20.0 (2023-11-16)

Bug Fixes

Features

  • allow to configure channel query options (#2177) (4f91d9a)

v11.0.0-rc.7

15 Nov 15:35

Choose a tag to compare

v11.0.0-rc.7 Pre-release
Pre-release

11.0.0-rc.7 (2023-11-15)

Bug Fixes

  • make pickerProps & popperOptions properties optional (bce3d28)