Skip to content

Commit e125173

Browse files
authored
Release v3.1.2 (mdn#9272)
* Increment version number * Start release notes for v3.1.2 * Add stats * Fix compare link formatting
1 parent 3b5077f commit e125173

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

RELEASE_NOTES.md

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

3+
## [v3.1.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.1.2)
4+
5+
- The following withdrawn features have been removed as irrelevant:
6+
7+
- `api.HTMLFormElement.requestAutocomplete` ([#9232](https://github.com/mdn/browser-compat-data/pull/9232))
8+
- `api.XMLHttpRequest.sendAsBinary` ([#9239](https://github.com/mdn/browser-compat-data/pull/9239))
9+
- `html.elements.script.type.version_parameter` ([#9206](https://github.com/mdn/browser-compat-data/pull/9206))
10+
11+
- The following never-supported WebExtensions features have been removed ([#6960](https://github.com/mdn/browser-compat-data/pull/6960)):
12+
13+
- `webextensions.manifest.content_security_policy.isolated_world`
14+
- `webextensions.manifest.content_security_policy.sandbox`
15+
- `webextensions.match_patterns.scheme.ftps`
16+
17+
- The following never-supported MathML features have been removed ([#6958](https://github.com/mdn/browser-compat-data/pull/6958)):
18+
19+
- `mathml.elements.math.overflow`
20+
- `mathml.elements.mglyph`
21+
- `mathml.elements.mlabeledtr`
22+
- `mathml.elements.mo.form`
23+
- `mathml.elements.mo.largeop`
24+
- `mathml.elements.mspace.linebreak`
25+
- `mathml.elements.mstyle.decimalpoint`
26+
- `mathml.elements.mstyle.infixbreakstyle`
27+
- `mathml.elements.mtable.alignmentscope`
28+
- `mathml.elements.mtable.columnwidth`
29+
- `mathml.elements.mtable.equalcolumns`
30+
- `mathml.elements.mtable.equalrows`
31+
- `mathml.elements.mtable.groupalign`
32+
- `mathml.elements.mtable.minlabelspacing`
33+
- `mathml.elements.mtable.side`
34+
- `mathml.elements.mtd.groupalign`
35+
- `mathml.elements.mtr.groupalign`
36+
37+
- The following constants have been removed, under the recently-adopted [_Constants_ guideline](https://github.com/mdn/browser-compat-data/blob/master/docs/data-guidelines.md#constants) ([#9195](https://github.com/mdn/browser-compat-data/pull/9195)):
38+
39+
- `api.KeyboardEvent.DOM_KEY_LOCATION_LEFT`
40+
- `api.KeyboardEvent.DOM_KEY_LOCATION_NUMPAD`
41+
- `api.KeyboardEvent.DOM_KEY_LOCATION_RIGHT`
42+
- `api.KeyboardEvent.DOM_KEY_LOCATION_STANDARD`
43+
44+
**Statistics**
45+
46+
- 19 contributors have changed 122 files with 4,549 additions and 2,365 deletions in 43 commits ([`v3.1.1...v3.1.2`](https://github.com/mdn/browser-compat-data/compare/v3.1.1...v3.1.2))
47+
- 13,024 total features
48+
- 765 total contributors
49+
- 3,248 total stargazers
50+
351
## [v3.1.1](https://github.com/mdn/browser-compat-data/releases/tag/v3.1.1)
452

553
February 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.1.1",
3+
"version": "3.1.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)