Releases: drodil/backstage-plugin-qeta
Releases · drodil/backstage-plugin-qeta
v3.33.4
v3.33.3
Fixed wrong translation used in post author box
v3.33.2
Added navbar item for new frontend system
v3.33.1
- 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
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
- if
v3.32.1
- Filter post count correctly for collections
v3.32.0
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
Small UI improvement for author boxes
v3.31.3
Small UI fixes + improvement for post trend calculation
v3.31.2
Minor navigation fixes when deleting posts/answers/comments/collections.