diff --git a/.changeset/poor-roses-hang.md b/.changeset/poor-roses-hang.md index bc32b76f6f..028df6a7c6 100644 --- a/.changeset/poor-roses-hang.md +++ b/.changeset/poor-roses-hang.md @@ -2,6 +2,6 @@ '@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. +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`. +Document and improve the props of ``. Previously, the `options` prop was `any`.