Skip to content

Releases: GetStream/stream-chat-react

v6.1.2

21 Jun 21:47

Choose a tag to compare

Feature

  • Refactor message permissions so they respect channel config #986
  • Add limit option to default user mention behavior #988
  • Add additional customization for ChannelSearch component #989
  • Add formatDate prop override potential DateSeparator component #992

Chore

  • Refactor typing of Attachment component #991

v6.1.1

16 Jun 15:21

Choose a tag to compare

Chore

  • Upgrade TypeScript dependencies #982

Bug

  • Add missing onlySenderCanEdit prop to Message component #982

v6.1.0

15 Jun 22:26

Choose a tag to compare

πŸŽ‰ UPDATED DOCS! πŸŽ‰

  • We have completely re-written our SDK docs
  • Component/props/context references are all complete
  • We'll continually add to the Custom Code Examples section for easier customization
  • The new docs are found on the website

Feature

  • Refine edit message privileges and add onlySenderCanEdit prop to MessageList #975

Chore

  • Change attachment type for video messages #976
  • Adjust mouse event listener options #980

Bug

  • Prevent EmptyStateIndicator from showing up in Thread #977

v6.0.7

14 Jun 15:34

Choose a tag to compare

Feature

  • Add support for custom reactions #968

Chore

  • Upgrade stream-chat dependency

Bug

  • Fix UI component conditional rendering in Attachment #972
  • Add needed params to ChannelSearch search function prop #973

v6.0.6

02 Jun 23:05

Choose a tag to compare

Chore

  • Throttle send/remove message reaction functions #953
    and #955

Bug

  • Restore override props on ChatAutoComplete component #952

v6.0.5

28 May 16:46

Choose a tag to compare

Feature

  • Add optional prop to override default loadMore function in VirtualizedMessageList #950

Bug

  • Prevent unnecessary members query when disableMentions is enabled on MessageInput #949

v6.0.4

25 May 22:17

Choose a tag to compare

Bug

  • Add missing Input prop to ComponentContext value #942

v6.0.3

25 May 21:14

Choose a tag to compare

Chore

  • Export browser bundle as StreamChatReact namespace #940
  • Use asset path scss variable #939

v6.0.2

21 May 16:23

Choose a tag to compare

Feature

  • Add German auto translation support #935

Chore

  • Upgrade react-file-utils dependency for reduced bundle size #933

Bug

  • Prevent tree shaking from removing distributed CSS #936

v6.0.1

19 May 15:02

Choose a tag to compare

Feature

  • Expose the MessageContext to the VirtualizedMessageList's Message UI component #924

Chore

  • Reorganize component documentation for v6 #926

Bug

  • Prevent crash when navigate away from, and then back to, an empty channel #931