From 7532dbaab8f0859a25cde936a1c3caa329e36744 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 17:45:15 +0100 Subject: [PATCH 01/14] Bump version to v3.3.10 --- RELEASE_NOTES.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2dae29ac68fca5..107f6eb9294075 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release notes +## [v3.3.10](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.10) + +RELEASE DATE TK + ## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9) June 24, 2021 diff --git a/package-lock.json b/package-lock.json index 0af823d8bb4ae8..3031a29f2d3bbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.9", + "version": "3.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd1dbd089d5534..0a7aa84f80ea72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.9", + "version": "3.3.10", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts", From 5ce770b4bc7bc56250e37809d8588f96a14b7e6e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 17:50:34 +0100 Subject: [PATCH 02/14] Add release note for https://github.com/mdn/browser-compat-data/pull/10958 --- RELEASE_NOTES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 107f6eb9294075..b01f5688e88416 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,31 @@ RELEASE DATE TK +### Notable changes + +- The `api.Body` mixin has been removed and replaced by features representing its exposed interfaces. ([#10958](https://github.com/mdn/browser-compat-data/pull/10958)) + +
+ + New features ex-Body + + - `api.Request.arrayBuffer` + - `api.Request.blob` + - `api.Request.body` + - `api.Request.bodyUsed` + - `api.Request.formData` + - `api.Request.json` + - `api.Request.text` + - `api.Response.arrayBuffer` + - `api.Response.blob` + - `api.Response.body` + - `api.Response.bodyUsed` + - `api.Response.formData` + - `api.Response.json` + - `api.Response.text` + +
+ ## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9) June 24, 2021 From 529398db2ee13b1d0150f2e6e977b948923a82ef Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 17:54:00 +0100 Subject: [PATCH 03/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11061 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b01f5688e88416..acd3007bdf9128 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -29,6 +29,10 @@ RELEASE DATE TK +- The following non-existent, long-removed, or otherwise irrelevant features have been removed: + + - `api.RTCIceCandidateType` ([#11061](https://github.com/mdn/browser-compat-data/pull/11061)) + ## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9) June 24, 2021 From b9125729add9bd00637076d9c97ae7710b0cec3b Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 17:55:45 +0100 Subject: [PATCH 04/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11062 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index acd3007bdf9128..94fcec2cafa7e4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -32,6 +32,7 @@ RELEASE DATE TK - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.RTCIceCandidateType` ([#11061](https://github.com/mdn/browser-compat-data/pull/11061)) + - `api.RTCIceComponent` ([#11062](https://github.com/mdn/browser-compat-data/pull/11062)) ## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9) From eb8e1cfef42d726e3c5ea9d490d5e194f71c1b4f Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 17:58:21 +0100 Subject: [PATCH 05/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11266 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 94fcec2cafa7e4..23ccc8dc1554e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ RELEASE DATE TK ### Notable changes +- Safari 3.2 has been removed from the data set, since it represented the same browser capabilities as Safari 3.1. The small number of entries that referenced Safari 3.2 have been updated. ([#11174](https://github.com/mdn/browser-compat-data/pull/11266)) + - The `api.Body` mixin has been removed and replaced by features representing its exposed interfaces. ([#10958](https://github.com/mdn/browser-compat-data/pull/10958))
From fae3c1a0ae6f6cbdd0faf26b69a7eccfaff311ab Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:00:47 +0100 Subject: [PATCH 06/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11276 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 23ccc8dc1554e0..ef3b516f04dfcc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -33,8 +33,12 @@ RELEASE DATE TK - The following non-existent, long-removed, or otherwise irrelevant features have been removed: + - `api.Node.getUserData` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) + - `api.Node.setUserData` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) - `api.RTCIceCandidateType` ([#11061](https://github.com/mdn/browser-compat-data/pull/11061)) - `api.RTCIceComponent` ([#11062](https://github.com/mdn/browser-compat-data/pull/11062)) + - `api.UserDataHandler.handle` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) + - `api.UserDataHandler` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) ## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9) From 866f8f9cd467b04238d8192fa6e00e0101a871ac Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:02:56 +0100 Subject: [PATCH 07/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11307 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ef3b516f04dfcc..62174788ee0f94 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -33,6 +33,8 @@ RELEASE DATE TK - The following non-existent, long-removed, or otherwise irrelevant features have been removed: + - `api.GlobalEventHandlers.onpointerlockchange` ([#11307](https://github.com/mdn/browser-compat-data/pull/11307)) + - `api.GlobalEventHandlers.onpointerlockerror` ([#11307](https://github.com/mdn/browser-compat-data/pull/11307)) - `api.Node.getUserData` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) - `api.Node.setUserData` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) - `api.RTCIceCandidateType` ([#11061](https://github.com/mdn/browser-compat-data/pull/11061)) From fb2d22eddf86e1e0fb86a2953917b4848d46940e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:09:20 +0100 Subject: [PATCH 08/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11317 --- RELEASE_NOTES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 62174788ee0f94..f90f8be821f953 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -42,6 +42,18 @@ RELEASE DATE TK - `api.UserDataHandler.handle` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) - `api.UserDataHandler` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) +- Several features duplicating `api.PointerEvents.pointerType.fractional_coordinates` were removed: ([#11317](https://github.com/mdn/browser-compat-data/pull/11317)) + + - `api.MouseEvent.MouseEvent.long_to_double` + - `api.MouseEvent.clientX.long_to_double` + - `api.MouseEvent.clientY.long_to_double` + - `api.MouseEvent.offsetX.long_to_double` + - `api.MouseEvent.offsetY.long_to_double` + - `api.MouseEvent.pageX.long_to_double` + - `api.MouseEvent.pageY.long_to_double` + - `api.MouseEvent.screenX.long_to_double` + - `api.MouseEvent.screenY.long_to_double` + ## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9) June 24, 2021 From 8679e83dadfa862e0e9d2653bf08e8317946f545 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:11:04 +0100 Subject: [PATCH 09/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11323 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f90f8be821f953..8b85bd063e99a9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -37,6 +37,7 @@ RELEASE DATE TK - `api.GlobalEventHandlers.onpointerlockerror` ([#11307](https://github.com/mdn/browser-compat-data/pull/11307)) - `api.Node.getUserData` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) - `api.Node.setUserData` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) + - `api.RequestDestination` ([#11323](https://github.com/mdn/browser-compat-data/pull/11323)) - `api.RTCIceCandidateType` ([#11061](https://github.com/mdn/browser-compat-data/pull/11061)) - `api.RTCIceComponent` ([#11062](https://github.com/mdn/browser-compat-data/pull/11062)) - `api.UserDataHandler.handle` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) From b34642aaf26581b00565548822a1e34e44888ed9 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:14:43 +0100 Subject: [PATCH 10/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11328 --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8b85bd063e99a9..580d5fbd7a25e7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -31,6 +31,13 @@ RELEASE DATE TK
+- The following features were renamed 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): ([#11328](https://github.com/mdn/browser-compat-data/pull/11328)) + + | Before | After | + | -------------------------------------------- | ------------------------------------------------------- | + | `api.HTMLElement.focus.preventScroll_option` | `api.HTMLElement.focus.options_preventScroll_parameter` | + | `api.SVGElement.focus.preventScroll_option` | `api.SVGElement.focus.options_preventScroll_parameter` | + - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.GlobalEventHandlers.onpointerlockchange` ([#11307](https://github.com/mdn/browser-compat-data/pull/11307)) From ae43df2b574d5e20e07e65c51ff0db642dcdab35 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:16:48 +0100 Subject: [PATCH 11/14] Add release note for https://github.com/mdn/browser-compat-data/pull/11334 --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 580d5fbd7a25e7..5ec741e8c5704c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -31,12 +31,14 @@ RELEASE DATE TK -- The following features were renamed 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): ([#11328](https://github.com/mdn/browser-compat-data/pull/11328)) +- The following features were renamed 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): ([#11328](https://github.com/mdn/browser-compat-data/pull/11328), [#11334](https://github.com/mdn/browser-compat-data/pull/11334)) | Before | After | | -------------------------------------------- | ------------------------------------------------------- | | `api.HTMLElement.focus.preventScroll_option` | `api.HTMLElement.focus.options_preventScroll_parameter` | | `api.SVGElement.focus.preventScroll_option` | `api.SVGElement.focus.options_preventScroll_parameter` | + | `api.Worker.Worker.name` | `api.Worker.Worker.options_name_parameter` | + | `api.Worker.Worker.type` | `api.Worker.Worker.options_type_parameter` | - The following non-existent, long-removed, or otherwise irrelevant features have been removed: From fdd565ed91adfdb9d4d492f57032c720cb1359b8 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:18:36 +0100 Subject: [PATCH 12/14] Fix formatting --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5ec741e8c5704c..0a557b467afa76 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -31,7 +31,7 @@ RELEASE DATE TK -- The following features were renamed 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): ([#11328](https://github.com/mdn/browser-compat-data/pull/11328), [#11334](https://github.com/mdn/browser-compat-data/pull/11334)) +- The following features were renamed 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) ([#11328](https://github.com/mdn/browser-compat-data/pull/11328), [#11334](https://github.com/mdn/browser-compat-data/pull/11334)): | Before | After | | -------------------------------------------- | ------------------------------------------------------- | @@ -52,7 +52,7 @@ RELEASE DATE TK - `api.UserDataHandler.handle` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) - `api.UserDataHandler` ([#11276](https://github.com/mdn/browser-compat-data/pull/11276)) -- Several features duplicating `api.PointerEvents.pointerType.fractional_coordinates` were removed: ([#11317](https://github.com/mdn/browser-compat-data/pull/11317)) +- Several features duplicating `api.PointerEvents.pointerType.fractional_coordinates` were removed ([#11317](https://github.com/mdn/browser-compat-data/pull/11317)): - `api.MouseEvent.MouseEvent.long_to_double` - `api.MouseEvent.clientX.long_to_double` From c4fb7902a9b6f0875d6ae2ed52fc5d12339c0810 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:19:30 +0100 Subject: [PATCH 13/14] Set release date --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0a557b467afa76..d5bf81b16d9125 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## [v3.3.10](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.10) -RELEASE DATE TK +July 1, 2021 ### Notable changes From 8695f48df2b29811e529bd9e8030be0052091766 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 1 Jul 2021 18:21:32 +0100 Subject: [PATCH 14/14] Add stats --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d5bf81b16d9125..8f5aa25f314290 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -64,6 +64,13 @@ July 1, 2021 - `api.MouseEvent.screenX.long_to_double` - `api.MouseEvent.screenY.long_to_double` +### Statistics + +- 10 contributors have changed 80 files with 1,024 additions and 1,373 deletions in 54 commits ([`v3.3.9...v3.3.10`](https://github.com/mdn/browser-compat-data/compare/v3.3.9...v3.3.10)) +- 13,046 total features +- 790 total contributors +- 3,423 total stargazers + ## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9) June 24, 2021