Skip to content

Releases: crescendolab-open/css-var-ts

@crescendolab/css-var-ts@1.0.1

14 Dec 05:14
Immutable release. Only release title and notes can be modified.
aa32300

Choose a tag to compare

Patch Changes

  • cc9ac8e: docs: fix broken storybook links and add nested reset example
  • cc9ac8e: docs: update examples to show cssProps as optional given getValue fallback

@crescendolab/css-var-ts@1.0.0

13 Dec 07:01
Immutable release. Only release title and notes can be modified.
5be29e2

Choose a tag to compare

Major Changes

  • 6b333da: Refactor cssVarUtils to support extensions and improve API consistency.
    • Breaking Change: cssVarRecord property is removed from definitions. Use raw instead, which is an array [baseRecord, ...extensions].
    • Feature: Added .extend() method to CssVarDefinition to creating aliased/semantic tokens (Reference Strategy).
    • Feature: getValue() now returns var(--key, fallbackValue) for better resilience.
    • Feature: cssVarUtils.create() for creating isolated utils instances; instances themselves do not expose .create().
    • Documentation: Updated README and split examples into 01_simple and 02_extend.

@crescendolab/css-var-ts@0.1.3

14 Oct 07:17
Immutable release. Only release title and notes can be modified.
24517a9

Choose a tag to compare

Patch Changes

  • 291eae8: docs: custom variable key strategy

@crescendolab/css-var-ts@0.1.2

09 Oct 10:29
Immutable release. Only release title and notes can be modified.
560d00c

Choose a tag to compare

Patch Changes

  • e1f77ee: build(css-var-ts): fix external

@crescendolab/css-var-ts@0.1.1

08 Oct 12:36
Immutable release. Only release title and notes can be modified.
5c63883

Choose a tag to compare

Patch Changes