Skip to content

Commit b0284b2

Browse files
committed
Release v7.1.3
1 parent 67bbced commit b0284b2

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

RELEASE_NOTES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v7.1.3](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.3)
4+
5+
September 5, 2025
6+
7+
### Removals
8+
9+
- `http.headers.Set-Cookie.cookie_prefixes` ([#27724](https://github.com/mdn/browser-compat-data/pull/27724))
10+
11+
### Additions
12+
13+
- `api.IDBIndex.getAllRecords` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757))
14+
- `api.IDBObjectStore.getAllRecords` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757))
15+
- `api.IDBRecord` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757))
16+
- `api.IDBRecord.key` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757))
17+
- `api.IDBRecord.primaryKey` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757))
18+
- `api.IDBRecord.value` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757))
19+
- `http.headers.Set-Cookie.host_secure_prefixes` ([#27724](https://github.com/mdn/browser-compat-data/pull/27724))
20+
- `http.headers.Set-Cookie.http_host-http_prefixes` ([#27724](https://github.com/mdn/browser-compat-data/pull/27724))
21+
- `webextensions.api.contentScripts.register.cssOrigin` ([#27716](https://github.com/mdn/browser-compat-data/pull/27716))
22+
- `webextensions.api.scripting.RegisteredContentScript.cssOrigin` ([#27716](https://github.com/mdn/browser-compat-data/pull/27716))
23+
- `webextensions.api.types.BrowserSetting.clear` ([#27737](https://github.com/mdn/browser-compat-data/pull/27737))
24+
- `webextensions.api.types.BrowserSetting.get` ([#27737](https://github.com/mdn/browser-compat-data/pull/27737))
25+
- `webextensions.api.types.BrowserSetting.set` ([#27737](https://github.com/mdn/browser-compat-data/pull/27737))
26+
27+
### Statistics
28+
29+
- 6 contributors have changed 32 files with 517 additions and 151 deletions in 16 commits ([`v7.1.2...v7.1.3`](https://github.com/mdn/browser-compat-data/compare/v7.1.2...v7.1.3))
30+
- 17,815 total features
31+
- 1,195 total contributors
32+
- 5,383 total stargazers
33+
334
## [v7.1.2](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.2)
435

536
September 3, 2025

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)