Skip to content

Commit 8747bb2

Browse files
committed
rebuild
1 parent e2c0138 commit 8747bb2

File tree

5 files changed

+37
-23
lines changed

5 files changed

+37
-23
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.3.1 (June 23, 2025)
4+
5+
- Updated `@mdn/browser-compat-data` to `6.0.25`
6+
37
### 8.3.0 (May 27, 2025)
48

59
- Added `color-mix-variadic-function-arguments`

cssdb.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
"edge": "136",
265265
"firefox": "97",
266266
"ios_saf": "15.4",
267+
"op_mob": "90",
267268
"opera": "121",
268269
"safari": "15.4",
269270
"webview_ios": "15.4"
@@ -1345,20 +1346,24 @@
13451346
"chrome": "135",
13461347
"edge": "135",
13471348
"firefox": "69",
1349+
"ios_saf": "26",
13481350
"op_mob": "89",
1349-
"opera": "120"
1351+
"opera": "120",
1352+
"safari": "26",
1353+
"webview_ios": "26"
13501354
},
13511355
"docs": {
13521356
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-block"
13531357
},
13541358
"example": "div {\n overflow-block: scroll;\n}",
1359+
"interoperable_at": 1743724800,
13551360
"polyfills": [
13561361
{
13571362
"type": "PostCSS Plugin",
13581363
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow"
13591364
}
13601365
],
1361-
"vendors_implementations": 2
1366+
"vendors_implementations": 3
13621367
},
13631368
{
13641369
"id": "logical-overscroll-behavior",

cssdb.mjs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export default [
264264
"edge": "136",
265265
"firefox": "97",
266266
"ios_saf": "15.4",
267+
"op_mob": "90",
267268
"opera": "121",
268269
"safari": "15.4",
269270
"webview_ios": "15.4"
@@ -1345,20 +1346,24 @@ export default [
13451346
"chrome": "135",
13461347
"edge": "135",
13471348
"firefox": "69",
1349+
"ios_saf": "26",
13481350
"op_mob": "89",
1349-
"opera": "120"
1351+
"opera": "120",
1352+
"safari": "26",
1353+
"webview_ios": "26"
13501354
},
13511355
"docs": {
13521356
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-block"
13531357
},
13541358
"example": "div {\n overflow-block: scroll;\n}",
1359+
"interoperable_at": 1743724800,
13551360
"polyfills": [
13561361
{
13571362
"type": "PostCSS Plugin",
13581363
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow"
13591364
}
13601365
],
1361-
"vendors_implementations": 2
1366+
"vendors_implementations": 3
13621367
},
13631368
{
13641369
"id": "logical-overscroll-behavior",

package-lock.json

Lines changed: 18 additions & 18 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": "cssdb",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"type": "module",
55
"description": "A list of CSS features and their positions in the process of becoming implemented web standards",
66
"license": "MIT-0",

0 commit comments

Comments
 (0)