@csstools/postcss-gradients-interpolation-method 4.0.20 → 5.0.1
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 -19
- package/README.md +1 -14
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,9 @@
|
|
|
1
1
|
# Changes to PostCSS Gradients Interpolation Method
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### 5.0.1
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_August 14, 2024_
|
|
6
6
|
|
|
7
|
-
- Updated [`@csstools/
|
|
8
|
-
|
|
9
|
-
### 4.0.19
|
|
10
|
-
|
|
11
|
-
_July 6, 2024_
|
|
12
|
-
|
|
13
|
-
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.4.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#241) (patch)
|
|
14
|
-
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#271) (patch)
|
|
15
|
-
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#204) (patch)
|
|
16
|
-
|
|
17
|
-
### 4.0.18
|
|
18
|
-
|
|
19
|
-
_June 29, 2024_
|
|
20
|
-
|
|
21
|
-
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#232) (patch)
|
|
22
|
-
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#270) (minor)
|
|
23
|
-
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#203) (patch)
|
|
7
|
+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#301) (patch)
|
|
24
8
|
|
|
25
9
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md)
|
package/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# PostCSS Gradients Interpolation Method [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
```bash
|
|
6
|
-
npm install @csstools/postcss-gradients-interpolation-method --save-dev
|
|
7
|
-
```
|
|
3
|
+
`npm install @csstools/postcss-gradients-interpolation-method --save-dev`
|
|
8
4
|
|
|
9
5
|
[PostCSS Gradients Interpolation Method] lets you use different interpolation methods in CSS gradient functions following [CSS Images Module 4].
|
|
10
6
|
|
|
@@ -84,16 +80,7 @@ postcss([
|
|
|
84
80
|
]).process(YOUR_CSS /*, processOptions */);
|
|
85
81
|
```
|
|
86
82
|
|
|
87
|
-
[PostCSS Gradients Interpolation Method] runs in all Node environments, with special
|
|
88
|
-
instructions for:
|
|
89
83
|
|
|
90
|
-
- [Node](INSTALL.md#node)
|
|
91
|
-
- [PostCSS CLI](INSTALL.md#postcss-cli)
|
|
92
|
-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
|
|
93
|
-
- [Webpack](INSTALL.md#webpack)
|
|
94
|
-
- [Next.js](INSTALL.md#nextjs)
|
|
95
|
-
- [Gulp](INSTALL.md#gulp)
|
|
96
|
-
- [Grunt](INSTALL.md#grunt)
|
|
97
84
|
|
|
98
85
|
## Options
|
|
99
86
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/postcss-gradients-interpolation-method",
|
|
3
3
|
"description": "Use interpolation methods in CSS gradient functions",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.1",
|
|
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",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"dist"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@csstools/css-color-parser": "^
|
|
42
|
-
"@csstools/css-parser-algorithms": "^
|
|
43
|
-
"@csstools/css-tokenizer": "^
|
|
44
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
45
|
-
"@csstools/utilities": "^
|
|
41
|
+
"@csstools/css-color-parser": "^3.0.1",
|
|
42
|
+
"@csstools/css-parser-algorithms": "^3.0.0",
|
|
43
|
+
"@csstools/css-tokenizer": "^3.0.0",
|
|
44
|
+
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
|
|
45
|
+
"@csstools/utilities": "^2.0.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"postcss": "^8.4"
|