Skip to content

Releases: onnovisser/react-connected-transition

v1.1.0

01 Sep 11:39
Compare
Choose a tag to compare

Features

  • Allow for passive listeners (8795cb3)

v1.0.2

24 Aug 09:45
Compare
Choose a tag to compare

Bug Fixes

  • Only add ref to class components (972838c)

v1.0.1

23 Aug 13:11
Compare
Choose a tag to compare

Bug Fixes

  • Omit ref for functional components (32efd04)

v1.0.0

21 Aug 07:52
Compare
Choose a tag to compare

Removed react-dom as a dependency

BREAKING CHANGES

  • componentWillEnter() and componentWillLeave() are longer passed the transitioning DOMNode's bounds and style.

v0.2.0

14 Aug 12:15
Compare
Choose a tag to compare

Features

v0.1.1

09 Aug 07:57
Compare
Choose a tag to compare

Bug Fixes

  • getTransitionData check (d630fd5)
  • build: Include prop-types in UMD build (7e98868)

v0.1.0

09 Aug 07:56
Compare
Choose a tag to compare

Bug Fixes

  • Pass correct data to componentWillLeave (3dcc789)

Features

  • call getTransitionData for additional data (9d85459)