Skip to content

Commit ccd9d7f

Browse files
authored
Release v6.0.3 (#26385)
1 parent 5174cc6 commit ccd9d7f

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

RELEASE_NOTES.md

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

3+
## [v6.0.3](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.3)
4+
5+
April 4, 2025
6+
7+
### Removals
8+
9+
- `css.properties.dynamic-range-limit.constrained-high` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
10+
- `css.properties.dynamic-range-limit.high` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
11+
- `http.headers.Link.compression-dictionary` ([#26375](https://github.com/mdn/browser-compat-data/pull/26375))
12+
- `http.headers.Link.expect` ([#26375](https://github.com/mdn/browser-compat-data/pull/26375))
13+
14+
### Additions
15+
16+
- `api.CaptureController.decreaseZoomLevel` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
17+
- `api.CaptureController.forwardWheel` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
18+
- `api.CaptureController.getSupportedZoomLevels` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
19+
- `api.CaptureController.increaseZoomLevel` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
20+
- `api.CaptureController.resetZoomLevel` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
21+
- `api.CaptureController.zoomLevel` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
22+
- `api.CaptureController.zoomlevelchange_event` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
23+
- `api.GPUAdapterInfo.isFallbackAdapter` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
24+
- `api.IdentityCredential.configURL` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
25+
- `browsers.firefox_android.releases.140` ([#26384](https://github.com/mdn/browser-compat-data/pull/26384))
26+
- `browsers.firefox.releases.140` ([#26384](https://github.com/mdn/browser-compat-data/pull/26384))
27+
- `browsers.safari_ios.releases.18.5` ([#26384](https://github.com/mdn/browser-compat-data/pull/26384))
28+
- `browsers.safari.releases.18.5` ([#26384](https://github.com/mdn/browser-compat-data/pull/26384))
29+
- `browsers.webview_ios.releases.18.5` ([#26384](https://github.com/mdn/browser-compat-data/pull/26384))
30+
- `css.properties.dynamic-range-limit.constrained` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
31+
- `css.properties.dynamic-range-limit.no-limit` ([#26412](https://github.com/mdn/browser-compat-data/pull/26412))
32+
33+
### Statistics
34+
35+
- 11 contributors have changed 66 files with 828 additions and 172 deletions in 24 commits ([`v6.0.2...v6.0.3`](https://github.com/mdn/browser-compat-data/compare/v6.0.2...v6.0.3))
36+
- 17,086 total features
37+
- 1,139 total contributors
38+
- 5,188 total stargazers
39+
340
## [v6.0.2](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.2)
441

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

0 commit comments

Comments
 (0)