- Introduced Playwright Inspector GUI for line‑by‑line debugging, recording actions, selector generation and pause support (PWDEBUG=1, page.pause).
- Added new selector pseudo‑class :has‑text, automatic dialog dismissal, and new high‑level APIs such as browserType.connectOverCDP and <details>/<summary> element handling.
- Playwright for Python became stable with a snake_case API and an official Docker image; added Raspberry Pi support and the option to install only selected browsers.