@csstools/postcss-color-function
Advanced tools
Comparing version 3.0.12 to 3.0.13
# Changes to PostCSS Color Function | ||
### 3.0.13 | ||
_March 31, 2024_ | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#320) (minor) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.6.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#163) (patch) | ||
### 3.0.12 | ||
@@ -18,11 +25,2 @@ | ||
### 3.0.10 | ||
_February 19, 2024_ | ||
- Reuse code with `@csstools/utilities` | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#260) (minor) | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#310) (minor) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.5.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#152) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-color-function", | ||
"description": "Use the color() function in CSS", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -41,6 +41,6 @@ "license": "MIT-0", | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^1.6.2", | ||
"@csstools/css-color-parser": "^1.6.3", | ||
"@csstools/css-parser-algorithms": "^2.6.1", | ||
"@csstools/css-tokenizer": "^2.2.4", | ||
"@csstools/postcss-progressive-custom-properties": "^3.1.1", | ||
"@csstools/postcss-progressive-custom-properties": "^3.2.0", | ||
"@csstools/utilities": "^1.0.0" | ||
@@ -47,0 +47,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11983