Releases: GetStream/react-activity-feed
Releases · GetStream/react-activity-feed
Release list
v1.0.1
v1.0.0
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.cssis deleted in favor ofdist/index.css.InfiniteScrollcomponent no longer supportsgetScrollParentproperty, scroll parent is now calculated within this component whenuseWindowproperty is set tofalse.Gallerycomponent replacedreact-imageswithreact-image-lightbox.- Text render uses
linkifyjsinstead ofanchormefor better future support. B2BTimeline,B2BActivity,Modalcomponents andStreamApp.Consumerare removed.EmojiPickercomponent ships with a lighter set of emojis to reduce bundle size.StatusUpdateFormandCommentFieldaccepts a custom propemojiDatathat allows extending default emoji list.FlatFeed,NotificationDropdown,NotificationFeedno longer pass down theFeedManagerprops to activities.CommentList,CommentField,LikeButton,ReactionListuse context values and no longer accepts feed manager props.
Fix
- Full browser build