release: playwriter@0.0.45
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.44
|
||||
## 0.0.45
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **Filter non-page targets from Playwright (issue #14)**: Service workers, web workers, and other non-page targets are now filtered out at the server level. This prevents Playwright from trying to initialize these targets, which would cause timeouts waiting for `executionContextCreated` events and errors on `Target.detachFromTarget`.
|
||||
|
||||
## 0.0.44
|
||||
|
||||
### Features
|
||||
|
||||
- **Search context lines**: `accessibilitySnapshot`, `getCleanHTML`, and `getLatestLogs` now include 5 lines of context above and below each search match
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "playwriter",
|
||||
"description": "",
|
||||
"version": "0.0.44",
|
||||
"version": "0.0.45",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user