Skip to content

Commit 238cda7

Browse files
authored
Release v5.7.3 (#26200)
1 parent feb1e8b commit 238cda7

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

RELEASE_NOTES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v5.7.3](https://github.com/mdn/browser-compat-data/releases/tag/v5.7.3)
4+
5+
March 14, 2025
6+
7+
### Additions
8+
9+
- `api.SVGPathElement.getPathData` ([#26214](https://github.com/mdn/browser-compat-data/pull/26214))
10+
- `api.SVGPathElement.getPathSegmentAtLength` ([#26214](https://github.com/mdn/browser-compat-data/pull/26214))
11+
- `api.SVGPathElement.getPointAtLength` ([#26214](https://github.com/mdn/browser-compat-data/pull/26214))
12+
- `api.SVGPathElement.getTotalLength` ([#26214](https://github.com/mdn/browser-compat-data/pull/26214))
13+
- `api.SVGPathElement.pathLength` ([#26214](https://github.com/mdn/browser-compat-data/pull/26214))
14+
- `api.SVGPathElement.setPathData` ([#26214](https://github.com/mdn/browser-compat-data/pull/26214))
15+
16+
### Statistics
17+
18+
- 6 contributors have changed 40 files with 419 additions and 1,757 deletions in 13 commits ([`v5.7.2...v5.7.3`](https://github.com/mdn/browser-compat-data/compare/v5.7.2...v5.7.3))
19+
- 17,084 total features
20+
- 1,133 total contributors
21+
- 5,129 total stargazers
22+
323
## [v5.7.2](https://github.com/mdn/browser-compat-data/releases/tag/v5.7.2)
424

525
March 11, 2025

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/browser-compat-data",
3-
"version": "5.7.2",
3+
"version": "5.7.3",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)