Skip to content

v2.2.2

Choose a tag to compare

@dominnya dominnya released this 20 Sep 15:52
· 57 commits to master since this release

🌈 Changelog

πŸ‘€ Breaking Changes

  • Rename pickColorCombination tool to combination
  • Switching from 0-1 based values to 0-100 values in favor of types

πŸš€ Enhancements

  • Add prettier formatting
  • Add unit tests for new tools
  • Add 8 new tools for color picking:
    • complementary(HEX) - Method to find an opposite (not inverse) color
    • triade(HEX) - Method to find 3 complementary colors
    • square(HEX) - Method to find 4 complementary colors
    • rainbow(HEX) - Method to find 7 complementary colors
    • analogous(HEX) - Method to find 2 analogous colors for the given HEX
    • shades(HEX) - Shade picker for the given HEX
    • tints(HEX) - Tint picker for the given HEX
    • tones(HEX) - Tone picker for the given HEX

🩹 Fixes

  • Fix darken & lighten filter methods colors

πŸ“– Documentation

  • Replace 0-1 values with 0-100 examples