Skip to content

Releases: GetStream/react-activity-feed

v1.0.1

17 May 12:21
Compare
Choose a tag to compare
  • Fix built package

v1.0.0

07 May 15:09
Compare
Choose a tag to compare

Version 1.x is a major revamp of the SDK and comes with some breaking changes. This release also comes with lots of small bug fixes, using react Context API and hooks, and full typescript support. Some dependencies has been replaced or removed due to their lack of support.

Features

  • Typescript support
  • Bundle size reduced by 40%
  • SCSS support
  • Node v16 support

⚠️ BREAKING CHANGES ⚠️

  • Node v10 support is dropped.
  • Flow support has been removed in favor of Typescript.
  • dist/index.es.css is deleted in favor of dist/index.css.
  • InfiniteScroll component no longer supports getScrollParent property, scroll parent is now calculated within this component when useWindow property is set to false.
  • Gallery component replaced react-images with react-image-lightbox.
  • Text render uses linkifyjs instead of anchorme for better future support.
  • B2BTimeline, B2BActivity, Modal components and StreamApp.Consumer are removed.
  • EmojiPicker component ships with a lighter set of emojis to reduce bundle size. StatusUpdateForm and CommentField accepts a custom prop emojiData that allows extending default emoji list.
  • FlatFeed, NotificationDropdown, NotificationFeed no longer pass down the FeedManager props to activities.
  • CommentList, CommentField, LikeButton, ReactionList use context values and no longer accepts feed manager props.

Fix

  • Full browser build