From 8170432fabd51bec26e833ec7a4a1bb55dcf37d4 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 15 Aug 2022 09:27:33 +0200 Subject: [PATCH] docs: add Python/.NET release notes (#16514) --- docs/src/release-notes-csharp.md | 46 ++++++++++++++++++++++++++++++++ docs/src/release-notes-python.md | 19 +++++++++++++ 2 files changed, 65 insertions(+) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index cd920bd176..0380ab4cfa 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -4,6 +4,52 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.25 + +### New .runsettings file support + +`Microsoft.Playwright.NUnit` and `Microsoft.Playwright.MSTest` will now consider the `.runsettings` file and passed settings via the CLI when running end-to-end tests. See in the [documentation](https://playwright.dev/dotnet/docs/test-runners) for a full list of supported settings. + +The following does now work: + +```xml + + + + + chromium + 5000 + + true + msedge + + + + + + + pw:api + + + +``` + +### Announcements + +* 🪦 This is the last release with macOS 10.15 support (deprecated as of 1.21). +* ⚠️ Ubuntu 18 is now deprecated and will not be supported as of Dec 2022. + +### Browser Versions + +* Chromium 105.0.5195.19 +* Mozilla Firefox 103.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 104 +* Microsoft Edge 104 + ## Version 1.24
diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index a4fe3882ed..c025a5a1a8 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -4,6 +4,25 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.25 + +### Announcements + +* 🎁 We now ship Ubuntu 22.04 Jammy Jellyfish docker image: `mcr.microsoft.com/playwright/python:v1.26.0-jammy`. +* 🪦 This is the last release with macOS 10.15 support (deprecated as of 1.21). +* ⚠️ Ubuntu 18 is now deprecated and will not be supported as of Dec 2022. + +### Browser Versions + +* Chromium 105.0.5195.19 +* Mozilla Firefox 103.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 104 +* Microsoft Edge 104 + ## Version 1.24