Releases
v0.1.0-beta — 2026-05-24
Second pre-release. Four feature PRs land on top of alpha:
- HTML primitive styling —
@hexpunk/core/elements.css(token-driven preflight for native HTML primitives) + opt-in.hp-proseclass. New/getting-started/elements+/getting-started/prosewalkthroughs. - LaTeX math support — render-only
<hp-latex>primitive with consumer-registered renderer (zero math-engine dependency in core; KaTeX recommended). New<hp-copy>primitive extracted during the work, now powers every copy affordance in the system. - HTML code panels — all 116
<hp-code slot="code">panels across 51 showcase pages converted from JSX-wrapper to plain HTML markup that matches what Lit-native consumers paste directly. - Showcase redesign + hp-cluster / hp-grid refactor —
new
/componentsindex page (full-page-width<hp-grid layout="rows">with one<hp-cluster layout="honeycomb">per category), navbar Docs / Components / GitHub links, home page redesign (hero + setup snippet + rosette). Under the hood:<hp-cluster>gains alayoutattribute,<hp-grid>gainsspiralandrowspack strategies + fit-to-contentrecenter(), and thehp-grid.tsfile (1500+ lines) splits into a folder by concern.
See the full CHANGELOG.md for the complete entry list.
v0.1.0-alpha
Initial alpha. All 14 atoms shipped, plus 3 molecules
(<hp-grid>, <hp-cluster>, <hp-tether>),
bond detection, and post-animation settled events.
See the full CHANGELOG.md in the repo for the complete entry list.