Skip to content

Commit 0bf0940

Browse files
authored
Release v5.6.9 (#24794)
This release was generated by the project's release script.
1 parent daaf389 commit 0bf0940

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

RELEASE_NOTES.md

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

3+
## [v5.6.9](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.9)
4+
5+
October 22, 2024
6+
7+
### Additions
8+
9+
- `api.CSSMarginRule` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
10+
- `api.CSSMarginRule.name` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
11+
- `api.CSSMarginRule.style` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
12+
- `api.Request.duplex` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
13+
- `css.at-rules.page.bottom-center` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
14+
- `css.at-rules.page.bottom-left` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
15+
- `css.at-rules.page.bottom-left-corner` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
16+
- `css.at-rules.page.bottom-right` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
17+
- `css.at-rules.page.bottom-right-corner` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
18+
- `css.at-rules.page.left-bottom` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
19+
- `css.at-rules.page.left-middle` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
20+
- `css.at-rules.page.left-top` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
21+
- `css.at-rules.page.right-bottom` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
22+
- `css.at-rules.page.right-middle` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
23+
- `css.at-rules.page.right-top` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
24+
- `css.at-rules.page.top-center` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
25+
- `css.at-rules.page.top-left` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
26+
- `css.at-rules.page.top-left-corner` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
27+
- `css.at-rules.page.top-right` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
28+
- `css.at-rules.page.top-right-corner` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
29+
- `css.properties.anchor-scope` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
30+
- `css.properties.anchor-scope.all` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
31+
- `css.properties.anchor-scope.none` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
32+
- `css.properties.font-variant-emoji.emoji` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
33+
- `css.properties.font-variant-emoji.normal` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
34+
- `css.properties.font-variant-emoji.text` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
35+
- `css.properties.font-variant-emoji.unicode` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
36+
- `css.selectors.details-content` ([#24778](https://github.com/mdn/browser-compat-data/pull/24778))
37+
38+
### Statistics
39+
40+
- 6 contributors have changed 53 files with 1,275 additions and 114 deletions in 10 commits ([`v5.6.8...v5.6.9`](https://github.com/mdn/browser-compat-data/compare/v5.6.8...v5.6.9))
41+
- 16,608 total features
42+
- 1,111 total contributors
43+
- 4,949 total stargazers
44+
345
## [v5.6.8](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.8)
446

547
October 18, 2024

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

0 commit comments

Comments
 (0)