Add changeset for StructuredMetadataTable improvements

Signed-off-by: Boris Bera <beraboris@gmail.com>
This commit is contained in:
Boris Bera
2023-11-05 07:41:05 -05:00
parent f4056eb937
commit 66071b42c0
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core-components': patch
---
Make the `options.titleFormat` prop of `<StructuredMetadataTable>` 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 `<StructuredMetadataTable>`. Previously, the `options` prop was `any`.