Skip to content

v2.0.0

Compare
Choose a tag to compare
@semencov semencov released this 10 Nov 13:36
· 78 commits to master since this release
88a90a7

This version has some breaking changes, please check the changelist!

Changes

  • Inter font updated to v3.15
  • Fixed different size units caused NaN for letter spacing
  • Refactored styles generation
  • Removed line height usage as redundant
  • Removed options baseLineHeight and disableUnusedFeatures
  • Removed plugin specific font size classes to use inherited classes instead (.text-inter-lg.font-inter .text-lg)
  • Limited font feature settings classes to apply only if Inter font family applied (.font-feature-numeric.font-inter .font-feature-numeric)
  • Added .font-feature-default class with calt and kern font feature settings enabled
  • Option importFontFace is now true by default