Skip to content

Release v6.0.37 #27432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @mdn/browser-compat-data release notes

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

August 2, 2025

### Removals

- `css.properties.-moz-image-region` ([#27467](https://github.com/mdn/browser-compat-data/pull/27467))
- `css.selectors.-moz-focus-inner` ([#27467](https://github.com/mdn/browser-compat-data/pull/27467))

### Additions

- `api.Animation.commitStyles.endpoint_inclusive_commitStyles` ([#27421](https://github.com/mdn/browser-compat-data/pull/27421))
- `javascript.builtins.AsyncDisposableStack.@@asyncDispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
- `javascript.builtins.AsyncIterator.@@asyncDispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
- `javascript.builtins.DisposableStack.@@dispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
- `javascript.builtins.Iterator.@@dispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
- `javascript.builtins.SuppressedError.error` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
- `javascript.builtins.SuppressedError.suppressed` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
- `javascript.statements.await_using` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
- `webextensions.api.storage.local.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
- `webextensions.api.storage.managed.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
- `webextensions.api.storage.session.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
- `webextensions.api.storage.StorageArea.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
- `webextensions.api.storage.sync.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))

### Statistics

- 10 contributors have changed 34 files with 657 additions and 174 deletions in 22 commits ([`v6.0.36...v6.0.37`](https://github.com/mdn/browser-compat-data/compare/v6.0.36...v6.0.37))
- 17,692 total features
- 1,178 total contributors
- 5,342 total stargazers

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

July 28, 2025
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": "6.0.36",
"version": "6.0.37",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.ts",
"type": "module",
Expand Down