@csstools/postcss-progressive-custom-properties 3.3.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -16
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,9 @@
|
|
|
1
1
|
# Changes to PostCSS Progressive Custom Properties
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### 4.0.0
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_August 3, 2024_
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
### 3.2.0
|
|
10
|
-
|
|
11
|
-
_March 31, 2024_
|
|
12
|
-
|
|
13
|
-
- Add matching rules for `contrast-color`
|
|
14
|
-
|
|
15
|
-
### 3.1.1
|
|
16
|
-
|
|
17
|
-
_March 13, 2024_
|
|
18
|
-
|
|
19
|
-
- Test for mixed component types in color values (e.g. `lab(100 50% 50)`)
|
|
20
|
-
- Allow relative color syntax in `rgba` and `hsla` color notations.
|
|
7
|
+
- Updated: Support for Node v18+ (major).
|
|
21
8
|
|
|
22
9
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/postcss-progressive-custom-properties",
|
|
3
3
|
"description": "Correctly declare progressive enhancements for CSS Custom Properties.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
6
6
|
"license": "MIT-0",
|
|
7
7
|
"funding": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": "
|
|
18
|
+
"node": ">=18"
|
|
19
19
|
},
|
|
20
20
|
"type": "module",
|
|
21
21
|
"main": "dist/index.cjs",
|