Releases: dominnya/cvet
Releases Β· dominnya/cvet
v4.0.0
π Changelog
π Enhancements
- Add automatic color detection for
Palette&Filterclasses - Add prepublish script for bundle building
- Add automatic color detection to every tool and utility
- Update color type parameter to optional
- Move all utilities from a single file to a separate directory
- Add
Palette&Filterclasses function shorthands -palette&filter - Add optional color model detection unit tests
- Add
detect(color)utility unit tests - Rewrite
stringify(color)todetect(color)utility usage
π Documentation
- Add
pnpm add cvetas an installation option inREADME.md - Add documentation for automatic and manual color type setting for classes in
README.md - Add missing
alphagetter ofPaletteclass inREADME.md - Add more information on type usage in
README.md - Add examples of automatic color detection for tools in
README.md - Fix notes' syntax
- Add
padHEX(R/G/B value of HEX)deprecation warning
v3.3.0
v3.2.1
v3.2.0
v3.1.1
v3.1.0
π Changelog
π Enhancements
- Add
stringify(color)utility method to convertPalette&Filterclass models into CSS string - Add unit tests for
stringify(color)utility method
π©Ή Fixes
- Fix npm bundle build
π Documentation
- Add
stringify(color)utility method in the list of utilities inREADME.md
v3.0.1
v3.0.0
π Changelog
π Enhancements
- Update
@types/jestversion to^29.5.1 - Update
jestversion to^29.6.2 - Update
prettierversion to^3.0.3 - Update
ts-jestversion to^29.1.0 - Update
@cvet/typesversion to^3.0.0 - Add new
rgbToHsl(RGB)utility as RGB to HSL converter - Add unit tests for alpha channel values
- Add complete support of alpha channel models for
Filter&Paletteclasses - Add RGBA & HSLA color models
π©Ή Fixes
- Update LICENSE username
- Fix return type for
red,green,bluegetters ofPaletteclass
π Documentation
- Add periods in JSDocs
- Add
rgba&hslagetters inREADME.md - Add 2 more color types as type for classes