diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index b8e1377fad..425b55b291 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -5,6 +5,29 @@ title: "Release notes" +## 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 diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index d813750b93..4255feeab8 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -5,6 +5,29 @@ title: "Release notes" +## 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 diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index cd9b57d66c..fe18e5bd4c 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -5,6 +5,30 @@ title: "Release notes" +## 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 diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 6afec61c01..2829a53a2c 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -5,6 +5,29 @@ title: "Release notes" +## 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