Skip to content

Commit d7aff20

Browse files
committed
Release v7.1.7
1 parent c0e9f6c commit d7aff20

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

RELEASE_NOTES.md

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

3+
## [v7.1.7](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.7)
4+
5+
September 19, 2025
6+
7+
### Removals
8+
9+
- `api.HTMLElement.innerText.enforces_trusted_types` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
10+
- `api.Node.textContent.enforces_trusted_types` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
11+
12+
### Additions
13+
14+
- `api.HTMLScriptElement.innerText` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
15+
- `api.HTMLScriptElement.innerText.enforces_trusted_types` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
16+
- `api.HTMLScriptElement.textContent` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
17+
- `api.HTMLScriptElement.textContent.enforces_trusted_types` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
18+
- `api.ServiceWorkerContainer.register.enforces_trusted_types` ([#27836](https://github.com/mdn/browser-compat-data/pull/27836))
19+
- `api.SVGAnimatedString.baseVal.enforces_trusted_types` ([#27836](https://github.com/mdn/browser-compat-data/pull/27836))
20+
- `api.WorkerGlobalScope.importScripts.enforces_trusted_types` ([#27836](https://github.com/mdn/browser-compat-data/pull/27836))
21+
- `browsers.firefox_android.releases.146` ([#27906](https://github.com/mdn/browser-compat-data/pull/27906))
22+
- `browsers.firefox.releases.146` ([#27906](https://github.com/mdn/browser-compat-data/pull/27906))
23+
- `css.properties.caret-shape` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
24+
- `css.properties.caret-shape.auto` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
25+
- `css.properties.caret-shape.bar` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
26+
- `css.properties.caret-shape.block` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
27+
- `css.properties.caret-shape.underscore` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
28+
- `css.properties.corner-shape.bevel` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
29+
- `css.properties.corner-shape.notch` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
30+
- `css.properties.corner-shape.round` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
31+
- `css.properties.corner-shape.scoop` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
32+
- `css.properties.corner-shape.square` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
33+
- `css.properties.corner-shape.squircle` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
34+
- `css.properties.transition-behavior.transitionable_content-visibility` ([#27922](https://github.com/mdn/browser-compat-data/pull/27922))
35+
- `css.properties.transition-behavior.transitionable_display` ([#27922](https://github.com/mdn/browser-compat-data/pull/27922))
36+
- `http.headers.Permissions-Policy.aria-notify` ([#27936](https://github.com/mdn/browser-compat-data/pull/27936))
37+
- `webdriver.bidi.emulation.setLocaleOverride.cross_origin_iframes` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
38+
- `webdriver.bidi.emulation.setLocaleOverride.updates_existing_sandboxes` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
39+
- `webdriver.bidi.network.addDataCollector.dataTypes_parameter.response` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
40+
- `webdriver.bidi.network.disownData.dataType_parameter.response` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
41+
- `webdriver.bidi.network.getData.dataType_parameter.response` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
42+
43+
### Statistics
44+
45+
- 7 contributors have changed 32 files with 1,105 additions and 233 deletions in 27 commits ([`v7.1.6...v7.1.7`](https://github.com/mdn/browser-compat-data/compare/v7.1.6...v7.1.7))
46+
- 17,850 total features
47+
- 1,197 total contributors
48+
- 5,413 total stargazers
49+
350
## [v7.1.6](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.6)
451

552
September 16, 2025

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.1.6",
3+
"version": "7.1.7",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)