Skip to content

Commit ba4b983

Browse files
Skn0ttclaudedgozman
authored
docs: add v1.58 release notes (#38879)
Signed-off-by: Simon Knott <info@simonknott.de> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
1 parent 00fb7a9 commit ba4b983

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

docs/src/images/timeline.png

555 KB
Loading

docs/src/release-notes-js.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,48 @@ toc_max_heading_level: 2
66

77
import LiteYouTube from '@site/src/components/LiteYouTube';
88

9+
## Version 1.58
10+
11+
### Timeline
12+
13+
If you're using [merged reports](./test-sharding.md#merging-reports-from-multiple-environments), the HTML report Speedboard tab now shows the Timeline:
14+
15+
![Timeline chart in the HTML report](./images/timeline.png)
16+
17+
### UI Mode and Trace Viewer Improvements
18+
19+
- New 'system' theme option follows your OS dark/light mode preference
20+
- Search functionality (Cmd/Ctrl+F) is now available in code editors
21+
- Network details panel has been reorganized for better usability
22+
- JSON responses are now automatically formatted for readability
23+
24+
Thanks to [@cpAdm](https://github.com/cpAdm) for contributing these improvements!
25+
26+
### Miscellaneous
27+
28+
[`method: BrowserType.connectOverCDP`] now accepts an `isLocal` option. When set to `true`, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.
29+
30+
### Breaking Changes ⚠️
31+
32+
- Removed `_react` and `_vue` selectors. See [locators guide](./locators.md) for alternatives.
33+
34+
- Removed `:light` selector engine suffix. Use standard CSS selectors instead.
35+
36+
- Option `devtools` from [`method: BrowserType.launch`] has been removed. Use `args: ['--auto-open-devtools-for-tabs']` instead.
37+
38+
- Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
39+
40+
### Browser Versions
41+
42+
- Chromium 145.0.7632.6
43+
- Mozilla Firefox 146.0.1
44+
- WebKit 26.0
45+
46+
This version was also tested against the following stable channels:
47+
48+
- Google Chrome 144
49+
- Microsoft Edge 144
50+
951
## Version 1.57
1052

1153
### Speedboard

0 commit comments

Comments
 (0)