Skip to content

Commit 7dcfe4c

Browse files
committed
Release v7.3.2
1 parent 1de92a5 commit 7dcfe4c

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.2](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.2)
4+
5+
February 11, 2026
6+
7+
### Additions
8+
9+
- `api.HTMLGeolocationElement` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
10+
- `api.HTMLGeolocationElement.autolocate` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
11+
- `api.HTMLGeolocationElement.error` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
12+
- `api.HTMLGeolocationElement.HTMLGeolocationElement` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
13+
- `api.HTMLGeolocationElement.initialPermissionStatus` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
14+
- `api.HTMLGeolocationElement.invalidReason` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
15+
- `api.HTMLGeolocationElement.isValid` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
16+
- `api.HTMLGeolocationElement.location_event` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
17+
- `api.HTMLGeolocationElement.permissionStatus` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
18+
- `api.HTMLGeolocationElement.position` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
19+
- `api.HTMLGeolocationElement.promptaction_event` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
20+
- `api.HTMLGeolocationElement.promptdismiss_event` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
21+
- `api.HTMLGeolocationElement.validationstatuschange_event` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
22+
- `api.HTMLGeolocationElement.watch` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
23+
- `browsers.bun.releases.1.3.9` ([#29003](https://github.com/mdn/browser-compat-data/pull/29003))
24+
- `browsers.chrome_android.releases.148` ([#29013](https://github.com/mdn/browser-compat-data/pull/29013))
25+
- `browsers.chrome.releases.148` ([#29013](https://github.com/mdn/browser-compat-data/pull/29013))
26+
- `browsers.webview_android.releases.148` ([#29013](https://github.com/mdn/browser-compat-data/pull/29013))
27+
- `css.at-rules.container.scroll-state_queries.scrolled` ([#28983](https://github.com/mdn/browser-compat-data/pull/28983))
28+
- `html.elements.datalist.input_type_color` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
29+
- `html.elements.datalist.input_type_date` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
30+
- `html.elements.datalist.input_type_range` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
31+
- `html.elements.datalist.input_type_time` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
32+
- `html.elements.geolocation` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
33+
- `html.elements.geolocation.autolocate` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
34+
- `html.elements.geolocation.watch` ([#28801](https://github.com/mdn/browser-compat-data/pull/28801))
35+
- `html.elements.input.type_color.list` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
36+
- `html.elements.input.type_date.list` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
37+
- `html.elements.input.type_range.list` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
38+
- `html.elements.input.type_time.list` ([#28189](https://github.com/mdn/browser-compat-data/pull/28189))
39+
- `webextensions.api.permissions.Permissions.data_collection` ([#28978](https://github.com/mdn/browser-compat-data/pull/28978))
40+
41+
### Statistics
42+
43+
- 6 contributors have changed 23 files with 1,179 additions and 121 deletions in 17 commits ([`v7.3.1...v7.3.2`](https://github.com/mdn/browser-compat-data/compare/v7.3.1...v7.3.2))
44+
- 19,258 total features
45+
- 1,222 total contributors
46+
- 5,585 total stargazers
47+
348
## [v7.3.1](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.1)
449

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

0 commit comments

Comments
 (0)