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.