Skip to content

Commit

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

* Hoist known issues

* Add release note for #10672

* Add release note for #12167

* Add release note for #12074

* Add release note for #12075

* Add release note for #12089

* Add release note for #12166

* Add release date

* Add release stats
  • Loading branch information
ddbeck authored Aug 26, 2021
1 parent 27e25fa commit 85fba5d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
32 changes: 28 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Release notes

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

August 26, 2021

### Notable changes

- `css.types.ellipse` was moved to `css.types.basic-shape.ellipse` to correct improper nesting of features. ([#12075](https://github.com/mdn/browser-compat-data/pull/12075))

- `css.types.filter-function.constrast` was renamed to `css.types.filter-function.contrast` to correct a typo. ([#12074](https://github.com/mdn/browser-compat-data/pull/12074))

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

- `api.FileError` ([#12089](https://github.com/mdn/browser-compat-data/pull/12089))
- `api.Headers.getAll` ([#12166](https://github.com/mdn/browser-compat-data/pull/12166))
- `api.Window.onpaint` ([#12167](https://github.com/mdn/browser-compat-data/pull/12167))
- `api.XRPermissionDescriptor` ([#10672](https://github.com/mdn/browser-compat-data/pull/10672))

### 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

- 16 contributors have changed 76 files with 1,053 additions and 996 deletions in 62 commits ([`v4.0.0...v4.0.1`](https://github.com/mdn/browser-compat-data/compare/v4.0.0...v4.0.1))
- 13,279 total features
- 806 total contributors
- 3,534 total stargazers

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

August 19, 2021
Expand All @@ -11,10 +39,6 @@ Version 4.0.0 makes some potentially-breaking changes to improve the flexibility
- All XPath (`xpath`) and XSLT (`xslt`) features have been removed because the data was incomplete and unmaintained.
- The schema for browser release data now supports the optional `accepts_flags` boolean hint.

### 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.

### Notable changes

- [Deno](https://deno.land/), the JavaScript and TypeScript runtime, has been added as a new engine. Deno data is included for JavaScript and some Web APIs, much like Node.js data. ([#10753](https://github.com/mdn/browser-compat-data/pull/10753))
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.0",
"version": "4.0.1",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 85fba5d

Please sign in to comment.