Skip to content

Commit 1a1e05f

Browse files
authored
Release v7.1.23 (#28474)
1 parent bb3eca0 commit 1a1e05f

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

RELEASE_NOTES.md

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

3+
## [v7.1.23](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.23)
4+
5+
November 25, 2025
6+
7+
### Additions
8+
9+
- `api.HTMLAnchorElement.interestForElement` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
10+
- `api.HTMLAreaElement.interestForElement` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
11+
- `api.HTMLButtonElement.interestForElement` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
12+
- `api.HTMLElement.interest_event` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
13+
- `api.HTMLElement.loseinterest_event` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
14+
- `api.InterestEvent` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
15+
- `api.InterestEvent.InterestEvent` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
16+
- `api.InterestEvent.source` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
17+
- `api.SVGAElement.interestForElement` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
18+
- `browsers.bun.releases.1.3.3` ([#28514](https://github.com/mdn/browser-compat-data/pull/28514))
19+
- `browsers.nodejs.releases.24.1.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
20+
- `browsers.nodejs.releases.24.10.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
21+
- `browsers.nodejs.releases.24.11.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
22+
- `browsers.nodejs.releases.24.2.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
23+
- `browsers.nodejs.releases.24.3.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
24+
- `browsers.nodejs.releases.24.4.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
25+
- `browsers.nodejs.releases.24.6.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
26+
- `browsers.nodejs.releases.24.8.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
27+
- `browsers.nodejs.releases.24.9.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
28+
- `browsers.nodejs.releases.25.0.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
29+
- `browsers.nodejs.releases.25.1.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
30+
- `browsers.nodejs.releases.25.2.0` ([#28441](https://github.com/mdn/browser-compat-data/pull/28441))
31+
- `html.elements.a.interestfor` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
32+
- `html.elements.area.interestfor` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
33+
- `html.elements.button.interestfor` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
34+
- `svg.elements.a.interestfor` ([#28469](https://github.com/mdn/browser-compat-data/pull/28469))
35+
36+
### Statistics
37+
38+
- 12 contributors have changed 43 files with 691 additions and 372 deletions in 34 commits ([`v7.1.22...v7.1.23`](https://github.com/mdn/browser-compat-data/compare/v7.1.22...v7.1.23))
39+
- 19,067 total features
40+
- 1,210 total contributors
41+
- 5,494 total stargazers
42+
343
## [v7.1.22](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.22)
444

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

0 commit comments

Comments
 (0)