Skip to content

v5.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 17:25

5.2.0 (2025-01-15)

Features

  • add copy prop to customize copy function (0c2bcde), closes #29

    Add the optional prop copy that allows customization of the copy function used by the color picker's copy interactions. This can be useful if window.navigator.clipboard.writeText isn't available/usable.