Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@thibmaek thibmaek released this 02 Jul 13:59
· 237 commits to develop since this release

What's new

This release brings big updates to the output for Style Dictionary!

💥 Breaking changes

All breaking changes apply only to Style Dictionary output and have been made in #38

  • Removed type font from category color
  • Removed subtype family from asset.font
    • asset.font item keys are now font families, not textstyles
    • added category font and type typo: a mapping between textstyle id's and font families (defined under asset.font)
    • added category lineHeight and type font
    • added category weight and types:
      • fontFamily: describing the weight of font assets
      • font: describing the weight of text styles

🚀 Features

  • Added extra styleDictionary mappers: fonts, lineHeights & weights #38 #42
  • Strip comments from SVGs by default #43

Thanks to contributors for this release: @thibmaek @brecht @MThiebe