Skip to content

Commit

Permalink
Merge branch 'main' into indexeddb-improved-error-reporting-large-val…
Browse files Browse the repository at this point in the history
…ue-read-failures
  • Loading branch information
chrisdavidmills authored Dec 13, 2024
2 parents b8f86c9 + 3d49b14 commit c785b05
Show file tree
Hide file tree
Showing 166 changed files with 2,525 additions and 1,159 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/data-problem.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Data problem"
title: "<NAME THE FEATURE> - <SUMMARIZE THE PROBLEM>"
description: Report incorrect, incomplete, or missing data
labels: ["needs-triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Enhancement"
description: An enhancement to BCD's infrastructure
labels: ["enhancement"]
labels: ["needs-triage", "enhancement"]
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/infra-problem.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Infrastructure/Linter Problem"
description: Report issues with infrastructure, including scripts and linters
labels: ["needs-triage"]
body:
- type: markdown
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ updates:
time: "11:00"
open-pull-requests-limit: 10
labels:
- "infra :building_construction:"
- "dependencies :chains:"
- "infra"
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-incomplete-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
close-issues-if-invalid:
runs-on: ubuntu-latest
steps:
- uses: queengooborg/invalid-issue-closer@v1.4.0
- uses: queengooborg/invalid-issue-closer@v1.5.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels: "invalid"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_bcd-utils_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
send_repo_dispatch_event:
runs-on: ubuntu-latest
if: github.repository == 'mdn/browser-compat-data'
steps:
- uses: actions/github-script@v7
with:
Expand Down
115 changes: 115 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,120 @@
# @mdn/browser-compat-data release notes

## [v5.6.24](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.24)

December 13, 2024

### Renamings

- `css.types.calc-constant` to `css.types.calc-keyword` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.e` to `css.types.calc-keyword.e` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.infinity` to `css.types.calc-keyword.infinity` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.NaN` to `css.types.calc-keyword.NaN`([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.pi` to `css.types.calc-keyword.pi` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))

### Removals

