web 3d图形渲染器
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.

43 lines
1.3 KiB

  1. # 4.0.1 - 2020-10-28
  2. - Fixed: Incorrect conversion of small-caps ([#15](https://github.com/postcss/postcss-font-variant/pull/15))
  3. # 4.0.0 - 2018-09-17
  4. - Changed: use PostCSS 7 API
  5. # 3.0.0 - 2017-05-11
  6. - Changed: use PostCSS 6 API
  7. # 2.0.1 - 2016-07-08
  8. - Fixed: existing font-feature-settings being duplicated.
  9. ([#8](https://github.com/postcss/postcss-font-variant/pull/8) - @ChaosExAnima)
  10. # 2.0.0 - 2015-09-08
  11. - Added: compatibility with postcss v5.x
  12. - Removed: compatiblity with postcss v4.x
  13. # 1.2.0 - 2015-08-13
  14. - Added: compatibility with postcss v4.1.x
  15. ([#5](https://github.com/postcss/postcss-font-variant/pull/5))
  16. # 1.1.0 - 2015-01-29
  17. - Fixed: Properly handle font-variant-position:normal ([#3](https://github.com/postcss/postcss-font-variant/pull/3))
  18. - Added: support font-kerning ([#2](https://github.com/postcss/postcss-font-variant/pull/2))
  19. # 1.0.2 - 2015-01-27
  20. - 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))
  21. # 1.0.1 - 2014-11-11
  22. - Fixed: wrong space char that breaks on some environnements
  23. # 1.0.0 - 2014-10-09
  24. ✨ First release based on [rework-font-variant](https://github.com/ianstormtaylor/rework-font-variant) v1.0.1