Skip to content

Commit

Permalink
Release v5.6.27 (#25562)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot authored Jan 3, 2025
1 parent 6f54a6a commit 75fb4fd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @mdn/browser-compat-data release notes

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

January 3, 2025

### Removals

- `http.headers.Cache-Control.stale-if-error` ([#25527](https://github.com/mdn/browser-compat-data/pull/25527))

### Additions

- `api.Navigator.adAuctionComponents` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.canLoadAdAuctionFencedFrame` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.clearOriginJoinedAdInterestGroups` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.createAuctionNonce` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.deprecatedRunAdAuctionEnforcesKAnonymity` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.joinAdInterestGroup` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.leaveAdInterestGroup` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.protectedAudience` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.runAdAuction` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.Navigator.updateAdInterestGroups` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.ProtectedAudience` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.ProtectedAudience.queryFeatureSupport` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228))
- `api.TransformStream.TransformStream.transformer_cancel` ([#25519](https://github.com/mdn/browser-compat-data/pull/25519))
- `browsers.deno.releases.1.46` ([#25515](https://github.com/mdn/browser-compat-data/pull/25515))
- `browsers.nodejs.releases.19.3.0` ([#25487](https://github.com/mdn/browser-compat-data/pull/25487))
- `browsers.nodejs.releases.20.14.0` ([#25519](https://github.com/mdn/browser-compat-data/pull/25519))
- `browsers.nodejs.releases.21.5.0` ([#25519](https://github.com/mdn/browser-compat-data/pull/25519))

### Statistics

- 11 contributors have changed 94 files with 838 additions and 240 deletions in 45 commits ([`v5.6.26...v5.6.27`](https://github.com/mdn/browser-compat-data/compare/v5.6.26...v5.6.27))
- 16,762 total features
- 1,123 total contributors
- 5,048 total stargazers

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

December 20, 2024
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.6.26",
"version": "5.6.27",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.ts",
"type": "module",
Expand Down

0 comments on commit 75fb4fd

Please sign in to comment.