From da5b8e32cbf8d72c3be50217d7a5ddf03478babf Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 22 May 2026 14:46:34 +0000 Subject: [PATCH] Release v7.3.17 --- RELEASE_NOTES.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7672fb3bfcf2a5..b13131f8c3fe34 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 6a52514c3ad3cd..e113aa15a497ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.3.16", + "version": "7.3.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.3.16", + "version": "7.3.17", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 5bd59571ec8ef3..24eb55cb42ba2f 100644 --- a/package.json +++ b/package.json @@ -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",