Releases: UnboundedTechnologies/AstralUI
v0.1.10
v0.1.9
Complete the indigo, cyan, lime and pink palettes (shades 4-8). Previously these were partial (cyan 6/8, indigo 6) or missing (lime, pink), so referencing var(--astral-color-{name}-5/6/7) yielded an invalid value that dropped the whole CSS shorthand (e.g. card borders rendered with no outline). Now filled out with the standard open-color values to match the other palettes.
v0.1.8
Add the animated Collapsible component - a folding panel that eases open AND closed via an exact measured max-height (grid 0fr/1fr snaps shut on collapse in some browsers), with chevron rotation, ResizeObserver-tracked height, controlled/uncontrolled modes, and a reduced-motion guard. Exported from the package, bundled into styles.css, and documented in the docs + playground.
v0.1.7
Add SearchInput - a clearable search field (leading icon + clear button) built on the au-* tokens.
v0.1.6
Add global --au-accent token (#EF8E2E warm orange secondary accent), completing parity with SalesNext's id-* token layer.
v0.1.5
Fix: a stray */ inside the charts.css comment prematurely closed it, which could break the .au-spark rule. Comment reworded; stylesheet now parses cleanly.
v0.1.4
Adds generic Avatar (image + initials fallback) and a presentational StatusBadge (prop-driven color/label, no i18n).
v0.1.3
Charts: Sparkline, Delta, Donut, FunnelBars, StackedBars (pure SVG, prop-driven). Auth surface: AuthShell/AuthCard + au-auth-* classes. ConfirmModal dialog.
v0.1.2
Adds decorative backgrounds: SpaceBackground (animated starfield) and GridBackground (masked technical grid), plus the .astral-space-bg / .astral-stars / .astral-grid-bg classes.
v0.1.1
Full Changelog: v0.1.0...v0.1.1