Skip to content

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 05 Oct 12:18
b505e95

0.15.0 (2025-10-05)

⚠ BREAKING CHANGES

  • Remove deprecated plugin export from "playwright-ghost". Now plugins are only available from "playwright-ghost/plugins":

    import plugins from "playwright-ghost/plugins";

Bug Fixes

  • plugin/userAgent: Change user agent with Firefox. (dfbfd5f)
  • plugin/xvfb: Support Chromium 140 (with use Wayland). (4c8d50b)
  • Remove deprecated plugins. (0d12cff)