Skip to content

Releases: drodil/backstage-plugin-qeta

v3.33.4

27 Aug 10:01
28cc9a9
Compare
Choose a tag to compare
  • New frontend system improvements
  • Show a tooltip of the post title on the right side lists

v3.33.3

22 Aug 11:08
f6ab1a0
Compare
Choose a tag to compare

Fixed wrong translation used in post author box

v3.33.2

20 Aug 06:18
68d2014
Compare
Choose a tag to compare

Added navbar item for new frontend system

v3.33.1

20 Aug 06:03
7a6f0f4
Compare
Choose a tag to compare
  • Updated to Backstage 1.42.0
  • Added support for the new frontend system (as alpha export)
  • Fixed bug with filesystem file saving causing EXDEV, thanks to @omrd-nngit

v3.33.0

01 Aug 06:28
b834fd5
Compare
Choose a tag to compare

New features

  • Markdown editor now supports translations using the Backstage translation API
  • It's possible to give a reason for deletion of posts, answers, collections, and tags (#312). These reasons will be audit logged, and if the user deleting the entity is a moderator, the original author will get a notification.

Bug fixes

  • Notifications are no longer sent for draft posts (#322), thanks to @basmulder03
  • Markdown editor now handles mentions better, thanks to @basmulder03 :
    • if qeta.maxTags = 0, it's not possible to use # for tag mentions
    • If qeta.mentions.supportedKinds is an empty array, it's not possible to use @ for user/group mentions

v3.32.1

31 Jul 08:13
7dfcfd4
Compare
Choose a tag to compare
  • Filter post count correctly for collections

v3.32.0

31 Jul 07:27
5cddf35
Compare
Choose a tag to compare

New features:

  • Post edit now sends notifications for new tags, entities, and mentions (#313)
  • Post editor now supports mentioning groups as well as users. This can be enabled by adding config:
qeta:
  mentions:
    supportedKinds:
      - User
      - Group

Thanks for contribution @basmulder03

Later on, this will also allow adding other entities via mentions.

Fixes and other

  • Updated to Backstage 1.41.1
  • Empty collections are back visible in the UI (fixes #317)

v3.31.4

19 Jun 11:01
520139a
Compare
Choose a tag to compare

Small UI improvement for author boxes

v3.31.3

19 Jun 06:28
bae5c4e
Compare
Choose a tag to compare

Small UI fixes + improvement for post trend calculation

v3.31.2

18 Jun 19:37
Compare
Choose a tag to compare

Minor navigation fixes when deleting posts/answers/comments/collections.