Skip to content

Releases: tokens-studio/sd-transforms

v0.4.0

17 Feb 07:59
000e73b
Compare
Choose a tag to compare

Minor Changes

  • d4d2bc2: BREAKING: Renames typography transform to clarify it's transformed to CSS-based format.
    Previously transformTypography, now transformTypographyForCSS.

Patch Changes

  • d4d2bc2: Adds a transformer for typography tokens on Jetpack Compose

v0.3.3

14 Feb 09:55
e66ac7f
Compare
Choose a tag to compare

Patch Changes

  • 0288c1f: Include missing token types (sizing, borderWidth) in ts/size/px transform matcher.

v0.3.2

13 Feb 08:44
978e26b
Compare
Choose a tag to compare

Patch Changes

  • 5826117: Add lineheight tranform for aligning Figma and CSS behaviour. Add transform to assign Tokens Studio description to Style Dictionary comment.

v0.3.1

20 Jan 23:09
cc4f01d
Compare
Choose a tag to compare

Patch Changes

  • 631424d: No longer need to commit to using @rollup/plugin-commonjs. We prebundle the dependency that is CJS-only so users don't need to worry about it.

v0.3.0

20 Jan 17:15
ce9ef3a
Compare
Choose a tag to compare

Minor Changes

  • 6c35e0e: Add 4 more transforms necessary for dealing with Tokens Studio syntax.

v0.2.0

20 Jan 14:48
8b22243
Compare
Choose a tag to compare

Minor Changes

  • cfa044f: Take into account that env might be browser. Only attempt to import module and use createRequire in NodeJS env.

v0.1.0

20 Jan 13:36
bfa0884
Compare
Choose a tag to compare

Minor Changes

  • 6e3bd89: Initial release of sd-transforms, a library to easily register transforms related to Tokens Studio