From 0e99d48e3fa3eb4e4ded43b89d85a20f505ae304 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 3 Feb 2025 15:17:19 +0100 Subject: [PATCH] cherry-pick(#34592): docs: v1.50 release notes for ports Signed-off-by: Max Schmitt Co-authored-by: Simon Knott --- docs/src/release-notes-csharp.md | 31 +++++++++++++++++++++++++++++++ docs/src/release-notes-java.md | 24 ++++++++++++++++++++++++ docs/src/release-notes-js.md | 2 +- docs/src/release-notes-python.md | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 88 insertions(+), 1 deletion(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 7c1ffc87ab..7ef4552712 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -4,6 +4,37 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.50 + +### Support for Xunit + +* Support for xUnit 2.8+ via [Microsoft.Playwright.Xunit](https://www.nuget.org/packages/Microsoft.Playwright.Xunit). Follow our [Getting Started](./intro.md) guide to learn more. + +### Miscellaneous + +* Added method [`method: LocatorAssertions.toHaveAccessibleErrorMessage`] to assert the Locator points to an element with a given [aria errormessage](https://w3c.github.io/aria/#aria-errormessage). + +### UI updates + +* New button in Codegen for picking elements to produce aria snapshots. +* Additional details (such as keys pressed) are now displayed alongside action API calls in traces. +* Display of `canvas` content in traces is error-prone. Display is now disabled by default, and can be enabled via the `Display canvas content` UI setting. +* `Call` and `Network` panels now display additional time information. + +### Breaking + +* [`method: LocatorAssertions.toBeEditable`] and [`method: Locator.isEditable`] now throw if the target element is not ``, ``, `