From 36d9e1b56e462f08735f505db839a1317d168a97 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Fri, 13 Mar 2026 09:44:05 +0000 Subject: [PATCH] docs(ui): update changeset with affected component Signed-off-by: Jonathan Roebuck --- .changeset/bui-table-skeleton-loading.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/bui-table-skeleton-loading.md b/.changeset/bui-table-skeleton-loading.md index 4a2d8aaea4..df20393c50 100644 --- a/.changeset/bui-table-skeleton-loading.md +++ b/.changeset/bui-table-skeleton-loading.md @@ -2,4 +2,6 @@ '@backstage/ui': patch --- -Improved the `Table` component loading state to show a skeleton UI with visible headers instead of plain "Loading..." text. The table now renders its full structure during loading, with animated skeleton rows in place of data. The loading state includes accessibility support via a screen reader live-region announcement. +Improved the `Table` component loading state to show a skeleton UI with visible headers instead of plain "Loading..." text. The table now renders its full structure during loading, with animated skeleton rows in place of data. The loading state includes proper accessibility support with `aria-busy` on the table and screen reader announcements. + +Affected components: Table