You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changes to cssdb
2
2
3
+
### 6.1.0 (Unreleased)
4
+
5
+
-`blank-pseudo-class` is now Stage 2 and has links to an official spec! 🎉 (minor)
6
+
-`clamp` is now Stage 2 and has links to an official spec! 🎉 (minor)
7
+
-`color-contrast` is now Stage 2 and has links to an official spec! 🎉 (minor)
8
+
-`color-functional-notation` is now Stage 2 and has links to an official spec! 🎉 (minor)
9
+
-`custom-media-queries` is now Stage 2 and has links to an official spec! 🎉 (minor)
10
+
-`display-two-values` is now Stage 2 and has links to an official spec! 🎉 (minor)
11
+
-`display-two-values` is now Stage 2 and has links to an official spec! 🎉 (minor)
12
+
-`opacity-percentage` is now Stage 2 and has links to an official spec! 🎉 (minor)
13
+
-`prefers-color-scheme-query` is now Stage 2 and has links to an official spec! 🎉 (minor)
14
+
-`prefers-reduced-motion-query` is now Stage 2 and has links to an official spec! 🎉 (minor)
15
+
-`where-pseudo-class` is now Stage 2 and has links to an official spec! 🎉 (minor)
16
+
-`container-queries` has official Working Draft linked (instead of Editor's Draft).
17
+
-`nesting-rules` has official Working Draft linked (instead of Editor's Draft).
18
+
-`overscroll-behavior-property` has official Working Draft linked (instead of Editor's Draft).
19
+
- Updated `@mdn/browser-compat-data` to `4.1.5` (patch)
20
+
- Updated `@astropub/webapi` to `0.10.11` (patch)
21
+
- Updated `astro` to `0.22.20` (patch)
22
+
- Updated `caniuse-lite` to `1.0.30001304` (patch)
23
+
- Updated `stylelint` to `14.3.0` (minor)
24
+
3
25
### 6.0.2 (January 21, 2022)
4
26
5
27
- Updated mechanism to calculate browser versions to be more reliable. This also introduces the option through `allow_partial_implementation` if we want to allow something such as Autoprefixer to take care with prefixing a given feature such as `:any-link`.
"description": "The clamp() CSS function clamps a value between an upper and lower bound. It enables selecting a middle value within a range of values between a defined minimum and maximum.",
"description": "The clamp() CSS function clamps a value between an upper and lower bound. It enables selecting a middle value within a range of values between a defined minimum and maximum.",
0 commit comments