Skip to content

Commit

Permalink
Prepare release v3.3.7 (#10892)
Browse files Browse the repository at this point in the history
* Bump version to v3.3.7

* Add release note for #10745

* Add release note for #10686

* Add release note for #10744

* Add release note for #10820

* Add release note for #10582

* Add release note for #9464

* Add release note for #10724

* Add release note for #10827

* Add release note for #10829

* Add release note for #10782

* Add stats

* Add release date

* Update stats one last time
  • Loading branch information
ddbeck authored Jun 10, 2021
1 parent 1c00608 commit 53923b7
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 2 deletions.
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

0 comments on commit 53923b7

Please sign in to comment.