Skip to content

Commit 4a92ea0

Browse files
mxschmittSkn0tt
andcommitted
cherry-pick(#37113): docs: add release-notes for v1.55
Signed-off-by: Max Schmitt <[email protected]> Co-authored-by: Simon Knott <[email protected]>
1 parent aa05507 commit 4a92ea0

File tree

4 files changed

+106
-0
lines changed

4 files changed

+106
-0
lines changed

docs/src/release-notes-csharp.md

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

7+
## Version 1.55
8+
9+
### Codegen
10+
11+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
12+
13+
### Breaking Changes
14+
15+
- ⚠️ Dropped support for Chromium extension manifest v2.
16+
17+
### Miscellaneous
18+
19+
- Added support for Debian 13 "Trixie".
20+
- Added support for Xunit v3 as part of [`Microsoft.Playwright.Xunit.v3`](https://www.nuget.org/packages/Microsoft.Playwright.Xunit.v3)
21+
- Added support for MSTest v4 as part of [`Microsoft.Playwright.MSTest.v4`](https://www.nuget.org/packages/Microsoft.Playwright.MSTest.v4)
22+
23+
### Browser Versions
24+
25+
- Chromium 140.0.7339.16
26+
- Mozilla Firefox 141.0
27+
- WebKit 26.0
28+
29+
This version was also tested against the following stable channels:
30+
31+
- Google Chrome 139
32+
- Microsoft Edge 139
33+
734
## Version 1.54
835

936
### Highlights

docs/src/release-notes-java.md

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

7+
## Version 1.55
8+
9+
### Codegen
10+
11+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
12+
13+
### Breaking Changes
14+
15+
- ⚠️ Dropped support for Chromium extension manifest v2.
16+
17+
### Miscellaneous
18+
19+
- Added support for Debian 13 "Trixie".
20+
21+
### Browser Versions
22+
23+
- Chromium 140.0.7339.16
24+
- Mozilla Firefox 141.0
25+
- WebKit 26.0
26+
27+
This version was also tested against the following stable channels:
28+
29+
- Google Chrome 139
30+
- Microsoft Edge 139
31+
732
## Version 1.54
833

934
### Highlights

docs/src/release-notes-js.md

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

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

9+
## Version 1.55
10+
11+
### New APIs
12+
13+
- New Property [`property: TestStepInfo.titlePath`] Returns the full title path starting from the test file, including test and step titles.
14+
15+
### Codegen
16+
17+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
18+
19+
### Breaking Changes
20+
21+
- ⚠️ Dropped support for Chromium extension manifest v2.
22+
23+
### Miscellaneous
24+
25+
- Added support for Debian 13 "Trixie".
26+
27+
### Browser Versions
28+
29+
- Chromium 140.0.7339.16
30+
- Mozilla Firefox 141.0
31+
- WebKit 26.0
32+
33+
This version was also tested against the following stable channels:
34+
35+
- Google Chrome 139
36+
- Microsoft Edge 139
37+
938
## Version 1.54
1039

1140
### Highlights

docs/src/release-notes-python.md

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

7+
## Version 1.55
8+
9+
### Codegen
10+
11+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
12+
13+
### Breaking Changes
14+
15+
- ⚠️ Dropped support for Chromium extension manifest v2.
16+
17+
### Miscellaneous
18+
19+
- Added support for Debian 13 "Trixie".
20+
21+
### Browser Versions
22+
23+
- Chromium 140.0.7339.16
24+
- Mozilla Firefox 141.0
25+
- WebKit 26.0
26+
27+
This version was also tested against the following stable channels:
28+
29+
- Google Chrome 139
30+
- Microsoft Edge 139
31+
732
## Version 1.54
833

934
### Highlights

0 commit comments

Comments
 (0)