Skip to content

v4.0.0-0

Pre-release
Pre-release

Choose a tag to compare

@mvllow mvllow released this 30 Mar 17:06
· 5 commits to main since this release
63cc175

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

  • 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

All commits

  • chore: arrange exported types 7cf47f4
  • feat: build everything to dist/ 8000330
  • chore: cleanup package.json 102351d
  • chore: expose dist folder cf5ef7d
  • chore: generate types 2a6eb29
  • feat!: update css generation 661c8c4
  • chore(deps): remove np eafe630
  • chore: add tsconfig cd61ad5
  • test: refactor colour formats 1139c29
  • chore: update editorconfig 13b002f
  • feat!: export unformatted palette values b7bd401
  • chore!: require node 16 75de0b8
  • ci: update node versions a7be746
  • docs: update readme.md 59b3d7a
  • docs: remove fluffy intro 4d20861

v3.0.1...v4.0.0-0