File tree Expand file tree Collapse file tree 5 files changed +37
-23
lines changed Expand file tree Collapse file tree 5 files changed +37
-23
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to cssdb
2
2
3
+ ### 8.3.1 (June 23, 2025)
4
+
5
+ - Updated ` @mdn/browser-compat-data ` to ` 6.0.25 `
6
+
3
7
### 8.3.0 (May 27, 2025)
4
8
5
9
- Added ` color-mix-variadic-function-arguments `
Original file line number Diff line number Diff line change 264
264
"edge" : " 136" ,
265
265
"firefox" : " 97" ,
266
266
"ios_saf" : " 15.4" ,
267
+ "op_mob" : " 90" ,
267
268
"opera" : " 121" ,
268
269
"safari" : " 15.4" ,
269
270
"webview_ios" : " 15.4"
1345
1346
"chrome" : " 135" ,
1346
1347
"edge" : " 135" ,
1347
1348
"firefox" : " 69" ,
1349
+ "ios_saf" : " 26" ,
1348
1350
"op_mob" : " 89" ,
1349
- "opera" : " 120"
1351
+ "opera" : " 120" ,
1352
+ "safari" : " 26" ,
1353
+ "webview_ios" : " 26"
1350
1354
},
1351
1355
"docs" : {
1352
1356
"mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-block"
1353
1357
},
1354
1358
"example" : " div {\n overflow-block: scroll;\n }" ,
1359
+ "interoperable_at" : 1743724800 ,
1355
1360
"polyfills" : [
1356
1361
{
1357
1362
"type" : " PostCSS Plugin" ,
1358
1363
"link" : " https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow"
1359
1364
}
1360
1365
],
1361
- "vendors_implementations" : 2
1366
+ "vendors_implementations" : 3
1362
1367
},
1363
1368
{
1364
1369
"id" : " logical-overscroll-behavior" ,
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ export default [
264
264
"edge" : "136" ,
265
265
"firefox" : "97" ,
266
266
"ios_saf" : "15.4" ,
267
+ "op_mob" : "90" ,
267
268
"opera" : "121" ,
268
269
"safari" : "15.4" ,
269
270
"webview_ios" : "15.4"
@@ -1345,20 +1346,24 @@ export default [
1345
1346
"chrome" : "135" ,
1346
1347
"edge" : "135" ,
1347
1348
"firefox" : "69" ,
1349
+ "ios_saf" : "26" ,
1348
1350
"op_mob" : "89" ,
1349
- "opera" : "120"
1351
+ "opera" : "120" ,
1352
+ "safari" : "26" ,
1353
+ "webview_ios" : "26"
1350
1354
} ,
1351
1355
"docs" : {
1352
1356
"mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-block"
1353
1357
} ,
1354
1358
"example" : "div {\n overflow-block: scroll;\n}" ,
1359
+ "interoperable_at" : 1743724800 ,
1355
1360
"polyfills" : [
1356
1361
{
1357
1362
"type" : "PostCSS Plugin" ,
1358
1363
"link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow"
1359
1364
}
1360
1365
] ,
1361
- "vendors_implementations" : 2
1366
+ "vendors_implementations" : 3
1362
1367
} ,
1363
1368
{
1364
1369
"id" : "logical-overscroll-behavior" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cssdb" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " A list of CSS features and their positions in the process of becoming implemented web standards" ,
6
6
"license" : " MIT-0" ,
You can’t perform that action at this time.
0 commit comments