Release notesChangelog Tracking every release of Kaeyros UI — features added, things changed, fixes shipped, and the rare breaking change.
• Unified single component folder: deleted `components/ui/`, everything now lives in `components/kaeyros/` (191 files). • Removed all "PrimeReact" branding from public surfaces — references replaced with "Kaeyros". • `ConfirmationModal` now ships as a backwards-compatible shim — prefer the new `ConfirmDialog` API for new code. • Download API routes: `/api/component/[name]` (single .tsx) and `/api/components-zip` (full bundle). • 12 new components: KaeyrosAccordion, KaeyrosBreadcrumb, OrganizationChart, TreeTable, KeyFilter, KaeyrosSteps, KaeyrosToolbar, KaeyrosDock, OverlayPanel, KaeyrosSidebar, KaeyrosColorPicker, TabView. • Audit page at `/library/comparison` — old vs new component verdict. • Getting Started + Theming + Changelog pages. • Sidebar search filter, collapsible groups, breadcrumb in topbar. • Sidebar reorganized: Get Started · Form · Data · Display · Layout · Templates (no more Kaeyros split). • DocComponent visual upgrade: better typography, hero with props badge, tab-styled FEATURES/API navigation, improved code-block with JSX/TSX/JS toggles. • Library overview rebuilt with stats card, gradient hero, and a download CTA.
• KaeyrosDataTable (full sort/filter/paginate/checkbox-selection). • KaeyrosChart with 6 chart types (line, bar, doughnut, pie, polar, radar). • KaeyrosCalendar (single, multiple, range, inline modes). • KaeyrosCarousel, KaeyrosTimeline, KaeyrosToast, KaeyrosAvatar/Group. • 20 PrimeReact-style components: KaeyrosButton, InputNumber, Password, AutoComplete, Chips, Knob, Galleria, Tree, MegaMenu, etc. • Templates page now lists 9 full project templates with Preview buttons. • CLI Reference page added with publishing workflow.
• CLI tool (`npx kaeyros-ui@latest init`) with 9 templates: dashboard-analytics, booking-system, admin-panel, saas-platform, restaurant-pos, marketplace, oim-platform, analytics-map-dashboard, admin-crm. • 34 domain-specific components from real client projects: OpportunityCard, FilterSidebar, KPICard, ProgressBanner, ConfirmationModal, DataDetailCard, GenericWidget, etc. • Hydration error: `<button>` nested inside `<button>` in conversation-list. • Page scrolling: only sidebar and content scroll now, not the whole page. • First public preview with shadcn/ui-based components. • 24 library categories: Buttons, Inputs, Forms, Tables, Charts, Auth, Dashboards, etc. • Showcase page with theme variants. Format inspired by Keep a Changelog .