Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @mdn/browser-compat-data release notes

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

May 21, 2026

### Additions

- `api.AnimationEvent.animation` ([#29718](https://github.com/mdn/browser-compat-data/pull/29718))
- `api.TransitionEvent.animation` ([#29718](https://github.com/mdn/browser-compat-data/pull/29718))
- `css.types.timeline-range-name` ([#29683](https://github.com/mdn/browser-compat-data/pull/29683))
- `css.types.timeline-range-name.scroll` ([#29683](https://github.com/mdn/browser-compat-data/pull/29683))

### Statistics

- 7 contributors have changed 32 files with 752 additions and 351 deletions in 18 commits ([`v7.3.16...v7.3.17`](https://github.com/mdn/browser-compat-data/compare/v7.3.16...v7.3.17))
- 19,748 total features
- 1,249 total contributors
- 5,671 total stargazers

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

May 15, 2026
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": "7.3.16",
"version": "7.3.17",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"type": "module",
Expand Down
Loading