Releases: drodil/backstage-plugin-qeta
Releases · drodil/backstage-plugin-qeta
v3.10.5
fix: restore error prop for markdown editor
v3.10.4
fix: add missing emotion dependencies
v3.10.3
chore: add mention about mui5 to README
v3.10.2
chore: update mui icons
v3.10.1
Fixed MUI5 deprecated makeStyles
to work with React18+
v3.10.0
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
fix: tag input not showing without pre-existing tags closes #235
v3.9.2
Fixed issue with too many entities in requests
v3.9.1
- Fix hot articles list filter
- Add also followed entities and tags to the articles page
v3.9.0
- Collection filters added
- Filters for owned and starred entities
- Allow filtering by multiple entities
- Entities and tag filters can use either
AND
orOR
filtering for the entities. Visible in the UI once more than 1 is selected. - Minor fixes to UI and routing