made two different changeset for OverflowTooltip in core and usage in plugins

This commit is contained in:
Kiran Patel
2021-02-10 11:26:26 +11:00
parent 1ec172a084
commit 2c1f2a7c21
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -1,9 +1,6 @@
---
'@backstage/core': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-catalog': patch
---
Introduced generic OverflowTooltip component for cases where longer text needs to be truncated with ellipsis and show hover tooltip with full text. This is particularly useful in the cases where longer description text is rendered in table. e.g. CatalogTable and ApiExplorerTable.
Changes made in CatalogTable and ApiExplorerTable for using the OverflowTooltip component for truncating large description and showing tooltip on hover-over.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Introduced generic OverflowTooltip component for cases where longer text needs to be truncated with ellipsis and show hover tooltip with full text. This is particularly useful in the cases where longer description text is rendered in table. e.g. CatalogTable and ApiExplorerTable.