Releases: crescendolab-open/css-var-ts
Releases · crescendolab-open/css-var-ts
@crescendolab/css-var-ts@1.0.1
Immutable
release. Only release title and notes can be modified.
@crescendolab/css-var-ts@1.0.0
Immutable
release. Only release title and notes can be modified.
Major Changes
- 6b333da: Refactor cssVarUtils to support extensions and improve API consistency.
- Breaking Change:
cssVarRecordproperty is removed from definitions. Userawinstead, which is an array[baseRecord, ...extensions]. - Feature: Added
.extend()method toCssVarDefinitionto creating aliased/semantic tokens (Reference Strategy). - Feature:
getValue()now returnsvar(--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_simpleand02_extend.
- Breaking Change:
@crescendolab/css-var-ts@0.1.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 291eae8: docs: custom variable key strategy
@crescendolab/css-var-ts@0.1.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- e1f77ee: build(css-var-ts): fix external
@crescendolab/css-var-ts@0.1.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- e0b8fe5: docs: badges update