- `css.properties.offset-path.coord_box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))

### Additions

- `css.properties.offset-anchor.bottom` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.center` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.left` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.right` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.top` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.border-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.content-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.fill-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.margin-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.none` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.padding-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.stroke-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.view-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.bottom` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.center` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.left` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.right` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.top` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))

### Statistics

- 12 contributors have changed 22 files with 775 additions and 97 deletions in 21 commits ([`v5.6.23...v5.6.24`](https://github.com/mdn/browser-compat-data/compare/v5.6.23...v5.6.24))
- 16,780 total features
- 1,119 total contributors
- 5,031 total stargazers

## [v5.6.23](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.23)

December 10, 2024

### Removals

- `css.properties.object-position.applies_to_iframe_elements` ([#25354](https://github.com/mdn/browser-compat-data/pull/25354))
- `css.types.color.color-contrast` ([#25305](https://github.com/mdn/browser-compat-data/pull/25305))

### Additions

- `browsers.opera_android.releases.85` ([#25347](https://github.com/mdn/browser-compat-data/pull/25347))
- `browsers.opera_android.releases.86` ([#25347](https://github.com/mdn/browser-compat-data/pull/25347))
- `browsers.opera.releases.116` ([#25347](https://github.com/mdn/browser-compat-data/pull/25347))
- `browsers.opera.releases.117` ([#25347](https://github.com/mdn/browser-compat-data/pull/25347))
- `webextensions.api.action.onUserSettingsChanged` ([#25343](https://github.com/mdn/browser-compat-data/pull/25343))
- `webextensions.api.action.UserSettingsChange` ([#25343](https://github.com/mdn/browser-compat-data/pull/25343))

### Statistics

- 8 contributors have changed 44 files with 250 additions and 258 deletions in 25 commits ([`v5.6.22...v5.6.23`](https://github.com/mdn/browser-compat-data/compare/v5.6.22...v5.6.23))
- 16,763 total features
- 1,118 total contributors
- 5,027 total stargazers

## [v5.6.22](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.22)

December 6, 2024

### Renamings

- `svg.elements.stop.stop-color` to `svg.global_attributes.stop-color` ([#25272](https://github.com/mdn/browser-compat-data/pull/25272))
- `svg.elements.stop.stop-opacity` to `svg.global_attributes.stop-opacity` ([#25272](https://github.com/mdn/browser-compat-data/pull/25272))

### Additions

- `api.HTMLFencedFrameElement.sandbox` ([#25227](https://github.com/mdn/browser-compat-data/pull/25227))
- `api.HTMLInputElement.alpha` ([#25270](https://github.com/mdn/browser-compat-data/pull/25270))
- `api.HTMLInputElement.colorSpace` ([#25270](https://github.com/mdn/browser-compat-data/pull/25270))
- `browsers.edge.releases.134` ([#25322](https://github.com/mdn/browser-compat-data/pull/25322))
- `html.elements.input.alpha` ([#25270](https://github.com/mdn/browser-compat-data/pull/25270))
- `html.elements.input.colorspace` ([#25270](https://github.com/mdn/browser-compat-data/pull/25270))

### Statistics

- 13 contributors have changed 70 files with 756 additions and 617 deletions in 29 commits ([`v5.6.21...v5.6.22`](https://github.com/mdn/browser-compat-data/compare/v5.6.21...v5.6.22))
- 16,763 total features
- 1,116 total contributors
- 5,022 total stargazers

## [v5.6.21](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.21)

December 3, 2024

### Removals

- `browsers.nodejs.releases.10.5.0` ([#25014](https://github.com/mdn/browser-compat-data/pull/25014))

### Additions

- `browsers.nodejs.releases.21.1.0` ([#24988](https://github.com/mdn/browser-compat-data/pull/24988))
- `webassembly.exceptionsFinal` ([#25252](https://github.com/mdn/browser-compat-data/pull/25252))
- `webassembly.typedFunctionReferences` ([#25252](https://github.com/mdn/browser-compat-data/pull/25252))

### Statistics

- 6 contributors have changed 47 files with 741 additions and 310 deletions in 21 commits ([`v5.6.20...v5.6.21`](https://github.com/mdn/browser-compat-data/compare/v5.6.20...v5.6.21))
- 16,758 total features
- 1,116 total contributors
- 5,013 total stargazers

## [v5.6.20](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.20)

November 29, 2024
Expand Down
12 changes: 3 additions & 9 deletions api/CSSMarginRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
Expand Down Expand Up @@ -53,9 +51,7 @@
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
Expand Down Expand Up @@ -94,9 +90,7 @@
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
Expand Down
1 change: 1 addition & 0 deletions api/DOMMatrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@
},
"invertSelf": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/invertSelf",
"spec_url": "https://drafts.fxtf.org/geometry/#dom-dommatrix-invertself",
"support": {
"chrome": {
Expand Down
1 change: 1 addition & 0 deletions api/DOMMatrixReadOnly.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@
"inverse": {
"__compat": {
"description": "`inverse()`",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/inverse",
"spec_url": "https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-inverse",
"support": {
"chrome": {
Expand Down
1 change: 0 additions & 1 deletion api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -3070,7 +3070,6 @@
"execCommand": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/execCommand",
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#dom-document-execcommand",
"support": {
"chrome": {
"version_added": "1"
Expand Down
3 changes: 2 additions & 1 deletion api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -9376,7 +9376,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/403510"
},
"firefox_android": "mirror",
"ie": {
Expand Down
36 changes: 19 additions & 17 deletions api/Event.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@
"ie": {
"version_added": "6"
},
"nodejs": {
"version_added": "14.5.0"
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available as an internal instance."
}
],
"oculus": "mirror",
"opera": {
"version_added": "4"
Expand Down Expand Up @@ -77,17 +85,9 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available from the `events` module"
}
],
"nodejs": {
"version_added": "14.5.0"
},
"oculus": "mirror",
"opera": {
"version_added": "11.6"
Expand Down Expand Up @@ -355,7 +355,10 @@
},
"nodejs": {
"version_added": "14.5.0",
"notes": "Returns an array with either the event itself or no contents."
"notes": [
"Returns an array with either the event itself or empty.",
"This is not used in Node.js and is provided purely for completeness."
]
},
"oculus": "mirror",
"opera": "mirror",
Expand Down Expand Up @@ -662,8 +665,7 @@
"notes": "In Internet Explorer, all events are trusted except those that are created with the `createEvent()` method."
},
"nodejs": {
"version_added": "14.5.0",
"notes": "This is not used in Node.js and is provided purely for completeness."
"version_added": "14.5.0"
},
"oculus": "mirror",
"opera": {
Expand Down
28 changes: 14 additions & 14 deletions api/EventTarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@
"ie": {
"version_added": "6"
},
"nodejs": {
"version_added": "14.5.0"
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available as an internal instance."
}
],
"oculus": "mirror",
"opera": {
"version_added": "7"
Expand Down Expand Up @@ -79,17 +87,9 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available from the `events` module"
}
],
"nodejs": {
"version_added": "14.5.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down
8 changes: 4 additions & 4 deletions api/Fence.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"support": {
"chrome": {
"version_added": "117"
"version_added": "115"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"support": {
"chrome": {
"version_added": "117"
"version_added": "115"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -84,7 +84,7 @@
],
"support": {
"chrome": {
"version_added": "117"
"version_added": "115"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -122,7 +122,7 @@
],
"support": {
"chrome": {
"version_added": "117"
"version_added": "115"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
4 changes: 2 additions & 2 deletions api/FencedFrameConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"support": {
"chrome": {
"version_added": "117"
"version_added": "115"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"support": {
"chrome": {
"version_added": "117"
"version_added": "115"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
Loading

0 comments on commit c785b05

Please sign in to comment.