Skip to content

Commit 0ed81cd

Browse files
committed
Release v8.0.5
1 parent f56127f commit 0ed81cd

3 files changed

Lines changed: 42 additions & 3 deletions

File tree

RELEASE_NOTES.md

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

3+
## [v8.0.5](https://github.com/mdn/browser-compat-data/releases/tag/v8.0.5)
4+
5+
July 3, 2026
6+
7+
### Additions
8+
9+
- `api.HTMLElement.headingOffset` ([#29931](https://github.com/mdn/browser-compat-data/pull/29931))
10+
- `api.HTMLElement.headingReset` ([#29931](https://github.com/mdn/browser-compat-data/pull/29931))
11+
- `api.HTMLModelElement` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
12+
- `api.HTMLModelElement.boundingBoxCenter` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
13+
- `api.HTMLModelElement.boundingBoxExtents` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
14+
- `api.HTMLModelElement.entityTransform` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
15+
- `api.HTMLModelElement.environmentMap` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
16+
- `api.HTMLModelElement.environmentMapReady` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
17+
- `api.HTMLModelElement.ready` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
18+
- `api.HTMLModelElement.stageMode` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
19+
- `api.PerformanceResourceTiming.workerFinalRouterSource` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
20+
- `api.PerformanceResourceTiming.workerMatchedRouterSource` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
21+
- `browsers.edge.releases.153` ([#29973](https://github.com/mdn/browser-compat-data/pull/29973))
22+
- `css.properties.position-visibility.anchor-valid` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
23+
- `css.properties.position-visibility.anchor-visible` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
24+
- `html.elements.model` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
25+
- `html.elements.model.autoplay` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
26+
- `html.elements.model.height` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
27+
- `html.elements.model.loop` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
28+
- `html.elements.model.src` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
29+
- `html.elements.model.stagemode` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
30+
- `html.elements.model.width` ([#29823](https://github.com/mdn/browser-compat-data/pull/29823))
31+
- `html.global_attributes.headingoffset` ([#29931](https://github.com/mdn/browser-compat-data/pull/29931))
32+
- `html.global_attributes.headingreset` ([#29931](https://github.com/mdn/browser-compat-data/pull/29931))
33+
- `webextensions.manifest.theme.properties.additional_backgrounds_size` ([#29910](https://github.com/mdn/browser-compat-data/pull/29910))
34+
35+
### Statistics
36+
37+
- 5 contributors have changed 51 files with 943 additions and 129 deletions in 6 commits ([`next...v8.0.5`](https://github.com/mdn/browser-compat-data/compare/next...v8.0.5))
38+
- 19,959 total features
39+
- 1,256 total contributors
40+
- 5,702 total stargazers
41+
342
## [v8.0.4](https://github.com/mdn/browser-compat-data/releases/tag/v8.0.4)
443

544
June 19, 2026

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": "8.0.4",
3+
"version": "8.0.5",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)