You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 413 B

3 years ago
12345678910111213141516171819202122
  1. # Changes to PostCSS Lab Function
  2. ### 2.0.1 (September 18, 2018)
  3. - Updated: PostCSS Values Parser 2.0.0
  4. ### 2.0.0 (September 17, 2018)
  5. - Updated: Support for PostCSS 7+
  6. - Updated: Support for Node 6+
  7. ### 1.1.0 (July 24, 2018)
  8. - Added: Support for `gray(a / b)` as `lab(a 0 0 / b)`
  9. ### 1.0.1 (May 11, 2018)
  10. - Fixed: Values beyond the acceptable 0-255 RGB range
  11. ### 1.0.0 (May 11, 2018)
  12. - Initial version