Skip to content

Releases: terrazzoapp/terrazzo

@terrazzo/token-tools@2.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:57
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • #767 84b1dba Thanks @heddendorp! - Add a dependency-free @terrazzo/token-types package 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

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:58
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • Updated dependencies [bdca3be, 84b1dba]:
    • @terrazzo/parser@2.4.0
    • @terrazzo/cli@2.4.0
    • @terrazzo/plugin-css@2.4.0

@terrazzo/plugin-tailwind@2.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:58
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • #776 f0b7240 Thanks @ryuszi! - Add plugin-tailwind package metadata.

  • Updated dependencies [bdca3be, 84b1dba]:

    • @terrazzo/parser@2.4.0
    • @terrazzo/cli@2.4.0
    • @terrazzo/plugin-css@2.4.0
    • @terrazzo/token-tools@2.4.0

@terrazzo/plugin-sass@2.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:57
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • Updated dependencies [bdca3be, 84b1dba]:
    • @terrazzo/parser@2.4.0
    • @terrazzo/cli@2.4.0
    • @terrazzo/plugin-css@2.4.0
    • @terrazzo/token-tools@2.4.0

@terrazzo/plugin-js@2.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:57
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

  • #767 84b1dba Thanks @heddendorp! - Add a dependency-free @terrazzo/token-types package and use it for generated JS plugin declarations so published token packages do not require consumers to install @terrazzo/parser.

Patch Changes

  • Updated dependencies [bdca3be, 84b1dba]:
    • @terrazzo/parser@2.4.0
    • @terrazzo/cli@2.4.0
    • @terrazzo/token-types@2.4.0

@terrazzo/plugin-css@2.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:58
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • Updated dependencies [bdca3be, 84b1dba]:
    • @terrazzo/parser@2.4.0
    • @terrazzo/cli@2.4.0
    • @terrazzo/token-tools@2.4.0

@terrazzo/plugin-css-in-js@2.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:58
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • Updated dependencies [bdca3be, 84b1dba]:
    • @terrazzo/parser@2.4.0
    • @terrazzo/cli@2.4.0
    • @terrazzo/plugin-css@2.4.0

@terrazzo/parser@2.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:58
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • #767 84b1dba Thanks @heddendorp! - Add a dependency-free @terrazzo/token-types package 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

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:57
b032980

Minor Changes

  • #778 bdca3be Thanks @drwpow! - Feat: add orthogonality detection in resolver API (minus $extends)

Patch Changes

  • Updated dependencies [bdca3be, 84b1dba]:
    • @terrazzo/parser@2.4.0
    • @terrazzo/token-tools@2.4.0

@terrazzo/token-tools@2.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 15:17
6c1e234

Minor Changes

  • #769 96972d4 Thanks @drwpow! - [plugin-css]: Minor breaking change: inherit alphabetize from options

Patch Changes

  • #764 77fc2e9 Thanks @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 a9a6bdc Thanks @marko1olo! - Preserve units on zero-valued dimension tokens instead of serializing them as bare 0.

    This keeps generated design-token values such as 0px and 0rem type-compatible when consumers compose them in CSS math functions like calc().