From b94006200dbd4eb0aa363249d31b3b3f5775343a Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 9 Oct 2025 15:53:57 +0200 Subject: [PATCH] ui: data attributes changesets Signed-off-by: Vincenzo Scamporlino --- .changeset/open-symbols-find.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/open-symbols-find.md diff --git a/.changeset/open-symbols-find.md b/.changeset/open-symbols-find.md new file mode 100644 index 0000000000..a7d4908980 --- /dev/null +++ b/.changeset/open-symbols-find.md @@ -0,0 +1,5 @@ +--- +'@backstage/ui': patch +--- + +Added support for data attributes in ``, ``, ``, and `` components, ensuring they are correctly applied to the rendered elements.