Skip to content

Releases: prjctimg/huetiful

v3.0.6

29 Sep 23:45
7cd344a
Compare
Choose a tag to compare

3.0.6 (2024-09-29)

Bug Fixes

  • added main field in package.json (290db94)
  • removed unnecessary type checks (c640763)

Download huetiful-js

v3.0.5

19 Sep 08:21
99146dc
Compare
Choose a tag to compare

3.0.5 (2024-09-19)

Bug Fixes

Download huetiful-js

v3.0.4

19 Sep 08:17
3f7bf03
Compare
Choose a tag to compare

3.0.4 (2024-09-19)

Bug Fixes

Download huetiful-js

v3.0.3

19 Sep 08:10
c7ad156
Compare
Choose a tag to compare

3.0.3 (2024-09-19)

Bug Fixes

Download huetiful-js

v3.0.2

19 Sep 08:01
fe27c79
Compare
Choose a tag to compare

3.0.2 (2024-09-19)

Bug Fixes

Download huetiful-js

v3.0.1

17 Sep 06:25
07888e4
Compare
Choose a tag to compare

3.0.1 (2024-09-17)

Bug Fixes

  • config: add i18n support and resolve broken links/anchors (93621f6)
  • removed unnecessary deps (c1deef8)

Performance Improvements

  • added missing file (3069d35)
  • created index file for palettes subdir (046f770)
  • created index file for palettes subdir (4b312c4)

Miscellaneous Chores

Download huetiful-js

v2.3.0

08 Apr 12:26
24f9cf4
Compare
Choose a tag to compare

2.3.0 (2024-04-08)

Features

  • fixed icon not rendering (54c66d6)

v2.2.0

30 Mar 13:28
f970564
Compare
Choose a tag to compare

2.2.0 (2024-03-28)

Features

  • added release-please-npm.yml workflow to publish when a new release is merged (fce329a)

Patch update 2.1.1

22 Mar 16:40
7a56a30
Compare
Choose a tag to compare

Bug fixes 🐛

  • Fixed type errors
  • Fixed invalid links in docs
  • Fixed failing build step

v2.1.0

22 Mar 15:43
6dba1e8
Compare
Choose a tag to compare

What's Changed 🔭

  • Added the stats module which has functions for retrieving values like mean hue and mean color difference from collections of color token
  • Utils now preserve the input type for output. For example, if you pass in a color object to a palette generator function it will return a collection of colour objects too
  • Fixed precision loss bug when converting from hex to other modes.
  • ColorArray and Color classes now live in a separate wrappers.js module
  • Refactored the documentation site and added pagination
  • Added a demo page to the documentation site.

More changes in the commits!!!

Happy hacking 🚀