Skip to content

Commit

Permalink
Release v5.4.0 (#21271)
Browse files Browse the repository at this point in the history
This release was generated by the project's release script.
  • Loading branch information
queengooborg authored Nov 18, 2023
1 parent ae1f155 commit a247e15
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
36 changes: 36 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @mdn/browser-compat-data release notes

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

November 18, 2023

### Notable changes

A new `tags` property has been added to the schema! See https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines/tags.md for more details on feature tagging.

### Additions

- `api.CloseWatcher` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.CloseWatcher.cancel_event` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.CloseWatcher.close` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.CloseWatcher.close_event` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.CloseWatcher.CloseWatcher` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.CloseWatcher.destroy` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.CloseWatcher.requestClose` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.GPUSupportedLimits.maxBindGroupsPlusVertexBuffers` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.HTMLDetailsElement.name` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.HTMLSelectElement.showPicker` ([#20852](https://github.com/mdn/browser-compat-data/pull/20852))
- `api.IntersectionObserver.scrollMargin` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.Navigator.login` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.NavigatorLogin` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.NavigatorLogin.setStatus` ([#21148](https://github.com/mdn/browser-compat-data/pull/21148))
- `api.WebKitPoint.WebKitPoint` ([#21239](https://github.com/mdn/browser-compat-data/pull/21239))
- `browsers.safari_ios.releases.17.2` ([#21237](https://github.com/mdn/browser-compat-data/pull/21237))
- `browsers.safari.releases.17.2` ([#21236](https://github.com/mdn/browser-compat-data/pull/21236))
- `browsers.samsunginternet_android.releases.23.0` ([#21238](https://github.com/mdn/browser-compat-data/pull/21238))

### Statistics

- 9 contributors have changed 48 files with 936 additions and 115 deletions in 26 commits ([`v5.3.31...v5.4.0`](https://github.com/mdn/browser-compat-data/compare/v5.3.31...v5.4.0))
- 15,202 total features
- 1,047 total contributors
- 4,636 total stargazers

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

November 14, 2023
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.3.31",
"version": "5.4.0",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.ts",
"type": "module",
Expand Down

1 comment on commit a247e15

@suleymanay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock.json

Please sign in to comment.