React Pointable Versions Save

Declarative pointer event binding. Works well alongside PEP.

v1.1.3

5 years ago

Changes

README: Update DefinitelyTyped install instructions for both pre and post React 16.4 users. Thanks @lostfictions!

v1.1.2

5 years ago

Changes

README: Add notice of obsoletion with migration instructions.

v1.1.1

6 years ago

Changes

  • Add Yarn lockfile
  • Support for React 16 without install warnings

v1.1.0

6 years ago

New Features

  • elementRef prop provides access to the generated element (#2)

Thanks to @dfbaskin, who also added render tests!

v1.0.0

6 years ago

Fixes

No longer triggers PropTypes warning in React 15.5.x (fixes #1)

Breaking Changes

Migrated from React.PropTypes to prop-types package.