Skip to content

Commit aa6ffeb

Browse files
committed
cherry-pick(#39014): docs: add 1.58 release notes for Java, Python, and C#
1 parent 961381e commit aa6ffeb

3 files changed

Lines changed: 108 additions & 0 deletions

File tree

docs/src/release-notes-csharp.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ title: "Release notes"
44
toc_max_heading_level: 2
55
---
66

7+
## Version 1.58
8+
9+
### UI Mode and Trace Viewer Improvements
10+
11+
- New 'system' theme option follows your OS dark/light mode preference
12+
- Search functionality (Cmd/Ctrl+F) is now available in code editors
13+
- Network details panel has been reorganized for better usability
14+
- JSON responses are now automatically formatted for readability
15+
16+
Thanks to [@cpAdm](https://github.com/cpAdm) for contributing these improvements!
17+
18+
### Miscellaneous
19+
20+
[`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.
21+
22+
### Breaking Changes ⚠️
23+
24+
- Removed `_react` and `_vue` selectors. See [locators guide](./locators.md) for alternatives.
25+
26+
- Removed `:light` selector engine suffix. Use standard CSS selectors instead.
27+
28+
- Option `Devtools` from [`method: BrowserType.launch`] has been removed. Use `Args = new[] { "--auto-open-devtools-for-tabs" }` instead.
29+
30+
- Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
31+
32+
### Browser Versions
33+
34+
- Chromium 145.0.7632.6
35+
- Mozilla Firefox 146.0.1
36+
- WebKit 26.0
37+
38+
This version was also tested against the following stable channels:
39+
40+
- Google Chrome 144
41+
- Microsoft Edge 144
42+
743
## Version 1.57
844

945
### Chrome for Testing

docs/src/release-notes-java.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ title: "Release notes"
44
toc_max_heading_level: 2
55
---
66

7+
## Version 1.58
8+
9+
### UI Mode and Trace Viewer Improvements
10+
11+
- New 'system' theme option follows your OS dark/light mode preference
12+
- Search functionality (Cmd/Ctrl+F) is now available in code editors
13+
- Network details panel has been reorganized for better usability
14+
- JSON responses are now automatically formatted for readability
15+
16+
Thanks to [@cpAdm](https://github.com/cpAdm) for contributing these improvements!
17+
18+
### Miscellaneous
19+
20+
[`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.
21+
22+
### Breaking Changes ⚠️
23+
24+
- Removed `_react` and `_vue` selectors. See [locators guide](./locators.md) for alternatives.
25+
26+
- Removed `:light` selector engine suffix. Use standard CSS selectors instead.
27+
28+
- Option `devtools` from [`method: BrowserType.launch`] has been removed. Use `setArgs(Arrays.asList("--auto-open-devtools-for-tabs"))` instead.
29+
30+
- Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
31+
32+
### Browser Versions
33+
34+
- Chromium 145.0.7632.6
35+
- Mozilla Firefox 146.0.1
36+
- WebKit 26.0
37+
38+
This version was also tested against the following stable channels:
39+
40+
- Google Chrome 144
41+
- Microsoft Edge 144
42+
743
## Version 1.57
844

945
### Chrome for Testing

docs/src/release-notes-python.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ title: "Release notes"
44
toc_max_heading_level: 2
55
---
66

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

945
### Chrome for Testing

0 commit comments

Comments
 (0)