react-activity-feed
Advanced tools
Changelog
0.6.23 - 2019-02-05
Changelog
0.6.0 - 2019-12-14
onToggleReaction
and onAddReaction
arguments have changed.// old
onAddReaction(kind, activity, { data, targetFeeds, trackAnalytics });
// new
onAddReaction(kind, activity, data, { targetFeeds, trackAnalytics });
session
is replaced with client
everywheregetstream
library to v4.0.7, if you it directly check out it's
CHANGELOG
for info on its breaking changes there.RepostButton
now actually reposts an activity to another feed.StatusUpdateForm
section of the docs
for an example of this.