Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
shadcn-ui/uiv4.x
30 releases

TL;DR

This update introduces React Aria support (accessible UI primitive library) and critical security patches for the registry.

New

  • Added support for React Aria to improve component accessibility and behavior.

Fixes Worth Knowing

  • Patched security vulnerabilities including path traversal (unauthorized file access), credential leakage during redirects, and flag injection during package installation.
shadcn-ui/uiv0.x
22 releases

TL;DR

The shadcn-ui library improves the responsiveness of the MessageScroller component (chat-like display), ensuring smooth scrolling and accurate anchoring during streamed content updates.

Fixes Worth Knowing

MessageScroller now handles fast-streaming content more reliably. Scrolling won’t flicker, the view will stay anchored to new messages, and the component avoids performance warnings related to resize observers.

shadcn-ui/uiv3.x
23 releases

TL;DR

shadcn-ui now correctly handles nested asChild components (allowing more flexible customization), resolving issues with complex component compositions.

Fixes Worth Knowing

  • Fixed an issue where nested asChild components (component composition) weren’t rendering correctly.

Before You Upgrade

  • If you are using deeply nested component compositions with asChild, verify your layouts after upgrading.
shadcn-ui/uiv2.x
32 releases

TL;DR

shadcn-ui now supports using environment variables (system configuration values) in both the schema and registry, increasing flexibility for dynamic configurations.

New

  • Environment variables are now supported in schema definitions.
  • Environment variables are now supported in the shadcn registry.