Skip to content

Commit

Permalink
docs: update release notes for 1.47 to our changes from yesterday (#3…
Browse files Browse the repository at this point in the history
…2482)

I'll also cherry-pick this into the release branch and update
playwright.dev.
  • Loading branch information
Skn0tt committed Sep 6, 2024
1 parent a52eb0c commit 5d4a65b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions docs/src/release-notes-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ 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:

![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:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets

![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)

### Miscellaneous

Expand Down
10 changes: 5 additions & 5 deletions docs/src/release-notes-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ 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:

![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:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets

![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)

### Miscellaneous

Expand Down
10 changes: 5 additions & 5 deletions docs/src/release-notes-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ 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:

![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:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets

![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)


### `--tsconfig` CLI option
Expand Down
10 changes: 5 additions & 5 deletions docs/src/release-notes-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ 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:

![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:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets

![Font requests have a preview now](https://github.com/user-attachments/assets/769d64cc-cdcb-421d-9849-227d2f874d1f)
![Network tab now has filters](https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2)

### Miscellaneous

Expand Down

0 comments on commit 5d4a65b

Please sign in to comment.