Releases: tokens-bruecke/figma-plugin
Releases · tokens-bruecke/figma-plugin
2.3.0
Added codeSyntax
property to variables. See this PR — include variable's "codeSyntax" property in exported token json
v2.2.3
Convert OPACITY
scope to valid value using this formula value / 100
v2.2.2
Do not convert the value to PX units if the variable scope is FONT_WEIGHT
v.2.2.1
- Added aliases handling for typography styles — Related issue
- Added aliases handling for effects
- Added
paragraphSpacing
andparagraphIndent
to the typography styles
v2.1.5
font-weight calculation fix
v2.1.4
Fix wrong font weight output. Related PR — Right the heuristic wrongs
v2.1.3
Updated the function to generate text styles. Related PR — Update textStylesToTokens.ts
v2.1.2
Updated the function to generate text styles. Related PR — Update textStylesToTokens.ts
v2.1.1
$meta
tag moved to $extensions
object. See issue — $meta is not valid DTCG
v2.1.0
- Multiple
Shadow
andBlur
styles support added. Link to the PR