Skip to content

Releases: MilllerTime/react-pointable

v1.1.3

20 Jun 04:44
Compare
Choose a tag to compare

Changes

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

v1.1.2

29 May 00:59
Compare
Choose a tag to compare

Changes

README: Add notice of obsoletion with migration instructions.

v1.1.1

04 Oct 21:46
Compare
Choose a tag to compare

Changes

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

v1.1.0

16 May 06:31
Compare
Choose a tag to compare

New Features

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

Thanks to @dfbaskin, who also added render tests!

v1.0.0

13 May 01:01
Compare
Choose a tag to compare

Fixes

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

Breaking Changes

Migrated from React.PropTypes to prop-types package.