react-activity-feed
Advanced tools
Changelog
0.8.0 - 2019-02-12
Components related to uploading files have been moved to the separate
react-file-utils
library.
These components are not exported anymore from this library for clarity and
consistency. Following is the list of components that have been moved to
react-file-utils
:
FileIcon
FilePreviewer
FileUploadButton
IconButton
ImageDropzone
ImagePreviewer
ImageUploadButton
LoadingIndicator
Thumbnail
ThumbnailPlaceholder
What you need to change:
react-activity-feed
you should now import them from react-file-utils
.raf-
to rfu-
.DropdownPanenl
/NotificationDropdown
: Correct some styling issues