From 27be85bf6a92ea9d53e2ac97f4b7703cd858c2ac Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 27 May 2021 20:38:16 +0100 Subject: [PATCH] Prepare release v3.3.5 (#10656) * Bump to v3.3.5 * Add release note for #10571 * Add release note for #10548 * Add release note for #10550 * Add release note for #10551 * Add release note for #10128 * Add release notes for #10568, #10576, and #10577 * Add stats * Update stats --- RELEASE_NOTES.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 809c1b439076e0..de4be8eee241ef 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,33 @@ # Release notes +## [v3.3.5](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.5) + +May 27, 2021 + +### Notable changes + +- The following features duplicated subfeatures of `api.DOMTokenList` and have been removed ([#10128](https://github.com/mdn/browser-compat-data/pull/10128)): + + - `api.Element.classList.add_and_remove_multiple_arguments` + - `api.Element.classList.replace` + - `api.Element.classList.toggle_method_second_argument` + +- The following non-existent, long-removed, or otherwise irrelevant features have been removed: + + - `html.elements.isindex` ([#10551](https://github.com/mdn/browser-compat-data/pull/10551)) + - `html.elements.listing` ([#10548](https://github.com/mdn/browser-compat-data/pull/10548)) + - `html.elements.nextid` ([#10550](https://github.com/mdn/browser-compat-data/pull/10550)) + - `html.elements.video.buffered` ([#10571](https://github.com/mdn/browser-compat-data/pull/10571)) + +- Several duplicate or erroneous release entries for WebView Android were removed. These covered historic releases and fewer than 20 support statements were changed to reflect the removals. ([#10524](https://github.com/mdn/browser-compat-data/issues/10524)) + +### Statistics + +- 15 contributors have changed 379 files with 953 additions and 2,103 deletions in 50 commits ([`v3.3.4...v3.3.5`](https://github.com/mdn/browser-compat-data/compare/v3.3.4...v3.3.5)) +- 12,993 total features +- 782 total contributors +- 3,378 total stargazers + ## [v3.3.4](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.4) May 20, 2021 diff --git a/package-lock.json b/package-lock.json index b629286483857e..937a49dfd80f9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.4", + "version": "3.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9b9eeba8190d7..5779236ab1ab9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.4", + "version": "3.3.5", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts",