- Added:
preserveCustomProps
option to preserve custom properties - Updated:
postcss
to 6.0.23 (patch) - Updated:
postcss-value-parser
to 3.3.1 (patch)
- Fixed: bug when using the
tint
,shade
, andcontrast
adjusters along with thealpha
adjuster (#33 - @tylergaw)
- Added: compatibility with postcss v6.x
- Updated dependencies
- Changed: send postcss warning when color function cannot be parsed instead of throwing (#35 - @drewbourne)
- Changed: send a postcss message when color function contains a var() (#36 - @drewbourne)
- Fixed: whitespace are retained between color() usage. (#27)
- Fixed: the plugin now do now transform all functions that match
*color(
but only the one that are real color function call (#12)
This was just 1.3.0.
- Changed: upgrade to PostCSS 4.1.x
- Added: contrast() adjuster
- Added: Enhanced exceptions
✨ Initial release from postcss-color