Releases: arvindcheenu/Matercolors
Releases · arvindcheenu/Matercolors
Lose some... Gain some more!
shades
and accents
helpers are removed as they were redundant. They are replaced by a makePalette
helper function. This freed up some space for new palette generators for building analogous and triadic palettes.
As color conversions can be done by other libraries, these helpers were removed to make API more expressive.
While the package size reduced by 5%, productivity increased by 50%.
Browser Support, Tests and Fixes
Release 1.2.0
✨ New Features and Enhancements
- Browser Support
- CommonJS and esModule Support
- UMD file for usage with scripts
- CDN Support through UNPKG
- Descriptively named functions
- 100% Test Coverage
Release v1.1.0 : Complementary Palette Generation
✨ Enhancements
- Created Complementary Palette generator
- Updated the palette object with secondary type
- Updated test examples
- Updated the documentation
- Updated Demo
Release v1.0.4 (Stable)
✨ Enhancements
- Generate Primary Palette for any given color
- Generate Accents for Palette
- Get Contrast Colors for Foreground Text
- Added Demo Project to demonstrate Usage
- Fixed Bugs introduced during Code Linting