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 1.1 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839
  1. # 4.0.0 - 2018-09-17
  2. - Changed: use PostCSS 7 API
  3. # 3.0.0 - 2017-05-11
  4. - Changed: use PostCSS 6 API
  5. # 2.0.1 - 2016-07-08
  6. - Fixed: existing font-feature-settings being duplicated.
  7. ([#8](https://github.com/postcss/postcss-font-variant/pull/8) - @ChaosExAnima)
  8. # 2.0.0 - 2015-09-08
  9. - Added: compatibility with postcss v5.x
  10. - Removed: compatiblity with postcss v4.x
  11. # 1.2.0 - 2015-08-13
  12. - Added: compatibility with postcss v4.1.x
  13. ([#5](https://github.com/postcss/postcss-font-variant/pull/5))
  14. # 1.1.0 - 2015-01-29
  15. - Fixed: Properly handle font-variant-position:normal ([#3](https://github.com/postcss/postcss-font-variant/pull/3))
  16. - Added: support font-kerning ([#2](https://github.com/postcss/postcss-font-variant/pull/2))
  17. # 1.0.2 - 2015-01-27
  18. - Fixed: Re–use existing font-feature-settings declarations to avoid creating multiples that override themselves ([#1](https://github.com/postcss/postcss-font-variant/pull/1))
  19. # 1.0.1 - 2014-11-11
  20. - Fixed: wrong space char that breaks on some environnements
  21. # 1.0.0 - 2014-10-09
  22. ✨ First release based on [rework-font-variant](https://github.com/ianstormtaylor/rework-font-variant) v1.0.1