Skip to content

Releases: drodil/backstage-plugin-qeta

v3.10.5

20 Nov 06:13
Compare
Choose a tag to compare
fix: restore error prop for markdown editor

v3.10.4

19 Nov 20:53
Compare
Choose a tag to compare
fix: add missing emotion dependencies

v3.10.3

19 Nov 20:40
Compare
Choose a tag to compare
chore: add mention about mui5 to README

v3.10.2

19 Nov 13:28
Compare
Choose a tag to compare
chore: update mui icons

v3.10.1

19 Nov 11:08
Compare
Choose a tag to compare

Fixed MUI5 deprecated makeStyles to work with React18+

v3.10.0

18 Nov 21:10
Compare
Choose a tag to compare

New features:

  • Material UI v5 update
  • AI can be enabled per user with new functionalities in the AI Handler interface, similar to feature flags (#239)
  • Tag descriptions can be extended with extension point to generate organization specific content
  • Entity tooltip to include also secondary title and icon

Fixes:

  • Search works correctly per post type

v3.9.3

05 Nov 06:09
Compare
Choose a tag to compare
fix: tag input not showing without pre-existing tags

closes #235

v3.9.2

04 Nov 11:11
Compare
Choose a tag to compare

Fixed issue with too many entities in requests

v3.9.1

01 Nov 10:39
Compare
Choose a tag to compare
  • Fix hot articles list filter
  • Add also followed entities and tags to the articles page

v3.9.0

01 Nov 10:23
Compare
Choose a tag to compare
  • Collection filters added
  • Filters for owned and starred entities
  • Allow filtering by multiple entities
  • Entities and tag filters can use either AND or OR filtering for the entities. Visible in the UI once more than 1 is selected.
  • Minor fixes to UI and routing