Skip to content

Commit

Permalink
Prepare release v4.0.3 (#12342)
Browse files Browse the repository at this point in the history
* Bump version to v4.0.3

* Hoist known issues

* Add release note for #12230

* Add release note for #12276

* Add release note for #12185

* Add release stats

* Add release date
  • Loading branch information
ddbeck committed Sep 10, 2021
1 parent ff2255a commit 39ecbba
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release notes

## [v4.0.3](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.3)

September 10, 2021

### Notable changes

- The following non-existent, long-removed, or otherwise irrelevant features have been removed:

- `api.Document.documentURI.readonly` ([#12276](https://github.com/mdn/browser-compat-data/pull/12276))
- `api.IDBEnvironment` ([#12230](https://github.com/mdn/browser-compat-data/pull/12230))
- `api.KeyboardEvent.which` ([#12185](https://github.com/mdn/browser-compat-data/pull/12185))
- `api.MouseEvent.which` ([#12185](https://github.com/mdn/browser-compat-data/pull/12185))

### Known issues

- In [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9), the structure of features for `css.properties.place-content`, `place-items`, and `place-self` changed ([#11214](https://github.com/mdn/browser-compat-data/pull/11214)). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See [#6175](https://github.com/mdn/browser-compat-data/issues/6175) for more information.

### Statistics

- 14 contributors have changed 76 files with 7,054 additions and 731 deletions in 36 commits ([`v4.0.2...v4.0.3`](https://github.com/mdn/browser-compat-data/compare/v4.0.2...v4.0.3))
- 13,329 total features
- 807 total contributors
- 3,567 total stargazers

## [v4.0.2](https://github.com/mdn/browser-compat-data/releases/tag/v4.0.2)

September 2, 2021
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdn/browser-compat-data",
"version": "4.0.2",
"version": "4.0.3",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 39ecbba

Please sign in to comment.