Skip to content

Releases: GetStream/stream-chat-react

v10.19.0

14 Nov 13:23
Compare
Choose a tag to compare

10.19.0 (2023-11-14)

Features

  • expose optional remark plugin to keep all line breaks and keep HTML in message text (#2170) (5b191c9)
  • introduce MessageListContext (#2166) (8dcb1ac)

v11.0.0-rc.5

13 Nov 11:20
Compare
Choose a tag to compare
v11.0.0-rc.5 Pre-release
Pre-release

11.0.0-rc.5 (2023-11-13)

Bug Fixes

  • reduce emoji-mart peer requirements, add "typesVersions" (6e92116)

Features

v11.0.0-rc.4

08 Nov 17:46
Compare
Choose a tag to compare
v11.0.0-rc.4 Pre-release
Pre-release

11.0.0-rc.4 (2023-11-08)

Bug Fixes

  • i18n: add missing SDK translations (#2157) (e22a6ce)
  • i18n: do not translate command names (#2155) (b654b9a)
  • i18n: prevent removal of dynamically generated translation keys (#2154) (ebcaa8f)
  • List/Item & EmojiPicker async data loading + docs update (dedefac)

Features

v10.18.0

07 Nov 17:12
Compare
Choose a tag to compare

10.18.0 (2023-11-07)

Features

v10.17.0

07 Nov 10:44
Compare
Choose a tag to compare

10.17.0 (2023-11-07)

Bug Fixes

Features

v10.16.2

03 Nov 14:56
Compare
Choose a tag to compare

10.16.2 (2023-11-03)

Bug Fixes

v10.16.1

03 Nov 13:49
Compare
Choose a tag to compare

10.16.1 (2023-11-03)

Bug Fixes

  • i18n: prevent removal of dynamically generated translation keys (#2154) (ebcaa8f)

v11.0.0-rc.3

02 Nov 16:58
Compare
Choose a tag to compare
v11.0.0-rc.3 Pre-release
Pre-release

11.0.0-rc.3 (2023-11-02)

Bug Fixes

  • prevent flashing EmptyStateIndicator in ChannelList before the first channels page is loaded (#2150) (a2a9645)

Features

Chores

  • deps: bump @stream-io/stream-chat-css to v4-rc (#2153) (030688f)

v10.16.0

31 Oct 15:25
Compare
Choose a tag to compare

10.16.0 (2023-10-31)

Bug Fixes

  • prevent flashing EmptyStateIndicator in ChannelList before the first channels page is loaded (#2150) (a2a9645)

Features

v11.0.0-rc.2

27 Oct 13:47
Compare
Choose a tag to compare
v11.0.0-rc.2 Pre-release
Pre-release

11.0.0-rc.2 (2023-10-27)

Bug Fixes

  • emoji-mart: simplify EmojiPicker & EmojiIndex integration (#2117) (60c24b8)

Features

  • renderText: allow custom remark and rehype plugin composition (#2142) (4a25912)
  • VirtualizedMessageList: allow to merge custom virtuoso components with the SDK defaults (#2140) (6ea9ff0)

BREAKING CHANGES

  • emoji-mart: EmojiPicker and EmojiIndex have changed, see release guides in #2117 for more information