Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: drodil/backstage-plugin-qeta

v3.57.0

28 Jan 12:09
3c6d031

Choose a tag to compare

New features:

  • Right list and timeline items now have rich tooltips (#390)
  • Attachments endpoint now supports ETag

Bug fixes:

  • Tags grid shows edit/delete menu correctly + TagPage has buttons for that as well

v3.56.1

23 Jan 10:03
f1af759

Choose a tag to compare

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

22 Jan 12:17
53ff8ae

Choose a tag to compare

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

21 Jan 06:59
a36d5fd

Choose a tag to compare

Updated Backstage to 1.47.0

v3.55.7

19 Jan 13:37
3ef47fe

Choose a tag to compare

  • Fixed default permission policy review access handling
  • Bumped vulnerable deps

v3.55.6

15 Jan 07:09
a607405

Choose a tag to compare

Fixed entities ordering by name throwing an error

v3.55.5

14 Jan 12:30
7170c6c

Choose a tag to compare

Fixed filter panel not sending orderBy/order in the queries for some of the pages

v3.55.4

13 Jan 08:19
d18cbd0

Choose a tag to compare

Fixes:

  • Badge notification to use custom route if configured (#386)
  • Settings saving with custom storageApiRef
  • Allow using the plugin without pg_trgm extension

Improvements:

  • User settings moved to QetaContext to remove unnecessary loading
  • Menu styling improvements

v3.55.3

12 Jan 11:21
7a3aa39

Choose a tag to compare

Fixed tag/entity suggestions returning too many results

v3.55.2

12 Jan 07:56
720e977

Choose a tag to compare

Fixed user settings saving with user-settings backend