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

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

December 3, 2025

### Removals

- `api.GPUTexture.createView.texture_rgb10a2uint` ([#28525](https://github.com/mdn/browser-compat-data/pull/28525))
- `api.GPUTexture.createView.usage` ([#28525](https://github.com/mdn/browser-compat-data/pull/28525))
- `css.at-rules.container.style_queries_range_syntax` ([#28537](https://github.com/mdn/browser-compat-data/pull/28537))
- `css.types.if.style_queries_range_syntax` ([#28537](https://github.com/mdn/browser-compat-data/pull/28537))

### Additions

- `api.GPUTexture.createView.descriptor_format_parameter_accepts_rgb10a2uint` ([#28525](https://github.com/mdn/browser-compat-data/pull/28525))
- `api.GPUTexture.createView.descriptor_usage_parameter` ([#28525](https://github.com/mdn/browser-compat-data/pull/28525))
- `browsers.chrome_android.releases.146` ([#28531](https://github.com/mdn/browser-compat-data/pull/28531))
- `browsers.chrome.releases.146` ([#28531](https://github.com/mdn/browser-compat-data/pull/28531))
- `browsers.opera_android.releases.93` ([#28531](https://github.com/mdn/browser-compat-data/pull/28531))
- `browsers.webview_android.releases.146` ([#28531](https://github.com/mdn/browser-compat-data/pull/28531))
- `css.at-rules.container.style_queries_for_custom_properties.range_syntax` ([#28537](https://github.com/mdn/browser-compat-data/pull/28537))
- `css.at-rules.container.style_queries_range_syntax` ([#28510](https://github.com/mdn/browser-compat-data/pull/28510))
- `css.types.if.style` ([#28537](https://github.com/mdn/browser-compat-data/pull/28537))
- `css.types.if.style_queries_range_syntax` ([#28510](https://github.com/mdn/browser-compat-data/pull/28510))
- `css.types.if.style.range_syntax` ([#28537](https://github.com/mdn/browser-compat-data/pull/28537))
- `webassembly.branch-hinting` ([#28566](https://github.com/mdn/browser-compat-data/pull/28566))

### Statistics

- 4 contributors have changed 18 files with 495 additions and 279 deletions in 17 commits ([`v7.1.23...v7.1.24`](https://github.com/mdn/browser-compat-data/compare/v7.1.23...v7.1.24))
- 19,071 total features
- 1,210 total contributors
- 5,509 total stargazers

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

November 25, 2025
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.1.23",
"version": "7.1.24",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.ts",
"type": "module",
Expand Down