From 9cac55073985bf9c3f33fee39a3f3b0b17ed8937 Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 12 Sep 2025 12:43:17 +0000 Subject: [PATCH] Release v7.1.5 --- RELEASE_NOTES.md | 22 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 52aa284f3d0ea4..1577578522f1cf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,27 @@ # @mdn/browser-compat-data release notes +## [v7.1.5](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.5) + +September 12, 2025 + +### Removals + +- `http.headers.Supports-Loading-Mode.fenced-frames` ([#27811](https://github.com/mdn/browser-compat-data/pull/27811)) + +### Additions + +- `api.Document.ariaNotify` ([#27819](https://github.com/mdn/browser-compat-data/pull/27819)) +- `api.Element.ariaNotify` ([#27819](https://github.com/mdn/browser-compat-data/pull/27819)) +- `browsers.opera.releases.124` ([#27837](https://github.com/mdn/browser-compat-data/pull/27837)) +- `http.headers.Supports-Loading-Mode.fenced-frame` ([#27811](https://github.com/mdn/browser-compat-data/pull/27811)) + +### Statistics + +- 8 contributors have changed 50 files with 515 additions and 87 deletions in 19 commits ([`v7.1.4...v7.1.5`](https://github.com/mdn/browser-compat-data/compare/v7.1.4...v7.1.5)) +- 17,819 total features +- 1,196 total contributors +- 5,392 total stargazers + ## [v7.1.4](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.4) September 9, 2025 diff --git a/package-lock.json b/package-lock.json index 0c157b9228bfe1..630a6038e359c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.4", + "version": "7.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.1.4", + "version": "7.1.5", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 2632b9987762bc..66346d8645b60b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.4", + "version": "7.1.5", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",