diff --git a/.changeset/empty-years-grow.md b/.changeset/empty-years-grow.md new file mode 100644 index 0000000000..864b97ae5c --- /dev/null +++ b/.changeset/empty-years-grow.md @@ -0,0 +1,5 @@ +--- +'@backstage/ui': minor +--- + +DataTable is now Table in Backstage UI. We are removing the raw Table component to only have a single option for users to choose. This new Table component is using TanStack Table under the hood.