You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link favicons are cached and fetched in batch when entering links page
Followed collections/entities/tags/users are only fetched once per page load
Collections page does not fetch posts anymore for faster API response
Automatic collection handling was moved in the background from the collection creation/updating. Additionally, notifications will now be sent correctly also for automatically added posts
New feature for EntityPostsContent that allows showing posts also from related entities. For example, if you want to show posts from all components belonging to a system on system page, you can pass relations={['partOf']} property to the component. For NFS this is configured via app-config.yaml. See docs/catalog.md for more information.