docs: 1.38 release notes for language ports (#27167)
This commit is contained in:
parent
94e272ba0f
commit
7f1d93dd3f
|
|
@ -4,6 +4,39 @@ title: "Release notes"
|
||||||
toc_max_heading_level: 2
|
toc_max_heading_level: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Version 1.38
|
||||||
|
|
||||||
|
### Trace Viewer Updates
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
1. Zoom into time range.
|
||||||
|
1. Network panel redesign.
|
||||||
|
|
||||||
|
### New APIs
|
||||||
|
|
||||||
|
- [`event: BrowserContext.webError`]
|
||||||
|
- [`method: Locator.pressSequentially`]
|
||||||
|
|
||||||
|
### Deprecations
|
||||||
|
|
||||||
|
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
|
||||||
|
[`method: Locator.type`] and [`method: ElementHandle.type`].
|
||||||
|
Please use [`method: Locator.fill`] instead which is much faster. Use
|
||||||
|
[`method: Locator.pressSequentially`] only if there is a special keyboard
|
||||||
|
handling on the page, and you need to press keys one-by-one.
|
||||||
|
|
||||||
|
### Browser Versions
|
||||||
|
|
||||||
|
* Chromium 117.0.5938.62
|
||||||
|
* Mozilla Firefox 117.0
|
||||||
|
* WebKit 17.0
|
||||||
|
|
||||||
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
|
* Google Chrome 116
|
||||||
|
* Microsoft Edge 116
|
||||||
|
|
||||||
## Version 1.37
|
## Version 1.37
|
||||||
|
|
||||||
### 📚 Debian 12 Bookworm Support
|
### 📚 Debian 12 Bookworm Support
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,39 @@ title: "Release notes"
|
||||||
toc_max_heading_level: 2
|
toc_max_heading_level: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Version 1.38
|
||||||
|
|
||||||
|
### Trace Viewer Updates
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
1. Zoom into time range.
|
||||||
|
1. Network panel redesign.
|
||||||
|
|
||||||
|
### New APIs
|
||||||
|
|
||||||
|
- [`event: BrowserContext.webError`]
|
||||||
|
- [`method: Locator.pressSequentially`]
|
||||||
|
|
||||||
|
### Deprecations
|
||||||
|
|
||||||
|
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
|
||||||
|
[`method: Locator.type`] and [`method: ElementHandle.type`].
|
||||||
|
Please use [`method: Locator.fill`] instead which is much faster. Use
|
||||||
|
[`method: Locator.pressSequentially`] only if there is a special keyboard
|
||||||
|
handling on the page, and you need to press keys one-by-one.
|
||||||
|
|
||||||
|
### Browser Versions
|
||||||
|
|
||||||
|
* Chromium 117.0.5938.62
|
||||||
|
* Mozilla Firefox 117.0
|
||||||
|
* WebKit 17.0
|
||||||
|
|
||||||
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
|
* Google Chrome 116
|
||||||
|
* Microsoft Edge 116
|
||||||
|
|
||||||
## Version 1.37
|
## Version 1.37
|
||||||
|
|
||||||
### New APIs
|
### New APIs
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,39 @@ title: "Release notes"
|
||||||
toc_max_heading_level: 2
|
toc_max_heading_level: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Version 1.38
|
||||||
|
|
||||||
|
### Trace Viewer Updates
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
1. Zoom into time range.
|
||||||
|
1. Network panel redesign.
|
||||||
|
|
||||||
|
### New APIs
|
||||||
|
|
||||||
|
- [`event: BrowserContext.webError`]
|
||||||
|
- [`method: Locator.pressSequentially`]
|
||||||
|
|
||||||
|
### Deprecations
|
||||||
|
|
||||||
|
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
|
||||||
|
[`method: Locator.type`] and [`method: ElementHandle.type`].
|
||||||
|
Please use [`method: Locator.fill`] instead which is much faster. Use
|
||||||
|
[`method: Locator.pressSequentially`] only if there is a special keyboard
|
||||||
|
handling on the page, and you need to press keys one-by-one.
|
||||||
|
|
||||||
|
### Browser Versions
|
||||||
|
|
||||||
|
* Chromium 117.0.5938.62
|
||||||
|
* Mozilla Firefox 117.0
|
||||||
|
* WebKit 17.0
|
||||||
|
|
||||||
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
|
* Google Chrome 116
|
||||||
|
* Microsoft Edge 116
|
||||||
|
|
||||||
## Version 1.37
|
## Version 1.37
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,6 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.27.0"
|
"@playwright/test": "^1.38.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue