@csstools/color-helpers
Advanced tools
Comparing version 5.0.1 to 5.0.2
# Changes to Color Helpers | ||
### 5.0.1 | ||
### 5.0.2 | ||
_August 14, 2024_ | ||
_February 23, 2025_ | ||
- fix `XYZ_D50_to_HWB` to not do corrections for out of gamut colors. | ||
- Use `Number.isNaN` instead of `NaN` for consistency. | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md) |
{ | ||
"name": "@csstools/color-helpers", | ||
"description": "Color helpers to ease transformation between formats, gamut, etc", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
@@ -1,2 +0,2 @@ | ||
# Color Helpers | ||
# Color Helpers <img src="https://cssdb.org/images/css.svg" alt="for CSS" width="90" height="90" align="right"> | ||
@@ -3,0 +3,0 @@ [<img alt="npm version" src="https://img.shields.io/npm/v/@csstools/color-helpers.svg" height="20">][npm-url] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
79946