From 6ce2f1d4f05c907b0398b3566be127d8043b5d50 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 25 Mar 2021 19:53:53 +0000 Subject: [PATCH] Prepare release v3.2.2 (#9549) --- RELEASE_NOTES.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 13209866602124..15980feccb5a87 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,49 @@ # Release notes +## [v3.2.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.2) + +March 25, 2021 + +### Notable changes + +- The default branch for the repository has been renamed to `main` from `master`. ([#6292](https://github.com/mdn/browser-compat-data/issues/6292)) + +- For improved consistency with related features, the following JavaScript features have been renamed ([#9592](https://github.com/mdn/browser-compat-data/pull/9592)): + + - `javascript.operators.async_function_expression` → `javascript.operators.async_function` + - `javascript.operators.function_star` → `javascript.operators.generator_function` + - `javascript.operators.async_generator_function_expression` → `javascript.operators.async_generator_function` + +- The following historic features of the `Node` interface were removed to more accurately represent their moves to the `Element` and `Attr` interfaces ([#9561](https://github.com/mdn/browser-compat-data/pull/9561)): + + - `api.Node.localName` + - `api.Node.namespaceURI` + - `api.Node.prefix` + +- The following duplicate features of the `AudioScheduledSourceNode` interface were removed ([#9599](https://github.com/mdn/browser-compat-data/pull/9599)): + + - `api.AudioBufferSourceNode.onended` + - `api.ConstantSourceNode.onended` + - `api.ConstantSourceNode.start` + - `api.ConstantSourceNode.stop` + - `api.OscillatorNode.onended` + - `api.OscillatorNode.start` + - `api.OscillatorNode.stop` + +- The following duplicate features of the `SVGGeometryElement` interface were removed ([#9479](https://github.com/mdn/browser-compat-data/pull/9479/)): + + - `api.SVGGeometryElement.supportOtherThanPath`, duplicating several new support statements in `api.SVGGeometryElement` + - `api.SVGPathElement.getPointAtLength`, duplicating `api.SVGGeometryElement.getPointAtLength` + - `api.SVGPathElement.getTotalLength`, duplicating `api.SVGGeometryElement.getTotalLength` + - `api.SVGPathElement.pathLength`, duplicating `api.SVGGeometryElement.pathLength` + +### Statistics + +- 15 contributors have changed 417 files with 2,977 additions and 1,915 deletions in 62 commits ([`v3.2.1...v3.2.2`](https://github.com/mdn/browser-compat-data/compare/v3.2.1...v3.2.2)) +- 13,020 total features +- 761 total contributors +- 3,284 total stargazers + ## [v3.2.1](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.1) March 18, 2021 diff --git a/package-lock.json b/package-lock.json index b34dbe56f2ad44..c019d4f992fbdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d699c866dac64..172d1c65fbdbac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "3.2.1", + "version": "3.2.2", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "types": "index.d.ts",