From 5f8f976bbaf5498cf982fd6c689c1ddbb0890882 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 10 Sep 2021 16:07:09 +0100 Subject: [PATCH 1/7] Bump version to v4.0.3 --- 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 2bd2dbd4370811..2cde05eb2d4b31 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release notes +## [v4.0.3](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.3) + +RELEASE DATE TK + ## [v4.0.2](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.2) September 2, 2021 diff --git a/package-lock.json b/package-lock.json index 8ba59d518f27ab..caeab28fe199f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aeea19ba619601..c782a583a30ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "4.0.2", + "version": "4.0.3", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts", From ef2f395aad53c72dd4155b7d2ed52627343a6a2e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 10 Sep 2021 16:09:28 +0100 Subject: [PATCH 2/7] Hoist known issues --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2cde05eb2d4b31..d44f274cd8633b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ RELEASE DATE TK +### 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.2](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.2) September 2, 2021 From 9573ff22eb4ce320639419d5baa968cf56a82630 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 10 Sep 2021 16:11:51 +0100 Subject: [PATCH 3/7] Add release note for https://github.com/mdn/browser-compat-data/pull/12230 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d44f274cd8633b..b07ea2a3584529 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ RELEASE DATE TK +### Notable changes + +- The historic `api.IDBEnvironment` mixin has been removed. ([#12230](https://github.com/mdn/browser-compat-data/pull/12230)) + ### 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 b348673a1572c75009fdb966324954a8181dd005 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 10 Sep 2021 16:15:35 +0100 Subject: [PATCH 4/7] Add release note for https://github.com/mdn/browser-compat-data/pull/12276 --- RELEASE_NOTES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b07ea2a3584529..8b5325ceb42b36 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,10 @@ RELEASE DATE TK ### Notable changes -- The historic `api.IDBEnvironment` mixin has been removed. ([#12230](https://github.com/mdn/browser-compat-data/pull/12230)) +- The following non-existent, long-removed, or otherwise irrelevant features have been removed: + + - `api.Document.documentURI.readonly` ([#12276](https://github.com/mdn/browser-compat-data/pull/12276)) + - `api.IDBEnvironment` ([#12230](https://github.com/mdn/browser-compat-data/pull/12230)) ### Known issues From 2eb2e8b4e423ed96d5e1fe7063338a8b26c08eaf Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 10 Sep 2021 16:24:27 +0100 Subject: [PATCH 5/7] Add release note for https://github.com/mdn/browser-compat-data/pull/12185 --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8b5325ceb42b36..100e2a79da95df 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,8 @@ RELEASE DATE TK - `api.Document.documentURI.readonly` ([#12276](https://github.com/mdn/browser-compat-data/pull/12276)) - `api.IDBEnvironment` ([#12230](https://github.com/mdn/browser-compat-data/pull/12230)) + - `api.KeyboardEvent.which` ([#12185](https://github.com/mdn/browser-compat-data/pull/12185)) + - `api.MouseEvent.which` ([#12185](https://github.com/mdn/browser-compat-data/pull/12185)) ### Known issues From e293f182459ad604e685548d8a6e7bc7097ba27c Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 10 Sep 2021 18:07:29 +0100 Subject: [PATCH 6/7] Add release stats --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 100e2a79da95df..2d0bd91854df25 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -17,6 +17,13 @@ RELEASE DATE TK - 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 + +- 14 contributors have changed 76 files with 7,054 additions and 731 deletions in 36 commits ([`v4.0.2...v4.0.3`](https://github.com/mdn/browser-compat-data/compare/v4.0.2...v4.0.3)) +- 13,329 total features +- 807 total contributors +- 3,567 total stargazers + ## [v4.0.2](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.2) September 2, 2021 From 83b5d577478b0025d83e5e4451d912a8a403c042 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 10 Sep 2021 18:07:47 +0100 Subject: [PATCH 7/7] 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 2d0bd91854df25..b59713ca8656a1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## [v4.0.3](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.3) -RELEASE DATE TK +September 10, 2021 ### Notable changes