@csstools/postcss-color-function
Advanced tools
Comparing version 3.0.13 to 3.0.14
# Changes to PostCSS Color Function | ||
### 3.0.14 | ||
_April 21, 2024_ | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#200) (major) | ||
### 3.0.13 | ||
@@ -16,11 +22,2 @@ | ||
### 3.0.11 | ||
_March 13, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#224) (patch) | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#311) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#261) (patch) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.6.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#160) (minor) | ||
[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.13", | ||
"version": "3.0.14", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -41,3 +41,3 @@ "license": "MIT-0", | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^1.6.3", | ||
"@csstools/css-color-parser": "^2.0.0", | ||
"@csstools/css-parser-algorithms": "^2.6.1", | ||
@@ -44,0 +44,0 @@ "@csstools/css-tokenizer": "^2.2.4", |
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
11193
+ Added@csstools/css-color-parser@2.0.5(transitive)
- Removed@csstools/css-color-parser@1.6.3(transitive)