Skip to content
Docs
May 2026

May 2026

Boids Ecosystem, Sibling Focus Nav, Gooey Tabs, Card Stack, live demos at /demo, and Tailwind CSS 4.3.

Four new components, live demos at /demo, significant updates to Fluid and Shift tabs and Speed Dial, and a toolchain pass (pnpm, Tailwind 4.3, shadcn/ui resync).

New components

Live demos

Full-page compositions at /demo/{group}/{item} with chrome that fades in on pointer activity, prev/next, a searchable picker, and keyboard shortcuts. Recipe notes and source panels sit below each demo; production build validates the demo registry.

Removed Scrolling Testimonials as a standalone component — that pattern now lives in the browse demo.

Improved components

Registry installs for all three tab variants now bundle animata/tabs/shared.ts for focus rings and arrow-key behavior.

Improvements

Migrated from Yarn 4 to pnpm. Upgraded Tailwind CSS to 4.3 and re-synced seventeen shadcn/ui primitives from https://animata.design/r/{category}/{name}.json. The shadcn:add script calls shadcn@latest. Docs use Instrument Sans and silver inline code chips; fenced blocks get line numbers after pretty-code. Animated Border Trail install steps no longer reference unused global CSS. Unpublished feature-cards docs and Commit Graph. Replaced bare transition utilities with explicit transition-* across animata.

Bug fixes

The command palette dialog scaled from the top-left after the shadcn sync — dropped legacy slide-in-from-* transforms on DialogContent that fought centered translate under Tailwind v4. Restored CardTitle and CardDescription as h3 and p after the registry sync had swapped them for generic divs.