From 186c528d673823a1a6f9c04d839a25ba0aa5033e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 9 Nov 2021 19:21:43 +0000 Subject: [PATCH] Release v4.0.10 (#13404) * Bump version to v4.0.10 * Hoist known issues * Add release note for https://github.com/mdn/browser-compat-data/pull/13260 * Add release note for https://github.com/mdn/browser-compat-data/pull/13278 * Add release note for https://github.com/mdn/browser-compat-data/pull/13373 * Add release note for https://github.com/mdn/browser-compat-data/pull/13388 * Add release stats and date * Add RFC for release notes --- RELEASE_NOTES.md | 26 ++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 56cff1c57c288b..f10e2e8ab78adb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,31 @@ # Release notes +## [v4.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.10) + +November 9, 2021 + +**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 + +- The following non-existent, long-removed, or otherwise irrelevant features have been removed: + + - `api.MediaSettingsRange` ([#13373](https://github.com/mdn/browser-compat-data/pull/13373)) + - `api.ProcessingInstruction.data` ([#13388](https://github.com/mdn/browser-compat-data/pull/13388)) + - `http.headers.Feature-Policy.vibrate` ([#13278](https://github.com/mdn/browser-compat-data/pull/13278)) + - `http.headers.Feature-Policy.vr` ([#13260](https://github.com/mdn/browser-compat-data/pull/13260)) + +### 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 + +- 17 contributors have changed 134 files with 1,542 additions and 1,993 deletions in 52 commits ([`v4.0.9...v4.0.10`](https://github.com/mdn/browser-compat-data/compare/v4.0.9...v4.0.10)) +- 13,375 total features +- 822 total contributors +- 3,651 total stargazers + ## [v4.0.9](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.9) November 2, 2021 diff --git a/package-lock.json b/package-lock.json index 89851887d4f18c..bc247002cdee6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "4.0.9", + "version": "4.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 207cd3006e0551..a9a8099ccb0880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "4.0.9", + "version": "4.0.10", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts",