From 006a4060fb2a7fd6e41eb6fbe2efdb2bb9977675 Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:31:47 +0000 Subject: [PATCH] Release v7.1.14 --- RELEASE_NOTES.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d5f42e669d0731..449f7ff28545ec 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,31 @@ # @mdn/browser-compat-data release notes +## [v7.1.14](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.14) + +October 17, 2025 + +### Additions + +- `api.GPUDevice.createPipelineLayout.descriptor_bindGroupLayouts_parameter_accepts_null_values` ([#28209](https://github.com/mdn/browser-compat-data/pull/28209)) +- `api.GPUSupportedFeatures.feature_primitive-index` ([#28206](https://github.com/mdn/browser-compat-data/pull/28206)) +- `api.GPUSupportedFeatures.feature_texture-formats-tier1` ([#28207](https://github.com/mdn/browser-compat-data/pull/28207)) +- `api.GPUSupportedFeatures.feature_texture-formats-tier2` ([#28207](https://github.com/mdn/browser-compat-data/pull/28207)) +- `api.MediaDevices.getDisplayMedia.windowAudio_option` ([#28130](https://github.com/mdn/browser-compat-data/pull/28130)) +- `api.MediaStreamTrack.applyConstraints.echoCancellation_constraint.all` ([#28090](https://github.com/mdn/browser-compat-data/pull/28090)) +- `api.MediaStreamTrack.applyConstraints.echoCancellation_constraint.remote-only` ([#28090](https://github.com/mdn/browser-compat-data/pull/28090)) +- `api.MediaStreamTrack.applyConstraints.restrictOwnAudio_constraint` ([#28122](https://github.com/mdn/browser-compat-data/pull/28122)) +- `api.NavigateEvent.intercept.precommitHandler_option` ([#28173](https://github.com/mdn/browser-compat-data/pull/28173)) +- `browsers.firefox_android.releases.147` ([#28193](https://github.com/mdn/browser-compat-data/pull/28193)) +- `browsers.firefox.releases.147` ([#28193](https://github.com/mdn/browser-compat-data/pull/28193)) +- `webdriver.bidi.permission.setPermission.embeddedOrigin_parameter` ([#28194](https://github.com/mdn/browser-compat-data/pull/28194)) + +### Statistics + +- 9 contributors have changed 81 files with 1,134 additions and 628 deletions in 28 commits ([`v7.1.13...v7.1.14`](https://github.com/mdn/browser-compat-data/compare/v7.1.13...v7.1.14)) +- 17,993 total features +- 1,202 total contributors +- 5,452 total stargazers + ## [v7.1.13](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.13) October 14, 2025 diff --git a/package-lock.json b/package-lock.json index 7d97782b9b45cb..cbd887c912d53e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.13", + "version": "7.1.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.1.13", + "version": "7.1.14", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index b1b5dbea7ccba5..06b5dd8960e091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.13", + "version": "7.1.14", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",