Skip to content

Release v1.1.0

Choose a tag to compare

@edwinvakayil edwinvakayil released this 24 May 15:33
· 358 commits to main since this release

Summary

This release expands dual-provider support across most interactive components, making it easier to work with the same product-facing component API on top of either Radix UI or Base UI.

Highlights

  • Added Radix UI and Base UI support across most shared component docs and registry entries.
  • Unified the public component shape so supported components keep the same install flow and usage pattern across providers.

What Changed

  • Most interactive components now support both Radix UI and Base UI variants where equivalent primitives exist.
  • Component docs now surface provider switching more clearly while keeping the same product-facing usage story.
  • Shared docs controls were tightened to feel more compact and easier to scan.

Notes

  • Some components still ship as a single-provider implementation where an equivalent primitive is not available.
  • Supported shared components keep the same top-level API, so switching providers does not require rethinking the component’s role in the UI.