Skip to content

Commit

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

* Add release note for #11081

* Add release note for #11057

* Add release note for #11071

* Add release note for #11082

* Add release note for #11090

* Add stats

* Add release date
  • Loading branch information
ddbeck authored Jun 17, 2021
1 parent 78fe02a commit 33b8432
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release notes

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

June 17, 2021

### Notable changes

- `api.URL.createObjectURL.no_MediaStream_argument` was replaced by `api.URL.createObjectURL.MediaStream_support` to more clearly represent a deprecated feature. ([#11081](https://github.com/mdn/browser-compat-data/pull/11081))

- `api.Element.attachShadow.delegatesFocus` was renamed to `api.Element.attachShadow.init_delegatesFocus_parameter` to follow [the guideline on parameter feature names](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#parameters-and-parameter-object-features). ([#11090](https://github.com/mdn/browser-compat-data/pull/11090))

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

- `api.PaymentRequest.requestId` ([#11082](https://github.com/mdn/browser-compat-data/pull/11082))
- `api.RTCSessionDescriptionCallback` ([#11057](https://github.com/mdn/browser-compat-data/pull/11057))
- `api.SVGElement.abort_event` ([#11071](https://github.com/mdn/browser-compat-data/pull/11071))
- `api.SVGElement.resize_event` ([#11071](https://github.com/mdn/browser-compat-data/pull/11071))
- `api.SVGElement.scroll_event` ([#11071](https://github.com/mdn/browser-compat-data/pull/11071))
- `api.SVGElement.unload_event` ([#11071](https://github.com/mdn/browser-compat-data/pull/11071))

### Statistics

- 14 contributors have changed 165 files with 2,908 additions and 1,736 deletions in 102 commits ([`v3.3.7...v3.3.8`](https://github.com/mdn/browser-compat-data/compare/v3.3.7...v3.3.8))
- 13,052 total features
- 785 total contributors
- 3,409 total stargazers

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

June 10, 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.7",
"version": "3.3.8",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 33b8432

Please sign in to comment.