Skip to content

Commit e0c4a90

Browse files
committed
Release v7.2.5
1 parent 8a5d9b9 commit e0c4a90

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

RELEASE_NOTES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v7.2.5](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.5)
4+
5+
January 23, 2026
6+
7+
### Additions
8+
9+
- `api.Document.requestStorageAccess.strict_same_origin_policy` ([#28682](https://github.com/mdn/browser-compat-data/pull/28682))
10+
- `api.ShadowRoot.referenceTarget` ([#28570](https://github.com/mdn/browser-compat-data/pull/28570))
11+
- `browsers.edge.releases.147` ([#28859](https://github.com/mdn/browser-compat-data/pull/28859))
12+
- `css.at-rules.media.display-mode.browser` ([#28868](https://github.com/mdn/browser-compat-data/pull/28868))
13+
- `css.at-rules.media.display-mode.fullscreen` ([#28868](https://github.com/mdn/browser-compat-data/pull/28868))
14+
- `css.at-rules.media.display-mode.minimal-ui` ([#28868](https://github.com/mdn/browser-compat-data/pull/28868))
15+
- `css.at-rules.media.display-mode.standalone` ([#28868](https://github.com/mdn/browser-compat-data/pull/28868))
16+
- `css.at-rules.media.display-mode.window-controls-overlay` ([#28868](https://github.com/mdn/browser-compat-data/pull/28868))
17+
- `css.types.random` ([#28840](https://github.com/mdn/browser-compat-data/pull/28840))
18+
- `html.elements.input.switch` ([#28897](https://github.com/mdn/browser-compat-data/pull/28897))
19+
- `html.elements.template.shadowrootreferencetarget` ([#28570](https://github.com/mdn/browser-compat-data/pull/28570))
20+
- `javascript.builtins.AsyncFunction.AsyncFunction.enforces_trusted_types` ([#28778](https://github.com/mdn/browser-compat-data/pull/28778))
21+
- `javascript.builtins.AsyncGeneratorFunction.AsyncGeneratorFunction.enforces_trusted_types` ([#28778](https://github.com/mdn/browser-compat-data/pull/28778))
22+
- `javascript.builtins.GeneratorFunction.GeneratorFunction.enforces_trusted_types` ([#28778](https://github.com/mdn/browser-compat-data/pull/28778))
23+
24+
### Statistics
25+
26+
- 12 contributors have changed 43 files with 824 additions and 252 deletions in 38 commits ([`v7.2.4...v7.2.5`](https://github.com/mdn/browser-compat-data/compare/v7.2.4...v7.2.5))
27+
- 19,217 total features
28+
- 1,219 total contributors
29+
- 5,567 total stargazers
30+
331
## [v7.2.4](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.4)
432

533
January 15, 2026

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/browser-compat-data",
3-
"version": "7.2.4",
3+
"version": "7.2.5",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)