Releases: liamkillingback/aurora-ui
Releases · liamkillingback/aurora-ui
Release list
Aurora UI v0.1.1
Interaction & layout fixes from a full visual/interaction QA pass of the component lab (all backward compatible).
Fixed
- Overlays (dialog / alert dialog / drawer) now open from their triggers — hooks observe
data-aui-open; the drawer calls nativeshow()/showModal(); the dialog is centered against consumer resets. - Tooltip renders (hook moved to the bubble instead of hiding the trigger).
- Popover opens via the native
showPopover()API (matches its:popover-openCSS). - Command palette opens from its visible button; combobox hook now activates.
- Gallery is a multi-column grid again.
- Copy buttons work (unique story ids); the lab/example ignore
aui:*hook events instead of crashing.
184 tests pass. See the CHANGELOG.
Aurora UI v0.1.0
First public release of Aurora UI — a free, MIT-licensed Phoenix LiveView + Tailwind UI kit.
Highlights
- 15 component families as accessible
Phoenix.Componentfunctions with complete interaction states (WCAG 2.2 AA). - Semantic token system with independent, contrast-validated light & dark themes — theme by overriding
--aui-*, no fork required. - Pay only for what you render: core hooks are lightweight; the command palette, enhanced combobox, advanced motion, and Three.js scene are lazily code-split.
- Docs + component lab, an immersive constellation, and a coherent example app ("Nimbus"), all in
demo/. - Ethical, opt-in newsletter funnel — the source is never gated.
Install
{:aurora_ui, "~> 0.1"}See the README, compatibility policy, and accessibility statement.
Full notes in CHANGELOG.md.