Skip to content

Commit d4e02b0

Browse files
chore(main): release 0.19.0
1 parent 32c49e3 commit d4e02b0

5 files changed

Lines changed: 23 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.18.0" }
1+
{ ".": "0.19.0" }

CHANGELOG.md

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

3+
## [0.19.0](https://github.com/regseb/playwright-ghost/compare/v0.18.0...v0.19.0) (2026-06-16)
4+
5+
### Features
6+
7+
- Support Deno.
8+
([d5f34dc](https://github.com/regseb/playwright-ghost/commit/d5f34dc315f022cd7586286a36548d6b22d4fb78))
9+
- Support new methods Page.pickLocator() ans Locator.normalize().
10+
([ce1ef7a](https://github.com/regseb/playwright-ghost/commit/ce1ef7aa6498992fa979c6973082a22eefba64be))
11+
12+
### Bug Fixes
13+
14+
- Link source and types (JSR "slow types").
15+
([79d07b1](https://github.com/regseb/playwright-ghost/commit/79d07b14328968fb335874bc69ab65e2b001c640))
16+
- **plugin/webGL:** Support recent versions of Chromium.
17+
([97a6eb3](https://github.com/regseb/playwright-ghost/commit/97a6eb341f7b757bf1d372a76d9af876e749201e))
18+
- Support Playwright 1.60.
19+
([6f42ac5](https://github.com/regseb/playwright-ghost/commit/6f42ac5c7a5373e1b93e1b56bdf4bb1cee0f26d8))
20+
321
## [0.18.0](https://github.com/regseb/playwright-ghost/compare/v0.17.0...v0.18.0) (2026-03-28)
422

523
### ⚠ BREAKING CHANGES

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.18.0",
3+
"version": "0.19.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.18.0",
3+
"version": "0.19.0",
44
"description": "Playwright with plugins to be a ghost.",
55
"keywords": [
66
"playwright",

0 commit comments

Comments
 (0)