Version Packages

This commit is contained in:
github-actions[bot]
2021-10-21 13:28:13 +00:00
parent b61c50a12f
commit bf5090e59d
166 changed files with 898 additions and 706 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/plugin-techdocs
## 0.12.3
### Patch Changes
- ba5b75ed2f: Add `<EntityListDocsGrid>` as an alternative to `<EntityListDocsTable>` that
shows a grid of card instead of table.
Extend `<DocsCardGrid>` to display the entity title of the entity instead of the
name if available.
- 177401b571: Display entity title (if defined) in titles of TechDocs search results
- cdf8ca6111: Only replace the shadow dom if the content is changed to avoid a flickering UI.
- Updated dependencies
- @backstage/core-components@0.7.1
- @backstage/errors@0.1.3
- @backstage/core-plugin-api@0.1.11
- @backstage/plugin-catalog@0.7.2
- @backstage/plugin-catalog-react@0.6.1
- @backstage/catalog-model@0.9.5
## 0.12.2
### Patch Changes