react-activity-feed
Advanced tools
Changelog
1.0.0 - 2021-05-07
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.
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
.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.Changelog
0.10.5 - 2020-12-15
addReaction
and addChildReaction
if its missing #131Changelog
0.10.4 - 2020-10-19
Changelog
0.10.3 - 2020-10-13