Releases: prjctimg/huetiful
Releases · prjctimg/huetiful
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
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
v2.3.0
v2.2.0
Patch update 2.1.1
Bug fixes 🐛
- Fixed type errors
- Fixed invalid links in docs
- Fixed failing build step
v2.1.0
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
andColor
classes now live in a separatewrappers.js
module- Refactored the documentation site and added pagination
- Added a demo page to the documentation site.
More changes in the commits!!!
Happy hacking 🚀