Skip to content

v12.0.0-rc.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@stream-ci-bot stream-ci-bot released this 16 Sep 15:59
· 56 commits to master since this 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