# v1.1.1 **Category**: react **URL**: https://www.blakeui.com/en/docs/react/releases/v1-1-1 **Source**: https://raw.githubusercontent.com/myblakebox/BlakeUI/refs/heads/main/apps/docs/content/docs/en/react/releases/v1-1-1.mdx > Table primary variant redesigned with a floating-card look, refined selection states, and consistent header rounding. ***
June 14, 2026
A focused update redesigning the Table's primary variant toward a cleaner, card-based look, with refinements to selection, resizing, and header consistency. ## Installation ```bash npm i @blakeui/styles@latest @blakeui/react@latest ``` ```bash pnpm add @blakeui/styles@latest @blakeui/react@latest ``` ```bash yarn add @blakeui/styles@latest @blakeui/react@latest ``` ```bash bun add @blakeui/styles@latest @blakeui/react@latest ``` **Using AI assistants?** Simply prompt "Hey Cursor, update BlakeUI to the latest version" and your AI assistant will automatically compare versions and apply the necessary changes. Learn more about the [BlakeUI MCP Server](/docs/react/getting-started/mcp-server). ## Improvements ### Table — redesigned primary variant The primary Table variant now renders as a floating card: a surface card with a soft shadow, a rounded header pill in the default color, a gap between the header and body, and borderless rows for a lighter, more scannable layout. ### Table — refined selection and interaction Contiguous selected rows now merge into a single rounded block instead of separate per-row pills, with rounded hover highlights on individual rows. Column-resize grips are now full-height for a clearer resize affordance. ### Table — consistent headers Header titles now match the data text (default foreground color, medium weight) for better prominence, and the header renders as one cohesive rounded pill across standard, paginated, async, and virtualized tables. ## Fixes - The Actions column header now aligns to the start like the other columns, while action buttons stay right-aligned. - Fixed the header gap in the async-loading table and the header rounding in the virtualized table. ## Links - [Table component](/docs/react/components/table) - [Component Docs](/docs/react/components) - [GitHub Repository](https://github.com/myblakebox/BlakeUI)