Skip to content

Commit

Permalink
Release v5.4.2 (#21381)
Browse files Browse the repository at this point in the history
This release was generated by the project's release script.
  • Loading branch information
queengooborg authored Nov 28, 2023
1 parent 8ac1f31 commit 496e8fd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @mdn/browser-compat-data release notes

## [v5.4.2](https://github.com/mdn/browser-compat-data/releases/tag/v5.4.2)

November 28, 2023

### Removals

- `api.Window.pageXOffset` ([#21348](https://github.com/mdn/browser-compat-data/pull/21348))
- `api.Window.pageYOffset` ([#21348](https://github.com/mdn/browser-compat-data/pull/21348))
- `css.properties.grid-column-gap` ([#21347](https://github.com/mdn/browser-compat-data/pull/21347))
- `css.properties.grid-gap` ([#21347](https://github.com/mdn/browser-compat-data/pull/21347))
- `css.properties.grid-row-gap` ([#21347](https://github.com/mdn/browser-compat-data/pull/21347))

### Additions

- `api.MediaKeys.getStatusForPolicy` ([#21368](https://github.com/mdn/browser-compat-data/pull/21368))
- `api.WebTransportBidirectionalStream.readable.returns_WebTransportReceiveStream` ([#21355](https://github.com/mdn/browser-compat-data/pull/21355))
- `api.WebTransportBidirectionalStream.writable.returns_WebTransportSendStream` ([#21355](https://github.com/mdn/browser-compat-data/pull/21355))
- `javascript.builtins.Promise.withResolvers` ([#21364](https://github.com/mdn/browser-compat-data/pull/21364))
- `webextensions.api.webRequest.onBeforeSendHeaders.details.frameAncestors` ([#21356](https://github.com/mdn/browser-compat-data/pull/21356))

### Statistics

- 11 contributors have changed 41 files with 439 additions and 489 deletions in 28 commits ([`v5.4.1...v5.4.2`](https://github.com/mdn/browser-compat-data/compare/v5.4.1...v5.4.2))
- 15,213 total features
- 1,049 total contributors
- 4,659 total stargazers

## [v5.4.1](https://github.com/mdn/browser-compat-data/releases/tag/v5.4.1)

November 24, 2023
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdn/browser-compat-data",
"version": "5.4.1",
"version": "5.4.2",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.ts",
"type": "module",
Expand Down

0 comments on commit 496e8fd

Please sign in to comment.