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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,16 @@
3
3
## 0.2.0 (Unreleased)
4
4
### Features
5
5
- Adds `CssColor` type, which represents a generic color space and the CSS `color()` function (CSS Colors Module Level 4). This polyfills the official `CSSColor` type.
6
-
-Adds `matchesType()` function, for dynamically checking the type of a `CSSNumericValue`.
6
+
-Exports the `matchesType()` function (formerly internal), for dynamically checking the type of a `CSSNumericValue`.
7
7
8
8
### Fixes
9
9
- Fixes a typo in a function name, where `matchesPercent()` is renamed to `matchesPercentage()` (matching the CSS type, `<percentage>`).
10
10
11
11
### Documentation
12
12
- Adds usage examples for `CssRgb`, `CssHsl`, and `CssHwb`.
13
+
-`CssLab`, `CssLch`: Fixes text-rendering in the summary.
14
+
-`CssColor`: Adds MDN link to the CSS `color()` function for `CssColor`.
15
+
-`CssColor`: Clarifies valid color space types for `CssColor`.
13
16
- Cleans up documentation for type-matching functions.
14
17
- (Internal) Clarifies the conditions that a reifying/rectifying function (under `./reify`) throws a `SyntaxError`.
0 commit comments