Release v8.0.12
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a6234f..e52bd28 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md
@@ -1,5 +1,37 @@ # @mdn/browser-compat-data release notes +## [v8.0.12](https://github.com/mdn/browser-compat-data/releases/tag/v8.0.12) + +August 17, 2026 + +### Additions + +- `api.AudioSession.state` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.AudioSession.statechange_event` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.hash` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.host` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.hostname` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.origin` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.password` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.pathname` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.port` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.protocol` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.search` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.SVGAElement.username` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `api.WebTransport.exportKeyingMaterial` ([#30176](https://github.com/mdn/browser-compat-data/pull/30176)) +- `css.properties.text-fit.consistent` ([#30239](https://github.com/mdn/browser-compat-data/pull/30239)) +- `css.properties.text-fit.per-line` ([#30239](https://github.com/mdn/browser-compat-data/pull/30239)) +- `css.properties.text-fit.per-line-all` ([#30239](https://github.com/mdn/browser-compat-data/pull/30239)) +- `css.properties.text-fit.percentage` ([#30239](https://github.com/mdn/browser-compat-data/pull/30239)) +- `css.types.color.from_currentcolor` ([#30240](https://github.com/mdn/browser-compat-data/pull/30240)) + +### Statistics + +- 6 contributors have changed 24 files with 693 additions and 71 deletions in 11 commits ([`next...v8.0.12`](https://github.com/mdn/browser-compat-data/compare/next...v8.0.12)) +- 20,295 total features +- 1,267 total contributors +- 5,721 total stargazers + ## [v8.0.11](https://github.com/mdn/browser-compat-data/releases/tag/v8.0.11) August 13, 2026
diff --git a/package-lock.json b/package-lock.json index 52fc25c..fbbe9df 100644 --- a/package-lock.json +++ b/package-lock.json
@@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "8.0.11", + "version": "8.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "8.0.11", + "version": "8.0.12", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621",
diff --git a/package.json b/package.json index 0a23ed7..7d4add7 100644 --- a/package.json +++ b/package.json
@@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "8.0.11", + "version": "8.0.12", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "type": "module",