Skip to content

Commit

Permalink
Prepare release v3.3.0 (#9865)
Browse files Browse the repository at this point in the history
* Start preparing for April 15, 2021 release
* Add release note for #9842
* Add release note for #7398
* Add stats
  • Loading branch information
ddbeck authored Apr 15, 2021
1 parent 70f41f6 commit 4343ff7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Release notes

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

April 15, 2021

### Notable changes

- `@mdn/browser-compat-data` is now smaller, faster to load, and has zero dependencies.

The data is now bundled into a single JSON file at publishing time, instead of loading many JSON files at runtime. This reduces the size of the package and shortens loading times.

These changes also eliminate dependencies. There are zero runtime package dependencies and Node.js ≥10.0.0 is no longer required. This version of the package has been shown to load in many end-of-life versions of Node.js.

([#7374](https://github.com/mdn/browser-compat-data/issues/7374), [#7398](https://github.com/mdn/browser-compat-data/pull/7398))

- `css.selectors.not_match_link` feature has been removed. The data is now correctly represented as `css.selectors.any-link.not_match_link` and `css.selectors.link.not_match_link`. ([#9842](https://github.com/mdn/browser-compat-data/pull/9842))

### Statistics

- 13 contributors have changed 437 files with 2,792 additions and 4,018 deletions in 45 commits [`v3.2.4...v3.3.0`](https://github.com/mdn/browser-compat-data/compare/v3.2.4...v3.3.0)
- 13,033 total features
- 766 total contributors
- 3,325 total stargazers

## [v3.2.4](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.3)

April 8, 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": "3.2.4",
"version": "3.3.0",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 4343ff7

Please sign in to comment.