Releases: JimGitFE/css-utilities-generator
Releases · JimGitFE/css-utilities-generator
v1.6.2
v1.5.4
v1.5.3
What's Changed
Documentation
- Link to
dictionary.ts
source file - Dictionary content table with className for prop-value
- Test Badge
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