Skip to content

Commit a8bc0a0

Browse files
authored
docs: release notes for langs (#37762)
1 parent 1ca9f66 commit a8bc0a0

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

docs/src/release-notes-csharp.md

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

7+
## Version 1.56
8+
9+
### New APIs
10+
11+
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
12+
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
13+
14+
### Breaking Changes
15+
16+
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
17+
18+
### Miscellaneous
19+
20+
- Aria snapshots render and compare `input` `placeholder`
21+
22+
### Browser Versions
23+
24+
- Chromium 141.0.7390.37
25+
- Mozilla Firefox 142.0.1
26+
- WebKit 26.0
27+
728
## Version 1.55
829

930
### Codegen

docs/src/release-notes-java.md

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

7+
## Version 1.56
8+
9+
### New APIs
10+
11+
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
12+
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
13+
14+
### Breaking Changes
15+
16+
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
17+
18+
### Miscellaneous
19+
20+
- Aria snapshots render and compare `input` `placeholder`
21+
22+
### Browser Versions
23+
24+
- Chromium 141.0.7390.37
25+
- Mozilla Firefox 142.0.1
26+
- WebKit 26.0
27+
728
## Version 1.55
829

930
### Codegen

docs/src/release-notes-python.md

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

7+
## Version 1.56
8+
9+
### New APIs
10+
11+
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
12+
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
13+
14+
### Breaking Changes
15+
16+
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
17+
18+
### Miscellaneous
19+
20+
- Aria snapshots render and compare `input` `placeholder`
21+
22+
### Browser Versions
23+
24+
- Chromium 141.0.7390.37
25+
- Mozilla Firefox 142.0.1
26+
- WebKit 26.0
27+
728
## Version 1.55
829

930
### Codegen

0 commit comments

Comments
 (0)