Skip to content

Releases: GetStream/stream-chat-react

v10.3.0

11 Oct 12:13

Choose a tag to compare

10.3.0 (2022-10-11)

Bug Fixes

  • replace use of channel config with channelCapabilities to derive permission flags (#1807) (1143117)
  • unify paginator interface (#1803) (d65b7b9), closes #1801

Features

  • add popper tooltip to SimpleReactionList items (#1801) (478f0f2)

v10.2.0

04 Oct 12:21

Choose a tag to compare

10.2.0 (2022-10-04)

Bug Fixes

  • add image attachment height from CSS (f5a9729)
  • display messages in virtualized thread (theme v2) (#1799) (9c1a16f)
  • example app build error (5430213)
  • keep configuration parameter shouldGenerateVideoThumbnail in hook dep array (50edd8b)
  • refresh virtualizedmessagelist after sizing has been set (afea3d7)
  • replace Infinity in calc statements as browser support isn't great (ebf89da)
  • update attachment configuration if attachment changed (a6295dd)
  • use useLayoutEffect for image and video height setting (386fae7)

Features

  • check that attachment height style is available before using max-height (79f6f1a)
  • integrate new CDN capabilities (1520a34)
  • update stream-chat-css version (03166a9)
  • use video thumbnails returned by backend (f68c8b1)

v10.1.2

30 Sep 22:58

Choose a tag to compare

10.1.2 (2022-09-30)

Bug Fixes

  • export all necessary components (#1785) (075f703)
  • update pinnedMessages context property on pin/unpin message (#1784) (15128ab)

v10.1.1

20 Sep 09:55

Choose a tag to compare

10.1.1 (2022-09-20)

Bug Fixes

  • edge case of prepend count not being reset when jumping (#1765) (18ba8f8)

v9.5.2

20 Sep 10:47

Choose a tag to compare

9.5.2 (2022-09-20)

Bug Fixes

v10.1.0

19 Sep 11:06

Choose a tag to compare

10.1.0 (2022-09-19)

Bug Fixes

  • VirtualizedMessageList: use memoized values as hook dependencies directly (#1761) (41d1d67)

Features

v10.0.2

14 Sep 15:21

Choose a tag to compare

10.0.2 (2022-09-14)

Bug Fixes

  • ChannelList: update class names order for theming variables (#1747) (80ec36e)
  • play video in attachment card theme v1 (#1748) (cd31d19)
  • Textarea: prevent caret movement on suggestion list item select (#1732) (be44762)

v10.0.1

12 Sep 12:15

Choose a tag to compare

10.0.1 (2022-09-12)

Bug Fixes

v10.0.0

09 Sep 09:10

Choose a tag to compare

10.0.0 (2022-09-09)

Bug Fixes

  • add missing class str-chat__message-actions-list-item-button to CustomMessageActions root (be16e40)

  • add missing getChannels callback dependency "searching" (a3307f7)

  • add str-chat__message--other class to MessageDeleted (25f3190)

  • Card: prefer title_link over og_scrape_url (843990e)

  • do not generate class names to contain string 'undefined', do not pass Media prop to Card (40342fe)

  • EditMessageForm: remove circular dependency (6218a65)

  • exit with non-zero status code if failed to provide args to merge-stream-chat-css-docs.sh (a4719b9)

  • File attachment UI in theme-v1 (0a80bef)

  • File attachment UI in theme-v1 (9604ca6)

  • FilePreviewItem: add file type for correct file icons (6e6fce5)

  • forward SearchInput prop to SearchBar (16fc8f8)

  • improve scrollToBottom with image attachments (be8bb7a)

  • MessageInput: add container className (a5e7908)

  • MessageInputFlat: send button adjustments (f456704)

  • MessageInput: remove useId, add quotedMessage patch (64e07d3)

  • MessageInput: update dropzone markup (974802b)

  • MessageList: prevent redundant calls to scroll to bottom, don't use ResizeObserver (363676e)

  • MessageStatus: add V2 TooltipContainer component "shim" (dcfbbfb)

  • move card caption to card content and rename to source link (c44bcd7)

  • QuotedMessagePreview: use themingVersion instead of PreviewHeader property (4f79b07)

  • reduce mount/unmount of image attachments (34082a4)

  • Responsive layout (7551650)

  • show channel list if search input contains empty string (b73dd2c)

  • SuggestionList: update trigger limits (2e1f025)

  • sync event listener keyDown type btw the image attachment and gallery modal (51e7c14)

  • ThemingV2 beta adjustments (#1728) (785ee11)

  • ThemingV2: MessageInputFlat missing lodash/zipObject (#1721) (dd8a457)

  • TypingIndicator: adjust position of the indicator (f5db199)

  • TypingIndicator: use MessageListMainPanel to position the indicator (865cbc8)

  • Merge pull request #1697 from GetStream/theming-v2-user-testing (2c133ad), closes #1697

  • Remove useMobilePress and useBreakpoint hooks (#1648) (430bf24), closes #1648

Features

  • adapt MessageOptions to theming v2 (23c2d93)
  • adapt MessageStatus to theming v2 (a5b0fae)
  • add "str-chat__message--error-message" class to message error div (c4f7520)
  • add Attachment icons for theming v2 (97e8047)
  • add Card component for theming v2 (5f5341f)
  • add class "str-chat__message-sender-avatar" to Avatar root to display it for sender only (ecd0b4b)
  • add class str-chat__message-list-scroll to virtuoso root element (7d2284e)
  • add common IconProps type (3ff89bb)
  • add FileAttachment component for theming v2 (52acd80)
  • add group styles to virtualized message list items (ff2044e)
  • add Message icons for theming v2 - MessageDeliveredIcon, MessageErrorIcon (9ff9034)
  • add ModalGallery to the ComponentContext (27e149a)
  • add realistic giphy attachment generator (e4c2a7b)
  • add str-chat__simple-message--error-failed class to str-chat__message-inner (a5f8f94)
  • add str-chat-react__modal__inner class to str-chat__modal__inner (0234522)
  • add svg image class to attachment (3d0237d)
  • add theme v2 class to CustomNotification (037dc89)
  • add theme v2 to Reaction components, extract shared logic ReactionList & SimpleReactionList (f6a12d0)
  • add themeVersion flag to ChatProps & ChatContext (70cbfcb)
  • add ThemeVersion type to ChatContext (695f30a)
  • add theming v2 changes for channel and channel header (#1632) (3f8fddb)
  • add theming v2 classes to MessageActions elements (d62e04a)
  • add theming v2 classes to QuotedMessage (8c5d2ff)
  • add theming v2 classes to ReactionSelector & ReactionList (fbedb42)
  • add v2 classes to send and cancel button of EditMessageForm (#1669) (ab75c2c)
  • adjust Audio widget for theming v2 (f08c6f5)
  • adjust Gallery and Image widget for theming v2 ([de29a73](de29a7337d7...
Read more

v9.5.1

08 Sep 13:04

Choose a tag to compare

9.5.1 (2022-09-08)

Bug Fixes

  • avoid race condition crash in jumping (488a1b1)