Skip to content

Releases: samzlab/tailwind-hsluv

0.1.6 (2020-09-28)

28 Sep 15:44
Compare
Choose a tag to compare

Bug Fixes

  • use hsluv function to get the hue/saturation values from inputColor #1 (c2aff4a)

0.1.4 (2020-09-27)

27 Sep 07:37
Compare
Choose a tag to compare

Features

  • tailwindcss plugin (exported as hsluv) (ca5f4c5)

0.1.3

26 Sep 16:43
Compare
Choose a tag to compare

Enhancements:

  • added CHANGELOG.md (this file:P)
  • added many parameter validations (steps, etc)
  • added tests (with jest)
  • moved type declarations (.d.ts files) to /types folder
  • add types folder to package.json#files to include them in the npm package
  • moved hsluv lib to external dependencies (it's pre-bundled anyway)

First release

26 Sep 12:27
Compare
Choose a tag to compare
  • Working generator function
  • Included types (in d.ts files)
  • Improved color types (hex, color name and rgb color as array)