Skip to content

Commit af207da

Browse files
authored
Release v6.0.12 (#26701)
1 parent 34604b9 commit af207da

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+
## [v6.0.12](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.12)
4+
5+
May 6, 2025
6+
7+
### Additions
8+
9+
- `api.CreateMonitor` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
10+
- `api.CreateMonitor.downloadprogress_event` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
11+
- `api.ImageData.pixelFormat` ([#26706](https://github.com/mdn/browser-compat-data/pull/26706))
12+
- `api.Summarizer` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
13+
- `api.Summarizer.availability_static` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
14+
- `api.Summarizer.create_static` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
15+
- `api.Summarizer.destroy` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
16+
- `api.Summarizer.expectedContextLanguages` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
17+
- `api.Summarizer.expectedInputLanguages` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
18+
- `api.Summarizer.format` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
19+
- `api.Summarizer.inputQuota` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
20+
- `api.Summarizer.length` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
21+
- `api.Summarizer.measureInputUsage` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
22+
- `api.Summarizer.outputLanguage` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
23+
- `api.Summarizer.sharedContext` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
24+
- `api.Summarizer.summarize` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
25+
- `api.Summarizer.summarizeStreaming` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
26+
- `api.Summarizer.type` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
27+
- `css.properties.font-synthesis-style.oblique-only` ([#26704](https://github.com/mdn/browser-compat-data/pull/26704))
28+
- `css.properties.reading-flow.flex-flow` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
29+
- `css.properties.reading-flow.flex-visual` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
30+
- `css.properties.reading-flow.grid-columns` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
31+
- `css.properties.reading-flow.grid-order` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
32+
- `css.properties.reading-flow.grid-rows` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
33+
- `css.properties.reading-flow.normal` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
34+
- `css.properties.reading-flow.source-order` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
35+
- `css.properties.reading-order` ([#26705](https://github.com/mdn/browser-compat-data/pull/26705))
36+
- `http.headers.Permissions-Policy.summarizer` ([#26638](https://github.com/mdn/browser-compat-data/pull/26638))
37+
- `webassembly.jspi` ([#26706](https://github.com/mdn/browser-compat-data/pull/26706))
38+
- `webextensions.api.declarativeNetRequest.ResourceType.json` ([#26512](https://github.com/mdn/browser-compat-data/pull/26512))
39+
- `webextensions.api.webRequest.ResourceType.json` ([#26512](https://github.com/mdn/browser-compat-data/pull/26512))
40+
41+
### Statistics
42+
43+
- 11 contributors have changed 55 files with 1,599 additions and 689 deletions in 24 commits ([`v6.0.11...v6.0.12`](https://github.com/mdn/browser-compat-data/compare/v6.0.11...v6.0.12))
44+
- 17,048 total features
45+
- 1,146 total contributors
46+
- 5,227 total stargazers
47+
348
## [v6.0.11](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.11)
449

550
May 2, 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.11",
3+
"version": "6.0.12",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)