docs: update release notes for 1.47 to our changes from yesterday (#32482)

I'll also cherry-pick this into the release branch and update
playwright.dev.
This commit is contained in:
Simon Knott 2024-09-06 10:28:17 +02:00 committed by GitHub
parent a52eb0c9a0
commit 5d4a65b318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 20 deletions

View file

@ -8,14 +8,14 @@ toc_max_heading_level: 2
### Network Tab improvements
The Network tab in the trace viewer now allows searching and filtering by asset type:
The Network tab in the trace viewer has several nice improvements:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)
And for fonts, it now shows a nice preview:
![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
### Miscellaneous
- The `mcr.microsoft.com/playwright-dotnet:v1.47.0` now serves a Playwright image based on Ubuntu 24.04 Noble.

View file

@ -8,14 +8,14 @@ toc_max_heading_level: 2
### Network Tab improvements
The Network tab in the trace viewer now allows searching and filtering by asset type:
The Network tab in the trace viewer has several nice improvements:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)
And for fonts, it now shows a nice preview:
![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
### Miscellaneous
- The `mcr.microsoft.com/playwright-java:v1.47.0` now serves a Playwright image based on Ubuntu 24.04 Noble.

View file

@ -10,14 +10,14 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
### Network Tab improvements
The Network tab in the UI mode and trace viewer now allows searching and filtering by asset type:
The Network tab in the UI mode and trace viewer has several nice improvements:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)
And for fonts, it now shows a nice preview:
![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
### `--tsconfig` CLI option

View file

@ -8,14 +8,14 @@ toc_max_heading_level: 2
### Network Tab improvements
The Network tab in the trace viewer now allows searching and filtering by asset type:
The Network tab in the trace viewer has several nice improvements:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)
And for fonts, it now shows a nice preview:
![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
### Miscellaneous
- The `mcr.microsoft.com/playwright-python:v1.47.0` now serves a Playwright image based on Ubuntu 24.04 Noble.