File tree Expand file tree Collapse file tree 6 files changed +29
-23
lines changed
Expand file tree Collapse file tree 6 files changed +29
-23
lines changed Original file line number Diff line number Diff line change 11# Changes to cssdb
22
3+ ### 6.0.1 (January 7, 2022)
4+
5+ - Updated: Conditional media queries now Stage 2 and has links to an official spec! 🎉 (minor)
6+ - Updated ` astro ` to ` 0.22.8 ` (patch).
7+ - Updated ` caniuse-lite ` to ` 1.0.30001297 ` (patch).
8+
39### 6.0.0 (January 7, 2022)
410
511- Exported CSSDB no longer exposes ` example ` , ` caniuse ` nor ` caniuse-compat ` (breaking).
1117- Added: Stage 1 percentages for opacity (minor)
1218- Updated ` postcss-preset-env ` to ` 7.2.0 ` (minor).
1319- Updated ` @astropub/webapi ` to ` 0.10.2 ` (minor).
14- - Updated ` astro ` to ` 0.2 .7 ` (patch).
20+ - Updated ` astro ` to ` 0.22 .7 ` (patch).
1521- Updated ` caniuse-lite ` to ` 1.0.30001296 ` (patch).
1622
1723### 5.1.0 (January 4, 2022)
Original file line number Diff line number Diff line change 12761276 "id" : " when-else-rules" ,
12771277 "title" : " When/Else Rules" ,
12781278 "description" : " At-rules for specifying media queries and support queries in a single grammar" ,
1279- "specification" : " https://tabatkins.github.io/specs/ css-when-else /" ,
1280- "stage" : 0 ,
1279+ "specification" : " https://www.w3.org/TR/2021/WD- css-conditional-5-20211221 /" ,
1280+ "stage" : 2 ,
12811281 "browser_support" : {},
12821282 "vendors_implementations" : 0
12831283 },
Original file line number Diff line number Diff line change @@ -1276,8 +1276,8 @@ export default [
12761276 "id" : "when-else-rules" ,
12771277 "title" : "When/Else Rules" ,
12781278 "description" : "At-rules for specifying media queries and support queries in a single grammar" ,
1279- "specification" : "https://tabatkins.github.io/specs/ css-when-else /" ,
1280- "stage" : 0 ,
1279+ "specification" : "https://www.w3.org/TR/2021/WD- css-conditional-5-20211221 /" ,
1280+ "stage" : 2 ,
12811281 "browser_support" : { } ,
12821282 "vendors_implementations" : 0
12831283 } ,
Original file line number Diff line number Diff line change 930930 "id" : " when-else-rules" ,
931931 "title" : " When/Else Rules" ,
932932 "description" : " At-rules for specifying media queries and support queries in a single grammar" ,
933- "specification" : " https://tabatkins.github.io/specs/ css-when-else /" ,
934- "stage" : 0 ,
933+ "specification" : " https://www.w3.org/TR/2021/WD- css-conditional-5-20211221 /" ,
934+ "stage" : 2 ,
935935 "example" : " @when media(width >= 640px) and (supports(display: flex) or supports(display: grid)) {\n /* A */\n } @else media(pointer: coarse) {\n /* B */\n } @else {\n /* C */\n }"
936936 },
937937 {
Original file line number Diff line number Diff line change 3737 "devDependencies" : {
3838 "@astropub/webapi" : " ^0.10.2" ,
3939 "@mdn/browser-compat-data" : " ^4.1.2" ,
40- "astro" : " ^0.22.7 " ,
40+ "astro" : " ^0.22.8 " ,
4141 "browserslist" : " ^4.19.1" ,
42- "caniuse-lite" : " ^1.0.30001296 " ,
42+ "caniuse-lite" : " ^1.0.30001297 " ,
4343 "fse" : " ^4.0.1" ,
4444 "lodash.get" : " ^4.4.2" ,
4545 "postcss" : " ^8.4.5" ,
You can’t perform that action at this time.
0 commit comments