Skip to content

Commit 6ce2f1d

Browse files
authored
Prepare release v3.2.2 (mdn#9549)
1 parent 27001db commit 6ce2f1d

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

RELEASE_NOTES.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Release notes
22

3+
## [v3.2.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.2)
4+
5+
March 25, 2021
6+
7+
### Notable changes
8+
9+
- The default branch for the repository has been renamed to `main` from `master`. ([#6292](https://github.com/mdn/browser-compat-data/issues/6292))
10+
11+
- For improved consistency with related features, the following JavaScript features have been renamed ([#9592](https://github.com/mdn/browser-compat-data/pull/9592)):
12+
13+
- `javascript.operators.async_function_expression``javascript.operators.async_function`
14+
- `javascript.operators.function_star``javascript.operators.generator_function`
15+
- `javascript.operators.async_generator_function_expression``javascript.operators.async_generator_function`
16+
17+
- 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)):
18+
19+
- `api.Node.localName`
20+
- `api.Node.namespaceURI`
21+
- `api.Node.prefix`
22+
23+
- The following duplicate features of the `AudioScheduledSourceNode` interface were removed ([#9599](https://github.com/mdn/browser-compat-data/pull/9599)):
24+
25+
- `api.AudioBufferSourceNode.onended`
26+
- `api.ConstantSourceNode.onended`
27+
- `api.ConstantSourceNode.start`
28+
- `api.ConstantSourceNode.stop`
29+
- `api.OscillatorNode.onended`
30+
- `api.OscillatorNode.start`
31+
- `api.OscillatorNode.stop`
32+
33+
- The following duplicate features of the `SVGGeometryElement` interface were removed ([#9479](https://github.com/mdn/browser-compat-data/pull/9479/)):
34+
35+
- `api.SVGGeometryElement.supportOtherThanPath`, duplicating several new support statements in `api.SVGGeometryElement`
36+
- `api.SVGPathElement.getPointAtLength`, duplicating `api.SVGGeometryElement.getPointAtLength`
37+
- `api.SVGPathElement.getTotalLength`, duplicating `api.SVGGeometryElement.getTotalLength`
38+
- `api.SVGPathElement.pathLength`, duplicating `api.SVGGeometryElement.pathLength`
39+
40+
### Statistics
41+
42+
- 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))
43+
- 13,020 total features
44+
- 761 total contributors
45+
- 3,284 total stargazers
46+
347
## [v3.2.1](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.1)
448

549
March 18, 2021

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/browser-compat-data",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)