Skip to main content

Changelog

Every release. New components, improvements, fixes, and the occasional breaking change — each labelled with a coloured tag so you can scan the diff in seconds.

v1.2.0

July 2026

Latest

v1.2.0

July 2026
  • NewCharts component — line, bar, area, and pie via Recharts.
  • NewCollapsible with smooth expand/collapse.
  • NewResizable panels with drag handles.
  • NewScroll Area with custom styled scrollbars.
  • NewNavigation Menu with accessible dropdowns.
  • ImprovedSidebar supports collapsible + mobile drawer variants.
  • ImprovedTable virtualised rows for large datasets.
  • FixedDialog focus trap restores focus on close.
  • FixedTooltip viewport-edge positioning.

v1.1.0

June 2026

v1.1.0

June 2026
  • NewDatePicker with range, min/max, locale support.
  • NewCalendar for inline selection.
  • NewCommand Palette — fuzzy search, keyboard nav, nested groups.
  • NewHoverCard for rich hover previews.
  • NewDesign Tokens foundation page.
  • ImprovedInput supports leading/trailing addons.
  • ImprovedBadge added outline and dot variants.
  • FixedSelect vs Modal z-index conflict.
  • FixedAccordion open/close animation jank.
  • FixedToast respects reduced-motion.

v1.0.0

May 2026 — Initial stable release

v1.0.0

May 2026
  • NewCore: Button, Card, Input, Badge, Alert, Avatar, Tooltip, Popover, Skeleton.
  • NewForm: Select, Checkbox, Switch, Textarea, Dialog, Modal.
  • NewNav: Tabs, Accordion, Breadcrumb, Pagination, Dropdown, Table.
  • NewFeedback: Toast, Progress, Separator.
  • NewFoundation docs — Colors, Typography, Spacing, Radius.
  • NewFull dark mode across every component.
  • NewFramer Motion animations with reduced-motion fallbacks.
  • ImprovedConsistent API patterns with composable props.

v0.9.0 · Beta

April 2026

v0.9.0

April 2026
  • NewBeta release with 20+ components.
  • NewGetting Started guides + CLI tooling.
  • NewInteractive playground with live code previews.
  • NewFull a11y audit — WCAG 2.1 AA compliant.
  • ImprovedBundle size down 35% via tree-shaking.
  • FixedSSR hydration mismatch in Tooltip / Popover.
  • BreakingRenamed variant to appearance (reverted in v1.0.0).

Versioning policy

We follow semantic versioning. Read the label, know the risk.

Major

X.0.0

Breaking changes. Migration guide + codemod provided when possible.

Minor

x.Y.0

New components, features, non-breaking improvements. Safe to upgrade.

Patch

x.y.Z

Bug fixes only. Always safe to upgrade immediately.

Check your version

Terminal
bash
pnpm list @aidash/components
Info
Follow the release feed at GitHub releases — every entry links back to the commits shipped.