Skip to content

Commit 8ecfaee

Browse files
chore(main): release 0.17.0 (#57)
1 parent 91c1db5 commit 8ecfaee

5 files changed

Lines changed: 35 additions & 5 deletions

File tree

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.16.0" }
1+
{ ".": "0.17.0" }

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/regseb/playwright-ghost/compare/v0.16.0...v0.17.0) (2026-01-09)
4+
5+
### Features
6+
7+
- Add support to BrowserType.connect and BrowserType.connectOverCDP.
8+
([480b31c](https://github.com/regseb/playwright-ghost/commit/480b31c1c1cadcf801df7a935e170d401231d999))
9+
- Add support to BrowserType.launchServer.
10+
([95810a1](https://github.com/regseb/playwright-ghost/commit/95810a1a05ad827a3a0bc6ea10eb28e436e5ee73))
11+
- Support "steps" in plugin humanize.cursor.
12+
([1d038fe](https://github.com/regseb/playwright-ghost/commit/1d038fe232f4aafc29e52e1a95a323108f1b71c7))
13+
- Support Bun.
14+
([8ab2cc9](https://github.com/regseb/playwright-ghost/commit/8ab2cc9ccb8ccb18173486dfa0ed4d87f1a650a6))
15+
16+
### Bug Fixes
17+
18+
- Do not re-export types that no longer exist.
19+
([cff3293](https://github.com/regseb/playwright-ghost/commit/cff3293878a401ccd58454286c7ceea9adfbf475))
20+
- **plugin/adblocker:** Wait blocking enable.
21+
([dcc4e2c](https://github.com/regseb/playwright-ghost/commit/dcc4e2c2c98b6508a8df7278b71eaec9f300577b))
22+
- **plugin/humanize/cursor:** Fix negative delay.
23+
([cf23a2c](https://github.com/regseb/playwright-ghost/commit/cf23a2cf96aa4ed4fe5c67ecce1ff546cb1066e0))
24+
- **plugin/sniffer:** Bypass CSP and optimize.
25+
([0f5766c](https://github.com/regseb/playwright-ghost/commit/0f5766c01095443cb7152a45d3a91771a110f5d2))
26+
- **plugin/weston:** Kill weston when persistent context is closed.
27+
([0f8496d](https://github.com/regseb/playwright-ghost/commit/0f8496dcf7c71fd92ad918789f7253373c7fb685))
28+
- **plugin/xvfb:** Kill Xvfb when persistent context is closed.
29+
([8fa48d9](https://github.com/regseb/playwright-ghost/commit/8fa48d99434c3c9ce68659ffda85b569707b46dc))
30+
- Support click in plugin debug.cursor.
31+
([37366ed](https://github.com/regseb/playwright-ghost/commit/37366edf20b840aa077277b69cebb0e68c45dd9c))
32+
333
## [0.16.0](https://github.com/regseb/playwright-ghost/compare/v0.15.0...v0.16.0) (2025-11-16)
434

535
### Features

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@regseb/playwright-ghost",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.js",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-ghost",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Playwright with plugins to be a ghost.",
55
"keywords": [
66
"playwright",

0 commit comments

Comments
 (0)