From aa1a677d53258c7936196fbaf8109d105911f74e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 16 Nov 2022 11:38:51 -0800 Subject: [PATCH 1/4] docs: java release notes 1.28 --- docs/src/release-notes-java.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index b2585f21606d4..1e4e2ef4a1b22 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -4,6 +4,31 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.28 + +### Playwright Tools + +* **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool. + +![Locator Explorer](https://user-images.githubusercontent.com/746130/201796876-01567a0b-ca61-4a9d-b12b-04786c471671.png) + +### New APIs + +- [`method: Locator.blur`] +- [`method: Locator.clear`] + +### Browser Versions + +* Chromium 108.0.5359.29 +* Mozilla Firefox 106.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 107 +* Microsoft Edge 107 + + ## Version 1.27 ### Locators From c05609cc577f0c5eacb06ae3ae573bc2cd0d2b53 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 16 Nov 2022 12:44:22 -0800 Subject: [PATCH 2/4] Add notes for C# and Python --- docs/src/release-notes-csharp.md | 24 ++++++++++++++++++++++++ docs/src/release-notes-python.md | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 0671f66900176..c397eb29de878 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -4,6 +4,30 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.28 + +### Playwright Tools + +* **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool. + +![Locator Explorer](https://user-images.githubusercontent.com/746130/201796876-01567a0b-ca61-4a9d-b12b-04786c471671.png) + +### New APIs + +- [`method: Locator.blur`] +- [`method: Locator.clear`] + +### Browser Versions + +* Chromium 108.0.5359.29 +* Mozilla Firefox 106.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 107 +* Microsoft Edge 107 + ## Version 1.27 ### Locators diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 36368a68fa11d..53b26cb0007af 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -4,6 +4,31 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.28 + +### Playwright Tools + +* **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool. + +![Locator Explorer](https://user-images.githubusercontent.com/746130/201796876-01567a0b-ca61-4a9d-b12b-04786c471671.png) + +### New APIs + +- [`method: Locator.blur`] +- [`method: Locator.clear`] + +### Browser Versions + +* Chromium 108.0.5359.29 +* Mozilla Firefox 106.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 107 +* Microsoft Edge 107 + + ## Version 1.27 ### Locators From d0b455c3210099e633d2879def03b28fc4721b13 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 16 Nov 2022 12:47:27 -0800 Subject: [PATCH 3/4] WebKit 16.4 --- docs/src/release-notes-csharp.md | 2 +- docs/src/release-notes-java.md | 2 +- docs/src/release-notes-js.md | 2 +- docs/src/release-notes-python.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index c397eb29de878..6a6429789ed92 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -21,7 +21,7 @@ toc_max_heading_level: 2 * Chromium 108.0.5359.29 * Mozilla Firefox 106.0 -* WebKit 16.0 +* WebKit 16.4 This version was also tested against the following stable channels: diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 1e4e2ef4a1b22..965b1fdafccf9 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -21,7 +21,7 @@ toc_max_heading_level: 2 * Chromium 108.0.5359.29 * Mozilla Firefox 106.0 -* WebKit 16.0 +* WebKit 16.4 This version was also tested against the following stable channels: diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 51376a47f6de9..62cffb03d1a1e 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -58,7 +58,7 @@ toc_max_heading_level: 2 * Chromium 108.0.5359.29 * Mozilla Firefox 106.0 -* WebKit 16.0 +* WebKit 16.4 This version was also tested against the following stable channels: diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 53b26cb0007af..f4d3d4bbbff98 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -21,7 +21,7 @@ toc_max_heading_level: 2 * Chromium 108.0.5359.29 * Mozilla Firefox 106.0 -* WebKit 16.0 +* WebKit 16.4 This version was also tested against the following stable channels: From 3bff9c58ad62260fc54e4e0f99a991e59ae9dda5 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 16 Nov 2022 13:04:06 -0800 Subject: [PATCH 4/4] Update screenshots --- docs/src/release-notes-csharp.md | 2 +- docs/src/release-notes-java.md | 2 +- docs/src/release-notes-python.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 6a6429789ed92..3256d70eb709f 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -10,7 +10,7 @@ toc_max_heading_level: 2 * **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool. -![Locator Explorer](https://user-images.githubusercontent.com/746130/201796876-01567a0b-ca61-4a9d-b12b-04786c471671.png) +![Locator Explorer](https://user-images.githubusercontent.com/9798949/202293757-2e3ec0ac-1feb-4d6f-9935-73e08658b76d.png) ### New APIs diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 965b1fdafccf9..dd71155890252 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -10,7 +10,7 @@ toc_max_heading_level: 2 * **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool. -![Locator Explorer](https://user-images.githubusercontent.com/746130/201796876-01567a0b-ca61-4a9d-b12b-04786c471671.png) +![Locator Explorer](https://user-images.githubusercontent.com/9798949/202293631-2f402cc2-35fb-4877-8ea1-82265fbbc232.png) ### New APIs diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index f4d3d4bbbff98..ab6219150999f 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -10,7 +10,7 @@ toc_max_heading_level: 2 * **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool. -![Locator Explorer](https://user-images.githubusercontent.com/746130/201796876-01567a0b-ca61-4a9d-b12b-04786c471671.png) +![Locator Explorer](https://user-images.githubusercontent.com/9798949/202293514-8e2eade6-c809-4b0a-864b-899dfcee3d84.png) ### New APIs