Update .changeset/poor-roses-hang.md

Co-authored-by: Vincenzo Scamporlino <me@vinzscam.dev>
Signed-off-by: Boris Bera <dotboris@users.noreply.github.com>
This commit is contained in:
Boris Bera
2023-11-07 13:50:26 -05:00
committed by GitHub
parent 35be92c53e
commit 69ae983470
+2 -2
View File
@@ -2,6 +2,6 @@
'@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.
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`.
Document and improve the props of `<StructuredMetadataTable />`. Previously, the `options` prop was `any`.