Skip to content
DocsSupportPricing
Roadmap (has updates coming soon)XFigma3.3K
Overview
  • Introduction
  • Get Started
  • License Setup
  • Styling
  • Registry
  • MCP Server
  • Agent Skills
  • RTL
  • Changelog
MCP Server
  • Claude
  • CodexCodexCodex
  • Cursor
  • Grok
  • Conductor
  • v0
  • Lovable
  • Replit
  • Bolt
  • OpenCode
  • VS Code
  • GitHub Copilot
  • Kilo Code
  • Zed
  • Antigravity
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

Previous

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-table getCoreRowModel / getSortedRowModel / getFilteredRowModel / getPaginationRowModel wiring - Docs.
  • New public surface on the installed primitive: the ready-made dataGridFeatures bundle, plus the DataGridFeatures, DataGridTableInstance, DataGridColumnMeta and DataGridLayoutProps types - Docs.
  • Installing the grid no longer widens TanStack's ColumnMeta for every other table in your app. The global module augmentation is gone, replaced by a DataGridColumnMeta interface wired through the bundle's columnMeta slot - 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's Subscribe instead, 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 / right to start / end. That covers initialState.columnPinning, column.pin() and getIsPinned(), and the emitted data-pinned, data-last-col and data-outer-pinned-col attributes. CSS selecting [data-pinned="left"] needs updating to [data-pinned="start"] - Docs.
  • DataGridProps takes a leading TFeatures generic, useDataGrid is generic, and the sub-component prop types are feature-parameterized. VisibilityState is now ColumnVisibilityState - Docs.
  • The grid needs @tanstack/react-table v9 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 dropIndicator prop, 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.autoSize stay 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 xs and sm sizes 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 getSubRows at any depth, with the DataGridTableRowExpand toggle 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:

  • Data Grid - Preview.
  • Event Calendar - Preview.
  • Gantt - Preview.

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:

  • 5 Event Calendar example components - Preview.
  • 5 Gantt example components - Preview.

New Pro Blocks:

  • New Event Calendar block - Preview.
  • New Gantt block - Preview.
  • New editable Data Grid block - Preview.

Primitive improvements:

  • Data Grid - Preview.
  • Filters - Preview.
  • Sortable - Preview.
  • Kanban - Preview.
  • Stepper - Preview.

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.
RTL

On This Page

v2.2.0 - 5 August, 2026.v2.1.8 - 2 August, 2026.v2.1.7 - 29 July, 2026.v2.1.6 - 24 July, 2026.v2.1.5 - 20 July, 2026.v2.1.0 - 30 June, 2026.v2.0.1 - 17 March, 2026.v1 - Legacy

Application

  • App Shell
  • Auth
  • Card
  • Chart
  • Dashboard
  • Dialog
  • Empty State
  • Event CalendarThree new event calendar blocks added
  • Form
  • GanttNew gantt block added
  • Kanban Board
  • List
  • Navbar
  • Onboarding
  • Profile
  • Schedule
  • Settings
  • Sheet
  • Stats
  • Timeline
  • Wizard

Solutions

  • Agents
  • AI Ops
  • Analytics
  • Billing
  • Bookings
  • CRM
  • Files
  • Inventory
  • Users

Templates

  • E-commerce
  • SaaS
  • Dashboard
  • Landing
  • All templates

eCommerce

  • Category Card
  • Checkout
  • Comparison
  • Coupon
  • Filter Sidebar
  • Product Card
  • Product Detail
  • Product Grid
  • Receipt
  • Review
  • Shopping Cart
  • Wishlist

Data Grid

  • Base
  • Columns
  • Drag & DropNew drag and drop Data Grid block added
  • EditingNew editable Data Grid block added
  • Expansion
  • Filtering
  • GroupingFour new grouped and tree Data Grid blocks added
  • Virtualization

Marketing

  • Blog
  • Contact
  • CTA
  • FAQ

Resources

  • Components
  • Blocks
  • Docs
  • Support
  • Pricing
  • Roadmap(has updates coming soon)
  • AffiliateSoon

Legal

  • Privacy Policy
  • Terms & Conditions
  • License
  • Refunds
  • Cookies

© 2026 ReUI. All rights reserved.

3.3K