Skip to content

Releases: GetStream/stream-chat-react

v3.6.0

02 Feb 16:53

Choose a tag to compare

Feature

  • Added support for pinned messages #682

    • Save pinnedMessages to ChannelContext
    • Create usePinHandler custom hook for returning canPin value and handlePin function
    • Add Pin/Unpin as optional actions in MessageActions
    • Add PinIndicator UI component to MessageLivestream and MessageTeam
    • Add optional "pinned-message" CSS class to message UI components
    • Add getPinMessageErrorNotification and pinPermissions as MessageList props
  • Hide DateSeparator component when all messages for a day are deleted #689

Chore

  • Refactor example apps to use getInstance and connectUser #688

Fix

  • Display auto-translated message text when it exists #683
  • Add missing export for VirtualizedMessageList type #691

v3.5.3

26 Jan 08:36

Choose a tag to compare

Feature

  • ChannelList accepts an optional prop to filter/sort channels prior to render #678

v3.5.2

21 Jan 15:57

Choose a tag to compare

Fix

  • Handle emoji picker event listener race condition #675
  • Adjust style for only emoji messages #676

v3.5.1

19 Jan 16:56

Choose a tag to compare

Fix

  • Upload PSD attachments as file #67

Chore

  • Bump MML-React #674

v3.5.0

15 Jan 16:30

Choose a tag to compare

Feature

  • Support typing indicator in Thread component #662
  • Add parent ID to typing events #665
  • Allow MessageInput emoji and file upload icon customization #666
  • Add optional disableMentions prop to MessageInput and update mentions UI #669

Fix

  • Fix maxLength paste text bug #670

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