All Versions
61
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 6

  • v2.0.1 Changes

    • ⚡️ Update docs and tooling
  • v2.0 Changes

    • 👌 Support new input/output formats: RGB object, RGB string, HSL object, HSL string, HSV object
  • v1.2.5 Changes

    • ✅ Test components with Jest and React Testing Library
  • v1.2.4 Changes

    • 🛠 Fix box-sizing of the pointers
  • v1.2.3 Changes

    • 🔨 Refactor Interactive a bit in order to make the package lighter
  • v1.2.2 Changes

    • Get rid of unused className props in Hue and Saturation components
  • v1.2.1 Changes

    • ➕ Add equalHex and equalColorObjects utils and write tests for them
  • v1.2.0 Changes

    • 📦 Make the package dependency-free
    • Do not trigger onChange after the mounting
  • v1.1.0 Changes

    • Migrate from color-fns to @swiftcarrot/color-fns which is 40% lighter
  • v1.0.1 Changes

    • 👉 Use proper JSX pragma for React. Thanks to @jeetiss