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.
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.
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.
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
asChildcomponents (component composition) weren’t rendering correctly.
Before You Upgrade
- If you are using deeply nested component compositions with
asChild, verify your layouts after upgrading.
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.