v0.1.11
1b5d/llm-apiv0.1.11May 1, 2026by yury-s
AI Summary
Fixes a bug in the dashboard annotation tool that caused empty screenshots when using a null viewport.
Key Highlights
- Fixes `playwright-cli annotate` against headed browsers with `viewport: null`.
- Dashboard now falls back to `window.innerWidth/innerHeight` when the viewport is null.
- Addresses issues with annotation rendering in specific browser configurations.
New Features
- Fixed null viewport handling in annotation tool
Full Release Notes
## Fixes - **`fix(dashboard): handle null viewport in annotate screenshot`** — `playwright-cli annotate` against a headed browser launched with `viewport: null` produced an empty annotated screenshot; the dashboard now falls back to `window.innerWidth/innerHeight`. ([microsoft/playwright#40569](https://github.com/microsoft/playwright/pull/40569))