Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog .
[v0.6.0] — 2026-04-07
Added
- Landing page — New landing page with animated component showcase
- CI Registry Check — GitHub Actions workflow to validate the registry on every push
- Favicon & Apple Icon — Added site icons
Changed
- Registry — Reorganized structure under
registry/solar/
Fixed
- Alert — Fixed registry entry
- Date Picker — Fixed component and registry entry
- Dialog — Fixed component and added missing registry dependencies
- Pagination — Fixed component
- Select — Fixed component
- Sheet — Fixed component and added missing registry dependencies
- Sonner — Added missing registry dependencies
- CI — Removed duplicate component installation in workflow
[v0.5.0] — 2026-03-27
Added
- Phosphor Icons — Phosphor Icons library integrated into UI components and the shadcn registry
[v0.4.0] — 2026-03-22
Added
- Display — New typography component for large display text (6 size variants)
- Title — New typography component for headings (6 size variants)
- Body — New typography component for body text (Default and Compact variants)
- Code — New typography component for inline code snippets (Default and Compact variants)
- Figma Community file — First official Figma file release, available on the Figma Community
Changed
- Label — Updated component and documentation
- Empty — Renamed
variantprop tosize; addedillustrationprop support
Fixed
- Typography — Renamed Body Compact variant back to its correct name; rewrote Label docs with
<small>tag usage - Fonts — Moved Geist CSS variables to
<html>element in docs layout for correct font loading - Figma — Replaced placeholder URL with real Figma Community file link
[v0.3.0] — 2026-03-20
Added
- Input — Redesign with gradient background and gradient border
- Textarea — Redesign with gradient background and gradient border
- InputOTP — Redesign with gradient background and gradient border
- InputGroup — Redesign with gradient background and gradient border
- Select — Redesign with gradient background and gradient border
- Hero — Added install command copy input to hero section
Changed
- Registry — Renamed
solar-theme→solar-uiacross the registry
[0.2.0] — 2026-03-19
Added
- InputGroup — New password toggle example: second example transformed into a password visibility toggle
- InputGroup — Documentation updated to reflect the password toggle usage
Changed
- Button — Redesign of button variants with new design tokens
- Switch — Improved design with shadows
- Toggle — Updated component design
Fixed
- Build issue resolved (broken build after Button redesign)
- Footer Theming link corrected in the documentation
- Removed intro cards from
/docspage
[0.1.1] — 2026-03-16
Documentation improvements across the board — no API or component changes.
Documentation
- Homepage redesign — replaced plain navigation cards with an illustrated
DocCard/DocGridlayout covering all sections (Overview, Foundation, Theming, Core, Components, Charts) - Illustrated DocCard component — each category card now ships with a custom SVG illustration; 13 illustration issues fixed after initial release
- Installation commands updated —
npx shadcn@latest addURLs corrected for all 49 component pages - Sizing system section — new “Sizing system: default, compact, and responsive” section added to Introduction, documenting the two intentional size modes and the responsive token strategy
- Responsive Do/Don’t example — the button/input alignment example in Introduction now uses an icon-only
Buttonon mobile, matching real-world responsive patterns
[0.1.0] — 2026-03-15
Initial public release of Solar UI — 68 components built on shadcn/ui, Tailwind CSS v4, and Radix UI colors.
Components
Action
Button · Button Group · Toggle · Toggle Group
Form
Field · Input · Input Group · Input OTP · Textarea · Checkbox · Radio Group · Switch · Slider · Select · Combobox · Date Picker
Feedback
Tooltip · Hover Card · Popover · Alert · Alert Dialog · Badge · Kbd · Progress · Skeleton · Spinner · Sonner
Layout
Accordion · Card · Collapsible · Command · Dialog · Drawer · Empty · Separator · Sheet
Text
Label
Content
Avatar · Calendar · Carousel · Context Menu
Navigation
Breadcrumb · Dropdown Menu · Menubar · Navigation Menu · Pagination · Tabs
Data
Data Table · Item · Table
Chart
Area · Bar · Line · Pie · Radar · Radial
Design system
- Radix UI color scale — 6 color groups (
default,brand,error,success,warning,info), 12 steps each, accessible contrast guaranteed - Dark mode — automatic via Radix color scoping, no
dark:prefixes needed - Tailwind CSS v4 — CSS-first configuration, no
tailwind.config.jsrequired - Unified control height — all interactive controls aligned to
2.25rem - CSS variable theming — override any token to match your brand
Infrastructure
- shadcn-compatible registry — install any component with
npx shadcn@latest add https://solar-ui.com/r/[component].json - MCP server — Model Context Protocol endpoint for AI assistant integration at
https://solar-ui.com/api/mcp - Documentation site — built with Nextra , full-text search via Pagefind
- Vercel Analytics & Speed Insights — performance monitoring on the docs site