Skip to content

Releases: GetStream/stream-chat-react

v3.4.6

15 Jan 16:07

Choose a tag to compare

Feature

  • Add SuggestionList as MessageInput prop to override default List and Item component to display trigger suggestions #655
  • Add allowNewMessagesFromUnfilteredChannels prop to ChannelList #663

Fix

  • Fix type for mentions handler #660

Chore

  • Convert Thread to functional component #650
  • Convert messaging sample app to functional component #661

v3.4.5

07 Jan 06:46

Choose a tag to compare

Feature

  • Message components accept custom EditMessageInput component #656

Fix

  • Message actions default options doc #654
  • MessageList unread TypeError #654
  • ChannelHeader button css padding #648

Chore

v3.4.4

23 Dec 08:09

Choose a tag to compare

Fix

  • Export the UploadsPreview component. #647

v3.4.3

16 Dec 11:53

Choose a tag to compare

Fix

  • Browser bundle undefined variable

v3.4.2

16 Dec 07:42

Choose a tag to compare

Adjustment

  • Changes default smiley face icon for reaction selector. #645

v3.4.1

15 Dec 15:05

Choose a tag to compare

Feature

  • Adds custom UI component prop ThreadHeader to Thread to override the default header. #642

MML

14 Dec 16:08

Choose a tag to compare

MML

Feature

  • MML is supported by default in all Message components except MessageLiveStream. #562

    For more detail about how to use MML please refer to mml-react docs.

v3.3.2

11 Dec 09:19

Choose a tag to compare

Fix

  • Add error handling for loadMoreThread API request #627

v3.3.1

09 Dec 16:14

Choose a tag to compare

Fix

  • Add additional user role check for isModerator boolean #625

v3.3.0

03 Dec 13:06

Choose a tag to compare

Feature

  • Allow all instances of Avatar to be overridden with a custom component via props #610