File tree Expand file tree Collapse file tree 5 files changed +54
-42
lines changed Expand file tree Collapse file tree 5 files changed +54
-42
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to cssdb
2
2
3
+ ### 8.2.3 (December 9, 2024)
4
+
5
+ - Updated ` @mdn/browser-compat-data ` to ` 5.6.22 ` (patch)
6
+
3
7
### 8.2.2 (December 2, 2024)
4
8
5
9
- Updated ` @mdn/browser-compat-data ` to ` 5.6.20 ` (patch)
Original file line number Diff line number Diff line change 1985
1985
"chrome" : " 125" ,
1986
1986
"edge" : " 125" ,
1987
1987
"firefox" : " 128" ,
1988
+ "ios_saf" : " 18" ,
1988
1989
"op_mob" : " 83" ,
1989
1990
"opera" : " 111" ,
1990
- "samsung" : " 27.0"
1991
+ "safari" : " 18" ,
1992
+ "samsung" : " 27.0" ,
1993
+ "webview_ios" : " 18"
1991
1994
},
1992
1995
"docs" : {
1993
1996
"mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors"
1994
1997
},
1995
1998
"example" : " p {\n color: lch(from peru calc(l * 0.8) c h);\n }" ,
1999
+ "interoperable_at" : 1726444800 ,
1996
2000
"polyfills" : [
1997
2001
{
1998
2002
"type" : " PostCSS Plugin" ,
1999
2003
"link" : " https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
2000
2004
}
2001
2005
],
2002
- "vendors_implementations" : 2 ,
2006
+ "vendors_implementations" : 3 ,
2003
2007
"web-feature" : " relative-color"
2004
2008
},
2005
2009
{
Original file line number Diff line number Diff line change @@ -1985,21 +1985,25 @@ export default [
1985
1985
"chrome" : "125" ,
1986
1986
"edge" : "125" ,
1987
1987
"firefox" : "128" ,
1988
+ "ios_saf" : "18" ,
1988
1989
"op_mob" : "83" ,
1989
1990
"opera" : "111" ,
1990
- "samsung" : "27.0"
1991
+ "safari" : "18" ,
1992
+ "samsung" : "27.0" ,
1993
+ "webview_ios" : "18"
1991
1994
} ,
1992
1995
"docs" : {
1993
1996
"mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors"
1994
1997
} ,
1995
1998
"example" : "p {\n color: lch(from peru calc(l * 0.8) c h);\n}" ,
1999
+ "interoperable_at" : 1726444800 ,
1996
2000
"polyfills" : [
1997
2001
{
1998
2002
"type" : "PostCSS Plugin" ,
1999
2003
"link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
2000
2004
}
2001
2005
] ,
2002
- "vendors_implementations" : 2 ,
2006
+ "vendors_implementations" : 3 ,
2003
2007
"web-feature" : "relative-color"
2004
2008
} ,
2005
2009
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cssdb" ,
3
- "version" : " 8.2.2 " ,
3
+ "version" : " 8.2.3 " ,
4
4
"type" : " module" ,
5
5
"description" : " A comprehensive list of CSS features and their positions in the process of becoming implemented web standards" ,
6
6
"license" : " MIT-0" ,
61
61
"test:doc-links" : " node tasks/check-doc-links.mjs"
62
62
},
63
63
"devDependencies" : {
64
- "@mdn/browser-compat-data" : " ^5.6.20 " ,
64
+ "@mdn/browser-compat-data" : " ^5.6.22 " ,
65
65
"browserslist" : " ^4.24.2" ,
66
66
"glob" : " ^11.0.0" ,
67
67
"lodash.get" : " ^4.4.2" ,
71
71
"semver" : " ^7.6.3" ,
72
72
"stylelint" : " ^16.11.0" ,
73
73
"stylelint-config-standard" : " ^36.0.1" ,
74
- "web-features" : " ^2.9 .0"
74
+ "web-features" : " ^2.11 .0"
75
75
},
76
76
"stylelint" : {
77
77
"extends" : " stylelint-config-standard" ,
You can’t perform that action at this time.
0 commit comments