File tree 5 files changed +294
-262
lines changed
5 files changed +294
-262
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to cssdb
2
2
3
+ ### 8.1.2 (October 14, 2024)
4
+
5
+ - Updated ` @mdn/browser-compat-data ` to ` 5.6.6 ` (minor)
6
+
3
7
### 8.1.1 (September 9, 2024)
4
8
5
9
- Updated ` @mdn/browser-compat-data ` to ` 5.5.51 ` (patch)
Original file line number Diff line number Diff line change 835
835
"specification" : " https://www.w3.org/TR/css-fonts-3/#propdef-font-variant" ,
836
836
"stage" : 4 ,
837
837
"browser_support" : {
838
- "and_chr" : " 117" ,
839
838
"and_ff" : " 34" ,
840
- "android" : " 117" ,
841
- "chrome" : " 117" ,
842
- "edge" : " 117" ,
843
839
"firefox" : " 34" ,
844
840
"ios_saf" : " 9.3" ,
845
- "op_mob" : " 78" ,
846
- "opera" : " 103" ,
847
841
"safari" : " 9.1" ,
848
- "samsung" : " 24.0" ,
849
842
"webview_ios" : " 9.3"
850
843
},
851
844
"docs" : {
852
845
"mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
853
846
},
854
847
"example" : " h2 {\n font-variant: small-caps;\n }" ,
855
- "interoperable_at" : 1694736000 ,
856
848
"polyfills" : [
857
849
{
858
850
"type" : " PostCSS Plugin" ,
859
851
"link" : " https://github.com/postcss/postcss-font-variant"
860
852
}
861
853
],
862
- "vendors_implementations" : 3
854
+ "vendors_implementations" : 2
863
855
},
864
856
{
865
857
"id" : " gamut-mapping" ,
1782
1774
"and_ff" : " 59" ,
1783
1775
"android" : " 63" ,
1784
1776
"chrome" : " 63" ,
1777
+ "edge" : " 18" ,
1785
1778
"firefox" : " 59" ,
1786
1779
"ios_saf" : " 16" ,
1787
1780
"oculus" : " 5.0" ,
1795
1788
"mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior"
1796
1789
},
1797
1790
"example" : " .messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n }\n\n body {\n margin: 0;\n overscroll-behavior: none;\n }" ,
1798
- "vendors_implementations" : 2
1791
+ "interoperable_at" : 1662940800 ,
1792
+ "vendors_implementations" : 3
1799
1793
},
1800
1794
{
1801
1795
"id" : " place-properties" ,
Original file line number Diff line number Diff line change @@ -835,31 +835,23 @@ export default [
835
835
"specification" : "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant" ,
836
836
"stage" : 4 ,
837
837
"browser_support" : {
838
- "and_chr" : "117" ,
839
838
"and_ff" : "34" ,
840
- "android" : "117" ,
841
- "chrome" : "117" ,
842
- "edge" : "117" ,
843
839
"firefox" : "34" ,
844
840
"ios_saf" : "9.3" ,
845
- "op_mob" : "78" ,
846
- "opera" : "103" ,
847
841
"safari" : "9.1" ,
848
- "samsung" : "24.0" ,
849
842
"webview_ios" : "9.3"
850
843
} ,
851
844
"docs" : {
852
845
"mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
853
846
} ,
854
847
"example" : "h2 {\n font-variant: small-caps;\n}" ,
855
- "interoperable_at" : 1694736000 ,
856
848
"polyfills" : [
857
849
{
858
850
"type" : "PostCSS Plugin" ,
859
851
"link" : "https://github.com/postcss/postcss-font-variant"
860
852
}
861
853
] ,
862
- "vendors_implementations" : 3
854
+ "vendors_implementations" : 2
863
855
} ,
864
856
{
865
857
"id" : "gamut-mapping" ,
@@ -1782,6 +1774,7 @@ export default [
1782
1774
"and_ff" : "59" ,
1783
1775
"android" : "63" ,
1784
1776
"chrome" : "63" ,
1777
+ "edge" : "18" ,
1785
1778
"firefox" : "59" ,
1786
1779
"ios_saf" : "16" ,
1787
1780
"oculus" : "5.0" ,
@@ -1795,7 +1788,8 @@ export default [
1795
1788
"mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior"
1796
1789
} ,
1797
1790
"example" : ".messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n}\n\nbody {\n margin: 0;\n overscroll-behavior: none;\n}" ,
1798
- "vendors_implementations" : 2
1791
+ "interoperable_at" : 1662940800 ,
1792
+ "vendors_implementations" : 3
1799
1793
} ,
1800
1794
{
1801
1795
"id" : "place-properties" ,
You can’t perform that action at this time.
0 commit comments