Skip to content

Releases: arvindcheenu/Matercolors

Lose some... Gain some more!

15 Feb 12:30
a5beac9
Compare
Choose a tag to compare

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

13 Oct 07:19
a6173ac
Compare
Choose a tag to compare

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

19 Jul 04:48
6a84c9d
Compare
Choose a tag to compare

✨ 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)

14 Jul 18:19
6c2c82d
Compare
Choose a tag to compare

✨ 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