MCP Server
Components
- Alert
- Autocomplete
- Badge
- Data GridRebuilt on TanStack Table v9, with pinning now start/end
- Date Selector
- Event CalendarNew event calendar component with five views
- File Upload
- FiltersSizing and interaction refinements
- Frame
- GanttNew gantt component with day to year scales
- Icon Stack
- Icon TileNew icon tile component with five surface variants
- KanbanonValueCommit callback and accessibility improvements
- Number Field
- Phone Input
- Rating
- Scrollspy
- SortableonValueCommit callback and accessibility improvements
- StepperRender prop composition and styling refinements
- Timeline
- Tree
Changelog
Latest updates and announcements.
v2.2.0 - 5 August, 2026.
Data Grid on TanStack Table v9:
- TanStack Table v9 is a foundational rewrite upstream: features are modular and tree-shakeable, state moves onto TanStack Store for fine-grained reactivity, and the core row model is reported around 79% faster with far lower memory use - Release notes.
- The Data Grid primitive now runs on TanStack Table v9. Tables are created with
useTable({ features: dataGridFeatures }), so there is no more per-tablegetCoreRowModel/getSortedRowModel/getFilteredRowModel/getPaginationRowModelwiring - Docs. - New public surface on the installed primitive: the ready-made
dataGridFeaturesbundle, plus theDataGridFeatures,DataGridTableInstance,DataGridColumnMetaandDataGridLayoutPropstypes - Docs. - Installing the grid no longer widens TanStack's
ColumnMetafor every other table in your app. The global module augmentation is gone, replaced by aDataGridColumnMetainterface wired through the bundle'scolumnMetaslot - Docs. - The React Compiler opt-out is no longer the default.
"use no memo"came out of 362 of 396 registry files; the primitive reads state through TanStack'sSubscribeinstead, and the Data Grid examples that still need it carry a comment saying why - Docs. - All 30 Data Grid examples, the two Filters examples that drive a grid, and all 78 Pro blocks per base were regenerated on v9, in both the Base UI and Radix twins - Preview.
Breaking changes:
- Column pinning moved from
left/righttostart/end. That coversinitialState.columnPinning,column.pin()andgetIsPinned(), and the emitteddata-pinned,data-last-colanddata-outer-pinned-colattributes. CSS selecting[data-pinned="left"]needs updating to[data-pinned="start"]- Docs. DataGridPropstakes a leadingTFeaturesgeneric,useDataGridis generic, and the sub-component prop types are feature-parameterized.VisibilityStateis nowColumnVisibilityState- Docs.- The grid needs
@tanstack/react-tablev9 in your project. The docs ship a copy-paste migration prompt that walks a coding agent through the whole port - Docs.
Data Grid improvements:
- Row drag and drop holds the other rows still instead of sliding them apart, and marks the destination with an indicator bar. New
dropIndicatorprop, on by default - Preview. - The row drag clone is portalled to the document body and measured to the row it was lifted from, so it stays under the pointer inside containers that create a fixed-position containing block, and no longer grows on dense or wrapping rows - Preview.
- Columns marked
meta.autoSizestay resizable. A width you drag by hand is no longer overwritten by the next viewport measurement - Preview. - Column resizing draws a full-height indicator at the pointer, exposed as
data-slot="data-grid-table-resize-indicator"for styling - Preview. - New docs throughout: a TanStack Table v9 setup section, a pinned-cell attribute reference, a row reordering contract, and a rewritten React Compiler section - Docs.
New Pro Blocks:
- New Files category under Solutions, opening with Drive Explorer: a full-height file manager with a folder tree rail, a folders band, and switchable list and grid views driven by one table instance, plus view settings, bulk selection actions, and separate empty states for an empty folder and a filtered miss - Preview.
New Ultimate Icons:
- 76 new icons added, 638 in total across 30 categories - Preview.
Fixes & Improvements:
- The Icon Tile primitive scales its corner radius with the tile instead of using one flat value, so the softer styles no longer render their
xsandsmsizes as full circles - Preview. - Four new twin-parity test suites lock the grid's selection, pinning, sorting, pagination, visibility, resizing and row reordering across both bases.
- The MCP search index picked up 10 registry items that shipped but were not discoverable through search - Docs.
- Docs pages now paint their article immediately and stream the Copy Page button and frontmatter badges in behind it - Docs.
v2.1.8 - 2 August, 2026.
Data Grid tree rows:
- Tree rows in the Data Grid primitive - recursive
getSubRowsat any depth, with theDataGridTableRowExpandtoggle supplying per-level indentation - Preview. - Tree rows work with every existing feature: sorting keeps subtrees attached to their parents, pinned and resizable columns keep the indent intact, and virtualization treats expanded children as ordinary rows - Docs.
- Cross-parent row drag and drop in tree grids, with drop indicators and depth guides through
renderRowDecoration- Docs.
New Free Components:
- Tree rows example component - Preview.
New Pro Blocks:
- 4 grouped and tree Data Grid blocks, including a multi-level bill of materials with rolled-up cost and supply risk - Preview.
- New drag and drop Data Grid block - Preview.
- 3 new Event Calendar blocks - Preview.
- New Gantt block - Preview.
Fixes & Improvements:
- MCP OAuth refresh no longer invalidates a connection when a client re-presents the token it already rotated, so headless agents stay signed in - Docs.
- Connected apps on your account now show a disconnected connection instead of hiding it, with instructions to reconnect - Preview.
v2.1.7 - 29 July, 2026.
New Ultimate Templates:
- Atlas - Next.js admin dashboard template - Preview.
- Verve - Next.js CRM template - Preview.
- Overture - Next.js waitlist template - Preview.
- Surge - TanStack Start commerce admin template - Preview.
- Tempo - TanStack Start task management template - Preview.
- Manifest - Laravel and Inertia commerce admin template - Preview.
Primitive improvements:
Fixes & Improvements:
- Templates catalog with per-category pages, search, and light and dark screenshots - Preview.
v2.1.6 - 24 July, 2026.
New Free Primitives:
- New Icon Tile primitive with five surface variants (outline, elevated, soft, solid, frame) - Preview.
New Free Components:
- 16 Icon Tile example components - Preview.
v2.1.5 - 20 July, 2026.
New Free Primitives:
- New Event Calendar primitive with five views - Preview.
- New Gantt primitive with day to year scales - Preview.
New Free Components:
New Pro Blocks:
- New Event Calendar block - Preview.
- New Gantt block - Preview.
- New editable Data Grid block - Preview.
Primitive improvements:
Fixes & Improvements:
- MCP server authentication reliability and OAuth 2.1 compliance - Preview.
- Simpler installation steps and a cleaner code viewer across the component docs - Preview.
v2.1.0 - 30 June, 2026.
ReUI Pro:
- 485 Pro blocks across 5 groups: Application, Data Grid, Solutions, eCommerce, and Marketing - Preview.
- 562 Pro icons in 4 styles (Outline, Solid, Duotone, Filled), 2,248 variants in total - Preview.
v2.0.1 - 17 March, 2026.
Features:
- 20 new Input Group components added - Preview.
- 10 new Button Group components added - Preview.
- 5 new Card components added - Preview.
- 5 new Dropdown Menu components added - Preview.
- 6 new Data Grid components added - Preview.
- Data Grid Tanstack Virtualization added - Preview.
- Data Grid Row Pinning added - Preview.
Fixes & Improvements:
- Sortable component improvements for Mobile devices - Preview.
- Kanban component improvements for Mobile devices - Preview.
- Incorrect Filters component input height in small size.. Preview.
v1 - Legacy
- Full ReUI v1 changelog - Preview.