From ea4a5be8f31a50d0b6b379ac888f6905e2ac5283 Mon Sep 17 00:00:00 2001 From: Maximilian Vorbrodt Date: Mon, 21 Nov 2022 11:29:45 +0100 Subject: [PATCH] update changeset Signed-off-by: Maximilian Vorbrodt --- .changeset/hip-stingrays-kneel.md | 5 +++++ .changeset/lucky-carrots-stare.md | 6 ------ .changeset/new-bugs-march.md | 5 +++++ 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .changeset/hip-stingrays-kneel.md delete mode 100644 .changeset/lucky-carrots-stare.md create mode 100644 .changeset/new-bugs-march.md diff --git a/.changeset/hip-stingrays-kneel.md b/.changeset/hip-stingrays-kneel.md new file mode 100644 index 0000000000..1a8142b7c9 --- /dev/null +++ b/.changeset/hip-stingrays-kneel.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +Create a minHeight variable and add a prop named 'fit' for determining if the graph height should grow or be contained. diff --git a/.changeset/lucky-carrots-stare.md b/.changeset/lucky-carrots-stare.md deleted file mode 100644 index 81ad1b7268..0000000000 --- a/.changeset/lucky-carrots-stare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@backstage/core-components': patch -'@backstage/plugin-explore': patch ---- - -Adds a background to GroupsDiagram and makes the graph fill up all the visible space on the page for, making it so the user does not have to scroll up or down on the page. diff --git a/.changeset/new-bugs-march.md b/.changeset/new-bugs-march.md new file mode 100644 index 0000000000..346f5a151e --- /dev/null +++ b/.changeset/new-bugs-march.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-explore': patch +--- + +Adds styling to graph forcing it to always fill out the available space.