Skip to content

Releases: GetStream/stream-chat-react

v12.0.0-rc.15

16 Sep 15:59
Compare
Choose a tag to compare
v12.0.0-rc.15 Pre-release
Pre-release

12.0.0-rc.15 (2024-09-16)

⚠ BREAKING CHANGES

    • own user will not anymore be filtered out of the selection list of users to mention if mentionAllAppUsers is enabled on MessageInput
    • removes the following variables from MessageContext: isReactionEnabled, onReactionListClick, showDetailedReactions, reactionSelectorRef
  • removes prop messageWrapperRef from MessageOptions and MessageActions props.

Bug Fixes

  • remove the use of deprecated query operator $ne (#2504) (09614f6)
  • update ChannelHeader and ChannelPreview titles and images on channel.updated (#2500) (f32fbb6)

Features

v11.23.10

16 Sep 16:02
Compare
Choose a tag to compare

11.23.10 (2024-09-16)

Bug Fixes

  • update ChannelHeader and ChannelPreview titles and images on channel.updated (#2500) (f32fbb6)

v12.0.0-rc.14

10 Sep 16:54
Compare
Choose a tag to compare
v12.0.0-rc.14 Pre-release
Pre-release

12.0.0-rc.14 (2024-09-10)

Chores

  • deps: upgrade @stream-io/stream-chat-css to v5.0.0-rc.5 (#2495) (2b8fa32)

v12.0.0-rc.13

10 Sep 16:05
Compare
Choose a tag to compare
v12.0.0-rc.13 Pre-release
Pre-release

12.0.0-rc.13 (2024-09-10)

Bug Fixes

v12.0.0-rc.12

06 Sep 08:49
Compare
Choose a tag to compare
v12.0.0-rc.12 Pre-release
Pre-release

12.0.0-rc.12 (2024-09-06)

Chores

  • deps: upgrade @stream-io/stream-chat-css to v5.0.0-rc.4 (#2492) (6e30cb5)

v12.0.0-rc.11

04 Sep 12:36
Compare
Choose a tag to compare
v12.0.0-rc.11 Pre-release
Pre-release

12.0.0-rc.11 (2024-09-04)

⚠ BREAKING CHANGES

  • ComponentContext no longer provides any defaults

Bug Fixes

Features

  • add ThreadList and ThreadProvider (Threads 2.0) (#2407) (941707d)

Chores

  • deps: bump version of stream-chat in peerDeps (#2481) (466385d)

v11.23.9

04 Sep 09:13
Compare
Choose a tag to compare

11.23.9 (2024-09-04)

Bug Fixes

v12.0.0-rc.10

30 Aug 15:30
Compare
Choose a tag to compare
v12.0.0-rc.10 Pre-release
Pre-release

12.0.0-rc.10 (2024-08-30)

Bug Fixes

  • address the circular dependencies among TranslationContext and Streami18n (#2483) (b91fd9a)

v11.23.8

28 Aug 08:07
Compare
Choose a tag to compare

11.23.8 (2024-08-28)

Chores

  • deps: bump version of stream-chat in peerDeps (#2481) (466385d)

v12.0.0-rc.9

22 Aug 15:19
Compare
Choose a tag to compare
v12.0.0-rc.9 Pre-release
Pre-release

12.0.0-rc.9 (2024-08-22)

Bug Fixes

  • use the client pagination indicators for ChannelStateContext's hasMore and hasMoreNewer flags (#2478) (eb13bd5)