Skip to content

v1.5.3

Choose a tag to compare

@JimGitFE JimGitFE released this 22 Oct 04:39
· 26 commits to main since this release
8f85cf6

What's Changed

Documentation

  • Link to dictionary.ts source file
  • Dictionary content table with className for prop-value
  • Test Badge NPM

Additions

  • New dictionary keys for position, background, gap & misc with values

CLI

  • Commands with flags for init, generate, watch, check and help
  • Handle setup from create-css-utilities to npx css-utils init
  • Runnable test script with npx css-utils check for chore workflows (compare utilities.css with fresh generatrion)

Refactors

  • Ignore dist & generate on publish (cleaner git blame)
  • In package nodemon & dependencies usage (no need to install dependencies within user context)
  • Src directory

Migrate

cuconfig.ts

  • onlyDictionary property to => acceptAnyVariable (inverted value)
  • extensions, from array to string [".js", ".tsx"] => ".js, .tsx"

remove nodemon.json

Full Changelog: v1.4.5...v1.5.3