File tree Expand file tree Collapse file tree 5 files changed +85
-71
lines changed Expand file tree Collapse file tree 5 files changed +85
-71
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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"
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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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" ,
6161 "test:doc-links" : " node tasks/check-doc-links.mjs"
6262 },
6363 "devDependencies" : {
64- "@mdn/browser-compat-data" : " ^6.0.23 " ,
64+ "@mdn/browser-compat-data" : " ^6.0.25 " ,
6565 "browserslist" : " ^4.25.0" ,
6666 "glob" : " ^11.0.3" ,
67- "postcss" : " ^8.5.5 " ,
67+ "postcss" : " ^8.5.6 " ,
6868 "postcss-cli" : " ^11.0.1" ,
6969 "postcss-preset-env" : " ^10.2.3" ,
7070 "semver" : " ^7.7.2" ,
71- "stylelint" : " ^16.20 .0" ,
71+ "stylelint" : " ^16.21 .0" ,
7272 "stylelint-config-standard" : " ^38.0.0" ,
73- "web-features" : " ^2.38 .0"
73+ "web-features" : " ^2.39 .0"
7474 },
7575 "stylelint" : {
7676 "extends" : " stylelint-config-standard" ,
You can’t perform that action at this time.
0 commit comments