Skip to content

[3.5.0] (2021-05-28)

Compare
Choose a tag to compare
@vishalnarkhede vishalnarkhede released this 28 May 14:05
· 1529 commits to master since this release

πŸ›‘ BREAKING

Following props have been renamed:

  • reply -> quotedReply
  • handleReply -> handleQuotedReply
  • handleReplyMessage -> handleQuotedReplyMessage

Features

  • Added new props to Channel component 219b307

    • maxMessageLength (number)
    • reactionsEnabled (boolean)
    • readEventsEnabled (boolean)
    • repliesEnabled (boolean)
    • typingEventsEnabled (boolean)
    • uploadsEnabled (boolean)
    • quoteRepliesEnabled (boolean)
    • threadRepliesEnabled (boolean)

Bug fixes

  • Update messages when mute status updates 885f8c2
  • Fixed broken "Resend message" functionality for failed messages 359c192
  • Fixed read receipts f7510e8
  • Fixed images as attachment from File Picker 5ca1a25