Skip to content

Commit 35d8604

Browse files
cherry-pick(#27167): docs: 1.38 release notes for language ports (#27168)
This PR cherry-picks the following commits: - 7f1d93d
1 parent 6cc43d8 commit 35d8604

File tree

4 files changed

+100
-1
lines changed

4 files changed

+100
-1
lines changed

docs/src/release-notes-csharp.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ title: "Release notes"
44
toc_max_heading_level: 2
55
---
66

7+
## Version 1.38
8+
9+
### Trace Viewer Updates
10+
11+
![Playwright Trace Viewer](https://github.com/microsoft/playwright/assets/746130/0c41e20d-c54b-4600-8ca8-1cbb6393ddef)
12+
13+
1. Zoom into time range.
14+
1. Network panel redesign.
15+
16+
### New APIs
17+
18+
- [`event: BrowserContext.webError`]
19+
- [`method: Locator.pressSequentially`]
20+
21+
### Deprecations
22+
23+
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
24+
[`method: Locator.type`] and [`method: ElementHandle.type`].
25+
Please use [`method: Locator.fill`] instead which is much faster. Use
26+
[`method: Locator.pressSequentially`] only if there is a special keyboard
27+
handling on the page, and you need to press keys one-by-one.
28+
29+
### Browser Versions
30+
31+
* Chromium 117.0.5938.62
32+
* Mozilla Firefox 117.0
33+
* WebKit 17.0
34+
35+
This version was also tested against the following stable channels:
36+
37+
* Google Chrome 116
38+
* Microsoft Edge 116
39+
740
## Version 1.37
841

942
### 📚 Debian 12 Bookworm Support

docs/src/release-notes-java.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ title: "Release notes"
44
toc_max_heading_level: 2
55
---
66

7+
## Version 1.38
8+
9+
### Trace Viewer Updates
10+
11+
![Playwright Trace Viewer](https://github.com/microsoft/playwright/assets/746130/0c41e20d-c54b-4600-8ca8-1cbb6393ddef)
12+
13+
1. Zoom into time range.
14+
1. Network panel redesign.
15+
16+
### New APIs
17+
18+
- [`event: BrowserContext.webError`]
19+
- [`method: Locator.pressSequentially`]
20+
21+
### Deprecations
22+
23+
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
24+
[`method: Locator.type`] and [`method: ElementHandle.type`].
25+
Please use [`method: Locator.fill`] instead which is much faster. Use
26+
[`method: Locator.pressSequentially`] only if there is a special keyboard
27+
handling on the page, and you need to press keys one-by-one.
28+
29+
### Browser Versions
30+
31+
* Chromium 117.0.5938.62
32+
* Mozilla Firefox 117.0
33+
* WebKit 17.0
34+
35+
This version was also tested against the following stable channels:
36+
37+
* Google Chrome 116
38+
* Microsoft Edge 116
39+
740
## Version 1.37
841

942
### New APIs

docs/src/release-notes-python.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ title: "Release notes"
44
toc_max_heading_level: 2
55
---
66

7+
## Version 1.38
8+
9+
### Trace Viewer Updates
10+
11+
![Playwright Trace Viewer](https://github.com/microsoft/playwright/assets/746130/0c41e20d-c54b-4600-8ca8-1cbb6393ddef)
12+
13+
1. Zoom into time range.
14+
1. Network panel redesign.
15+
16+
### New APIs
17+
18+
- [`event: BrowserContext.webError`]
19+
- [`method: Locator.pressSequentially`]
20+
21+
### Deprecations
22+
23+
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
24+
[`method: Locator.type`] and [`method: ElementHandle.type`].
25+
Please use [`method: Locator.fill`] instead which is much faster. Use
26+
[`method: Locator.pressSequentially`] only if there is a special keyboard
27+
handling on the page, and you need to press keys one-by-one.
28+
29+
### Browser Versions
30+
31+
* Chromium 117.0.5938.62
32+
* Mozilla Firefox 117.0
33+
* WebKit 17.0
34+
35+
This version was also tested against the following stable channels:
36+
37+
* Google Chrome 116
38+
* Microsoft Edge 116
39+
740
## Version 1.37
841

942
### Highlights

examples/todomvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@playwright/test": "^1.27.0"
14+
"@playwright/test": "^1.38.0"
1515
}
1616
}

0 commit comments

Comments
 (0)