Skip to content

Releases: JimGitFE/css-utilities-generator

v1.6.2

09 Dec 03:46
f6c9c53
Compare
Choose a tag to compare

Additions

  • Alphabetically Sorted utilities.css (better diffs)
  • Directory Restructure (singlue purpose util)

v1.5.4

22 Oct 04:57
841acdc
Compare
Choose a tag to compare

What's Changed

Fix

  • cuconfig acceptAnyVariable inverted value at helpers & tests

Full Changelog: v1.5.3...v1.5.4

v1.5.3

22 Oct 04:39
8f85cf6
Compare
Choose a tag to compare

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

v1.4.5

13 Sep 05:03
efca065
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

30 Aug 23:06
1ece1ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

30 Aug 22:46
710c8e0
Compare
Choose a tag to compare

What's Changed

#14 to be tested

Full Changelog: v1.4.2...v1.4.3

v1.4.2

10 Aug 07:32
b137924
Compare
Choose a tag to compare

What's Changed

  • Addition: CSS selectors
  • Dcoumentation: Explanatory Image
  • Refactor: Improved readability, function renames, forEach to reduce
  • Fix: nodemon dead loop watching ./

Full Changelog: v1.3.4...v1.4.2

v1.2.0

05 Aug 06:14
Compare
Choose a tag to compare

Changelog

  • workflows
  • tests with jest
  • border radius + border short keys update
  • default cuconfig update, any value now true by default

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.2

01 Aug 07:34
Compare
Choose a tag to compare

Configs:

  • acceptAnyKey
  • acceptAnyValue

Full Changelog: v1.1.0...v1.1.2

v1.0.8

30 Jul 23:17
Compare
Choose a tag to compare

Main

  • Fixed client type errors 8820500
  • Fixed auto setup path "css-utils"

Full Changelog: v1.0.2...v1.0.8