Releases: terrazzoapp/terrazzo
Release list
@terrazzo/token-tools@2.4.0
Minor Changes
Patch Changes
-
#767
84b1dbaThanks @heddendorp! - Add a dependency-free@terrazzo/token-typespackage and use it for generated JS plugin declarations so published token packages do not require consumers to install@terrazzo/parser. -
Updated dependencies [
bdca3be,84b1dba]:- @terrazzo/token-types@2.4.0
@terrazzo/plugin-vanilla-extract@2.4.0
@terrazzo/plugin-tailwind@2.4.0
Minor Changes
Patch Changes
@terrazzo/plugin-sass@2.4.0
@terrazzo/plugin-js@2.4.0
Minor Changes
-
#778
bdca3beThanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends) -
#767
84b1dbaThanks @heddendorp! - Add a dependency-free@terrazzo/token-typespackage and use it for generated JS plugin declarations so published token packages do not require consumers to install@terrazzo/parser.
Patch Changes
@terrazzo/plugin-css@2.4.0
@terrazzo/plugin-css-in-js@2.4.0
@terrazzo/parser@2.4.0
Minor Changes
Patch Changes
-
#767
84b1dbaThanks @heddendorp! - Add a dependency-free@terrazzo/token-typespackage and use it for generated JS plugin declarations so published token packages do not require consumers to install@terrazzo/parser. -
Updated dependencies [
bdca3be,84b1dba]:- @terrazzo/token-tools@2.4.0
- @terrazzo/token-types@2.4.0
@terrazzo/cli@2.4.0
@terrazzo/token-tools@2.3.0
Minor Changes
- #769
96972d4Thanks @drwpow! - [plugin-css]: Minor breaking change: inheritalphabetizefrom options
Patch Changes
-
#764
77fc2e9Thanks @unpunnyfuns! - Fix CSS transformation of a typography token that aliases another typography token. The alias now resolves to a complete sub-token instead of a mode-less{ id }stub, so consumers that recursively transform it (e.g. plugin-token-listing's preview values) get a real value instead of crashing. -
#772
a9a6bdcThanks @marko1olo! - Preserve units on zero-valued dimension tokens instead of serializing them as bare0.This keeps generated design-token values such as
0pxand0remtype-compatible when consumers compose them in CSS math functions likecalc().