Skip to content

Commit 38b4b89

Browse files
Bumping conditional media queries
1 parent 06e8305 commit 38b4b89

File tree

6 files changed

+29
-23
lines changed

6 files changed

+29
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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).
@@ -11,7 +17,7 @@
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)

cssdb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,8 @@
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
},

cssdb.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

cssdb.settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,8 @@
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
{

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
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",

0 commit comments

Comments
 (0)