Skip to content
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
20 changes: 20 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @mdn/browser-compat-data release notes

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

May 22, 2026

### Additions

- `api.Element.getAnimations.options_parameter` ([#29728](https://github.com/mdn/browser-compat-data/pull/29728))
- `api.Element.getAnimations.options_parameter.pseudoElement_option` ([#29728](https://github.com/mdn/browser-compat-data/pull/29728))
- `browsers.firefox_android.releases.154` ([#29712](https://github.com/mdn/browser-compat-data/pull/29712))
- `browsers.firefox.releases.154` ([#29712](https://github.com/mdn/browser-compat-data/pull/29712))
- `mathml.elements.a` ([#29706](https://github.com/mdn/browser-compat-data/pull/29706))
- `mathml.elements.a.href` ([#29706](https://github.com/mdn/browser-compat-data/pull/29706))

### Statistics

- 9 contributors have changed 21 files with 260 additions and 73 deletions in 14 commits ([`next...v7.3.17`](https://github.com/mdn/browser-compat-data/compare/next...v7.3.17))
- 19,752 total features
- 1,250 total contributors
- 5,671 total stargazers

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

May 15, 2026
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": "7.3.16",
"version": "7.3.17",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"type": "module",
Expand Down
Loading