LibraryGet StartedChangelog
Release notes

Changelog

Tracking every release of Kaeyros UI — features added, things changed, fixes shipped, and the rare breaking change.

v1.0.0

latest2026-05-05
Breaking
  • •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.
Added
  • •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.
Changed
  • •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.

v0.9.0

stable2026-04-28
Added
  • •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.
Changed
  • •Templates page now lists 9 full project templates with Preview buttons.
  • •CLI Reference page added with publishing workflow.

v0.8.0

stable2026-04-15
Added
  • •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.
Fixed
  • •Hydration error: `<button>` nested inside `<button>` in conversation-list.
  • •Page scrolling: only sidebar and content scroll now, not the whole page.

v0.5.0

beta2026-03-30
Added
  • •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.