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

Changelog History
Page 5

  • v3.0 Changes

    • Migrate to named exports. Thanks to @rschristian (via #42)
    • ๐Ÿ‘ Mark the library as side-effect-free and add tree-shaking support. Thanks to @rschristian (via #42)
    • More consistent public component and type names. Thanks to @rschristian (via #42)
    • ๐Ÿ›  Fix type definitions: make all HexInput props optional
    • โœจ Enhance internal event type definitions. Thanks to @byr-gdp (via #41)
    • ๐ŸŽ Escape from "useCallback hell" and improve performance by adding useEventCallback hook. Thanks to @jeetiss (via #40)
  • v2.3.1 Changes

    • Extend allowed HexInput props with HTMLInputElement
  • v2.3.0 Changes

    • The entire codebase was rewritten in TypeScript by @rschristian (via #23)
  • v2.2.1 Changes

    • ๐Ÿ›  Fix type definitions: make all of the picker props optional
  • v2.2.0 Changes

    • TypeScript types are now bundled with the library. Thanks to @rschristian (via #22)
  • v2.1.2 Changes

    • ๐Ÿ‘‰ Make the pointer grabbable even if it is outside of the picket bounds (via #21)
  • v2.1.1 Changes

    • ๐Ÿ›  Fix bug if user taps on the picker and does not move the pointer afterward
  • v2.1.0 Changes

    • โž• Add HexInput component that allows to paste and type a HEX color
  • v2.0.3 Changes

    • โฌ‡๏ธ Reduce the number of folders published to NPM
    • Rewrite Interactive to make the bundle lighter
  • v2.0.2 Changes

    • ๐Ÿ›  Fix HSV to RGB conversion algorithm
    • Rewrite utils to make the bundler lighter