Skip to content

v4.0.0

Compare
Choose a tag to compare
@mahboubii mahboubii released this 10 Feb 20:30
· 3582 commits to master since this release

⚠️ BREAKING CHANGES ⚠️

  • Removed the seamless-immutable dependency and its corresponding methods and types #687

    • We also removed this dependency at the stream-chat JS client level, therefore immutable methods, such as setIn, no longer need to be run
      on the returned data #602
    • Responses from the Stream API will now return standard JS data structures, without the immutable wrapping
    • When you upgrade to v4.0.0 of stream-chat-react, make sure you also upgrade to v3.0.0 of stream-chat

Feature

  • Performance optimize and allow customization of the emoji-mart dependency #530
  • Add custom image prop to ChannelHeader component #697

Chore

  • Removed the SonarJS linting rules #693

Bug

  • Fix permissions bug with custom channel types #695
  • Fix ChannelHeader CSS alignment issue #699