# chirp-ui 0.11.4

URL: https://lbliii.github.io/chirp-ui/releases/0.11.4/
Section: releases
Description: Release 0.11.4

---

> For a complete page index, fetch https://lbliii.github.io/chirp-ui/llms.txt.

This patch closes the final semantic warning found by exporting a real
Markdown-heavy Chirp documentation page after the 0.11.3 rollout.

## Install

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

## Fixed

- Chromium no longer emits invalid custom `Strong` and `Em` structure tags in
  the verified PDF 1.x output.
- Strong and emphasis text remains visibly styled and searchable in the PDF.
- The print lifecycle restores the exact prior role state after printing.
- The stress fixture now contains real `<strong>` and `<em>` content, and the
  Poppler verifier rejects any structure warning.

## Changed

- Required CI now includes focused Playwright smoke for composer sending,
  context-menu dismissal and focus restoration, and menubar roving focus.

The live Chirp fragments page supplied the reproduction that exposed the gap;
the same page is used for post-deployment verification.
