Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@mvllow mvllow released this 13 Apr 01:01
· 1 commit to main since this release
7d950f0

Breaking changes

  • Minimum Node.js version is now 16
  • Dropped -main suffix on CSS variable names
  • Palette values are no longer formatted
- main.base.hsl = "hsl(249, 22%, 12%)"
+ main.base.hsl = [249, 22, 12]

- main.base.hex = "#ebbcba"
+ main.base.hex = "ebbcba"

Features

  • Add additional export formats: variantIds, variantKeys, variantNames, roleIds, roleKeys and roleNames
  • Generate new CSS formats:
    • Previous format is retained
    • Media and class based options for dynamic theming
    • Tailwind CSS special variable syntax
  • Add importable tailwind configuration presets
  • Improved types

  • Refactor palette output and css generation (#8) c551185

v3.0.1...v4.0.1