From 4fea83c6d8f4a6b78cc6f167185cd4b84ae2c64d Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 24 Mar 2021 14:51:28 -0700 Subject: [PATCH] docs: commit new release notes (#5944) --- docs/src/release-notes.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/src/release-notes.md b/docs/src/release-notes.md index 85c7b45734..d97f42f95c 100644 --- a/docs/src/release-notes.md +++ b/docs/src/release-notes.md @@ -5,6 +5,28 @@ title: "Release notes" +## Version 1.10 + +- [Playwright for Java v1.10](https://github.com/microsoft/playwright-java) is **now stable**! +- Run Playwright against **Google Chrome** and **Microsoft Edge** stable channels with the [new channels API](./browsers). +- Chromium screenshots are **fast** on Mac & Windows. + +#### Bundled Browser Versions + +- Chromium 90.0.4430.0 +- Mozilla Firefox 87.0b10 +- WebKit 14.2 + +This version of Playwright was also tested against the following stable channels: + +- Google Chrome 89 +- Microsoft Edge 89 + +#### New APIs + +- [`browserType.launch()`](./api/class-browsertype#browsertypelaunchoptions) now accepts the new `'channel'` option. Read more in [our documentation](./browsers). + + ## Version 1.9 - [Playwright Inspector](./inspector.md) is a **new GUI tool** to author and debug your tests.