Skip to content

Commit d0e1cf6

Browse files
authored
Prepare release v3.2.3 (mdn#9708)
* Add release note for mdn#9695 * Add release note for mdn#9640 * Add release note for mdn#9634 * Add release notes mdn#9694 and mdn#9671
1 parent 25dea66 commit d0e1cf6

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

RELEASE_NOTES.md

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

3+
## [v3.2.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.3)
4+
5+
April 1, 2021
6+
7+
### Notable changes
8+
9+
- `css.selectors.-moz-ui-valid` has been removed and replaced by `css.selectors.user-valid` to reflect the standardization of the `:user-valid` pseudo-class. ([#9695](https://github.com/mdn/browser-compat-data/pull/9695))
10+
11+
- The following historic features, which are no longer supported in any browser, have been removed as irrelevant:
12+
13+
- `css.properties.display.run-in` ([#9694](https://github.com/mdn/browser-compat-data/pull/9694))
14+
- `api.HTMLObjectElement.typeMustMatch` ([#9671](https://github.com/mdn/browser-compat-data/pull/9671))
15+
- `html.elements.object.typemustmatch` ([#9671](https://github.com/mdn/browser-compat-data/pull/9671))
16+
17+
- The following duplicate features have been removed:
18+
19+
- `api.FormData.SupportForOf`, duplicating `api.FormData.@@iterator` ([#9640](https://github.com/mdn/browser-compat-data/pull/9640))
20+
- `api.WorkerGlobalScope.console`, duplicating `api.Console.worker_support` ([#9634](https://github.com/mdn/browser-compat-data/pull/9634))
21+
22+
### Statistics
23+
24+
- 12 contributors have changed 78 files with 1,721 additions and 1,313 deletions in 47 commits ([`v3.2.2...v3.2.3`](https://github.com/mdn/browser-compat-data/compare/v3.2.2...v3.2.3))
25+
- 13,029 total features
26+
- 763 total contributors
27+
- 3,297 total stargazers
28+
329
## [v3.2.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.2)
430

531
March 25, 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.2",
3+
"version": "3.2.3",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)