Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@rafgraph rafgraph released this 15 Oct 12:55
· 8 commits to main since this release
  • Rewritten in TypeScript
  • New build process produces CommonJS, ESModules, and UMD builds
  • Breaking changes:
    • Detect passive events now exports a single boolean supportsPassiveEvents
    • Import like this: import { supportsPassiveEvents } from 'detect-passive-events';