@csstools/css-color-parser
Advanced tools
Comparing version 1.6.2 to 1.6.3
# Changes to CSS Color Parser | ||
### 1.6.3 | ||
_March 31, 2024_ | ||
- Fix missing rectangular color spaces for interpolation in `color-mix()`. | ||
- Fix `none` keyword conversion in relative color syntax origin values. | ||
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`4.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#410) (minor) | ||
### 1.6.2 | ||
@@ -15,12 +23,2 @@ | ||
### 1.6.0 | ||
_March 13, 2024_ | ||
- Add support for `contrast-color( <color> max )` | ||
- Allow relative color syntax in `rgba` and `hsla` color notations. | ||
- 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/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-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.2.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#120) (minor) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md) |
{ | ||
"name": "@csstools/css-color-parser", | ||
"description": "Parse CSS color values", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"contributors": [ | ||
@@ -51,3 +51,3 @@ { | ||
"dependencies": { | ||
"@csstools/color-helpers": "^4.0.0", | ||
"@csstools/color-helpers": "^4.1.0", | ||
"@csstools/css-calc": "^1.2.0" | ||
@@ -54,0 +54,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97057
483