chirp-ui 0.2.4

Release 0.2.4

Install

pip install chirp-ui==0.2.4
# or
uv add chirp-ui==0.2.4

With Chirp:

pip install "bengal-chirp[ui]"

What's Fixed

  • Pre-hydration safetymodal_overlay and tray now render with a static --closedclass so they don't block clicks before Alpine hydrates.
  • x-cloak on interactive elementsdropdown_select, dropdown_split, and all "Copied!" spans get x-cloakto prevent flash of unstyled content.
  • HTMX correctness for nav_linknav_link now includes hx-select="#page-content"for proper fragment targeting.
  • Inline edit cancel — Cancel link getshx-boost="false" and hx-select="unset"so it doesn't inherit boost behavior.