Skip to content

Releases: drodil/backstage-plugin-qeta

v3.21.0

20 Feb 07:32
38e4b37
Compare
Choose a tag to compare

New features:

  • QetaSearchResultListItem is now using the extension. Thanks to @borjapazr for the contribution!
  • Entities and tags are now part of URL when filtering questions/answers/collections for easier sharing of specific content

Fixes:

  • If permissions are not enabled, conditional authorize does nothing
  • Improved handling of 403 Forbidden responses in the frontend

v3.20.3

17 Feb 11:54
2a542d7
Compare
Choose a tag to compare

Answers are filtered correctly based on permissions

v3.20.2

17 Feb 09:25
c418176
Compare
Choose a tag to compare

Few performance improvements

v3.20.1

17 Feb 07:28
24fd950
Compare
Choose a tag to compare

New features

  • Possibility to add permission checks for tags and collections
    • IF YOU ARE NOT USING PERMISSIONS: The collections can only be managed by the collection owner and moderators. Separate read and edit access to collections have been removed. Tag creation will work based on the configuration flag qeta.tags.allowCreation and is true by default like previously
    • IF YOU ARE USING PERMISSIONS: Tags cannot be any more updated by anyone. If you want to enable this, add a new permission check, example here. Additionally, you must allow reading tags and collections in your permission policy accoringly.
    • There are a few available rules for each permission, check those out from here
  • New QetaSearchResultListItem is exported from @drodil/backstage-plugin-qeta that can be used to show search results in more beautiful way. See https://github.com/drodil/backstage-plugin-qeta/blob/main/docs/search.md for more information
  • Q&A home plugin table can now show also articles. In customizable home page this can be selected by the user or this can be passed also as a prop to PostsTableCard component

Improvements

  • Permission rules and conditions have been moved to @drodil/backstage-plugin-qeta-node package. The backend package exports these as deprecated and they will be removed in a future release.
  • As the loading times can get higher due to permission checks, there are now better loading indicators for each page
  • A couple of navigation and rendering improvements all over the UI
  • Comments are now stored in one table instead of separate ones for posts and answers. The existing data will be migrated automatically

Fixes

  • Search collator can now access the collections and index them properly

v3.20.0

17 Feb 07:23
f6b5717
Compare
Choose a tag to compare

Was not published to npm registry due to TSC issue

v3.19.0

14 Feb 20:03
5d6e946
Compare
Choose a tag to compare

Was not published to npm registry due to TSC issue

v3.18.2

12 Feb 13:22
f10661a
Compare
Choose a tag to compare

Fixed code blocks going out of screen

v3.18.1

12 Feb 10:00
ff40220
Compare
Choose a tag to compare

Fixes issue with permission integration router returning null values

v3.18.0

12 Feb 08:21
8b5bf62
Compare
Choose a tag to compare
  • Improved search
  • Entity picker now shows also entity type to make it more easy to distinguish entities with same name

v3.17.6

10 Feb 07:23
af99ca1
Compare
Choose a tag to compare
  • Entity title rendering improvement
  • Search collator fix when using permissions