- Drop
postcss-values-parser
in favor ofpostcss-value-parser
- PostCSS 8 support
- Fixed an issue with certain colors not being tranformed from variables
- Fixed an incompatibility with other
importFrom
plugins
- Fixed an issue with using the
transparent
color keyword - Updated to PostCSS Values Parser 2
- Added
importFrom
option which allows you to import Custom Properties from CSS, JS, and JSON files, and directly passed objects - Fixed an issue where multiple variables could not be used in
color-mod()
- Updated to support Node v6+
- Fixed issue with color-mod not being converted within function
- Fixed issue with converting colorspaces
- Fixed issue with spacing around
color-mod
(credit: @leesdolphin)
- Added build-time support for Custom Properties and Variables
- Updated
@csstools/convert-colors
to 1.4 (minor update) - Updated tests to reflect variable support
- Updated
@csstools/convert-colors
to 1.3 (minor update) - Updated tests to reflect more accurate color conversions
- Added
@csstools/convert-colors
to convert between color spaces
- Added support for legacy (comma-separated)
hsl()
colors - Added support for all
<hue>
units - Added use of legacy (comma-separated)
hsl()
colors when appropriate - Improved color conversions
- Improved support for all
rgb()
colors - Removed external math and color dependencies
- Reverse blend/blenda percentage calculations (breaking change)
- Other improvements (see 4e4de6e)
- Round stringified color values
- Initial version