release: playwriter@0.0.41
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.0.41
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **Arrow connectors in screenshot labels**: Visual labels now show arrow lines from label to element center, making it clearer which element each label references
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- **Bigger label font**: Increased label font size from 11px to 12px for better readability
|
||||||
|
- **Fixed screenshot dimensions**: Screenshots now use actual viewport size (`innerWidth`/`innerHeight`) with `scale: 'css'` to match visual appearance
|
||||||
|
- **Security: origin validation for /extension endpoint**: WebSocket connections to `/extension` now require `Origin` header from `chrome-extension://` only, preventing unauthorized connections from web pages
|
||||||
|
|
||||||
## 0.0.40
|
## 0.0.40
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "playwriter",
|
"name": "playwriter",
|
||||||
"description": "",
|
"description": "",
|
||||||
"version": "0.0.40",
|
"version": "0.0.41",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user