Files
backstage/.changeset/2826.md
T
Jesko Steinberg 6d97d2d6f9 feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826)
* fix(github-actions): change RecentWorkflowRunsCard to InfoCard

* feat: format entity page overview page

* feat: replace InfoCard variant 'height100' with 'gridItem'

* fix: deprecate usage of InfoCard variant height100
2020-10-20 20:20:30 +02:00

869 B

example-app, @backstage/core, @backstage/create-app, @backstage/plugin-catalog, @backstage/plugin-github-actions, @backstage/plugin-jenkins, @backstage/plugin-lighthouse
example-app @backstage/core @backstage/create-app @backstage/plugin-catalog @backstage/plugin-github-actions @backstage/plugin-jenkins @backstage/plugin-lighthouse
minor minor minor minor minor minor minor

The InfoCard variant 'height100' is deprecated. Use variant 'gridItem' instead.

When the InfoCard is displayed as a grid item within a grid, you may want items to have the same height for all items. Set to the 'gridItem' variant to display the InfoCard with full height suitable for Grid: <InfoCard variant="gridItem">...</InfoCard>

Changed the InfoCards in '@backstage/plugin-github-actions', '@backstage/plugin-jenkins', '@backstage/plugin-lighthouse' to pass an optional variant to the corresponding card of the plugin.

As a result the overview content of the EntityPage shows cards with full height suitable for Grid.