Releases: terrazzoapp/terrazzo
Releases · terrazzoapp/terrazzo
Release list
@terrazzo/cli@2.3.0
@terrazzo/token-tools@2.2.0
Minor Changes
- #738
5f2700eThanks @james-nash! - AddedomitTypographyShorthandoption togenerateShorthand()function.
Patch Changes
- #756
108aad0Thanks @unpunnyfuns! - Round CSS gradient stop positions to 1/1000, dropping IEEE-754 artefacts like55.00000000000001%.
@terrazzo/plugin-vanilla-extract@2.2.0
@terrazzo/plugin-tailwind@2.2.0
Minor Changes
- #736
f760956Thanks @burkeshartsis! - AddvariableNameoption to control the final CSS variable name. This lets users preserve underscores (e.g.--color-bg-primary_hover) and double-dashes (e.g.--text-xs--line-height) thatmakeCSSVar()would otherwise normalize, enabling compatibility with design systems that use underscores as variant separators and Tailwind v4's paired property convention.
Patch Changes
@terrazzo/plugin-sass@2.2.0
@terrazzo/plugin-js@2.2.0
Patch Changes
-
#705
8979debThanks @suikkee! - Fixed an issue where TokenNormalizedSet was missing from the generated type imports.Previously, the build logic only included individual token types in the .d.ts imports. This change ensures that TokenNormalizedSet, a structural type required for permutations, is always included in the generated imports.
@terrazzo/plugin-css@2.2.0
Minor Changes
-
#738
5f2700eThanks @james-nash! - AddedsubValueVariableNameoption. -
#738
5f2700eThanks @james-nash! - AddedomitTypographyShorthandoption.
Patch Changes
@terrazzo/plugin-css-in-js@2.2.0
@terrazzo/parser@2.2.0
Patch Changes
- #754
dcbf8d5bThanks @mrginglymus! - Do not provide listPermutations API for complex resolvers
@terrazzo/cli@2.2.0
Patch Changes
- #754
dcbf8d5bThanks @mrginglymus! - Do not provide listPermutations API for complex resolvers