From 3f7e4f1527a69d25daaa453fcb4f368eac9a79b9 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 10 Apr 2025 19:04:42 +0200 Subject: [PATCH] changesets: added changesets for catalog NFS polish Signed-off-by: Patrik Oldsberg --- .changeset/brown-pans-guess.md | 5 +++++ .changeset/kind-pianos-fold.md | 5 +++++ .changeset/rare-olives-lay.md | 5 +++++ .changeset/wet-towns-laugh.md | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changeset/brown-pans-guess.md create mode 100644 .changeset/kind-pianos-fold.md create mode 100644 .changeset/rare-olives-lay.md create mode 100644 .changeset/wet-towns-laugh.md diff --git a/.changeset/brown-pans-guess.md b/.changeset/brown-pans-guess.md new file mode 100644 index 0000000000..e6ba4ee465 --- /dev/null +++ b/.changeset/brown-pans-guess.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Fixed the layout of summary cards in the new frontend system, ensuring that the horizontal scroll grid doesn't grow too large as well as tweaked its scrolling parameters. diff --git a/.changeset/kind-pianos-fold.md b/.changeset/kind-pianos-fold.md new file mode 100644 index 0000000000..a0c2bf39bc --- /dev/null +++ b/.changeset/kind-pianos-fold.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +The about, links, and labels card now all have the `info` card type by default in the new frontend system. diff --git a/.changeset/rare-olives-lay.md b/.changeset/rare-olives-lay.md new file mode 100644 index 0000000000..0807e244ac --- /dev/null +++ b/.changeset/rare-olives-lay.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Added a new `overview` entity content group for the new frontend system. diff --git a/.changeset/wet-towns-laugh.md b/.changeset/wet-towns-laugh.md new file mode 100644 index 0000000000..1e16e0b6d8 --- /dev/null +++ b/.changeset/wet-towns-laugh.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +The overview content is now part of the overview group by default in the new frontend system.