From 0f3f70ba1670e55955f32d65aa6fb605bdc20829 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 16:36:49 +0000 Subject: [PATCH 01/11] Bump version to v4.0.11 --- 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 f10e2e8ab78adb..6008c8e5353376 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release notes +## [v4.0.11](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.11) + +RELEASE DATE TK + ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) November 9, 2021 diff --git a/package-lock.json b/package-lock.json index e024a2d17a8689..34cb8b77854b5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "4.0.10", + "version": "4.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index be02d1c72fc836..f80b5410ef1214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "4.0.10", + "version": "4.0.11", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts", From 8f72f9e3097a52812339b451aaed0e7c1f7d2df2 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 16:46:09 +0000 Subject: [PATCH 02/11] Add release date --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6008c8e5353376..994eb520e2c271 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## [v4.0.11](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.11) -RELEASE DATE TK +November 16, 2021 ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) From 5071f16abdc6772b66a9429ecb3b8ca88b5a8f46 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 16:48:34 +0000 Subject: [PATCH 03/11] Add release note for https://github.com/mdn/browser-compat-data/pull/12879 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 994eb520e2c271..6c936748cc4f05 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ November 16, 2021 +### Notable changes + +- `api.XMLHttpRequest.readyState.constants` has been removed because it's a constant, which, [by convention](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#constants), are not recorded. ([#12879](https://github.com/mdn/browser-compat-data/pull/12879)) + ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) November 9, 2021 From e59b607ef45d3a767487b78724e237e31d08bfa7 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 16:50:43 +0000 Subject: [PATCH 04/11] Add release note for https://github.com/mdn/browser-compat-data/pull/13424 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6c936748cc4f05..7ec34294536000 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,10 @@ November 16, 2021 - `api.XMLHttpRequest.readyState.constants` has been removed because it's a constant, which, [by convention](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#constants), are not recorded. ([#12879](https://github.com/mdn/browser-compat-data/pull/12879)) +- The following non-existent, long-removed, or otherwise irrelevant features have been removed: + + - `api.Range.insertNode.collapsed_ranges` ([#13424](https://github.com/mdn/browser-compat-data/pull/13424)) + ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) November 9, 2021 From f24db157b37c44684d6b1692efa3fdc1ff8e5ad3 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 16:52:52 +0000 Subject: [PATCH 05/11] Add release note for https://github.com/mdn/browser-compat-data/pull/13479 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7ec34294536000..88314f0b868dc2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,7 @@ November 16, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: + - `api.PhotoCapabilities` ([#13479](https://github.com/mdn/browser-compat-data/pull/13479)) - `api.Range.insertNode.collapsed_ranges` ([#13424](https://github.com/mdn/browser-compat-data/pull/13424)) ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) From 78b00cc39aaa3fc870eda0d3a3b1dfb12794277e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 16:54:44 +0000 Subject: [PATCH 06/11] Add release note for https://github.com/mdn/browser-compat-data/pull/13486 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 88314f0b868dc2..66088376a1ff67 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,7 @@ November 16, 2021 - `api.PhotoCapabilities` ([#13479](https://github.com/mdn/browser-compat-data/pull/13479)) - `api.Range.insertNode.collapsed_ranges` ([#13424](https://github.com/mdn/browser-compat-data/pull/13424)) + - `css.types.calc.color_values` ([#13486](https://github.com/mdn/browser-compat-data/pull/13486)) ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) From ad1372964e89fa6a85b0148f56574645dd750c59 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 16:57:02 +0000 Subject: [PATCH 07/11] Add release note for https://github.com/mdn/browser-compat-data/pull/13523 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 66088376a1ff67..16abb6b565b8b5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,7 @@ November 16, 2021 - The following non-existent, long-removed, or otherwise irrelevant features have been removed: + - `api.MediaStreamAudioSourceOptions` ([#13523](https://github.com/mdn/browser-compat-data/pull/13523)) - `api.PhotoCapabilities` ([#13479](https://github.com/mdn/browser-compat-data/pull/13479)) - `api.Range.insertNode.collapsed_ranges` ([#13424](https://github.com/mdn/browser-compat-data/pull/13424)) - `css.types.calc.color_values` ([#13486](https://github.com/mdn/browser-compat-data/pull/13486)) From 3facd634c729bb04f12b9b592f83eed70dfd0448 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 18:51:36 +0000 Subject: [PATCH 08/11] Hoist from previous release --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 16abb6b565b8b5..06969931bb2ffe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ November 16, 2021 +**Last call: do you read these release notes?** We're considering making changes to them and want to hear from you before we do that. See [this issue](https://github.com/mdn/browser-compat-data/issues/13229) for details and to [give your input](https://github.com/mdn/browser-compat-data/issues/13229). + ### Notable changes - `api.XMLHttpRequest.readyState.constants` has been removed because it's a constant, which, [by convention](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#constants), are not recorded. ([#12879](https://github.com/mdn/browser-compat-data/pull/12879)) @@ -15,6 +17,10 @@ November 16, 2021 - `api.Range.insertNode.collapsed_ranges` ([#13424](https://github.com/mdn/browser-compat-data/pull/13424)) - `css.types.calc.color_values` ([#13486](https://github.com/mdn/browser-compat-data/pull/13486)) +### Known issues + +- In [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9), the structure of features for `css.properties.place-content`, `place-items`, and `place-self` changed ([#11214](https://github.com/mdn/browser-compat-data/pull/11214)). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See [#6175](https://github.com/mdn/browser-compat-data/issues/6175) for more information. + ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) November 9, 2021 From 985405b299891c583811e1bd628e37ac469fcc4e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 18:54:00 +0000 Subject: [PATCH 09/11] Add stats --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 06969931bb2ffe..d97bcc95197845 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -17,6 +17,13 @@ November 16, 2021 - `api.Range.insertNode.collapsed_ranges` ([#13424](https://github.com/mdn/browser-compat-data/pull/13424)) - `css.types.calc.color_values` ([#13486](https://github.com/mdn/browser-compat-data/pull/13486)) +### Statistics + +- 19 contributors have changed 117 files with 4,718 additions and 996 deletions in 114 commits ([`v4.0.10...v4.0.11`](https://github.com/mdn/browser-compat-data/compare/v4.0.10...v4.0.11)) +- 13,419 total features +- 826 total contributors +- 3,656 total stargazers + ### Known issues - In [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9), the structure of features for `css.properties.place-content`, `place-items`, and `place-self` changed ([#11214](https://github.com/mdn/browser-compat-data/pull/11214)). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See [#6175](https://github.com/mdn/browser-compat-data/issues/6175) for more information. From 2cf911121ebb5e9c4110994443a3e181afeedfc8 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 18:55:58 +0000 Subject: [PATCH 10/11] Copyedit --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d97bcc95197845..e54a5f6d850d03 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ November 16, 2021 ### Notable changes -- `api.XMLHttpRequest.readyState.constants` has been removed because it's a constant, which, [by convention](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#constants), are not recorded. ([#12879](https://github.com/mdn/browser-compat-data/pull/12879)) +- `api.XMLHttpRequest.readyState.constants` has been removed because constants, [by convention](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#constants), are not recorded. ([#12879](https://github.com/mdn/browser-compat-data/pull/12879)) - The following non-existent, long-removed, or otherwise irrelevant features have been removed: From 892675953dfaf8e6a56d60f1292ff7c7c131f001 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 16 Nov 2021 18:56:25 +0000 Subject: [PATCH 11/11] Fix order --- RELEASE_NOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e54a5f6d850d03..809baddeb8cde5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -17,6 +17,10 @@ November 16, 2021 - `api.Range.insertNode.collapsed_ranges` ([#13424](https://github.com/mdn/browser-compat-data/pull/13424)) - `css.types.calc.color_values` ([#13486](https://github.com/mdn/browser-compat-data/pull/13486)) +### Known issues + +- In [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9), the structure of features for `css.properties.place-content`, `place-items`, and `place-self` changed ([#11214](https://github.com/mdn/browser-compat-data/pull/11214)). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See [#6175](https://github.com/mdn/browser-compat-data/issues/6175) for more information. + ### Statistics - 19 contributors have changed 117 files with 4,718 additions and 996 deletions in 114 commits ([`v4.0.10...v4.0.11`](https://github.com/mdn/browser-compat-data/compare/v4.0.10...v4.0.11)) @@ -24,10 +28,6 @@ November 16, 2021 - 826 total contributors - 3,656 total stargazers -### Known issues - -- In [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9), the structure of features for `css.properties.place-content`, `place-items`, and `place-self` changed ([#11214](https://github.com/mdn/browser-compat-data/pull/11214)). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See [#6175](https://github.com/mdn/browser-compat-data/issues/6175) for more information. - ## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) November 9, 2021