# chirp-ui 0.2.4

URL: /chirp-ui/releases/0.2.4/
Section: releases
Description: Release 0.2.4

---

> For a complete page index, fetch /chirp-ui/llms.txt.

## Install

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

With Chirp:

```bash
pip install "bengal-chirp[ui]"
```

## What's Fixed

- **Pre-hydration safety** — `modal_overlay` and `tray` now render with a static `--closed` class so they don't block clicks before Alpine hydrates.
- **x-cloak on interactive elements** — `dropdown_select`, `dropdown_split`, and all "Copied!" spans get `x-cloak` to prevent flash of unstyled content.
- **HTMX correctness for nav_link** — `nav_link` now includes `hx-select="#page-content"` for proper fragment targeting.
- **Inline edit cancel** — Cancel link gets `hx-boost="false"` and `hx-select="unset"` so it doesn't inherit boost behavior.

## Links

- [PyPI](https://pypi.org/project/chirp-ui/)
- [GitHub](https://github.com/lbliii/chirp-ui)
