Skip to content

Releases: UnboundedTechnologies/AstralUI

v0.1.10

10 Jun 07:39

Choose a tag to compare

Toast system: cap the visible stack (max 4 at once; extras queue and surface as visible ones clear) and fade out on dismiss (new au-toast-out animation on both auto-close and manual close).

v0.1.9

07 Jun 03:29

Choose a tag to compare

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

06 Jun 23:41

Choose a tag to compare

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

06 Jun 21:36

Choose a tag to compare

Add SearchInput - a clearable search field (leading icon + clear button) built on the au-* tokens.

v0.1.6

06 Jun 21:01

Choose a tag to compare

Add global --au-accent token (#EF8E2E warm orange secondary accent), completing parity with SalesNext's id-* token layer.

v0.1.5

06 Jun 20:31

Choose a tag to compare

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

06 Jun 20:09

Choose a tag to compare

Adds generic Avatar (image + initials fallback) and a presentational StatusBadge (prop-driven color/label, no i18n).

v0.1.3

06 Jun 19:59

Choose a tag to compare

Charts: Sparkline, Delta, Donut, FunnelBars, StackedBars (pure SVG, prop-driven). Auth surface: AuthShell/AuthCard + au-auth-* classes. ConfirmModal dialog.

v0.1.2

06 Jun 19:51

Choose a tag to compare

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

06 Jun 19:30

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1