Skip to content

v6.3.0

Choose a tag to compare

@DanC5 DanC5 released this 02 Jul 18:03
· 2307 commits to master since this release

⚠️ BREAKING CHANGES ⚠️ - We've removed the following deprecated UI components #1031:

  • ChannelListTeam
  • ChannelPreviewCompact
  • ChannelPreviewCountOnly
  • ChannelPreviewLastMessage
  • MessageInputLarge
  • MessageInputSimple

Feature

  • Added option to view read states on all messages #1014
  • Added markdown rendering support for ChannelPreview component #1021
  • Added sendChannelsToList prop to ChannelList to pass loadedChannels to the List UI component #1028
  • Pass entire user object to Avatar component for custom component usage #1030
  • Send error notification to channel via addNotification method when file/image upload fails #1032
  • Conditionally render SendButton when attachments have been uploaded but no input text exists #1033

Chore

  • Update MessageInput emoji icons #1020 and #1029
  • Upgrade react-file-utils dependency #1027