v0.1.11

sergeyzwezdin/hubav0.1.11May 1, 2026by yury-s

AI Summary

Fixes a dashboard annotation issue where null viewport configurations resulted in empty screenshots by falling back to window dimensions.

Key Highlights

  • Dashboard now handles null viewport in annotate screenshot correctly.

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))