Skip to content

Commit 67827e9

Browse files
authored
Release v6.0.7 (#26527)
1 parent b813082 commit 67827e9

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

‎RELEASE_NOTES.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v6.0.7](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.7)
4+
5+
April 18, 2025
6+
7+
### Removals
8+
9+
- `webextensions.api.pageAction.getUserSettings` ([#26540](https://github.com/mdn/browser-compat-data/pull/26540))
10+
- `webextensions.api.pageAction.getUserSettings.returns_userSettings_isOnToolbar_property` ([#26540](https://github.com/mdn/browser-compat-data/pull/26540))
11+
12+
### Additions
13+
14+
- `browsers.edge.releases.138` ([#26526](https://github.com/mdn/browser-compat-data/pull/26526))
15+
- `webextensions.api.browserAction.getUserSettings` ([#26540](https://github.com/mdn/browser-compat-data/pull/26540))
16+
- `webextensions.api.browserAction.getUserSettings.returns_userSettings_isOnToolbar_property` ([#26540](https://github.com/mdn/browser-compat-data/pull/26540))
17+
- `webextensions.api.tabs.group` ([#26520](https://github.com/mdn/browser-compat-data/pull/26520))
18+
- `webextensions.api.tabs.onUpdated.changeInfo.groupId` ([#26520](https://github.com/mdn/browser-compat-data/pull/26520))
19+
- `webextensions.api.tabs.onUpdated.filter.properties.groupId` ([#26520](https://github.com/mdn/browser-compat-data/pull/26520))
20+
- `webextensions.api.tabs.query.queryInfo.groupId` ([#26520](https://github.com/mdn/browser-compat-data/pull/26520))
21+
- `webextensions.api.tabs.Tab.groupId` ([#26520](https://github.com/mdn/browser-compat-data/pull/26520))
22+
- `webextensions.api.tabs.ungroup` ([#26520](https://github.com/mdn/browser-compat-data/pull/26520))
23+
24+
### Statistics
25+
26+
- 7 contributors have changed 248 files with 998 additions and 2,803 deletions in 12 commits ([`v6.0.6...v6.0.7`](https://github.com/mdn/browser-compat-data/compare/v6.0.6...v6.0.7))
27+
- 17,014 total features
28+
- 1,140 total contributors
29+
- 5,198 total stargazers
30+
331
## [v6.0.6](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.6)
432

533
April 15, 2025

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

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

0 commit comments

Comments
 (0)