Skip to content

Commit 4d8f7b5

Browse files
authored
Release v7.3.3 (#29052)
1 parent 0719794 commit 4d8f7b5

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

RELEASE_NOTES.md

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

3+
## [v7.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.3)
4+
5+
February 20, 2026
6+
7+
### Removals
8+
9+
- `html.global_attributes.nonce.nonce_hiding` ([#29045](https://github.com/mdn/browser-compat-data/pull/29045))
10+
- `http.headers.X-Frame-Options.ALLOW-FROM` ([#29069](https://github.com/mdn/browser-compat-data/pull/29069))
11+
12+
### Additions
13+
14+
- `api.Document.execCommand.paste` ([#28953](https://github.com/mdn/browser-compat-data/pull/28953))
15+
- `api.WebTransport.anticipatedConcurrentIncomingBidirectionalStreams` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
16+
- `api.WebTransport.anticipatedConcurrentIncomingUnidirectionalStreams` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
17+
- `api.WebTransport.createSendGroup` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
18+
- `api.WebTransport.draining` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
19+
- `api.WebTransport.supportsReliableOnly_static` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
20+
- `api.WebTransportDatagramDuplexStream.createWritable` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
21+
- `api.WebTransportDatagramsWritable` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
22+
- `api.WebTransportDatagramsWritable.sendGroup` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
23+
- `api.WebTransportDatagramsWritable.sendOrder` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
24+
- `api.WebTransportSendGroup` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
25+
- `api.WebTransportSendGroup.getStats` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
26+
- `api.WebTransportSendStream.sendGroup` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
27+
- `browsers.edge.releases.148` ([#29051](https://github.com/mdn/browser-compat-data/pull/29051))
28+
- `browsers.safari_ios.releases.26.4` ([#29056](https://github.com/mdn/browser-compat-data/pull/29056))
29+
- `browsers.safari.releases.26.4` ([#29056](https://github.com/mdn/browser-compat-data/pull/29056))
30+
- `browsers.webview_ios.releases.26.4` ([#29056](https://github.com/mdn/browser-compat-data/pull/29056))
31+
- `css.properties.display.grid-lanes` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
32+
- `css.properties.display.inline-grid-lanes` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
33+
- `css.properties.flow-tolerance` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
34+
- `css.properties.flow-tolerance.infinite` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
35+
- `css.properties.flow-tolerance.normal` ([#29063](https://github.com/mdn/browser-compat-data/pull/29063))
36+
- `css.types.random.dashed-ident` ([#29081](https://github.com/mdn/browser-compat-data/pull/29081))
37+
- `css.types.random.element-shared` ([#29081](https://github.com/mdn/browser-compat-data/pull/29081))
38+
- `css.types.random.step` ([#29081](https://github.com/mdn/browser-compat-data/pull/29081))
39+
- `javascript.builtins.RegExp.compile.rexexp_legacy_features` ([#28999](https://github.com/mdn/browser-compat-data/pull/28999))
40+
41+
### Statistics
42+
43+
- 7 contributors have changed 64 files with 1,172 additions and 656 deletions in 32 commits ([`v7.3.2...v7.3.3`](https://github.com/mdn/browser-compat-data/compare/v7.3.2...v7.3.3))
44+
- 19,364 total features
45+
- 1,225 total contributors
46+
- 5,585 total stargazers
47+
348
## [v7.3.2](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.2)
449

550
February 13, 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.3.2",
3+
"version": "7.3.3",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)