Skip to content

v19.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 15:05
· 648 commits to main since this release
9194b3c

✨ Features and improvements
Add support for defining colors using CSS Color 4 syntax #94
🐛 Bug fixes
Fix incorrect color interpolation in HCL and LAB color spaces when interpolation results are outside the sRGB gamut. #94
Breaking changes
Interpretation of interpolation of colors with alpha channel equal to 0 has changed. When interpolating colors with alpha channel equal to 0, the values of the other color channels in the specified color space are included in the calculation. Previously they were ignored and only the alpha value of the other, not fully transparent, color was interpolated. #94