Releases: drodil/backstage-plugin-qeta
Releases · drodil/backstage-plugin-qeta
v3.57.0
v3.56.1
Performance improvements:
- 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
v3.56.0
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.
v3.55.8
Updated Backstage to 1.47.0
v3.55.7
- Fixed default permission policy review access handling
- Bumped vulnerable deps
v3.55.6
Fixed entities ordering by name throwing an error
v3.55.5
Fixed filter panel not sending orderBy/order in the queries for some of the pages
v3.55.4
v3.55.3
Fixed tag/entity suggestions returning too many results
v3.55.2
Fixed user settings saving with user-settings backend