Skip to content

Commit 4f33b67

Browse files
authored
Release v5.6.32 (#25693)
1 parent e8e34b9 commit 4f33b67

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

RELEASE_NOTES.md

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

3+
## [v5.6.32](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.32)
4+
5+
January 21, 2025
6+
7+
### Removals
8+
9+
- `javascript.builtins.Temporal.Now.timeZoneID` ([#25715](https://github.com/mdn/browser-compat-data/pull/25715))
10+
11+
### Additions
12+
13+
- `css.types.text-edge` ([#25730](https://github.com/mdn/browser-compat-data/pull/25730))
14+
- `css.types.text-edge.alphabetic` ([#25730](https://github.com/mdn/browser-compat-data/pull/25730))
15+
- `css.types.text-edge.cap` ([#25730](https://github.com/mdn/browser-compat-data/pull/25730))
16+
- `css.types.text-edge.ex` ([#25730](https://github.com/mdn/browser-compat-data/pull/25730))
17+
- `css.types.text-edge.ideographic` ([#25730](https://github.com/mdn/browser-compat-data/pull/25730))
18+
- `css.types.text-edge.ideographic-ink` ([#25730](https://github.com/mdn/browser-compat-data/pull/25730))
19+
- `css.types.text-edge.text` ([#25730](https://github.com/mdn/browser-compat-data/pull/25730))
20+
- `javascript.builtins.Date.toTemporalInstant` ([#25716](https://github.com/mdn/browser-compat-data/pull/25716))
21+
- `javascript.builtins.Temporal.Now.timeZoneId` ([#25715](https://github.com/mdn/browser-compat-data/pull/25715))
22+
23+
### Statistics
24+
25+
- 7 contributors have changed 31 files with 693 additions and 277 deletions in 20 commits ([`v5.6.31...v5.6.32`](https://github.com/mdn/browser-compat-data/compare/v5.6.31...v5.6.32))
26+
- 16,791 total features
27+
- 1,123 total contributors
28+
- 5,060 total stargazers
29+
330
## [v5.6.31](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.31)
431

532
January 17, 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.6.31",
3+
"version": "5.6.32",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)