From 4bd75da4cf0b2f80ad76bd915c0c5d1db28e6ac4 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Thu, 12 Mar 2026 17:18:18 +0000 Subject: [PATCH] docs(ui): fix changeset wording for Table loading state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove inaccurate aria-busy claim from changeset — react-aria-components does not forward it to the DOM. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Jonathan Roebuck --- .changeset/bui-table-skeleton-loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/bui-table-skeleton-loading.md b/.changeset/bui-table-skeleton-loading.md index a2e050e6b5..4a2d8aaea4 100644 --- a/.changeset/bui-table-skeleton-loading.md +++ b/.changeset/bui-table-skeleton-loading.md @@ -2,4 +2,4 @@ '@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 proper accessibility support with `aria-busy` on the table and screen reader announcements. +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.