release: playwriter@0.0.54
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.54
|
||||
|
||||
### Features
|
||||
|
||||
- **Faster aria snapshot ref lookup**: Refs are now extracted directly from the snapshot string and fetched in parallel (20 concurrent requests), significantly reducing time to generate accessibility snapshots with labels
|
||||
- **`refFilter` parameter for `getAriaSnapshot`**: New optional filter to include only specific refs by role/name, reducing unnecessary ref lookups
|
||||
- **Increased default execution timeout**: Execution timeout increased from 5s to 10s for better handling of slow operations
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **Pass cwd to executor in MCP**: File operations in executed code now use the correct working directory
|
||||
|
||||
## 0.0.53
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "playwriter",
|
||||
"description": "",
|
||||
"version": "0.0.53",
|
||||
"version": "0.0.54",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user