Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v3.3.7 #10892

Merged
merged 14 commits into from
Jun 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,77 @@
# Release notes

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

June 10, 2021

### Notable changes

- Several extraneous features representing indexed property getters have been removed ([#9464](https://github.com/mdn/browser-compat-data/pull/9464)):

- `api.CSSNumericArray.CSSNumericValue`
- `api.CSSUnparsedValue.CSSUnparsedSegment`
- `api.DataTransferItemList.DataTransferItem`
- `api.SourceBufferList.SourceBuffer`
- `api.TrackDefaultList.TrackDefault`

- The `api.AbstractWorker` mixin has been removed and replaced by features representing its exposed interfaces. ([#10744](https://github.com/mdn/browser-compat-data/pull/10744))

<details>

<summary>New features ex-<code>AbstractWorker</code></summary>

- `api.ServiceWorker.onerror`
- `api.SharedWorker.onerror`
- `api.Worker.onerror`

</details>

- `api.Element.attributeStyleMap` has been removed and replaced by features representing the `ElementCSSInlineStyle` mixin's exposed interfaces. ([#10686](https://github.com/mdn/browser-compat-data/pull/10686))

<details>

<summary>New features ex-<code>ElementCSSInlineStyle</code></summary>

- `api.HTMLElement.attributeStyleMap`
- `api.MathMLElement.style`
- `api.SVGElement.attributeStyleMap`
- `api.SVGElement.style`

</details>

- The `api.LinkStyle` mixin has been removed and replaced by features representing its exposed interfaces. ([#10724](https://github.com/mdn/browser-compat-data/pull/10724))

<details>

<summary>New features ex-<code>LinkStyle</code></summary>

- `api.HTMLLinkElement.sheet`
- `api.ProcessingInstruction.sheet`
- `api.SVGStyleElement.sheet`

</details>

- The following non-existent, long-removed, or otherwise irrelevant features have been removed:

- `api.Element.currentStyle` ([#10782](https://github.com/mdn/browser-compat-data/pull/10782))
- `api.Element.runtimeStyle` ([#10782](https://github.com/mdn/browser-compat-data/pull/10782))
- `api.GlobalEventHandlers.onsort` ([#10820](https://github.com/mdn/browser-compat-data/pull/10820))
- `api.MediaStreamTrack.getSources` ([#10745](https://github.com/mdn/browser-compat-data/pull/10745))
- `api.MediaStreamTrack.isolated` ([#10745](https://github.com/mdn/browser-compat-data/pull/10745))
- `api.MediaStreamTrack.onisolationchange` ([#10745](https://github.com/mdn/browser-compat-data/pull/10745))
- `api.MediaStreamTrack.readonly` ([#10745](https://github.com/mdn/browser-compat-data/pull/10745))
- `api.Request.context` ([#10827](https://github.com/mdn/browser-compat-data/pull/10827))
- `api.RTCCertificate.getSupportedAlgorithms` ([#10582](https://github.com/mdn/browser-compat-data/pull/10582))
- `api.RTCRemoteOutboundRtpStreamStats.reportsSent` ([#10582](https://github.com/mdn/browser-compat-data/pull/10582))
- `api.SVGSVGElement.viewport` ([#10829](https://github.com/mdn/browser-compat-data/pull/10829))

### Statistics

- 10 contributors have changed 195 files with 2,189 additions and 2,294 deletions in 115 commits ([`v3.3.6...v3.3.7`](https://github.com/mdn/browser-compat-data/compare/v3.3.6...v3.3.7))
- 13,029 total features
- 783 total contributors
- 3,400 total stargazers

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

June 4, 2021
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdn/browser-compat-data",
"version": "3.3.6",
"version": "3.3.7",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"types": "index.d.ts",
Expand Down