From 36e4b4cd729dd49a0c59696abda0464a7fd4f86a Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 8 Sep 2023 13:55:34 -0700 Subject: [PATCH] Release v5.3.15 (#20675) This release was generated by the project's release script. --- RELEASE_NOTES.md | 29 +++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 83247eab2d9b52..b98c60088a8870 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,34 @@ # @mdn/browser-compat-data release notes +## [v5.3.15](https://github.com/mdn/browser-compat-data/releases/tag/v5.3.15) + +September 8, 2023 + +### Removals + +- `css.selectors.hover.pseudo_elements` ([#20486](https://github.com/mdn/browser-compat-data/pull/20486)) +- `html.elements.link.prefetch` ([#20641](https://github.com/mdn/browser-compat-data/pull/20641)) +- `html.elements.link.prefetch.secure_context_required` ([#20641](https://github.com/mdn/browser-compat-data/pull/20641)) + +### Additions + +- `api.Element.requestFullscreen.options_screen_parameter` ([#20600](https://github.com/mdn/browser-compat-data/pull/20600)) +- `api.Permissions.permission_window-management` ([#20600](https://github.com/mdn/browser-compat-data/pull/20600)) +- `css.at-rules.media.or_syntax` ([#20587](https://github.com/mdn/browser-compat-data/pull/20587)) +- `html.elements.base.href.forbid_data_javascript_urls` ([#20646](https://github.com/mdn/browser-compat-data/pull/20646)) +- `http.headers.Permissions-Policy.window-management` ([#20600](https://github.com/mdn/browser-compat-data/pull/20600)) +- `http.headers.Sec-CH-Prefers-Reduced-Transparency` ([#20393](https://github.com/mdn/browser-compat-data/pull/20393)) +- `webextensions.api.devtools.panels.create.iconPath` ([#20617](https://github.com/mdn/browser-compat-data/pull/20617)) +- `webextensions.api.devtools.panels.create.pagePath` ([#20617](https://github.com/mdn/browser-compat-data/pull/20617)) +- `webextensions.api.devtools.panels.create.title` ([#20617](https://github.com/mdn/browser-compat-data/pull/20617)) + +### Statistics + +- 12 contributors have changed 44 files with 485 additions and 360 deletions in 34 commits ([`v5.3.14...v5.3.15`](https://github.com/mdn/browser-compat-data/compare/v5.3.14...v5.3.15)) +- 14,892 total features +- 1,024 total contributors +- 4,581 total stargazers + ## [v5.3.14](https://github.com/mdn/browser-compat-data/releases/tag/v5.3.14) August 29, 2023 diff --git a/package-lock.json b/package-lock.json index 9f100d6b2b2e39..afc4d16bfa0148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.3.14", + "version": "5.3.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.3.14", + "version": "5.3.15", "license": "CC0-1.0", "devDependencies": { "@babel/eslint-parser": "~7.22.5", diff --git a/package.json b/package.json index 801c71715f0334..5228d68136e671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.3.14", + "version": "5.3.15", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",