diff --git a/.changeset/small-bikes-enjoy.md b/.changeset/small-bikes-enjoy.md index ffab05ec7b..2b624ece2f 100644 --- a/.changeset/small-bikes-enjoy.md +++ b/.changeset/small-bikes-enjoy.md @@ -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. diff --git a/.changeset/tricky-birds-appear.md b/.changeset/tricky-birds-appear.md new file mode 100644 index 0000000000..ce1792c5da --- /dev/null +++ b/.changeset/tricky-birds-appear.md @@ -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.