From 66071b42c03d988665c6d75d08a92d162f2de92f Mon Sep 17 00:00:00 2001 From: Boris Bera Date: Sun, 5 Nov 2023 07:41:05 -0500 Subject: [PATCH] Add changeset for `StructuredMetadataTable` improvements Signed-off-by: Boris Bera --- .changeset/poor-roses-hang.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/poor-roses-hang.md diff --git a/.changeset/poor-roses-hang.md b/.changeset/poor-roses-hang.md new file mode 100644 index 0000000000..bc32b76f6f --- /dev/null +++ b/.changeset/poor-roses-hang.md @@ -0,0 +1,7 @@ +--- +'@backstage/core-components': patch +--- + +Make the `options.titleFormat` prop of `` apply to all keys including nested ones. Previously, this option would only apply to the root keys of the `metadata` prop. + +Document and improve the type of the `options.titleFormat` prop of ``. Previously, the `options` prop was `any`.