docs: update release notes for v1.13 release (#7747)
This commit is contained in:
parent
b56e2b713a
commit
2fc281d449
|
|
@ -5,6 +5,29 @@ title: "Release notes"
|
|||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.13
|
||||
|
||||
#### Highlights
|
||||
|
||||
- **🖖 Programmatic drag-and-drop support** via the [`method: Page.dragAndDrop`] API.
|
||||
- **🔎 Enhanced HAR support** with body sizes for requests and responses. Use via `recordHar` option in [`method: Browser.newContext`].
|
||||
|
||||
#### Browser Versions
|
||||
|
||||
- Chromium 93.0.4576.0
|
||||
- Mozilla Firefox 90.0
|
||||
- WebKit 14.2
|
||||
|
||||
#### New APIs
|
||||
|
||||
- new `baseURL` option in [`method: Browser.newContext`] and [`method: Browser.newPage`]
|
||||
- [`method: Response.securityDetails`] and [`method: Response.serverAddr`]
|
||||
- [`method: Page.dragAndDrop`] and [`method: Frame.dragAndDrop`]
|
||||
- [`method: Download.cancel`]
|
||||
- [`method: Page.inputValue`], [`method: Frame.inputValue`] and [`method: ElementHandle.inputValue`]
|
||||
- new `force` option in [`method: Page.fill`], [`method: Frame.fill`], and [`method: ElementHandle.fill`]
|
||||
- new `force` option in [`method: Page.selectOption`], [`method: Frame.selectOption`], and [`method: ElementHandle.selectOption`]
|
||||
|
||||
## Version 1.12
|
||||
|
||||
#### Highlights
|
||||
|
|
|
|||
|
|
@ -5,6 +5,29 @@ title: "Release notes"
|
|||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.13
|
||||
|
||||
#### Highlights
|
||||
|
||||
- **🖖 Programmatic drag-and-drop support** via the [`method: Page.dragAndDrop`] API.
|
||||
- **🔎 Enhanced HAR support** with body sizes for requests and responses. Use via `recordHar` option in [`method: Browser.newContext`].
|
||||
|
||||
#### Browser Versions
|
||||
|
||||
- Chromium 93.0.4576.0
|
||||
- Mozilla Firefox 90.0
|
||||
- WebKit 14.2
|
||||
|
||||
#### New APIs
|
||||
|
||||
- new `baseURL` option in [`method: Browser.newContext`] and [`method: Browser.newPage`]
|
||||
- [`method: Response.securityDetails`] and [`method: Response.serverAddr`]
|
||||
- [`method: Page.dragAndDrop`] and [`method: Frame.dragAndDrop`]
|
||||
- [`method: Download.cancel`]
|
||||
- [`method: Page.inputValue`], [`method: Frame.inputValue`] and [`method: ElementHandle.inputValue`]
|
||||
- new `force` option in [`method: Page.fill`], [`method: Frame.fill`], and [`method: ElementHandle.fill`]
|
||||
- new `force` option in [`method: Page.selectOption`], [`method: Frame.selectOption`], and [`method: ElementHandle.selectOption`]
|
||||
|
||||
## Version 1.12
|
||||
|
||||
#### 🧟♂️ Introducing Playwright Trace Viewer
|
||||
|
|
|
|||
|
|
@ -5,6 +5,30 @@ title: "Release notes"
|
|||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.13
|
||||
|
||||
#### Highlights
|
||||
|
||||
- **⚡️ Introducing Reporter API for Playwright Test** which is already used to create an [Allure Playwright reporter](https://github.com/allure-framework/allure-js/pull/297).
|
||||
- **🖖 Programmatic drag-and-drop support** via the [`method: Page.dragAndDrop`] API.
|
||||
- **🔎 Enhanced HAR support** with body sizes for requests and responses. Use via `recordHar` option in [`method: Browser.newContext`].
|
||||
|
||||
#### Browser Versions
|
||||
|
||||
- Chromium 93.0.4576.0
|
||||
- Mozilla Firefox 90.0
|
||||
- WebKit 14.2
|
||||
|
||||
#### New APIs
|
||||
|
||||
- new `baseURL` option in [`method: Browser.newContext`] and [`method: Browser.newPage`]
|
||||
- [`method: Response.securityDetails`] and [`method: Response.serverAddr`]
|
||||
- [`method: Page.dragAndDrop`] and [`method: Frame.dragAndDrop`]
|
||||
- [`method: Download.cancel`]
|
||||
- [`method: Page.inputValue`], [`method: Frame.inputValue`] and [`method: ElementHandle.inputValue`]
|
||||
- new `force` option in [`method: Page.fill`], [`method: Frame.fill`], and [`method: ElementHandle.fill`]
|
||||
- new `force` option in [`method: Page.selectOption`], [`method: Frame.selectOption`], and [`method: ElementHandle.selectOption`]
|
||||
|
||||
## Version 1.12
|
||||
|
||||
#### ⚡️ Introducing Playwright Test
|
||||
|
|
|
|||
|
|
@ -5,6 +5,29 @@ title: "Release notes"
|
|||
|
||||
<!-- TOC -->
|
||||
|
||||
## Version 1.13
|
||||
|
||||
#### Highlights
|
||||
|
||||
- **🖖 Programmatic drag-and-drop support** via the [`method: Page.dragAndDrop`] API.
|
||||
- **🔎 Enhanced HAR support** with body sizes for requests and responses. Use via `recordHar` option in [`method: Browser.newContext`].
|
||||
|
||||
#### Browser Versions
|
||||
|
||||
- Chromium 93.0.4576.0
|
||||
- Mozilla Firefox 90.0
|
||||
- WebKit 14.2
|
||||
|
||||
#### New APIs
|
||||
|
||||
- new `baseURL` option in [`method: Browser.newContext`] and [`method: Browser.newPage`]
|
||||
- [`method: Response.securityDetails`] and [`method: Response.serverAddr`]
|
||||
- [`method: Page.dragAndDrop`] and [`method: Frame.dragAndDrop`]
|
||||
- [`method: Download.cancel`]
|
||||
- [`method: Page.inputValue`], [`method: Frame.inputValue`] and [`method: ElementHandle.inputValue`]
|
||||
- new `force` option in [`method: Page.fill`], [`method: Frame.fill`], and [`method: ElementHandle.fill`]
|
||||
- new `force` option in [`method: Page.selectOption`], [`method: Frame.selectOption`], and [`method: ElementHandle.selectOption`]
|
||||
|
||||
## Version 1.12
|
||||
|
||||
#### 🧟♂️ Introducing Playwright Trace Viewer
|
||||
|
|
|
|||
Loading…
Reference in a new issue