From 8c464da7829581343ecb72ee0641fab17a62f131 Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:46:27 +0000 Subject: [PATCH 1/2] Release v7.2.0 --- RELEASE_NOTES.md | 96 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 3 files changed, 99 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3dad617ce5b4d4..3fad84b22ac99d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,101 @@ # @mdn/browser-compat-data release notes +## [v7.2.0](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.0) + +December 9, 2025 + +### Notable changes + + + +### Removals + +- `css.types.attr.fallback` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit.angle` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit.color` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit.integer` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit.length` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit.number` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit.percentage` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type-or-unit.time` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) + +### Additions + +- `api.GPUSupportedFeatures.feature_texture-component-swizzle` ([#28411](https://github.com/mdn/browser-compat-data/pull/28411)) +- `api.GPUTexture.createView.descriptor_swizzle_parameter` ([#28411](https://github.com/mdn/browser-compat-data/pull/28411)) +- `api.SubtleCrypto.importKey.ECDH` ([#28497](https://github.com/mdn/browser-compat-data/pull/28497)) +- `api.SubtleCrypto.importKey.ECDH.compressed_elliptic_curve_points` ([#28497](https://github.com/mdn/browser-compat-data/pull/28497)) +- `api.SubtleCrypto.importKey.ECDSA` ([#28497](https://github.com/mdn/browser-compat-data/pull/28497)) +- `api.SubtleCrypto.importKey.ECDSA.compressed_elliptic_curve_points` ([#28497](https://github.com/mdn/browser-compat-data/pull/28497)) +- `browsers.bun.releases.1.3.4` ([#28607](https://github.com/mdn/browser-compat-data/pull/28607)) +- `browsers.firefox_android.releases.149` ([#28607](https://github.com/mdn/browser-compat-data/pull/28607)) +- `browsers.firefox.releases.149` ([#28607](https://github.com/mdn/browser-compat-data/pull/28607)) +- `css.at-rules.container.anchor_position_queries` ([#28526](https://github.com/mdn/browser-compat-data/pull/28526)) +- `css.at-rules.container.anchor_position_queries.fallback` ([#28526](https://github.com/mdn/browser-compat-data/pull/28526)) +- `css.at-rules.container.anchor_position_queries.fallback.any_value` ([#28526](https://github.com/mdn/browser-compat-data/pull/28526)) +- `css.properties.container-type.anchored` ([#28526](https://github.com/mdn/browser-compat-data/pull/28526)) +- `css.properties.position-try-fallbacks.self-x-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try-fallbacks.self-x-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try-fallbacks.self-y-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try-fallbacks.self-y-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try-fallbacks.span-self-x-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try-fallbacks.span-self-x-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try-fallbacks.span-self-y-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try-fallbacks.span-self-y-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.self-x-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.self-x-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.self-y-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.self-y-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.span-self-x-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.span-self-x-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.span-self-y-end` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-try.span-self-y-start` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.properties.position-visibility.anchors-valid` ([#28624](https://github.com/mdn/browser-compat-data/pull/28624)) +- `css.selectors.view-transition-group-children` ([#28595](https://github.com/mdn/browser-compat-data/pull/28595)) +- `css.types.attr.declaration-value` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.angle` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.color` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.custom-ident` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.ident` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.image` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.integer` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.length` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.length-percentage` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.number` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.percentage` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.resolution` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.string` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.time` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.transform-function` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `css.types.attr.type_function.url` ([#26624](https://github.com/mdn/browser-compat-data/pull/26624)) +- `mediatypes.image.avif` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.avif.animation` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.bmp` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.gif` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.heif` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.ico` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.jpeg` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.jxl` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.png` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.png.animation` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.svg` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.tiff` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.webp` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.webp.alpha` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.webp.animation` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.webp.lossless` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `mediatypes.image.webp.lossy` ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) +- `webdriver.bidi.emulation.setScreenSettingsOverride` ([#28606](https://github.com/mdn/browser-compat-data/pull/28606)) + +### Statistics + +- 8 contributors have changed 136 files with 2,740 additions and 887 deletions in 24 commits ([`v7.1.24...v7.2.0`](https://github.com/mdn/browser-compat-data/compare/v7.1.24...v7.2.0)) +- 19,148 total features +- 1,212 total contributors +- 5,520 total stargazers + ## [v7.1.24](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.24) December 5, 2025 diff --git a/package-lock.json b/package-lock.json index 6f8d8beb77bbee..ff425937ae9daf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.24", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.1.24", + "version": "7.2.0", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 7246708e112e10..0515f28dd8902c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.24", + "version": "7.2.0", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module", From 9af6f219f0875747c259165ea347ec2b5ce9d492 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 10 Dec 2025 13:21:23 +0100 Subject: [PATCH 2/2] Notable changes in v7.2.0 --- RELEASE_NOTES.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3fad84b22ac99d..a9e40e41a2384f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,11 +2,17 @@ ## [v7.2.0](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.0) -December 9, 2025 +December 10, 2025 ### Notable changes - +This release includes _one notable change_. + +#### 1. Add top-level `mediatypes` folder ([#27168](https://github.com/mdn/browser-compat-data/pull/27168)) + +Previously, support data for media formats was not available. + +Now, a new top-level `mediatypes` folder has been created to host 11 image formats (`mediatypes.image.*`), and to support future data additions for other media types. ### Removals