react-colorful v3.0 Release Notes

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