From fd3db98b71e063f2f428bb04623991a12f9b45ff Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 15:41:01 +0100 Subject: [PATCH 01/22] Bump version to v3.3.4 --- 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 327d46d6ac97a9..6746cb1066e4f7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release notes +## [v3.3.4](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.4) + +RELEASE DATE TK + ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) May 6, 2021 diff --git a/package-lock.json b/package-lock.json index 5d365b68a0fbc0..b629286483857e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.3", + "version": "3.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8602d8596c18e..d9b9eeba8190d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.3.3", + "version": "3.3.4", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts", From a2930bb6401874da55f9b2030f10952688f2064e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 15:55:41 +0100 Subject: [PATCH 02/22] Add release note for #10353 --- RELEASE_NOTES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6746cb1066e4f7..dfe4179c4c275d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,12 @@ ## [v3.3.4](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.4) -RELEASE DATE TK +May 20, 2021 + +### Notable changes + +- The schema now permits valid WebGL specification links. ([#10353](https://github.com/mdn/browser-compat-data/pull/10353)) + ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 8151b77d5d1efb31110050edc7280a543b76c5f3 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:03:34 +0100 Subject: [PATCH 03/22] Add release note for #10347 --- RELEASE_NOTES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dfe4179c4c275d..3a6e87dcd77c69 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,23 @@ May 20, 2021 - The schema now permits valid WebGL specification links. ([#10353](https://github.com/mdn/browser-compat-data/pull/10353)) +- The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed): + + | Before | After | + | ----------------------------- | --------------------------- | + | api.URLUtilsReadOnly | (removed) | + | api.URLUtilsReadOnly.hash | api.WorkerLocation.hash | + | api.URLUtilsReadOnly.host | api.WorkerLocation.host | + | api.URLUtilsReadOnly.hostname | api.WorkerLocation.hostname | + | api.URLUtilsReadOnly.href | api.WorkerLocation.href | + | api.URLUtilsReadOnly.origin | api.WorkerLocation.origin | + | api.URLUtilsReadOnly.pathname | api.WorkerLocation.pathname | + | api.URLUtilsReadOnly.port | api.WorkerLocation.port | + | api.URLUtilsReadOnly.protocol | api.WorkerLocation.protocol | + | api.URLUtilsReadOnly.search | api.WorkerLocation.search | + | api.URLUtilsReadOnly.toString | api.WorkerLocation.toString | + + For details, see [#10347](https://github.com/mdn/browser-compat-data/pull/10347). ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 97c09440f6433524e92000ef44f6c38b73d97f47 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:05:16 +0100 Subject: [PATCH 04/22] Add release note for #10336 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3a6e87dcd77c69..6ed5df6ce5680c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -26,6 +26,10 @@ May 20, 2021 For details, see [#10347](https://github.com/mdn/browser-compat-data/pull/10347). +- The following non-existent, long-removed, or otherwise irrelevant features have been removed: + + - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) + ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) May 6, 2021 From f2690365835cbea5a62feef5a65647cd76d9987c Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:05:44 +0100 Subject: [PATCH 05/22] Add release note for #10415 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6ed5df6ce5680c..2226fcc85b01d5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -29,6 +29,7 @@ May 20, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) + - `api.WindowClient.ancestorOrigins` ([#10415](https://github.com/mdn/browser-compat-data/pull/10415)) ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 54fa3fcf45a977cde15aa5b459a6251639770ad4 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:07:55 +0100 Subject: [PATCH 06/22] Add release note for #10417 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2226fcc85b01d5..a071107e0a6318 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -30,6 +30,7 @@ May 20, 2021 - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) - `api.WindowClient.ancestorOrigins` ([#10415](https://github.com/mdn/browser-compat-data/pull/10415)) + - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 65b44a2b46fb0d11566715b8667013f09549e7f7 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:10:31 +0100 Subject: [PATCH 07/22] Add release note for #10449 --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a071107e0a6318..f6ff43a1e67f6f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -28,9 +28,10 @@ May 20, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: + - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) + - `api.Window.returnValue` ([#10449](https://github.com/mdn/browser-compat-data/pull/10449)) - `api.WindowClient.ancestorOrigins` ([#10415](https://github.com/mdn/browser-compat-data/pull/10415)) - - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 20a143beaf8b36080860d198aa4f922fa41571d8 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:17:14 +0100 Subject: [PATCH 08/22] Add release note for #9933 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f6ff43a1e67f6f..8464d866b12e9a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ May 20, 2021 ### Notable changes +- The [definition of the `experimental` status](https://github.com/mdn/browser-compat-data/blob/main/schemas/compat-data-schema.md#status-information) has been revised to more closely reflect its actual use. For more information on choosing values for `experimental`, see the [the new data guideline for `experimental`](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#choosing-an-experimental-status). ([#9933](https://github.com/mdn/browser-compat-data/pull/9933)) + - The schema now permits valid WebGL specification links. ([#10353](https://github.com/mdn/browser-compat-data/pull/10353)) - The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed): From 2c93f23dd18c63f58893dffb6a1a4793f631b6b3 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:19:35 +0100 Subject: [PATCH 09/22] Fix formatting of features names in table --- RELEASE_NOTES.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8464d866b12e9a..81883111471bb5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,19 +12,19 @@ May 20, 2021 - The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed): - | Before | After | - | ----------------------------- | --------------------------- | - | api.URLUtilsReadOnly | (removed) | - | api.URLUtilsReadOnly.hash | api.WorkerLocation.hash | - | api.URLUtilsReadOnly.host | api.WorkerLocation.host | - | api.URLUtilsReadOnly.hostname | api.WorkerLocation.hostname | - | api.URLUtilsReadOnly.href | api.WorkerLocation.href | - | api.URLUtilsReadOnly.origin | api.WorkerLocation.origin | - | api.URLUtilsReadOnly.pathname | api.WorkerLocation.pathname | - | api.URLUtilsReadOnly.port | api.WorkerLocation.port | - | api.URLUtilsReadOnly.protocol | api.WorkerLocation.protocol | - | api.URLUtilsReadOnly.search | api.WorkerLocation.search | - | api.URLUtilsReadOnly.toString | api.WorkerLocation.toString | + | Before | After | + | ------------------------------- | ----------------------------- | + | `api.URLUtilsReadOnly` | (removed) | + | `api.URLUtilsReadOnly.hash` | `api.WorkerLocation.hash` | + | `api.URLUtilsReadOnly.host` | `api.WorkerLocation.host` | + | `api.URLUtilsReadOnly.hostname` | `api.WorkerLocation.hostname` | + | `api.URLUtilsReadOnly.href` | `api.WorkerLocation.href` | + | `api.URLUtilsReadOnly.origin` | `api.WorkerLocation.origin` | + | `api.URLUtilsReadOnly.pathname` | `api.WorkerLocation.pathname` | + | `api.URLUtilsReadOnly.port` | `api.WorkerLocation.port` | + | `api.URLUtilsReadOnly.protocol` | `api.WorkerLocation.protocol` | + | `api.URLUtilsReadOnly.search` | `api.WorkerLocation.search` | + | `api.URLUtilsReadOnly.toString` | `api.WorkerLocation.toString` | For details, see [#10347](https://github.com/mdn/browser-compat-data/pull/10347). From 1450db4783882e6d33205fc2d73c88f29fd3b5ee Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:21:13 +0100 Subject: [PATCH 10/22] Add release note for #10354 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 81883111471bb5..2f131514270dd5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -31,6 +31,7 @@ May 20, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) + - `api.SVGTransformable` [#10354](https://github.com/mdn/browser-compat-data/pull/10354) - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) - `api.Window.returnValue` ([#10449](https://github.com/mdn/browser-compat-data/pull/10449)) - `api.WindowClient.ancestorOrigins` ([#10415](https://github.com/mdn/browser-compat-data/pull/10415)) From c4c86246229deb18b0d857e5e8326be7b24f89e1 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:25:11 +0100 Subject: [PATCH 11/22] Add release notes for #6944 --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2f131514270dd5..5e337405c3e3f1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -35,6 +35,12 @@ May 20, 2021 - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) - `api.Window.returnValue` ([#10449](https://github.com/mdn/browser-compat-data/pull/10449)) - `api.WindowClient.ancestorOrigins` ([#10415](https://github.com/mdn/browser-compat-data/pull/10415)) + - `css.at-rules.media.prefers-reduced-transparency` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) + - `css.at-rules.media.scan` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) + - `css.at-rules.media.update` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) + - `css.at-rules.page.bleed` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) + - `css.at-rules.page.marks` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) + - `css.at-rules.page.page-margin-boxes` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 89a2a166aa26757de123186e877c5045fc3c4361 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:26:39 +0100 Subject: [PATCH 12/22] Add release note for #10522 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e337405c3e3f1..aaec47a6569c81 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -32,6 +32,7 @@ May 20, 2021 - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) - `api.SVGTransformable` [#10354](https://github.com/mdn/browser-compat-data/pull/10354) + - `api.SVGURIReference` ([#10522](https://github.com/mdn/browser-compat-data/pull/10522)) - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) - `api.Window.returnValue` ([#10449](https://github.com/mdn/browser-compat-data/pull/10449)) - `api.WindowClient.ancestorOrigins` ([#10415](https://github.com/mdn/browser-compat-data/pull/10415)) From 9f10915b091effdd7c5a7286d191188e69c3a6e3 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:28:00 +0100 Subject: [PATCH 13/22] Add release note for #10536 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aaec47a6569c81..615c23cbddbb98 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -31,6 +31,7 @@ May 20, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) + - `api.SVGStylable` ([#10536](https://github.com/mdn/browser-compat-data/pull/10536)) - `api.SVGTransformable` [#10354](https://github.com/mdn/browser-compat-data/pull/10354) - `api.SVGURIReference` ([#10522](https://github.com/mdn/browser-compat-data/pull/10522)) - `api.TransitionEvent.animationName` ([#10336](https://github.com/mdn/browser-compat-data/pull/10336)) From 6b9333a1d88c1fa94bf37d517a9789ace221810b Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:30:23 +0100 Subject: [PATCH 14/22] Add release note for #10539 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 615c23cbddbb98..67ae77b8ba504e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -31,6 +31,7 @@ May 20, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) + - `api.SVGExternalResourcesRequired` ([#10539](https://github.com/mdn/browser-compat-data/pull/10539)) - `api.SVGStylable` ([#10536](https://github.com/mdn/browser-compat-data/pull/10536)) - `api.SVGTransformable` [#10354](https://github.com/mdn/browser-compat-data/pull/10354) - `api.SVGURIReference` ([#10522](https://github.com/mdn/browser-compat-data/pull/10522)) @@ -43,6 +44,7 @@ May 20, 2021 - `css.at-rules.page.bleed` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) - `css.at-rules.page.marks` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) - `css.at-rules.page.page-margin-boxes` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) + - `svg.attributes.conditional_processing.externalResourcesRequired` ([#10539](https://github.com/mdn/browser-compat-data/pull/10539)) ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 68b198631e970961edbe91982d6c26ddff190a7c Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:31:55 +0100 Subject: [PATCH 15/22] Add release note for #10515 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 67ae77b8ba504e..52ee3c29999276 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -45,6 +45,8 @@ May 20, 2021 - `css.at-rules.page.marks` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) - `css.at-rules.page.page-margin-boxes` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) - `svg.attributes.conditional_processing.externalResourcesRequired` ([#10539](https://github.com/mdn/browser-compat-data/pull/10539)) + - `svg.elements.color-profile` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) + - `svg.elements.solidcolor` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) From 769cbdd7835819637fad3eeaa9961624b16dc2cd Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:44:17 +0100 Subject: [PATCH 16/22] Add release note for #10506 --- RELEASE_NOTES.md | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 52ee3c29999276..235faab8ab3310 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,21 +12,25 @@ May 20, 2021 - The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed): - | Before | After | - | ------------------------------- | ----------------------------- | - | `api.URLUtilsReadOnly` | (removed) | - | `api.URLUtilsReadOnly.hash` | `api.WorkerLocation.hash` | - | `api.URLUtilsReadOnly.host` | `api.WorkerLocation.host` | - | `api.URLUtilsReadOnly.hostname` | `api.WorkerLocation.hostname` | - | `api.URLUtilsReadOnly.href` | `api.WorkerLocation.href` | - | `api.URLUtilsReadOnly.origin` | `api.WorkerLocation.origin` | - | `api.URLUtilsReadOnly.pathname` | `api.WorkerLocation.pathname` | - | `api.URLUtilsReadOnly.port` | `api.WorkerLocation.port` | - | `api.URLUtilsReadOnly.protocol` | `api.WorkerLocation.protocol` | - | `api.URLUtilsReadOnly.search` | `api.WorkerLocation.search` | - | `api.URLUtilsReadOnly.toString` | `api.WorkerLocation.toString` | - - For details, see [#10347](https://github.com/mdn/browser-compat-data/pull/10347). + | Before | After | + | ------------------------------- | ---------------------------------------------------------------------------------------------- | + | `api.ChildNode` | (removed) | + | `api.ChildNode.before` | `api.CharacterData.before`
`api.DocumentType.before`
`api.Element.before` | + | `api.ChildNode.remove` | `api.CharacterData.remove`
`api.DocumentType.remove`
`api.Element.remove` | + | `api.ChildNode.replaceWith` | `api.CharacterData.replaceWith`
`api.DocumentType.replaceWith`
`api.Element.replaceWith` | + | `api.URLUtilsReadOnly` | (removed) | + | `api.URLUtilsReadOnly.hash` | `api.WorkerLocation.hash` | + | `api.URLUtilsReadOnly.host` | `api.WorkerLocation.host` | + | `api.URLUtilsReadOnly.hostname` | `api.WorkerLocation.hostname` | + | `api.URLUtilsReadOnly.href` | `api.WorkerLocation.href` | + | `api.URLUtilsReadOnly.origin` | `api.WorkerLocation.origin` | + | `api.URLUtilsReadOnly.pathname` | `api.WorkerLocation.pathname` | + | `api.URLUtilsReadOnly.port` | `api.WorkerLocation.port` | + | `api.URLUtilsReadOnly.protocol` | `api.WorkerLocation.protocol` | + | `api.URLUtilsReadOnly.search` | `api.WorkerLocation.search` | + | `api.URLUtilsReadOnly.toString` | `api.WorkerLocation.toString` | + + For details, see [#10347](https://github.com/mdn/browser-compat-data/pull/10347) and [#10506](https://github.com/mdn/browser-compat-data/pull/10506). - The following non-existent, long-removed, or otherwise irrelevant features have been removed: From 766151e997d3d37aac6b719df8d94accf90de4f2 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:47:16 +0100 Subject: [PATCH 17/22] Add release note for #10291 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 235faab8ab3310..7efe88551484ec 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,8 @@ May 20, 2021 - The schema now permits valid WebGL specification links. ([#10353](https://github.com/mdn/browser-compat-data/pull/10353)) +- `api.Navigator.geolocation.hid` has been moved to the correctly nested `api.Navigator.hid`. ([#10291](https://github.com/mdn/browser-compat-data/pull/10291)) + - The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed): | Before | After | From 4ee134a7268d79a5e18b13968373ef38dc69bdec Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:49:36 +0100 Subject: [PATCH 18/22] Remove deduplication text (since no such thing happened this time) --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7efe88551484ec..1b8bef569ed7bd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,7 +12,7 @@ May 20, 2021 - `api.Navigator.geolocation.hid` has been moved to the correctly nested `api.Navigator.hid`. ([#10291](https://github.com/mdn/browser-compat-data/pull/10291)) -- The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed): +- The following mixin features have been migrated to their exposed interfaces: | Before | After | | ------------------------------- | ---------------------------------------------------------------------------------------------- | From 9e691a8094f9d5c63e078aeaf920ac7354ad90dd Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:55:23 +0100 Subject: [PATCH 19/22] Add previously unaccounted for removals for #10515 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1b8bef569ed7bd..0c4e56456d68d4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -37,7 +37,9 @@ May 20, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.BudgetService` ([#10417](https://github.com/mdn/browser-compat-data/pull/10417)) + - `api.SVGColorProfileElement` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) - `api.SVGExternalResourcesRequired` ([#10539](https://github.com/mdn/browser-compat-data/pull/10539)) + - `api.SVGSolidcolorElement` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) - `api.SVGStylable` ([#10536](https://github.com/mdn/browser-compat-data/pull/10536)) - `api.SVGTransformable` [#10354](https://github.com/mdn/browser-compat-data/pull/10354) - `api.SVGURIReference` ([#10522](https://github.com/mdn/browser-compat-data/pull/10522)) From a742cb5f60cddf01ba2aecc7f34d5269f81a6606 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 16:57:46 +0100 Subject: [PATCH 20/22] Add release note for #10421 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0c4e56456d68d4..284316efdbc4fd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,8 @@ May 20, 2021 - `api.Navigator.geolocation.hid` has been moved to the correctly nested `api.Navigator.hid`. ([#10291](https://github.com/mdn/browser-compat-data/pull/10291)) +- `http.headers.feature-policy.wake-lock` has been moved to the correctly-named `http.headers.feature-policy.screen-wake-lock`. ([#10421](https://github.com/mdn/browser-compat-data/pull/10421)) + - The following mixin features have been migrated to their exposed interfaces: | Before | After | From b1d222f95aae5f2279cd05f4c676873c1ee96e74 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 17:00:27 +0100 Subject: [PATCH 21/22] Add release note for #10545 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 284316efdbc4fd..ca5035db383f56 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -54,6 +54,7 @@ May 20, 2021 - `css.at-rules.page.bleed` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) - `css.at-rules.page.marks` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) - `css.at-rules.page.page-margin-boxes` ([#6944](https://github.com/mdn/browser-compat-data/pull/6944)) + - `html.elements.multicol` ([#10545](https://github.com/mdn/browser-compat-data/pull/10545)) - `svg.attributes.conditional_processing.externalResourcesRequired` ([#10539](https://github.com/mdn/browser-compat-data/pull/10539)) - `svg.elements.color-profile` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) - `svg.elements.solidcolor` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) From 12276d36b1850fc009228324cf6f9df3b640d522 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 20 May 2021 17:07:19 +0100 Subject: [PATCH 22/22] Add stats --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ca5035db383f56..809c1b439076e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -59,6 +59,13 @@ May 20, 2021 - `svg.elements.color-profile` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) - `svg.elements.solidcolor` ([#10515](https://github.com/mdn/browser-compat-data/pull/10515)) +### Statistics + +- 18 contributors have changed 361 files with 3,670 additions and 3,690 deletions in 143 commits ([`v3.3.3...v3.3.4`](https://github.com/mdn/browser-compat-data/compare/v3.3.3...v3.3.4)) +- 13,002 total features +- 777 total contributors +- 3,369 total stargazers + ## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3) May 6, 2021