From 69ae9834701127cd67b24889f8f04998c60b6a17 Mon Sep 17 00:00:00 2001 From: Boris Bera Date: Tue, 7 Nov 2023 13:50:26 -0500 Subject: [PATCH] Update .changeset/poor-roses-hang.md Co-authored-by: Vincenzo Scamporlino Signed-off-by: Boris Bera --- .changeset/poor-roses-hang.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.