Styleframe Logo
Back to changelog
v2.5.0

Sensible defaults

A new project should look good before you write a single token. This release ships a default design-tokens preset so you start with a complete set of colors, spacing, and typography, and tidies a couple of names that had drifted.

New

  • A default design-tokens preset. New projects start with a full set of tokens instead of an empty palette.

Breaking

  • ?recipe is now ?ts. The import query for recipes was renamed, and named selector exports are now supported.
  • useUtilities is now useUtilitiesPreset. The name now says it registers a preset, matching the other preset composables.

Improved

  • Theme variable defaults were extracted to a centralized values folder, so the source of every default is in one place.
View the v2.5.0 release on GitHub