Skip to content

Commit 12834b0

Browse files
committed
cherry-pick(#36624): chore: update v1.54 release notes
1 parent 82ce736 commit 12834b0

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

docs/src/release-notes-csharp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ toc_max_heading_level: 2
1515

1616
- `pwsh bin/Debug/netX/playwright.ps1 open` does not open the test recorder anymore. Use `pwsh bin/Debug/netX/playwright.ps1 codegen` instead.
1717

18-
- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.md#chromium-headless-shell) that you can try on your hardware.
19-
2018
### Browser Versions
2119

2220
- Chromium 139.0.7258.5

docs/src/release-notes-java.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ toc_max_heading_level: 2
1515

1616
- `open` command does not open the test recorder anymore. Use `codegen` instead.
1717

18-
- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.md#chromium-headless-shell) that you can try on your hardware.
19-
2018
### Browser Versions
2119

2220
- Chromium 139.0.7258.5

docs/src/release-notes-js.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
1212

1313
- New cookie property `partitionKey` in [`method: BrowserContext.cookies`] and [`method: BrowserContext.addCookies`]. This property allows to save and restore partitioned cookies. See [CHIPS MDN article](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies) for more information. Note that browsers have different support and defaults for cookie partitioning.
1414

15-
- New option `noSnippets` to disable snippets in the html report.
15+
- New option `noSnippets` to disable code snippets in the html report.
1616
```js
1717
import { defineConfig } from '@playwright/test';
1818

@@ -40,8 +40,6 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
4040

4141
- Support for Node.js 18 has been deprecated, and will be removed in the future.
4242

43-
- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.md#chromium-headless-shell) that you can try on your hardware.
44-
4543
### Browser Versions
4644

4745
- Chromium 139.0.7258.5

docs/src/release-notes-python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ toc_max_heading_level: 2
1515

1616
- `playwright open` does not open the test recorder anymore. Use `playwright codegen` instead.
1717

18-
- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.md#chromium-headless-shell) that you can try on your hardware.
19-
2018
### Browser Versions
2119

2220
- Chromium 139.0.7258.5

0 commit comments

Comments
 (0)