bump playwriter to 0.0.14

This commit is contained in:
Tommy D. Rossi
2025-12-08 15:32:01 +01:00
parent d20cea7c49
commit 3900f5e49f
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## 0.0.14
### Patch Changes
- **Added Stagehand support**: CDP relay now works with Stagehand's `cdpUrl` connection option
- Added `Target.setDiscoverTargets` handler that sends `Target.targetCreated` events for connected targets
- Added `Target.attachToTarget` handler that returns existing sessionId for already-attached targets
- Added Stagehand integration test verifying connection and page access
- **Viewport initialization**: Extension now sets initial viewport via `Emulation.setDeviceMetricsOverride` when attaching to tabs
- Gets layout metrics via `Page.getLayoutMetrics`
- Sends `Page.frameResized` event after setting viewport
## 0.0.13
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",