use-eye-dropper

πŸ‘€πŸ©ΈπŸ§« Browser color picker hook for React

MIT License

Downloads
94.6K
Stars
15
Committers
3

Bot releases are hidden (Show)

use-eye-dropper - v1.6.4

Published by woofers 3 months ago

Bug Fix:

  • Ensure picker color change updates global value
use-eye-dropper - v1.6.3

Published by woofers 3 months ago

Bug Fixes:

  • Fix hiding color in demo site
use-eye-dropper - v1.6.2

Published by woofers 3 months ago

Changes:

  • Upgrade demo site to app dir
use-eye-dropper - v1.6.1 Latest Release

Published by woofers 7 months ago

Changes

  • Upgrade dependencies
use-eye-dropper - v1.6.0

Published by woofers about 1 year ago

New Features:

  • Reduce bundle size by removing async/await transform
use-eye-dropper - v1.5.1

Published by woofers about 1 year ago

Changes:

  • Move project to pnpm
  • Update demo site to fix anchor and improve scroll transition
  • Add pnpm to install section
use-eye-dropper - v1.5.0

Published by woofers over 1 year ago

New Features:

  • Upgrade build dependencies
  • Re-write type definitions to work for --moduleResolution node16
use-eye-dropper - v1.4.5

Published by woofers over 1 year ago

Maintenance release

Changes:

  • Upgrade build and demo dependencies
  • Move demo example to async/await instead of Promise
  • Use serve for integration tests
use-eye-dropper - v1.4.4

Published by woofers over 1 year ago

Changes:

  • Upgrade dependencies
  • Upgrade demo site dependencies
use-eye-dropper - v1.4.3

Published by woofers about 2 years ago

Changes:

  • Upgrade dependencies
use-eye-dropper - v1.4.2

Published by woofers about 2 years ago

Changes:

  • Upgrade dev dependencies
use-eye-dropper - v1.4.1

Published by woofers about 2 years ago

Bug Fixes:

  • Fix return type of isSupported (#10 - @Jonham)

Maintenance:

  • Add badges to Readme
  • Upgrade dev dependencies
  • Bump actions to Node 18
use-eye-dropper - v1.4.0

Published by woofers over 2 years ago

New Features:

  • Reduce bundlesize by removing polyfills

Changes:

  • Upgrade dependencies
use-eye-dropper - v1.3.5

Published by woofers over 2 years ago

Maintenance release

Changes:

  • Upgrade dependencies
  • Use Markdown for demo site content
  • Use mobile friendly anchor links
use-eye-dropper - v1.3.4

Published by woofers over 2 years ago

Maintenance release

Bug Fixes:

  • Account for header in scroll links on demo

Changes:

  • Upgrade dependencies
  • Use exec to build demo for Playwright
use-eye-dropper - v1.3.3

Published by woofers over 2 years ago

Bug Fixes:

  • Use state for isSupported to handle SSR warning

Maintenance:

  • Add missing useEffect deps
  • Add integration tests + test coverage
  • Improve GitHub Actions
  • Upgrade dependencies
use-eye-dropper - v1.3.2

Published by woofers over 2 years ago

Bug Fixes:

  • Reject with Error when unsupported instead of string.
    Now err.message will be always be readable
  • Add err.canceled property to Error from open()
    to guard against setState on unmount

Maintenance:

  • Add unit tests
  • Format module
  • Update EyeDroper instance when options param changes (future-proofing)
use-eye-dropper - v1.3.1

Published by woofers almost 3 years ago

Bug Fixes:

  • Improve mobile demo site experience
use-eye-dropper - v1.3.0

Published by woofers almost 3 years ago

New Features:

  • Add table of contents and header to demo site
  • Add install block to demo site
  • Bump license year

Bug Fixes:

  • Remove setState on unmount in demo code
use-eye-dropper - v1.2.0

Published by woofers almost 3 years ago

New Features:

  • Improved API docs