Releases: tokens-studio/sd-transforms
Releases · tokens-studio/sd-transforms
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.0
Minor Changes
- 2f2cd8c: BREAKING: Register parser that expands composition tokens by default, and optionally typography, border and shadow tokens as well.
- e23ec38: BREAKING: Register ts/opacity transform, to transform opacity to number between 0 and 1, which is more multi-platform than percentages%. Breaking because people might not expect to have their opacity tokens suddenly as decimal numbers.
v0.6.0
Minor Changes
-
cc7d86b: BREAKING: move the following transforms to CSS namespace, since they are CSS-specific transforms:
ts/size/letterspacing
->ts/size/css/letterspacing
ts/color/hexrgba
->ts/color/css/hexrgba
ts/shadow/shorthand
->ts/shadow/css/shorthand
-
cc7d86b: New transform:
ts/border/css/shorthand
-> transform border objects to CSS shorthand. -
cc7d86b: BREAKING: turn a few of our transforms from transitive to default transforms, if transitive was not necessary:
ts/descriptionToComment
ts/size/px
ts/size/css/letterspacing
ts/size/lineheight
ts/type/fontWeight
Patch Changes
- f320d4a: Keep shadow shorthands as is instead of attempting to transform them again.