- Reduce redundant fallbacks for both
text-decorationand-webkit-text-decoration
January 25, 2026
- Updated
@csstools/color-helpersto6.0.1(patch)
January 14, 2026
- Updated: Support for Node
20.19.0or later (major). - Removed:
commonjsAPI. In supported Node versionsrequire(esm)will work without needing to make code changes. - Updated
@csstools/color-helpersto6.0.0(major)
August 22, 2025
- Updated
@csstools/color-helpersto5.1.0(minor)
February 23, 2025
- Updated
@csstools/color-helpersto5.0.2(patch)
August 14, 2024
- Updated
@csstools/color-helpersto5.0.1(patch)
August 3, 2024
- Updated: Support for Node v18+ (major).
June 29, 2024
- Updated
@csstools/color-helpersto4.2.1(patch)
April 21, 2024
- Updated
@csstools/color-helpersto4.2.0(minor)
March 31, 2024
- Updated
@csstools/color-helpersto4.1.0(minor)
December 15, 2023
- Fix type definitions
- Updated
@csstools/color-helpersto4.0.0(major)
September 18, 2023
- Improve performance
September 2, 2023
- Updated
@csstools/color-helpersto3.0.2(patch)
August 28, 2023
- Updated
@csstools/color-helpersto3.0.1(patch)
July 3, 2023
- Change license to
MIT-0(read more about this change in the blog post) - Updated
@csstools/color-helpersto3.0.0(major)
May 19, 2023
- Updated
@csstools/color-helpersto2.1.0(minor)
April 10, 2023
- Updated:
@csstools/color-helperstov2.0.0
March 25, 2023
- Add
color-mixas a known color function.
February 13, 2023
- Updated:
preserveoption defaults totrue
February 2, 2023
- Add:
@csstools/color-helpersdependency for the named colors list.
January 28, 2023
- Add: support for multiple line values (
text-decoration: overline underline;)
January 28, 2023
- Improve
typesdeclaration inpackage.json
January 24, 2023
- Updated: Support for Node v14+ (major).
- Add:
-webkit-text-decorationshorthand for single valuetext-decoration: underline;. autoprefixer 1473
August 15, 2022
- Initial version