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.

34 lines
816 B

4 years ago
  1. # 4.0.0-rc.0
  2. * Breaking: Drops support for Node 0.12, we now require at least Node 4.
  3. * Breaking: Update PostCSS to 6.0.0.
  4. * Breaking: `removeAfterKeyword` is now set to `false` by default. This is to
  5. avoid incorrectly discarding emoji font families.
  6. * Removed support for compressing whitespace, this is now delegated to
  7. postcss-normalize-whitespace.
  8. # 1.0.5
  9. * Resolves an issue where `var` would be removed from `font-family`
  10. values (@ben-eb).
  11. # 1.0.4
  12. * Ignores duplicated `monospace` definitions (@ben-eb).
  13. # 1.0.3
  14. * Resolves an issue where the module would remove quotes from font families
  15. that began with numbers (@ben-eb).
  16. # 1.0.2
  17. * Upgraded postcss-value-parser to version 3 (@TrySound).
  18. # 1.0.1
  19. * Add repository link to `package.json` (@TrySound).
  20. # 1.0.0
  21. * Initial release (@TrySound).