Skip to content

Releases: postcss/postcss-color-function

4.0.1

03 Nov 10:11
Compare
Choose a tag to compare
  • Fixed: bug when using the tint, shade, and contrast adjusters along with the alpha adjuster
    (#33 - @tylergaw)

4.0.0

15 May 10:58
Compare
Choose a tag to compare
  • Added: compatibility with postcss v6.x
  • Updated dependencies

3.0.0

01 Feb 06:52
Compare
Choose a tag to compare
  • 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)


2.0.1

15 Mar 14:31
Compare
Choose a tag to compare
  • Fixed: whitespace are retained between color() usage.
    (#27)

2.0.0

07 Sep 05:01
Compare
Choose a tag to compare
  • Removed: compatibility with postcss v4.x
    (#14)
  • Added: compatibility with postcss v5.x
    (#14)

1.3.2

08 Jul 05:29
Compare
Choose a tag to compare
  • Fixed: the plugin now do now transform all functions that match *color( but
    only the one that are real color function call
    (#12)

1.3.0

15 Jun 07:41
Compare
Choose a tag to compare
  • Changed: upgrade to PostCSS 4.1.x

1.2.0

12 Mar 06:16
Compare
Choose a tag to compare
  • Added: contrast() adjuster