Skip to content

Commit

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

* Add release note for #11717

* Add release note for #11753

* Add release note for #11459

* Add release note for #11720

* Add release note for #11722

* Add release note for #11721

* Add release note for #11763

* Add release note for #10623

* Add release note for #11000

* Add stats and release date
  • Loading branch information
ddbeck authored Jul 29, 2021
1 parent 9a4272d commit 184c6d0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Release notes

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

July 29, 2021

### Notable changes

- `api.MediaDevices.stereo_audio_capture` was removed because it was historic, incomplete, and impractical to fix. ([#11717](https://github.com/mdn/browser-compat-data/pull/11717))

- A catch-all mixin feature, `api.HTMLFrameSetElement.event_handlers`, has been removed. Read [#11675](https://github.com/mdn/browser-compat-data/issues/11675) for progress on the long-term fix of representing the `WindowEventHandlers` mixin's exposed interfaces. ([#11459](https://github.com/mdn/browser-compat-data/pull/11459/))

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

- `api.ConstrainBoolean` ([#11000](https://github.com/mdn/browser-compat-data/pull/11000))
- `api.ConstrainDOMString` ([#11000](https://github.com/mdn/browser-compat-data/pull/11000))
- `api.ConstrainDouble` ([#11000](https://github.com/mdn/browser-compat-data/pull/11000))
- `api.ConstrainULong` ([#10623](https://github.com/mdn/browser-compat-data/pull/10623))
- `api.Document.loadOverlay` ([#11720](https://github.com/mdn/browser-compat-data/pull/11720))
- `api.Document.popupNode` ([#11722](https://github.com/mdn/browser-compat-data/pull/11722))
- `api.Document.tooltipNode` ([#11721](https://github.com/mdn/browser-compat-data/pull/11721))
- `api.DoubleRange` ([#11000](https://github.com/mdn/browser-compat-data/pull/11000))
- `api.ULongRange` ([#10623](https://github.com/mdn/browser-compat-data/pull/10623))
- `api.WEBGL_compressed_texture_atc` ([#11763](https://github.com/mdn/browser-compat-data/pull/11763))
- `api.Window.beforeunload_event.custom_text_support` ([#11753](https://github.com/mdn/browser-compat-data/pull/11753))

### Statistics

- 15 contributors have changed 59 files with 2,748 additions and 1,062 deletions in 61 commits ([`v3.3.12...v3.3.13`](https://github.com/mdn/browser-compat-data/compare/v3.3.12...v3.3.13))
- 13,236 total features
- 796 total contributors
- 3,462 total stargazers

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

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

0 comments on commit 184c6d0

Please sign in to comment.